Support Board
Date/Time: Tue, 01 Jul 2025 02:03:44 +0000
Post From: ACSIL study - inconsistent results with replay back test
[2014-02-25 17:39:51] |
dominikos - Posts: 106 |
I do check for bar closed status if (sc.GetBarHasClosedStatus() == BHCS_BAR_HAS_NOT_CLOSED) { return; } This most likely have to do with how simulation executes trades, I use limit to buy and stop/limit to sell. What concerns me is that sometimes the discrepancies are larger. |