Login Page - Create Account

Support Board


Date/Time: Thu, 19 Sep 2024 21:26:58 +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.