i can't access to trade generate from my strategy:
TradeCollection Trades = SystemPerformance.AllTrades.GetTrades(Instrument.F ullName, Name, 1);
I call this function from OnBarUpdate()
Even if i have a lot of trade as you can see in attached photo the function return always 0 as count of trades:
This is a complete code:
Could you help me?
Thanks

Comment