Experts: Ilan 1.6 Dynamic HT - page 2

 
vasilt71:

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 vasilt71! You may close position mannually using panel 'HedgeTerminalUltimate' only. If you close position in MetaTrader5 - it will be ignored Ilan, beacause this closing is other manual position.
 
Am I right in understanding that if the pips in the dyno is trudy, then default and cases don't work?
 

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


 
jbisana89:

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)

 
Hello good time

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

C: \ Users \ ALI \ AppData \ Roaming \ MetaQuotes \ Terminal \ 9EB2973C469D24060397BB5158EA73A5 \ MQL5 \ Experts \ ilan_1_6_dynamic_ht.ex5 failed
 

Has anyone been able to get this to work on MT5 lately?



 
kaardilugeja #: 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.

[Deleted]  
Vasiliy Sokolov #:
Thank you for the kind words! Answered in person.


Is there a way I can fix the errors?