PureBytes Links
Trading Reference Links
|
If you
want to see if it closed above/below the prior bar's pivot that you were using
before, put the formulas in that you had before and then just
say:
<FONT face=Arial color=#0000ff
size=2>
<FONT face=Arial color=#0000ff
size=2>C>ref(R#1,-1)
<FONT face=Arial color=#0000ff
size=2>or
<FONT face=Arial color=#0000ff
size=2>C<ref(S#,-1)
<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: uhehs@xxxxxxxx
[mailto:uhehs@xxxxxxxx]Sent: Tuesday, June 17, 2003 2:23
PMTo: Metastockusers@xxxxxxxxxxxxxxxSubject: RE:
[Metastockusers] Pivots
<FONT face=Arial color=#993366
size=2><SPAN
>Joe,
how would you code a filter for an Exploration to find C>R#1 or
C<S#1?
<FONT face=Arial color=#993366
size=2><SPAN
>
<SPAN
>-----Original
Message-----From: Joe J.
[mailto:jojab@xxxxxxxxx]<SPAN
>Sent: Tuesday, June 17, 2003 1:01
PMTo:
Metastockusers@xxxxxxxxxxxxxxx<SPAN
>Subject: RE: [Metastockusers]
Pivots
<SPAN
>
<SPAN
>Yes, which is what
you asked for -- to remove the current bar's data from the
calculation.<SPAN
>
<SPAN
> <FONT
color=black><SPAN
>
<SPAN
>Good
Trading,<SPAN
>
<SPAN
> <FONT
color=black><SPAN
>
<SPAN
>Joe
J.<SPAN
>
<P class=MsoNormal
><FONT
face=Tahoma color=black size=2><SPAN
>-----Original
Message-----From:
uhehs@xxxxxxxx [mailto:uhehs@xxxxxxxx]<SPAN
>Sent: Tuesday, June 17, 2003 9:39
AMTo:
Metastockusers@xxxxxxxxxxxxxxx<SPAN
>Subject: RE: [Metastockusers]
Pivots<SPAN
>
<P class=MsoNormal
><SPAN
class=EmailStyle19><SPAN
>Ok, I
just changed it.
<P class=MsoNormal
><SPAN
class=EmailStyle19><SPAN
>
<P class=MsoNormal
><SPAN
class=EmailStyle19><SPAN
>So
that’s plotting what were the last bars’ levels on the current
bar?
<P class=MsoNormal
><SPAN
class=EmailStyle19><SPAN
>
<P class=MsoNormal
><SPAN
class=EmailStyle19><SPAN
>
<P class=MsoNormal
><FONT
face=Tahoma color=black size=2><SPAN
>-----Original
Message-----From: Joe J.
[mailto:jojab@xxxxxxxxx]<SPAN
>Sent: Tuesday, June 17, 2003 12:34
PMTo:
Metastockusers@xxxxxxxxxxxxxxx<SPAN
>Subject: RE: [Metastockusers]
Pivots<SPAN
>
<P class=MsoNormal
><FONT
face="Times New Roman" color=black size=3><SPAN
> <FONT
color=black><SPAN
>
<P class=MsoNormal
><FONT
face=Arial color=blue size=2><SPAN
>When you go to plot
the support and resistance points, replace what you have with
the following:<SPAN
>
<P class=MsoNormal
><FONT
face="Times New Roman" color=black size=3><SPAN
> <FONT
color=black><SPAN
>
<P class=MsoNormal
><FONT
face=Arial color=blue size=2><SPAN
>ref(R#1,-1);<FONT
color=black><SPAN
>
<P class=MsoNormal
><FONT
face=Arial color=blue size=2><SPAN
>ref(S#1,-1);<FONT
color=black><SPAN
>
<P class=MsoNormal
><FONT
face="Times New Roman" color=black size=3><SPAN
> <FONT
color=black><SPAN
>
<P class=MsoNormal
><FONT
face=Arial color=blue size=2><SPAN
>Good
Trading,<SPAN
>
<P class=MsoNormal
><FONT
face="Times New Roman" color=black size=3><SPAN
> <FONT
color=black><SPAN
>
<P class=MsoNormal
><FONT
face=Arial color=blue size=2><SPAN
>Joe
J.<SPAN
>
<P class=MsoNormal
><FONT
face=Tahoma color=black size=2><SPAN
>-----Original
Message-----From:
uhehs@xxxxxxxx [mailto:uhehs@xxxxxxxx]<SPAN
>Sent: Tuesday, June 17, 2003 8:20
AMTo:
Metastockusers@xxxxxxxxxxxx com<SPAN
>Subject: [Metastockusers]
Pivots<SPAN
>
<P class=MsoNormal
><FONT
face="Courier New" color=black size=2><SPAN
>Below I have
pasted the code I'm using for generating two pivot
points.<SPAN
>You
will notice that it plots the values on the current bar, so when
tradingin real time, the pivots are always moving based on the
last price andtherefore they act as a moving
support/resistance.How do I NOT INCLUDE the current bar in
the calculation? That way I can usethe closed bars' plots
as my levels for the current bar?periods:=Input("ATR
Periods?",1,100,10);TH:=If(Ref(C,-1) >
H,Ref(C,-1),H);TL:=If(Ref(C,-1) <
L,Ref(C,-1),L);TR:=TH-TL;R#1:=C+Mov(TR,periods,S);S#1:=C-Mov(TR,periods,S);R#1;S#1;<FONT
color=black><FONT
face="Courier New" color=black size=2><SPAN
>To
unsubscribe from this group, send an email to:<FONT
face="Courier New" color=black size=2><SPAN
>Metastockusers-unsubscribe@xxxxxxxxxxx<FONT
color=black><FONT
face="Courier New" color=black size=2><SPAN
>Your use of
Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of
Service.
<SPAN
>
<P class=MsoNormal
><FONT
face="Times New Roman" color=black size=3><SPAN
><BR
><BR
><FONT
color=black><SPAN
>
<P class=MsoNormal
><FONT
face="Courier New" color=black size=2><SPAN
>To
unsubscribe from this group, send an email to:<FONT
face="Courier New" color=black size=2><SPAN
>Metastockusers-unsubscribe@xxxxxxxxxxx<FONT
color=black><FONT
face="Courier New" color=black size=2><SPAN
>Your use of
Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of
Service.
<SPAN
>
<P class=MsoNormal
><FONT
face="Times New Roman" color=black size=3><SPAN
> <FONT
color=black><SPAN
>
<P class=MsoNormal
><FONT
face="Times New Roman" color=black size=3><SPAN
><FONT
face="Courier New" color=black size=2><SPAN
>To
unsubscribe from this group, send an email to:<FONT
face="Courier New" color=black size=2><SPAN
>Metastockusers-unsubscribe@xxxxxxxxxxx<FONT
color=black><FONT
face="Courier New" color=black size=2><SPAN
>Your use of
Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of
Service.
<SPAN
>
<SPAN
><BR
><BR
><FONT
color=black><SPAN
><FONT
face="Courier New" color=black size=2><SPAN
>To
unsubscribe from this group, send an email to:<FONT
face="Courier New" color=black size=2><SPAN
>Metastockusers-unsubscribe@xxxxxxxxxxx<FONT
color=black><FONT
face="Courier New" color=black size=2><SPAN
>Your use of
Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of
Service.
<SPAN
>
To
unsubscribe from this group, send an email
to:Metastockusers-unsubscribe@xxxxxxxxxxxYour use
of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
Yahoo! Groups Sponsor
To unsubscribe from this group, send an email to:
Metastockusers-unsubscribe@xxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|