We need two file output for the Ea in the Metatrader folder Files will be updated only if something needs to change individually - If only stats change - only nstats file will be touched This output feature must be an enable / disable option for Backtesting optimization. First file will output the status of the trade Entry settings and will be named "ALERTS"- The format will be as follow: Stats will be : Trigger enabled ? ENABLED : True/False Flags None - If option is disabled Long - flag is True / Long Short - flag is False / Short File example - format is very important to be kept on this standard and to have the last Timestamp of update included ################ [TimesStamp] 2020/02/14/23:11:30:20 [Trend HighestLowest] ENABLED : True/False Timeframe1: None/Long/Short Timeframe2: None/Long/Short Timeframe3: None/Long/Short [HeikenAshi] ENABLED : True/False Timeframe1: None/Long/Short Timeframe2: None/Long/Short Timeframe3: None/Long/Short [MACD] ENABLED : True/False Timeframe1: None/Long/Short Timeframe2: None/Long/Short Timeframe3: None/Long/Short [Stochastic] ENABLED : True/False Timeframe1: None/Long/Short Timeframe2: None/Long/Short Timeframe3: None/Long/Short [RSI] ENABLED : True/False Timeframe1: None/Long/Short Timeframe2: None/Long/Short Timeframe3: None/Long/Short [MA] ENABLED : True/False Timeframe1: None/Long/Short Timeframe2: None/Long/Short Timeframe3: None/Long/Short [Volatility] ENABLED : True/False Timeframe1: None/Long/Short Timeframe2: None/Long/Short Timeframe3: None/Long/Short ################ Second file will output the trade Actions and will be named "STATUS" - Output will be as follow: Open Posstion Status : ( True ) else (False) ### File example PossitionActive: True If open : ( True ) else (False) ### File example PossitionActive: True TradeLOT: 0.03 TradeSIDE: LONG If SL : ( True ) else (False) #### File Example SL:True SLPrice: 5222 If TP : ( True ) else ( False) ### File example TP: True TPPrice : 6250 If Trailing ( True ) else (False) ### File example Trailing:True TStep : 3 ( Expressed in Dollars ) TPercent:0.5 ( Expressed in % ) Complete File Example ######## [TimesStamp] 2020/02/14/23:11:30:20 [STATUS] PossitionActive: True TradeLOT: 0.03 TradeSIDE: LONG TradeEntry: 5466.5 SL:True SLPrice: 5222 Trailing:True TStep : 3 TPercent:0.5 #######