@jstap I do not understand,
I did use 2 condition blocks, #29 and #79.
Isn't want you were saying?
Posts made by talshemtov
-
RE: Condition is not enforcedposted in Questions & Answers
-
Condition is not enforcedposted in Questions & Answers
I am trying to make the following conditions bor a "BUY";
- Last candle (ID 1) close higher than the high of candle ID 2
- The bid price is higher than the high of the last candle (ID 1)
Attached are my settings and a backtest that shows a LONG trade that does not follow the rules.
Any idea why?


-
Expert properties displayposted in Questions & Answers
Wherever there is a dropdown list, Ex. "MA method", and "Applied price", displayed at the Expert properties are not user-friendly.
How should it be done correctly?

-
RE: TP, SL and Trailing stop by ATRposted in Tutorials by Users
I making my first AE,
Just practicing,
For example; the following, how to add the ATR SL, TP, and trailing and allow the user to choose the multiplier value?
https://fxdreema.com/shared/IE5nGRq1b
(is it possible to upload mq4 file?) -
RE: TP, SL and Trailing stop by ATRposted in Tutorials by Users
Is this the idea?
If yes, how should be the connection for the "TP ATR", "SL ATR" and "Trailing ATR" with the rest of the coding, is it a separate part?
The same question for the "Trailing Stop". -
RE: How to save project versions?posted in Questions & Answers
is exporting to mq4 the only solution?
-
TP, SL and Trailing stop by ATRposted in Tutorials by Users
Hi,
I was not able to use ATR for TP, SL, and trailing.
Any video, text file, or code sample that can help? -
How to save project versions?posted in Questions & Answers
I browse between versions, and the system updates the changes immediately. How can I save the current version before going forward with modifications?
-
RE: AE cannot load to chartposted in Bug Reports
Thanks,
I exported to .ex4 and it showed me the errors -
AE cannot load to chartposted in Bug Reports
Saving the project as mq4 file (MT4)
past the file into the Experts folder that inside MQL4 folder (Data folder)
restart MT4 platform
Auto trading in on
Allow DLL is ticked
yet, the platform cannot load the AE.Any idea what can be the issue?