[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Help with coding an initial stop loss



PureBytes Links

Trading Reference Links

Meanwhile, back to the original question, the "At$" reserved word is
useful for cases like this.

At$
Anchors exit prices to the bar where the named entry order was placed.
Usage: ExitLong from Entry("MA Cross") At$ Low - 1 Point Stop;

-- 
  Dennis