Problem with EA

 

Hello,

I have an EA normally he should buy everytime just 0.01 lot but if the market goes in the wrong directing he buy again and buy 0.02 than 0.03. How I can stop this.

I would like he buy everytime 0.01 lot.

Thanks in advance.

Fabian

 

Hello,

If it is your EA which you code yourself. You should be able to make it a fixed lot size.

If you could show me the Parameter you input, maybe we can find out why.

 
Bleul:

Hello,

I have an EA normally he should buy everytime just 0.01 lot but if the market goes in the wrong directing he buy again and buy 0.02 than 0.03. How I can stop this.

I would like he buy everytime 0.01 lot.

Thanks in advance.

Fabian

This is a martingale option, you should be able to disable it in the EA settings.

 
Hi, I think your Ea that has a martingale logic in codes. If you want to stop his logic , you have to have the source code of it and delete the partial. That will be fine for according with that you mean.
 
Bleul:

Hello,

I have an EA normally he should buy everytime just 0.01 lot but if the market goes in the wrong directing he buy again and buy 0.02 than 0.03. How I can stop this.

I would like he buy everytime 0.01 lot.

Thanks in advance.

Fabian

If it is not your ea - you don't have the source code - either the EA is 
- not designed to do this
- perhaps you are not using, or understanding  the parameters correctly
- there is an error in the EA
Reason: