I see in Chris' help file:
Strategy.setStop(30);
Set a stop order to sell all shares if high of any bar at or after the current bar >= 30.
I was wondering if anyone knows of a comparable command if attempting to exit from a short position?
TIA,
Greg
Strategy.setStop(30);
Set a stop order to sell all shares if high of any bar at or after the current bar >= 30.
I was wondering if anyone knows of a comparable command if attempting to exit from a short position?
TIA,
Greg
Comment