Login Page - Create Account

Support Board


Date/Time: Wed, 15 Jan 2025 18:06:22 +0000



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

[2017-07-04 21:10:57]
Samuel - Posts: 8
Thanks for the suggestion, but I think my question is a more simple one, it refers to bar based back testing when sc.GetBarHasClosedStatus() == BHCS_BAR_HAS_CLOSED, where I understand Sierra will test using each of the OHLC price and I just want the code to execute at Close price. Does detecting new bars only occurred when Sierra is testing the Close price? How do I ensure no action is taken at OHL prices?

Thanks.