Login Page - Create Account

Support Board


Date/Time: Wed, 15 Jan 2025 17:43:48 +0000



Post From: BackTest an AutoTrade System -- Is BaseData Modified per the 4 Samplings per Bar??

[2017-07-06 09:41:08]
Samuel - Posts: 8
Sorry for my elementary question. I am already using sc.GetBarHasClosedStatus() == BHCS_BAR_HAS_CLOSED in my condition so to make sure the logic is only called once per bar upon bar close. Are you saying then OHL prices will not be used to evaluate the condition?

I am a bit confused as I seem to be getting different results when compared to full replays and all conditions have been surrounded by BHCS_BAR_HAS_CLOSED. What are the possible causes that comes to mind?