Smart martingale Ea Entry :- Buy entry: Indicator 1 line is crossing Indicator 2 line for up, trade will be opened after the bar closes. Sell entry: Indicator 1 line is crossing Indicator 2 line for down, trade will be opened after the bar closes. Rules:- For Take Profit 1-Take profit of First trade should be determined by Atr value (*ATR TP Multiplier) at closed candle after the cross if TP is not hitted, then open second trade away form the last trade by (*ATR SL Multiplier) with higher lot (martingale) -Take Profit & Stop loss Inputs *ATR TP Multiplier: for example 1, 1.5 etc.. *ATR SL Multiplier(ATR value) *DynamicEQTP:we use this if the atr tp =0 will toggle on/off this feature that creates a dynamic EquityTrailTP based on total lots opened using this formula ( TotalLots/AccountBalance()*(10000*DynamicEQTPMulti); ) -Martingale Inputs *false/true martingale if false then the first trade have tp(*ATR TP Multiplier) and sl(*ATR SL Multiplier) calculated by ATR *lot factor: ex 1.7 -Exit : 1- if the trades hit the last tp 2- new signal from crosses -input: *false/true lot management if false then fixed lot Major indicators inputs for Indicator 1 & 2 input to use MA as filter .