Verify Correct Logic ?
-
Friends, I would like your help to see if my logic is correct.
In the screenshot I just want to buy when the following pattern happens.
Condition 1.
3 Green CandlesCondition 2.
Minimums of candlesticks always higher than the previous ones.
Example:
minimum of candle id3 is less than the minimum of candle id2 and minimum of candle id 2 is less than the minimum of candle id1Condition 3.
Candle id3 minimum must be above simple mm20Can you analyze the project below so I can see if it is correct in the way I did it?
https://fxdreema.com/shared/hQSK0574 -
-
@ontradingx Looks as you want, but I don't get why put bulls in row and the others candle conditions, if bulls in row do it (?). Just add the candle ID in bulls in row

My E.G.

-
@uriel-0 So you mean that:
"Candle confirmation" means how many are part if I set 3 it will look at 3 candles?
Candle ID 1 means that it goes into the Current Candle, see if from the previous candle there are 3 bull candles?The issue of the other conditions is because the lows of each new candle must be higher than the lows of each previous candlestick.
Minimum of candle 1 must be greater than the minimum of candle 2
Minimum of candle 2 must be greater than the minimum of candle 3And the low of candlestick 3 must be above mm20 periods.
So when all this happens I must buy.Understood?
I want to know the correct way to do this. -
@ontradingx Your logic is correct. What Uriel says is right. You should specify candle ID 1 on block 7 to be sure your conditions are correctly identified.
-
@l-andorrà Thank you very much my friends. @Uriel-0
-
@ontradingx You're welcome.
