Betting parameters of the block and Buy Now Sell Now.
-
Hello fxDreema.
Could do to fix the MM Betting: Martigale Paroli the parameters reset after changing the numbers ... how to boolean true or false?
-
Can you ask this again with different words? -
-
No no, these are not boolean values, these are numeric. How many profits/losses we need in order to reset the lot size to it's initial value.
Well, 0 means that the option is off - we never reset in this case. 1 means that after the first profit it will reset.With these values you can turn Martingale into Anti-Martingale (Paroli). And if you have values like 2, 3, 4... into something that is not Martingale anymore. It's more flexible with numeric values like this.
But 0 is the same as false and 1 is the same as true, so you can probably use boolean values for these.
-
Ok I get it now. Thank you!