Support Board
Date/Time: Sun, 25 May 2025 16:59:49 +0000
Post From: custom study values not matching chart or spreadsheet
[2023-05-28 16:35:16] |
$tack - Posts: 111 |
I am building a custom study in ASCIL and am calling the GetStudyArrayUsingID method to access values in separate custom studies/subgraphs. The issue I'm having is that I'm printing out all the values for all subgraphs it's returning and they don't match what I'm seeing in the chart, or the values I see when I create a spreadsheet study. The subgraphs show the value of the current price when the signal fires, and zero if not. However I either just see zero for all the values for the subgraph, or in some cases I see a float value below 1 that I don't see anywhere on the chart/spreadsheet. Is there a reason why the values through ascil would be different? I do not have access to the other custom study code to see what it's doing to determine further what is happening. Is there a workaround for this such as using another builtin study to reference the values of the custom study and then referencing those values? Any advice is appreciated. Thanks in advance |