if (Position.MarketPosition != MarketPosition.Flat)
{
PL = Position.GetUnrealizedProfitLoss(PerformanceUnit.C urrency);
Print(Convert.ToString(PL));
}
It always show 0, despite there being an order running and moving the unrealized PnL...
Any idea? Thanks...

Comment