Pease help, I don't know why the EA is not executing trades.
I have the buffers but when i run the EA it doesn't place trades. What could be wrong.
here is the project link https://fxdreema.com/shared/IBPmk2c0d
Pease help, I don't know why the EA is not executing trades.
I have the buffers but when i run the EA it doesn't place trades. What could be wrong.
here is the project link https://fxdreema.com/shared/IBPmk2c0d
I see it counts the total crosses from the left and adds on the recent crosses. I guess I'll have to reset the count to count when the price is below 50 MA, then reset when price goes above 50 MA then recounts again when the cross happens below 50 MA
I have this block that checks the cross-over, how to add a variable that counts the number of times the cross-over has occurred

@jstap can you please show an example to save the cross in a variable
@jstap Thank you bro, Ill try that now I'll get back when i get stuck with variables
Hi coders.
I am using a simple MA cross-over strategy, but I want to check how many times the cross over occurred in the past , if the instances were more then twice. I take action.
See the picture below

@l-andorrĂ I'm trying to implement with zigzag to save the swing highs and lows as variable then use that to draw the zones.. I hope will work
hi coders
I want to know how to loop through a set of candles .
for example I'm using highs and lows to detect a breakout . if price breaks a previous swing high i want the EA to look back from the current swing low to the high of the candle that broke the previous swing high and find a bullish engulfing patter, then draw a rectangle as a zone on that bullish engulfing