Screener quarter bar

Forums ProRealTime English forum ProScreener support Screener quarter bar

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

    Hello,

    I am trying to do a screener to compare the quarter high / low with the previous quarter.

    I saw I can use this code for the previous quarter

    1/ How can I do to get current quarter H/L?

    2/ How to get the preceding quarter H/L? (the one N-2)

    I believe this could be easier if we have a quarterly timeframe. Is there a solution?

    Many thx

    #130685

    Hello,

     

    Did you get a workaround for this?

    I am need to calculate quarterly pivot points and also don’t know how to get previus quarter high, low and close.

    Any thoughts?

     

    Regards

    #130692

    Simply store the last value in a different set of variables before storing the latest values. You can also reset the trimL to the high rather than to close*100 which is more guaranteed to work on every instrument.

     

    1 user thanked author for this post.
    #130823

    Hello Vonaci,

    Thank you for  reactivating this topic.

    As reminder, The idea is to build a screener for quarter bars, starting with the instruction “timeframe (Monthly) as workaround.

    Previous code allows to retrieve current high and past high only.

    Is there a way to use instructions like

    • trimestrialH[i], trimestrialL[i], trimestrialC[i], trimestrialO[i]

    to retrieve the high, low, close and open of the bar number i in the past?

    Many thanks in advance.

    #130860

    You could use something like this code that I’ve stolen from my OHLC MTF indicator.

     

    1 user thanked author for this post.
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