Lilith goes to Holywood!

 

Folks I would like to forward test a little ea called Lilith goes to holywood. This ea is freely downloadable in mt4 code base.

It looks pretty good on the demo account so I want to test it on a small real account. However, it doesn't trade at all on a real account. All the settings are fine (I' ve used ea's for years now) so there must be something in the code.

Boston Bridge maybe or some other problem....

Anyone willing to have a look? Cheers all!

 
valicourt1:

Folks I would like to forward test a little ea called Lilith goes to holywood. This ea is freely downloadable in mt4 code base.

It looks pretty good on the demo account so I want to test it on a small real account. However, it doesn't trade at all on a real account. All the settings are fine (I' ve used ea's for years now) so there must be something in the code.

Boston Bridge maybe or some other problem....

Anyone willing to have a look? Cheers all!

 Change the Lots variable with lot you want. If there is not enough money error, change leverage with higher leverage.

int CheckForOpen()
{
  if(Automated)
    {
     double SAR=iSAR(NULL,0,0.02,0.2,0);
     Lots = 0.01;//try with this number
 
Irwan Adnan:

 Change the Lots variable with lot you want. If there is not enough money error, change leverage with higher leverage.

Thanks Irwan! Happy trading