screener for candlestick greater than 10 %

Forums ProRealTime English forum ProScreener support screener for candlestick greater than 10 %

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

    Hello,

    A request for help for a simple screener.

    On the 30-minute timeframe, find the stocks whose candle is greater than the previous candle by more than 10%.

    Close> close [1] + 10%.

    I do not know how to code a percentage.

    Thank you for your help.

    #30620

    I tried this but it did not work.

    ((Close-close [1]) / close [1]) * 100> 10

    #31023

    There is a specific keyword to get the percentage variation from the last X candlestick, so in your case:

    Variation keyword returns variation percent % between the close of the last bar and close of the current bar.

    #31121

    Thank you nicolas, I had not seen your answer.

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