|
Israel
Experience: Intermediate
Platform: NinjaTrader
Broker: pfg
Trading: eminis
Posts: 323 since Jun 2009
|
You need to store the PnL of previos days in if(FirstBarOfSession) totPnL=...
Then on each bar you query todays PnL as totPnL - Performance.AllTrades.TradesPerformance.Currency.CumProfit;
|