PureBytes Links
Trading Reference Links
|
Hello list.
I'm trying to implement something as simple as a stop-loss in TS 2000i (822)
. I use the following two lines of code, straight out of the manual:
SetStopPosition;
SetStopLoss(100);
My entry gets triggered just fine, but the first position it opens - which
should close 10 minutes later - just stays open until there's no more data,
losing thousands of (imaginary) dollars in the process. The same thing
happens when I try to set a profit-target. What am I missing?
Tom
|