Exp_CandleTrend – EA MetaTrader 5
The simplest non-indicator based trading system that defines the moments of entry by presence of single directed candlesticks. Signals to open positions occur when there is a sequence of simultaneously growing or falling candlesticks. The number of these candlesticks is defined by the Expert Advisor input parameter. input uint CandleTrendTotal=3; //number of candlesticks in one … Read more