Digger EA Entry :- when cross indicator . input:- -false/true lot Management BY RISK ((10000*2%)/ATRSL)/10) if false then fixed lot -fixed lot : 0.1 -Risk :2% 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 ) Closeinsignal: false/true (Enter all opportunities without closing the previous if this false.if this true so only one deal The previous deal is closed if there is a new entry opportunity) spread : 0.5 _____________________________________________________________________________________________________________ -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%).