Here is the docs I am looking at.. Order Methods https://ninjatrader.com/support/help...er_methods.htm
if (Position.MarketPosition == MarketPosition.Flat) {
//EnterShort(Convert.ToInt32(DefaultQuantity), "Short");
//BuyShortLimit((Bars.GetLow(CurrentBar - 1) - (1 * TickSize)));
}
Any ideas how to place and move if needed?
Thanks.

Comment