One volumes constant in all cases
-
In this example you will see that there are large volumes created during trading, even if the EA performs great it will lose.

https://fxdreema.com/builder/shared/BgigjYXde
I want to change the sizes so that the difference becomes one for the current direction but it is not calculated according to the current method
An example that currently works according to: (TOTAL SELL - TOTAL BUY +1)
I want to make all deals equal only oneI mean, the BUY starts with only one dollar, and when there is a sale there is one sale for only one dollar with Hedge for the first deal (theBUY) the same size
So that in all cases the volume is not more than one dollar.
How can you help me PLEASE? -
@khalids222 Didn't get what you want to achieve. If start lot is 0.10 lots, all trades should have 0.10 lot size??
-
@trader-philipps said in One volumes constant in all cases:
Didn't get what you want to achieve. If start lot is 0.10 lots, all trades should have 0.10 lot size??
@trader-philipps First: Thank you for helping me, I want a fixed size for all deals + Hedge for previously opened positions. Is this possible
-
@khalids222 In that case just specify a fixed lot size on Buy and Sell blocks. use a constant if you want to make it adjustable from the EA's parameters.
-
@trader-philipps said in One volumes constant in all cases:
In that case just specify a fixed lot size on Buy and Sell blocks. use a constant if you want to make it adjustable from the EA's parameters.
Thank you very much, your solutions and advice are always of my interest