ExitLong();
or
ExitShort();
I'm about to turn this strategy on the live market and want to add an exit condition:
ExitLongStop()
ExitShortStop()
at the worse case exit which has a known price. This to protect me against connection loss and to get the worst case order entered into the queue (if at all).
Several questions:
1) Does NT or my Broker (Mirus) care if I change this every bar?
2) Is the old value overridden by a simple reissuance of the command with the new stop price? If not, how do you remove the old stop before entering a new stop?
3) What happens to the stop order if one of the other conditions triggers a normal
ExitLong();
or
ExitShort(); ?
Thanks,
Larry

Comment