PureBytes Links
Trading Reference Links
|
Thanks preston. I'll look at the code. The moving averages were just
an example. I was hoping for a general solution. Does a null plot
just not plot? If so, is there a bit of code that guarantees a null
plot that?
TIA
Ron
--- In equismetastock@xxxxxxxxxxxxxxx, pumrysh <no_reply@xxx> wrote:
>
> Ron,
>
> Let me play a bit and get back with you on it later this evening.
In
> the meantime take a look at this
>
> http://trader.online.pl/MSZ/e-w-GANN_HiVisual_LoVisual.html
>
> J is a very close retired buddy of mine and came up with the idea
of
> a visual indicator using the gann hilo and a zerolag.
>
> Your case is a little different since you are plotting moving
> averages but let me work on it.
>
>
> Preston
>
>
>
> --- In equismetastock@xxxxxxxxxxxxxxx, "rsb_44" <rsb_44@> wrote:
> >
> > Thanks Preston.
> >
> > The indicators are plotted over the price plot, and tie to the
> price.
> > Overlay without scale and scale on left(other)side won't work.
The
> > beauty for you is the issue for me. :(
> >
> > The indicator structure is something like
> > If(bullish,mov(C,20,E),If(bearish,mov(C,35,E), X)
> >
> > What does the plot of a null value look like? That may mark the
> spot
> > and not X ;).
> >
> > Regards,
> > Ron
> >
> >
> > --- In equismetastock@xxxxxxxxxxxxxxx, pumrysh <no_reply@> wrote:
> > >
> > > Ron,
> > >
> > > Don't know anything about your indicators but the if structure
> > > is going to be something like this:
> > >
> > > If(Bullish,A,If(Bearish,B,X));
> > >
> > > The beauty is that X can be whatever you like. If A and B are
+1
> > > and -1 then X could be zero. X could also be an indicator that
> > plots
> > > a null value.
> > >
> > > Hope this helps,
> > >
> > > Preston
> > >
> > >
> > >
> > >
> > > --- In equismetastock@xxxxxxxxxxxxxxx, "rsb_44" <rsb_44@> wrote:
> > > >
> > > > Three states: Bullish Bearish WhoKnows
> > > >
> > > > I want indicator A to display if Bullish, Indicator B if
> Bearish,
> > > No
> > > > Indicator for WhoKnows.
> > > >
> > > > The If structure doesn't provide for "plot nothing". The
> > > contrivance of
> > > > plotting/erasing is available to me - particularly since
> almost
> > > all my
> > > > charts have top dots and bottom dots.
> > > >
> > > > Can I do it another way?
> > > >
> > > >
> > > > TIA
> > > > Ron
> > > >
> > >
> >
>
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/equismetastock/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:equismetastock-digest@xxxxxxxxxxxxxxx
mailto:equismetastock-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|