It won't work...it just enters immediately when the bar closes. This is for USD/JPY on forex. I've been sitting here banging my head on the table for hours. I'm completely new to NinjaTrader so I'm sure it's something simple.
// Condition set 1
if (Open[0] + 8 * TickSize > EMA(23)[0])
{
EnterShort(Lots, "");
}

Comment