[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

1 indicator, different subgraphs?



PureBytes Links

Trading Reference Links

Hi.

I have several quantities that I need to graph on different sub-graphs
within a single chart window.  The quantities depend on the same,
compute-intensive initial calculations.  These initial calculations take a
lot of time, so I'd prefer to do them once and then use them for all the
sub-graphs I want to draw.  I know that I can use a global variable tool to
make them available to different indicators, but it would be much nicer if I
could plot to different subgraphs from within the same indicator.  Let's say
the plot1 statement would go to subgraph2, the plot2 statement to subgraph3
and the plot3 statement to subgraph4.  Is this possible?  If not, can anyone
comment upon how hard it is to have different indicators and strategies
share a global variable for back-testing as opposed to realtime trading?

Alex