Login Page - Create Account

Support Board


Date/Time: Sat, 10 May 2025 18:28:43 +0000



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

[2016-08-16 18:47:06]
User203925 - Posts: 40
I apologize but I have one more question. I am pulling an indicator from a 256,000 tick chart into a 1 tick chart using sc.GetStudyArrayFromChartUsingID function. The issue I have encountered is that it pulls the indicator from the 256,000 tick chart into the 1 tick chart "as is" meaning it's only pulling the last indicator value of each bar based on the 2560,000 instead of pulling the value of the indicator on the 256,000 for every tick on the 1 tick chart.

I how do I pull the indicator value from the 256,000 tick chart for every tick on the 1 tick chart?