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
|