1) CCI in multi time frame in beta 3/4 is broken and I can't use it
2) DoubleStochasticOptimized doesn't work in multiple time frames - so I can't use that.
I need to explore declaring variables on CHART 1's indicator in the global namespace and pulling data into CHART 2 via a strategy that I can now use to trade.
What I would like to do is:
1) Chart 1 - 30 min chart of SPXL - run a CCI and doublestochasticoptimized on that (this works fine on the one time frame)
2) Chart 2 - 15 min chart of SPXL - running my strategy. I want to READ the value of the CHART 1's CCI and doublestochasticoptimized and use that in the strategy.
Some questions:
1) Can I use in my strategy (running on CHART 2): AddChartIndicator(SMA(20)); but add that to a DIFFERENT chart that the strategy is on? (IE: CHART 1 the one running in the 30 min indicators)
2) How can I accomplish this in other ways using the global namespace ? If I am to use the global name space, How would I exactly reference a chart/indicator/variable by name?

If punters want to return to methods used in the bad days of procedural (and even structured) programming, that is their prerogative: those who supply OOP frameworks should stick to "best practices" of OOP.

The chart just monitors and tells you what the code did and does. If the chart tells you something other than what you expect, then it just means that it is time to modify the code.
Comment