Central Pivot point with Top and bottom Buffer

Forums ProRealTime English forum ProBuilder support Central Pivot point with Top and bottom Buffer

Viewing 5 posts - 1 through 5 (of 5 total)
  • #175302

    I wrote a code shown below

    I  want to put condition on this code

    At times BCPR is greater than TCPR

    So I will like to add

    If BCPR is greater than TCPR then

     

    BCPR=((H1 + L1)/2 )+10

    TCPR=((PPDay-BCPR)+PPDay) -10

     

    If TCPR is greater than BTCPR then

    TCPR=((H1 + L1)/2 )+10

    BCPR=((PPDay-BCPR)+PPDay) -10

     

     

     

    #175306

    There you go:

     

    #175314

    Thanks for the prompt response.I have re-written it but it is showing blank. Please help

    #175329

    I’ll check next week.

    #175526

    It works fine, with 10K units (if you use 200K units, then you’ll have to wait some time).

    I added +5 to BARINDEX when displaying text, so it is plotted in the future (a feature added in v11) and doesn’t make a mess with data lines:

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

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