PDA

View Full Version : How does EnterShortStopLimit work?


SuzyG
01-16-2007, 02:05 PM
I cannot get EnterShortStopLimit or EnterLongStopLimit to work. The help example is EnterShortStop. I am expecting a stop order to be placed along with the entry. Is this correct? Also, intellisense shows only one choice and help shows 4.Please give an example.

Thanks, Suzy

NinjaTrader_Ray
01-16-2007, 04:21 PM
Incorrect, EnterShortStopLimit() is the entry itself, not a stop order to protect an open position generated by the entry.

Use the SetStopLoss() method to place a stop loss order.

Ray

PS - My intellisense shows 4 overloads, "1 of 4", does yours only show text "1 of 1" ?

SuzyG
01-16-2007, 05:15 PM
Thank you, my misunderstanding. It seems to take longer to enter a trade, the stop limit and target automated when compared to placing an order in the DOM. There is no method to do this in one step, right?

My intellisense is like yours. 1 of 4. I was wrong.

NinjaTrader_Ray
01-17-2007, 02:09 AM
That is correct.