Login Page - Create Account

Support Board


Date/Time: Sat, 15 Nov 2025 13:06:33 +0000



Post From: Trade Statistics not Reported accurately

[2025-11-14 18:50:08]
skalaydzhiyski - Posts: 96
Hi SC,

I think I have found a problem in the Trade Activity Window on the Statistics Tab. The Closed Trades Profit/Loss value is wrong compared to what gets returned by sc.GetTradeStatisticsForSymbolV2().

Scenario I used to replicate this behaviour:
1. Have a simple automated trading system (in my case - crossover of bollinger bands study top -> go short/reverse, bottom -> long/reverse)
2. Strategy is evaluated on bar close only and I have allowed date range set to 14:35, 20:55.
3. IMPORTANT: run replay on 1 day with 100 000 speed (or even 50 000).
4. Observe trade stats from ACSIL and compare with trade stats from the Trade Activity Window.

I see consistent discrepancy between the two when running very high replay speeds.

I don't really care about the trade activity window because I use ACSIL for everything, but it's good to fix this or at least explain why it's happening.

All the best