Condiction candle open with rsi bellow 70
-
I would like to create the following condition.
Open a buy at the opening of a new candle if the RSI is below 70.
-
my example in project, what is correct?
https://fxdreema.com/shared/tElhgkaP -
@fabiobioware this way:

-
@ambrogio but, and candle open, no necessary block?
-
@fabiobioware I think not because the condition happens in the candle ID1 that has just closed, so we are at the opening of the new one. Do a visual backtest and you can see.
-
@ambrogio said in Condiction candle open with rsi bellow 70:
I think not because the condition happens in the candle ID1 that has just closed, so we are at the opening of the new one. Do a visual backtest and you can see.
both condictionthese settings that I had made then are wrong, or should they work the same way as you explained to me?
-
@fabiobioware Ambrogio is right. You should work on candle ID 1 everywhere.
-
@fabiobioware yes, the conditions you put in are not correct, follow my example above
-
@ambrogio and @l-andorrà said in Condiction candle open with rsi bellow 70:
yes, the conditions you put in are not correct, follow my example above
So it means that this condition that you informed me says:
If there is no purchase negotiation.
If the RSI is below 70 at the close of the previous candlestick.
Buy at the opening of the current candle (new candle that will open)?
-
@fabiobioware yes
-
@ambrogio thanks my frienddd, thankssss