Hello everyone who knows how to make an ea for three sma which closes the current position after the short two sma recross
-
Hello
Who cam help me with a layout of how to make an expert advisor for three moving averages which closes the current position after the two short sma recross -
-
-
Hola te acabe de compartir dos opciones de ea de tres medias moviles, revisalas, espero que te sirvan
-
@Creven This is the second thread you created for the exact same question. Please don't duplicate threads.
-
Hey, I’ve built something similar before, and it’s not too hard once you break it down. You’ll need to write it in MQL4 or MQL5, depending on what platform you’re using. Basically, you set the logic for the two short SMAs to trigger a cross and use the OrderClose function to close the trade. When I started, I found YouTube tutorials and the MQL forums really helpful for figuring out the basics.