Login Page - Create Account

Support Board


Date/Time: Wed, 15 Jan 2025 15:56:48 +0000



Post From: Accessing functions from another chart

[2017-07-23 18:17:49]
User735389 - Posts: 189
I understand that I can use GetChartBaseData and GetChartDateTimeArray to get most of the necessary price data from another chart. Is there a way to still use functions like GetHighest(), GetContainingIndexForSCDateTime(), etc... on that data? It seems like I should be able to get a "Chart" object that contains the base chart information, along with its BaseData, and use a lot of standard functions to access/manipulate that data. Am i missing something?