Martingale EA Entry :- when changing color. input:- -false/true lot Management BY RISK if false then fixed lot -fixed lot : 0.1 -Risk :2% Rules:- It will be done in two ways:_ *First way 1-Entry when the color changes with a TP and ST is determined by the ATR inputs: -ATR period: 14 -TP ATR : 2 -ST ATR : 2 -Risk Multiply: false/true (If lose the trade,so sec trade will double risk,if lose the sec trade .....etc ) _____________________________________________________________________________________________________________ *sec way use martingale Entry when the color changes with a TP(TP ATR) and Pipstep(ST ATR) inputs: -choose TP ATR or Fixed TP -TP ATR :2 -Fixed TP : 50 -choose pipStep ATR or PipStep fixed -pipStep ATR : 2 -PipStep fixed :30 -DynamicEQTP:we use this if the TP ATR =0 or true or false -DynamicEQTP: 2% will toggle on/off this feature that creates a dynamic EquityTrailTP based on total lots opened using this formula ( TotalLots/AccountBalance()*(10000*DynamicEQTPMulti); ) FOR EXAMPLE : ( TotalLots/AccountBalance()*(10000*DynamicEQTPMulti); ) ( 0.1 / 10000 *(10000* 2 ); ) = 0.2 Trailing will start at 0.2% and half will be booked (0.1%). -lot factor: ex 1.7 -input to use MA as filter