How to enter 5 positions, but under different conditions.
-
How to enter 5 positions, but under different conditions.
The indicator meets the crossover, then enter 1. Then wait for the indicator to meet again before entering 2. And so on. Don't stack 5 entries in one condition. -
@learnnewskills this way: indicator cross=>check trades count=>once per bar=>buy/sell
Check trades count less than 5 trades
-
@learnnewskills The most efficient ways is by using variables controlling each successive condition.