Check for red or green candle before buying?

Forums ProRealTime English forum General trading discussions Check for red or green candle before buying?

Viewing 3 posts - 1 through 3 (of 3 total)
  • #8248

    Does anyone know if there is a code that checks the current or previous candle before allowing a buy short or long?

    #8250

    Might have answered my own question with this:

    IF close(1) < open THEN whatever……. (Signals that the current bar is trending upwards and is higher than the previous bar) OR

    IF close(1) > open THEN …..(Signals that the previous bar closed higher than the current bar open and thus the current bar is trending downwards).

    I think this logic is right…

    #8257

    Yes, you have it stated correctly, the indicator below also confirms other conditions, such as.. the quantity of green/red candles, how many pips their move is, does SuperTrend confirm the trend and what is the height of the bollinger band..

     

    2 users thanked author for this post.
Viewing 3 posts - 1 through 3 (of 3 total)

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