EA EM_VOL from 1000$

 

Hi, can anyone tell me how to do this EM_VOL to work from 1000$ whith same settings as it is, or maby anyone can saky better setting. thanks for hellp.

here is EM_VOL EA: https://www.mql5.com/en/code/10778

 
ammygo: Hi, can anyone tell me how to do this EM_VOL to work from 1000$ whith same settings as it is, or maby anyone can saky better setting. thanks for hellp. here is EM_VOL EA: https://www.mql5.com/en/code/10778
Do you mean like work with $1000 real money?
 
yes, I like this EA but I dont have 10 000$
 
ammygo: yes, I like this EA but I dont have 10 000$

I don't think that anyone will guarantee that you'll not lose your $1000.

You can try using smaller lot-sizes or brokers with nano-accounts, etc.

You can also try contacting the developer for suggestions.

 
ammygo:

Hi, can anyone tell me how to do this EM_VOL to work from 1000$ whith same settings as it is, or maby anyone can saky better setting. thanks for hellp.

here is EM_VOL EA: https://www.mql5.com/en/code/10778


not with same setting for testing 1000$ (no guarantees)

savest according to me

extern int     MMType=0;      
extern bool    UseClose=false; 
extern bool    UseAdd=true;    
extern double  LotExponent=1.2; 
extern double  slip=3;   
extern double  Lots=0.01; 
extern double  LotsDigits=2;  
extern double  TakeProfit=100; 
extern double  Stoploss=500; 
extern double  TrailStart=10;
extern double  TrailStop=10;
extern double  PipStep=100; 
extern int     MaxTrades=30;
extern bool    UseEquityStop=false;
extern double  TotalEquityRisk=20; 
extern bool    UseTrailingStop=true;
extern bool    UseTimeOut=false;
extern double  MaxTradeOpenHours=2;
extern double  MaximumRisk=0.01;

play with blue line values using the strategytester

the higher maximumrisk the less money you need to open trades

with setting 0.001 i was not able to open trades testing 1000$