Long entry setup: - Price must be trading below Keltner-ATR lower band (if UseKeltner is true) - RMI<30 (if UseRMI is true) - bullish candlestick pattern Short entry setup: - Price must be trading above Keltner-ATR upper band (if UseKeltner is true) - RMI>70 (if UseRMI is true) - bearish candlestick pattern General parameters to be inserted into EA: SendMail=true (Balance, Equity, Margin, FreeMargin, Profit/Loss for closed grid) MaxGrid=1 (only one grid is open automatically on any symbol or timeframe) UseSoldierCrow=true (scan for One-White Soldier/One-Black Crow patterns) UseEngulfing=true (scan for Bullish/Bearish Engulfing patterns) UseStarReversals=true (scan for Evening Star/Morning Star patterns) UseHarami=true (scan for Harami patterns) UseKeltner=true MAPeriod=30.00 ATRMult=2.75 UseRMI=true RMI_Period=14 MOM_Period=5 RMIBuyLevel=30 RMISellLevel=70 BarShift=1 EnableTimeFilter=true (pre-defined time that allows the EA to start new grid) TimeStart : 00:15:00 (GMT time applied Monday, if EnableTimeFilter=true), new grid or grid-element is not allowed TimeEnd : 16:00:00 (GMT time applied Friday, if EnableTimeFilter=true) pre-defined time that stops the EA opening a new grid, new order in existing grid is allowed EnableBarFilter=true MaxOrderBar=1 (if EnableBarFilter=true, open only one order per bar) UseCloseAtPipsLoss=true StopLoss=500 UseCloseAtPipsProfits=false TakeProfit : 50 (Take profit amount of pips for the entire basket if UseCloseAtPipsProfits=true) UseTrailingStop=true TrailingStart=20 (profit level in pips for the entire basket) TrailingStop=20 (in pips for the entire basket ) TrailingStep=10 (in pips for the entire basket ) GridPips=20 (pips between orders) Slippage=1 Max_Spread=4 MaxOpenOrders=20 (the maximum number of orders in the grid) CloseAllAtPercentLoss=true PercentLoss=30 (after CloseAllAtPercentLoss, stop trading for the current day) UseRiskPerTrade=true RiskPerTrade=1 (1%Balance) UseFixedLots=false FixedLots=0.01