RGT2 EA – EA MetaTrader 4
Expert advisor based on Bollinger bands and Rsi. Modified trailing stop system. Inputs: extern double Lots = 0.01; // lot size extern double MinPipsProfit = 30; // when does the trailling stop start ( +30 pips above open price ) extern double Ea_StopLoss = 70; extern double Ea_Trailing_Stop = 35; extern int Slippage = 3; … Read more