Login Page - Create Account

Support Board


Date/Time: Thu, 16 May 2024 06:13:22 +0000



Post From: Saving Tick by Tick Data from a 256,000 Tick Chart

[2016-08-16 20:37:07]
User203925 - Posts: 40
I'm not asking for programming help. The issue is that the indicator has different values at different size tick charts and the indicators change at different rates on different size charts. So just putting the indicator on the 1 Tick chart wouldn't work.

My main question is how your platform works because the answer revolves around how you save data and how functions pull from that data. I am looking for a function that:

1) Can pull a Subgraph Array from a larger chart to a smaller chart in real time.
2) The function should import this Subrgraph Array from the larger chart into my smaller chart so I can see the changes in this indicator without having to look at the bigger chart. If you can get me this far, I can do the rest but I don't know how your functions pull data and how you save data as a I do not have access to the source code

Is there a function that does this? sc.GetStudyArrayFromChartUsingID does not work. I have Autolooping turned on. Is there another feature that should be turned? In theory my code above should work if sc.GetStudyArrayFromChartUsingID imporated the Subgraph Array in real time. It is only imporiting