scan on close of current bar

Forums ProRealTime English forum ProScreener support scan on close of current bar

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

    I am getting scan/screen alerts in real time and cannot find the option to get them on bar close only.

    Using a 5 minute timeframe I get multiple alerts if condition is true but before the bar closes

    The manual says this is possible:
    The scans can be done in real-time or on the close of the current bar with the following timeframes:

    Please could you help me find this option

    Tank you

    #211987
    JS

    Hi @cactus363,

    You can try the following:

    TimeFrame(5 minutes, UpDateOnClose)

    (screener code)

    #212068

    thank you for helping, when I try and add the UPDATEONCLOSE command I get an error.
    I tried many different ways but cannot solve it, would you know what this is about?
    Ive attached a screenshot

    #212071

    SCREENERS run live, so to scan for candles already closed, all you need is to use a reference to to the previous value with [1], such as close[1], Rsi[14](close[1]) etc…

    2 users thanked author for this post.
    #212073

    of course, that worked really well as it should, thank you so much for solving this for me, much appreciated.

    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