TheMasterMind3 not work StopLoss on ECN Broker!

 
Hi, you can put these options of Forex AI_v4.0 EA in TheMasterMind3(time filter)v1.1d.mq4?

Options in-Forex AI v4.0 work on
ECN Broker but the original stoploss in TheMasterMind3 (time filter) v1.1d.mq4 not work on ECN Broker!
I have attached the 2 Expert Advisors

Thanks and Regards.
extern string ModeHelp = "A-Auto, F-Fixed Lot";
extern string Mode = "F";
extern bool UseMicroLots = FALSE;
extern double RiskPerTradePercent = 1.0;
extern double FixedSizeLots = 0.1;
extern string SLModeHelp = "S/L Mode P-Periodical, T-Trail, S-Smart";
extern string SLMode = "S";
extern int StopLoss = 10;
extern string SmartSLHelp = "SmartSL is used in Smart SL and TP mode";
extern int SmartSL = 5;
extern string TPModeHelp = "T/P Mode C-Classic, S-Smart";
extern string TPMode = "S";
extern int TakeProfit = 10;
extern int SmartTP = 5;
Files:
 
Hi, you can put these options
No slaves here. Either learn to code or pay someone.
original stoploss in TheMasterMind3 (time filter) v1.1d.mq4 not work on ECN Broker!
Have it open the order with no SL/TP, then modify the new order.
 
Ok, I apologize for my request.
Thanks and regards.
Reason: