Login Page - Create Account

Support Board


Date/Time: Mon, 16 Sep 2024 19:06:41 +0000



Post From: sc.IsSwingLow not working in Replay Backtest

[2024-07-25 20:28:16]
User719512 - Posts: 245
Instead of calling:
int IsSwingLow(SCFloatArrayRef In, int Length)
Have your tried calling:
int IsSwingLow(SCFloatArrayRef In, int Index, int Length)
to see if that make a difference?

works fine for me on v2661 as does the inbox study to which there is also source code to in the sierra folder.