I wanted to know if you can manage two strategies in the same code
with 2 inputs with a different name.
example:
1 st order = EnterLong (1, "B-ST1");
2 st order = EnterLong (1, "B-ST2");
if (Position.MarketPosition!= MarketPosition.Flat)
if I have a long position
is possible to know if the 1 st order or the second is active?
many thanks

Comment