Jump to content

⤴️-Paid Ad- Check advertising disclaimer here. Add your banner here.🔥

Recommended Posts

Posted (edited)

Any of you expert coders know how to make this robot trade with micro lots like "0.01" or "0.02"? I'm new here I hope I posted this in the right place. Try it out, I think you'll like the results!! I would recommend changing the stop loss higher than what it is though.

 

I found it here on this free open source code website. Here's the link

 

h**p://codebase.mql4.com/5851

 

You can also find it in FXStreet.com forum

Edited by Funnyquadman
Guest fxprofits
Posted

what best settings to be used? which pairs? and timeframe?

 

thanks..

Posted
Well if you go to FXStreet.com forum it says daily timeframe using usdjpy, but you can use other pairs also. It's free to download, just an ordinary guy trying to make a buck. Asking for donations if you make money using his expert advisor.
Posted

lots are calculated in :

 

Lots = AccountBalance() / 10000;

if (Lots > MaxLots) {Lots = MaxLots;}

 

you can put this in comment , and set the external variable to micro :

 

extern double Lots=0.1; ---> extern double Lots=0.01;

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

⤴️-Paid Ad- Check advertising disclaimer here. Add your banner here.🔥

×
×
  • Create New...