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
Hi Vasiliy,
Once the EA is enabled it makes several transactions with increasing volumes as expected. Then the EA is disabled and I close all deals opened by the EA manually. Enabling the EA once again it makes an initial transaction which volume is equal but in the opposite direction to the total volume of all transactions opened by the EA the first time. I guess the EA disregards the manual closure and tries to close the transactions. Is there a way to reset the EA so it starts clear every time it is closed. Thanks.
Hi Vasiliy ,
Do you have this EA for Meta Trader 4?
Hello,
Is this EA available for MT4 platform ??
Please assist.
Thank you.
Richard
I'm getting errors when i try to compile the code
'Refresh' - unexpected token, probably type is missing? Environment.mqh 119 15
I'm getting errors when i try to compile the code
'Refresh' - unexpected token, probably type is missing? Environment.mqh 119 15
Try placing "void" front of it.
void CEnvironment::Refresh(void)
I am running Ilan 1.6 Dynamic HT Expert in MetaTrader Tester, it gives an error, it does not find the exe file
Expert does not load at all
Please help. Thank you.
Experts loading of ilan_1_6_dynamic_ht failed
Has anyone been able to get this to work on MT5 lately?
It is no longer possible because it is dependant on HedgeTerminalAPI (which is a Market product that is no longer available).
That said, the EA itself is not really that great anyway, given that it uses "averaging down" with increasing volume, which is similar to grid & martingale approaches.
Thank you for the kind words! Answered in person.
Is there a way I can fix the errors?