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

Re: 1 indicator, different subgraphs?



PureBytes Links

Trading Reference Links

You should be able to do your calculation once and store the results in
pushpop.
Than "POP" that result in as many graphs as you like.
PushPop by itself is very little overhead (and hence fast).
Robert
===============================
Robert Linders
Orlando, FL
email: mugsnug@xxxxxxxxx
===============================
----- Original Message -----
From: "Alex Dannenberg" <Alex@xxxxxxxxxxxxxxxxxxxxxxx>
To: "'OmegaList@xxxxxxx Com'" <omega-list@xxxxxxxxxx>
Sent: Tuesday, November 20, 2001 6:19 PM
Subject: 1 indicator, different subgraphs?


> 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
>
>