Return number from indicator

Forums ProRealTime English forum ProOrder support Return number from indicator

Viewing 4 posts - 1 through 4 (of 4 total)
  • #179456

    Hi

    Is it possible to return a value (ex: 1.3) from an indicator to a system and how do I code that?

    #179460

    This is a one-line indicator that does the job:

    You need to use CALL to get the returned value from it:

    you don’t need to write any parameter since it doesn’t expect any, as it only returns one value.

    #179461

    Tnx, if I have multiple numbers, how do I write that?

     

    #179487

    Indicator

    Strategy:

    If you strategy doesn’t need all the three returned values, it may use the keyword IGNORED for those unwanted:

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

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