else if (State == State.Realtime)
{
if (Position.MarketPosition != MarketPosition.Flat)
Print("Open PnL: " + Position.GetUnrealizedProfitLoss(PerformanceUnit.C urrency, Close[0]));
Draw.TextFixed(this, "tag1", Position.GetUnrealizedProfitLoss(PerformanceUnit.C urrency, Close[0]), TextPosition.BottomRight);
}


Comment