PureBytes Links
Trading Reference Links
|
------------------------------------------------------------------------
You cannot reply to this message via email because you have chosen not
to disclose your email address to the group.
To reply: http://groups.yahoo.com/group/equismetastock/post?act=reply&messageNum=5353
------------------------------------------------------------------------
Finally got to what I wanted. I'm doing it in the Indicator builder.
See attached. Drawing trendlines will be helped by connecting the dots.
Whew!!!
Ron
Joe J. wrote:
> Ron,
>
> This seems to work for me. See the attached chart.
>
> I put the following formula in the Symbols box within the Expert
> Editor (I also picked the "dots" and plotted above because that is
> what symbol you are looking for):
>
> MyAlert:=Ref(H,-1)>H AND Ref(H,-1)>Ref(H,-2);{a top}
>
> Ref(MyAlert,+1)
>
> Although this should work for you, if you still want to put it in an
> indicator you would have to do something like this:
>
> ref( IF("your condition", H+1, close),+1)
>
> Then change the indicator to plot dots. When the condition is true,
> it will put a dot one point (or you can change this to what ever
> interval you want) above the high for the bar, when it isn't, it will
> put the dot where your close would be - which is okay as it looks fine
> on a OHLC bar. Try the Expert though, that sounds like the way to go
> for you.
>
> Good Trading,
>
> Joe J.
>
> -----Original Message-----
> From: Ron [mailto:ronber@xxxxxxxxxxxxx]
> Sent: Wednesday, October 30, 2002 7:05 AM
> To: equismetastock@xxxxxxxxxxxxxxx
> Subject: Re: [EquisMetaStock Group] Moving alert back a bar
>
> Joe -
>
> Curiously, neither plus or minus numbers move the points.
>
> MyAlert:=Ref(H,-1)>H AND Ref(H,-1)>Ref(H,-2);{a top}
>
> Ref(MyAlert,Somenumber) Doesn't do anything
>
> I want the dot to be over the middle bar (H,-1).
>
> I tried to create an indicator to do the same thing, but couldn't get
> discrete points that were placed only at the bar ref(H,-1) and had
> the
> value of that high.
> Jayson was kind enough to point out that making my code binary I
> could
> get discrete values. If I used Binary * Value, I get the points,
> but the
> scale of 0->Value is too great and destroys what I want to see.
>
> Ron
>
>
>
> Joe J. wrote:
>
> > Ron,
> >
> > I plot alert symbols (dots that are actually done in the indicator
> > builder but I'd imagine it would work in the Expert if that is
> what you
> > are working with) on the bar AFTER the signal using the ref("insert
> > your alert signal here",-1) so I would imagine that you could
> try using
> > ref(XXX,+1) to move it backwards (a quick check confirms it
> works in the
> > indicator builder). Of course it wouldn't plot until after the
> alert
> > bar was formed.
> >
> > Good Trading,
> >
> > Joe J.
> >
> >
> > -----Original Message-----
> > From: Ron
> > Sent: Tue 10/29/2002 8:19 PM
> > To: equismetastock@xxxxxxxxxxxxxxx
> > Cc:
> > Subject: [EquisMetaStock Group] Moving alert back a bar
> >
> > Hi all -
> >
> > I'd like to move an alert back a bar. Is there any way I can
> attach an
> > alert symbol one bar before the trigger bar?
> >
> > TIA
> > Ron
> >
> >
> >
> >
> >
> > Yahoo! Groups Sponsor
> > ADVERTISEMENT
> >
> >
> <http://rd.yahoo.com/M=219695.2310151.3725769.1980433/D=egroupweb/S=1705
> >
> 375617:HM/A=1226184/R=0/*http://ad.doubleclick.net/jump/N879.ameritrade.
> > yahoo/B1054521.11;sz=300x250;adc=ZHS;ord=1035948017?>
> >
> >
> <http://us.adserver.yahoo.com/l?M=219695.2310151.3725769.1980433/D=egrou
> > pmail/S=:HM/A=1226184/rand=643272190>
> >
> > To unsubscribe from this group, send an email to:
> > equismetastock-unsubscribe@xxxxxxxxxxxxxxx
> >
> >
> >
> > Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
> > <http://docs.yahoo.com/info/terms/> .
> >
> >
> >
> > Yahoo! Groups Sponsor
> > ADVERTISEMENT
> >
> <http://rd.yahoo.com/M=219695.2310151.3725769.1980433/D=egroupweb/S=1705375617:HM/A=1226184/R=0/*http://ad.doubleclick.net/jump/N879.ameritrade.yahoo/B1054521.11;sz=300x250;adc=ZHS;ord=1035950116?>
>
> >
> >
> >
> > To unsubscribe from this group, send an email to:
> > equismetastock-unsubscribe@xxxxxxxxxxxxxxx
> >
> >
> >
> > Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
> > <http://docs.yahoo.com/info/terms/>.
>
>
>
>
> To unsubscribe from this group, send an email to:
> equismetastock-unsubscribe@xxxxxxxxxxxxxxx
>
>
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> Service <http://docs.yahoo.com/info/terms/>.
>
>
> Yahoo! Groups Sponsor
> ADVERTISEMENT
> <http://rd.yahoo.com/M=219695.2310151.3725769.1980433/D=egroupweb/S=1705375617:HM/A=1226184/R=0/*http://ad.doubleclick.net/jump/N879.ameritrade.yahoo/B1054521.11;sz=300x250;adc=ZHS;ord=1036013433?>
>
>
>
> To unsubscribe from this group, send an email to:
> equismetastock-unsubscribe@xxxxxxxxxxxxxxx
>
>
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
> <http://docs.yahoo.com/info/terms/>.
>
> ------------------------------------------------------------------------
>
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Looking for a more powerful website? Try GeoCities for $8.95 per month.
Register your domain name (http://your-name.com). More storage! No ads!
http://geocities.yahoo.com/ps/info
http://us.click.yahoo.com/auyVXB/KJoEAA/jd3IAA/BefplB/TM
---------------------------------------------------------------------~->
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/
Attachment:
Description: ""
|