
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
thx for explanations, I have constant error for all symbols :
2015.05.07 11:47:16.359 AutotStop EURUSD,M5: invalid stoploss for OrderModify function
2015.05.07 14:12:25.127 AutotStop EURUSD,Daily: invalid stoploss for OrderModify function
2015.05.07 14:13:09.030 AutotStop GBPUSD,Daily: invalid stoploss for OrderModify function
2015.05.07 14:30:57.739 AutotStop EURJPY,H1: invalid stoploss for OrderModify function
what I'm doing wrong
on this setup:
input string AutoTStop = "Copyright © 2014 3RJ ~ created by Roy Philips-Jacobs";
extern bool FridayTrade = True; // If True, EA still trading at Friday
extern bool UseTrailingStop = True; // Use Trailing Stop, True (Yes) or False (Not)
extern bool AutoTrailingStop = False; // Default Trailing Stop value = 6.0
extern double TrailingStop = 13.0; // If Auto Trailing Stop False, input Trailing Stop Value
extern double TrailingStopStep = 5.0; // Input Trailing Stop Step Value (default 1.0)
input string AutomaticSystemTP = "Set AutomaticTakeProfit=True or False";
extern bool OptimizationTakeProfit = False; // TP will calculation by EA and Automatic TP by EA
extern bool NoMinimumTakeProfit = True; // True or False -> If Set True, 100% TP by EA not use minimum TP.
input string MinimumSystemTP = "If Set NoMinimumTakeProfit=False"; // TP by EA on minimum TP values
extern double MinimumTP = 10; // Minimum TP by EA on the AutomaticTakeProfit=True function, default value 10
input string ManualSystemTP = "If Set AutomaticTakeProfit=False"; // TP by Terminal MT4 (same as manual trading)
extern double TakeProfit = 35; // TP by System, values can adjust by user
input string AutomaticSystemSL = "Set AutomaticStopLoss=True or False";
extern bool AutomaticStopLoss = False; // SL will calculation by EA
input string ManualSystemSL = "If Set AutomaticStopLoss=False"; // SL values can adjusted by user
extern double StopLoss = 89; // SL adjusted by user
I have never experienced such error for this EA code, this EA I use every day and no error.
Try to see update_3.
i have download but not work in my computer?what have i do?
Hey. Thanks for your work. I just tried to run your advisor on random orders and see how it manages positions and got a lot of errors.
please take a look to the attachment and try run it on any pair/interval (i tried GBPUSD, USDCHF M5)
Hey. Thanks for your work. I just tried to run your advisor on random orders and see how it manages positions and got a lot of errors.
please take a look to the attachment and try run it on any pair/interval (i tried GBPUSD, USDCHF M5)
autotstop_update5_test.mq4 on your attachment not autostop update_5 in MQL5 codebase, if an error occurs, it means you do change and error, because until now I use autotstop_update_5 with no error.
If you do not like or are not satisfied with this code autotstop_update v5.mq4, I suggest you do not use.
Hi 3rjfx,
Thanks for this EA, I just want to clarify if this EA is working on all open position regardless of symbol, or this only works on a chart where this EA is applied? Thank you.
Hi 3rjfx,
Thanks for this EA, I just want to clarify if this EA is working on all open position regardless of symbol, or this only works on a chart where this EA is applied? Thank you.
Work only on current chart.