protected override void Initialize()
{
CalculateOnBarClose = false;
}
protected override void OnBarUpdate()
{
if(Position.MarketPosition == MarketPosition.Flat)
Print("position flat");
}
I've been using Ninja for a long time but this sounds new to me
Is that something am I missing or am I just tired for an hard day?

Comment