Build Expert Advisor
In this blog, I will try to learn the MQL4-programs using simple tutorial from this tutorial below: https://www.mql5.com/en/articles/1510 This is the normal template when starting for building the EA4. We will try to using MACD trading principle: Buy - MACD below zero, goes upwards, and is crossed with signal line Sell - Vice versa. Buy Exit - TP is reached, trailing stop, or MACD crosses signal line Sell Exit - Same. The example can be seen in the picture below. Continued ...