Indicators Used: EMA CLOSE 15 EMA HIGH 50 EMA LOW 50 Buy Trend : Whenever EMA (15 CLOSE) > EMA 50 HIGH and EMA 50 LOW consider as buy trend. In buy trend, we have to enter buy positions as per input lot size , buy to be done only when a price candle touching EMA 50 HIGH and EMA 50 LOW Sometimes same candle, price touch both EMA 50 HIGH and EMA 50 LOW lines, that is also valid. Max.no.of open positions we can mention in settings of expert advisor All open positions to be closed immediately, when EMA 15 CLOSE < EMA 50 LOW < EMA 50 HIGH Sell Trend : Whenever EMA (15 CLOSE) < EMA 50 LOW and EMA 50 HIGH consider as SELL trend. In SELL trend, we have to enter SELL positions as per input lot size in EMA 50 LOW and in EMA 50 high values In a same candle if price touches both EMA 50 LOW and EMA 50 HIGH we can take entry Max.no.of open positions we can mention in settings of expert advisor All open positions to be closed immediately, when EMA 15 CLOSE > EMA 50 LOW > EMA 50 HIGH ================================================================ input settings in expert advisor as follows: enter moving average 1 :EMA enter moving average value : 15 enter moving average : CLOSE enter moving average 2 :EMA enter moving average value : 50 enter moving average : HIGH enter moving average 3 :EMA enter moving average value : 50 enter moving average : LOW enter input lot size : 0.01 enter target pips : 50 pips enter magic number : enter comment line : ===================================================================