To buy/sell and exit based on 2 different settings of rsi. General filters 1. Day filter (days allowed to trade) 2. Time filter (if true, this would be the timing the EA is allowed to open new trades) 3. Spread filter (max spread limit. Not allowed to open new trade if spread is higher than this limit) Indicators 1. RSI for entry (overbought for short n oversold for long). Default settings: 12 period, 20(oversold) n 80 (overbought) 2. RSI for exit. Default settings: 10 period,40(close short order) n 60 (close long order) 3. 100 SMA for entry time frame (default D1, adjustable) 4. 100 SMA for higher Time frame filter (default weekly, adjustable). This filter can be turned off. Long rules 1. Price below 100 SMA on both TF (if filter is on) 2. RSI for entry, Crossed n Closed below OS 3. Open long at close of candle based on 1% of balance. 4. Hard SL default at 300pips. Trade will be closed by either: • Hard SL is hit • or RSI for exit is reached. In this case if RSI closed above 60 level.