Login Page - Create Account

Support Board


Date/Time: Mon, 08 Sep 2025 16:11:11 +0000



Post From: Suggestions on issue seeing wrong results from study after chart reload vs live/replay

[2025-09-07 10:34:58]
User431178 - Posts: 772
I am looking for general suggestions on what I could do to debug an issue with my custom ACSIL study
Use an IDE that has debugging functionality and step through your code.


This study is referenced from another study.
How is the calculation precedence set (for each study), and how are the studies ordered in the studies window?


Its almost as if there are two iterations of calls to my study
Do you have chart trade mode enabled?
If so the study will be be 'recalculated' twice, once initially, then again when the orders/fills are laoded.
Working with ACSIL Arrays and Understanding Looping: When the Study Function is Called