Support Board
Date/Time: Thu, 03 Jul 2025 02:57:15 +0000
Post From: Plot All Time High / Low
[2020-01-09 16:40:41] |
T44 - Posts: 363 |
I load a historical daily chart (programmatically with ACSIL) and iterate through around 5000 days of historical data. As this isn't efficient, I've taken to hard coding the values into a study and checking if those levels have been exceeded in the last 52 days. This means I only need to update my hard coded numbers once per year. If you're familiar enough with ACSIL / C++ to compile and run something I could post some code examples for you? |