EA 1 - Currently EA will set a max risk by pips and trailing stop after x numbers of candle. i wish to add one feature, which is Number of bar to initiate trailingstopbycandle, if i set to 5, mean trailingstopbycandle will only initiate after 5 candle. which mean for the first 5 candles, SL will place at Max risk by pips level. EA 2 - When all signal match, buy order will become sell order, and sell order will become buy order. - Remove all exit mode - Add new exit : Indicator : TMAtrue Take profit : When sell order, TP at TMA lower channel (modify every candle) When buy order, TP at TMA upper channel (modify every candle) SL, BE, trailing stop - Max risk by pips (fixed SL) = (Upper channel ¨C lower channel) * X For example : X = 0.5 if Upper channel ¨C lower channel = 50pips * X (0.5) = 25pips. - SL will start to trail after x number of candle. - Trailing stop by candle method same with previous EA. - If BE candle = 20, SL will move to BE (For BUY : entry price + 1 pips) after 20 candle Extern : TMA_TF : 60 TMA_halflength : 56 TMA_ATRmultiplier : 2.0 TMA_ATRperiod : 100 --- SL --- X = 1.0 (Upper channel ¨C lower channel) * X --- Breakeven--- Breakeven : On/Off BE_candle : 20 --- Trailing stop by candle--- Trailing_stop : On/Off Start_trail after x candle : 5 Trailing stop TF: 60 No of candle : 5 --- Risk --- Method : Fixed lot / Risk per trade Fixed lot : 0.10 Risk_per_trade : 1.0 % (if equity = 1000, 1.0% = USD10. If max risk by pips = 50pips, lots = 0.02) EA will risk max 1.0% for each trade, lot size will calculate based on risk per trade)