PureBytes Links
Trading Reference Links
|
Thanks Dennis.
So some replication of code seems the easiest way to go.
Many Thanks
--- In amibroker@xxxxxxxxxxxxxxx, Dennis Brown <see3d@xxx> wrote:
>
> Hello,
>
> It is certainly easier to do everything in a single pane from a
> formula point of view --especially when using arrays. You can
> duplicate the same formula for the signals in the pane even though you
> do not plot the results in that pane.
>
> However, it is possible to use ATC for sharing arrays, and static
> variables for sharing single variables (or even pseudo arrays) between
> panes. Tomasz has previously posted that he will provide static array
> variables in a future release which would make this even simpler.
>
> BR,
> Dennis
>
> On May 22, 2008, at 9:24 AM, sidhartha70 wrote:
>
> > Hi All,
> >
> > I've got a price chart displayed, with the pane split to show an
> > oscillator in the lower half od the chart.
> >
> > From my osciallator code I look for divergances. When spotted I want
> > to plot up/down indicator lines in the upper price chart to signal
> > trades.
> >
> > Can I do this...? i.e. plot in the upper pane from the code that
> > defines the lower pane (they ARE on the same chart - just different
> > panes on one chart)...??
> >
> > OR do I have to move the divergence spotting code to the upper (price)
> > pane code...?
> >
> > Thanks
>
------------------------------------
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
For other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|