The Help Guide says
Strategy.setStop(30);
Set a stop order to sell all shares if high of any bar at or after the current bar >= 30.
What if I am short at 40 and set this sell stop, does the system fill me immediatly?
Or does it wait til 29.99 is hit before I get filled?
Strategy.setStop(30);
Set a stop order to sell all shares if high of any bar at or after the current bar >= 30.
What if I am short at 40 and set this sell stop, does the system fill me immediatly?
Or does it wait til 29.99 is hit before I get filled?
Comment