Robot forex EA

 

Hi all ,

I started to use this EA in demo account and its performance is OK. The problem is that it does not trade with less than 0.1 lots.

Can anyone tell me how to modify this EA to trade with amounts less than 0.1 lot?

Thanks

Files:
Robot_Forex.mq4  21 kb
 

int gi_76 = 1;

bool gi_80 = FALSE;

bool gi_84 = TRUE;

double gd_88 = 1.2;

double g_slippage_96 = 4.0;

extern double Lots = 0.1;

 
buda:
int gi_76 = 1;bool gi_80 = FALSE;bool gi_84 = TRUE;double gd_88 = 1.2;double g_slippage_96 = 4.0;extern double Lots = 0.1;

Hi Buda,

These settings are the same settings in the EA that I posted. What did you change?

Reason: