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. Please use this
page to reply.
<FONT face=Arial color=#0000ff
size=2>Ron,
<FONT face=Arial color=#0000ff
size=2>
This
seems to work for me. See the attached chart.
<FONT face=Arial color=#0000ff
size=2>
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):
<FONT face=Arial color=#0000ff
size=2>
<FONT face=Arial color=#0000ff
size=2>MyAlert:=Ref(H,-1)>H AND Ref(H,-1)>Ref(H,-2);{a
top}
<FONT face=Arial color=#0000ff
size=2>Ref(MyAlert,+1)
<FONT face=Arial color=#0000ff
size=2>
<FONT face=Arial color=#0000ff
size=2>Although this should work for you, if you still want to put it in an
indicator you would have to do something like this:
<FONT face=Arial color=#0000ff
size=2>
ref(
IF("your condition", H+1, close),+1)
<FONT face=Arial color=#0000ff
size=2>
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.
<FONT face=Arial color=#0000ff
size=2>
Good
Trading,
<FONT face=Arial color=#0000ff
size=2>
Joe
J.
<FONT face=Tahoma
size=2>-----Original Message-----From: Ron
[mailto:ronber@xxxxxxxxxxxxx]Sent: Wednesday, October 30, 2002 7:05
AMTo: equismetastock@xxxxxxxxxxxxxxxSubject: Re:
[EquisMetaStock Group] Moving alert back a barJoe
-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 anythingI 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.RonJoe 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>> <<A
href="http://rd.yahoo.com/M=219695.2310151.3725769.1980433/D=egroupweb/S=1705">http://rd.yahoo.com/M=219695.2310151.3725769.1980433/D=egroupweb/S=1705>
375617:HM/A=1226184/R=0/*<A
href="http://ad.doubleclick.net/jump/N879.ameritrade.">http://ad.doubleclick.net/jump/N879.ameritrade.>
yahoo/B1054521.11;sz=300x250;adc=ZHS;ord=1035948017?>
>> <<A
href="http://us.adserver.yahoo.com/l?M=219695.2310151.3725769.1980433/D=egrou">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>
<<A
href="http://docs.yahoo.com/info/terms/">http://docs.yahoo.com/info/terms/>
.>>>> Yahoo! Groups Sponsor>
ADVERTISEMENT> <<A
href="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?">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 >
<<A
href="http://docs.yahoo.com/info/terms/">http://docs.yahoo.com/info/terms/>.To
unsubscribe from this group, send an email
to:equismetastock-unsubscribe@xxxxxxxxxxxxxxxYour
use of Yahoo! Groups is subject to the <A
href="http://docs.yahoo.com/info/terms/">Yahoo! Terms of Service.
Yahoo! Groups Sponsor
<font face=arial
size=-2>ADVERTISEMENT<img src="http://ad.doubleclick.net/ad/N879.ameritrade.yahoo/B1054521.11;sz=300x250;adc=ZHS;ord=1036013433?" alt="" width="300" height="250"
border="0">
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.
Attachment:
Description: "test.gif"
|