CALL Indicator

Viewing 9 posts - 1 through 9 (of 9 total)
  • #74698

    Hi all.  Before I ask this question, I promise I have searched the site and am struggling to get this to work.

    I am trying to call an indicator however it keeps saying

     

    The indicator is the TDI which I got from this site but I cant work out how to declare values and or parameters.

    The TDI indicator is below and I was hoping someone could assist or tell me what I am missing

     

     

    #74704

    Please use the ‘Insert PRT Code’ button when putting code in your future posts to make it more readable. I have tidied up your post for you. 🙂

    #74705

    The indicator returns 8 values but you only have 6 in your CALL instruction.

    #74709

    Thanks heaps for that. How would I write it to call even 2? Sorry I have no idea

    #74711

    I am just trying to call the indicator and have no idea how to do it

    #74726
    #74728

    To get returned values you simply have to:

    If, instead, you want to change the values passed on to the indicator, then you have not to declare them inside the indicator as static variables, but declare them from within ProBuilder clicking on the upper left spanner and then iserting the names of the variables in the desidered order (comment them out in the code), then call it with either constants or variables:

    documentation will be of further help, as Vonasi suggested.

     

     

     

    #74754

    Thank you so much gents.

    I will get cracking on it.

    i did read the link that was posted however I still couldn’t work it out . Thanks so much for your guidance. It is very much appreciated

    #74759

    You can import the attached file.

    1 user thanked author for this post.
Viewing 9 posts - 1 through 9 (of 9 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login