How can I actualize pip step using veriable?
-
Greetings house, please, how can I achieve pip step using variable?
For instance, I set pips away to 100, when a new volume is added, the pips away should be multiplied by X value, like 100 pips away for the 1st position, 200 pips away for the 2nd position, 400 pips away 3rd, 800 pips away 4th, etc. -
@legitimate So your looking at X2 from your current setting, when you reach your pips away *2 the variable, this means your pips away setting will always be updated.
-
@jstap Yes sir, not just times 2, it can be times any number of my choice. But am using the "no trade nearby and the variable block".
When there is no trade/position nearby x pips, do something, then the next action will be multiplied by the previous pips away.Then after a number of trades/positions, it should reset to the default value.
-
@legitimate Get this working with X2, then you can add more so it works differently. You can put this variable into a comment to visually check if is working as needed.