Getting value from my personal indicator

Forums ProRealTime English forum ProBuilder support Getting value from my personal indicator

Viewing 12 posts - 1 through 12 (of 12 total)
  • #32271

    Hi everyone,

    Which command should I use to get the value from 3 weeks ago for example from my indicator?

    For example : close(3) return the close value 3 weeks ago.

    #32272

    try the CALL instruction

    #32282

    Thanks. I tried but not working.

    #32283

    I get wrong value

    #32302

    Hi Ronen

    Close[3] (3 in square brackets) will give you the value of weekly close from 3 weeks ago but only if you are using a 1 Week Timeframe.

    Cheers
    GraHal

    #32303

    Yes, i know that.

    It was just example.

    I need help with a command (same as close [Nweek] ) that return the value of previous week from my personal indicator.

    #32305

    >> Please update your country flag in your profile. Thank you 🙂 <<

    Please post your code to get a more precise answer to your query.

    #32320

    how can i get the previous value (R)  from the code below ?

     

    #32331

    try this

     

    #32469

    or this code instead:

    The number under brackets is the quantity of bars in the past you want to get the variable’s value from.

     

    #32490

    ahh 🙂

    I can never remember the difference between () and []

    #32494

    Great!!! Thanks

Viewing 12 posts - 1 through 12 (of 12 total)

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