
The EnterLongStopLimit() function requires two price parameters, one is the limit price, and one is the stop price. To my understanding this function would create a limit order and once filled, creates a stop order to sell. And this function always requires two price paramaters, however in my DOM image above, I only have one order and one price to that order. So I probably cannot use EnterLongStopLimit() for what I'm trying to get. So what functions can I use to create a long stop limit order? I looked at the ninja trader help guide but I can't find what I'm looking for... please help!

. I am testing it in market replay and it does indeed place the order visible in DOM. Thanks for the help!
Comment