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

Re: Question on Multiple ExitLong limit orders placed on the same bar(TS2000i)



PureBytes Links

Trading Reference Links

Hi Chris,

I'm not sure about your specific problem. However, I've found the
keyword Total has helped to make EL behave when I've been trying to
scale out of trades. But my scaling was different from yours so I'm not
sure if it will work for you. It's worth a try anyway:

ExitLong("XL-001") From Entry("Signal_1") iUnitsToSell Shares Total
      At dExitLongStop Limit;

-- 
  Dennis