[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [Metastockusers] Pivots



PureBytes Links

Trading Reference Links










<font size=2 color="#003300"
face=Arial>Ok, I&#8217;m trusting my ability to code more and more&#8230;&#8230;&#8230;&#8230;..that&#8217;s what I had
too.

<font size=2 color="#003300"
face=Arial> 

<font size=2 color="#003300"
face=Arial>I appreciate it.

<font size=2 color="#003300"
face=Arial> 

<font size=2 color="#003300"
face=Arial>-Sam

<font size=2 color="#003300"
face=Arial> 

-----Original Message-----
From: Joe J. [mailto:jojab@xxxxxxxxx]
Sent: Tuesday, June 17, 2003 5:35
PM
To: Metastockusers@xxxxxxxxxxxxxxx
Subject: RE: [Metastockusers]
Pivots

 

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:<span
>

<span
> <span
>

C>ref(R#1,-1)<font
color=black>

or<span
>

C<ref(S#,-1)<font
color=black>

<span
> <span
>

Good Trading,<font
color=black>

<span
> <span
>

Joe J.<span
>

<span
>-----Original
Message-----
From: uhehs@xxxxxxxx
[mailto:uhehs@xxxxxxxx]
Sent: Tuesday, June 17, 2003 2:23
PM
To: Metastockusers@xxxxxxxxxxxxxxx
Subject: RE: [Metastockusers]
Pivots

<font
size=2 color="#993366" face=Arial>Joe, how would you code a filter for an Exploration
to find C>R#1 or C<S#1?

<font
size=2 color="#993366" face=Arial> 

<font size=2 color=black
face=Tahoma>-----Original
Message-----
From: Joe J.
[mailto:jojab@xxxxxxxxx]
Sent: Tuesday, June 17, 2003 1:01
PM
To: Metastockusers@xxxxxxxxxxxxxxx
Subject: RE: [Metastockusers]
Pivots

<font size=3 color=black
face="Times New Roman"> <font
color=black>

<span
>Yes, which is what you
asked for -- to remove the current bar's data from the calculation.<font
color=black>

<font size=3 color=black
face="Times New Roman"> <font
color=black>

<span
>Good Trading,<font
color=black>

<font size=3 color=black
face="Times New Roman"> <font
color=black>

<span
>Joe J.<font
color=black>

<span
>-----Original
Message-----
From: uhehs@xxxxxxxx
[mailto:uhehs@xxxxxxxx]
Sent: Tuesday, June 17, 2003 9:39
AM
To: Metastockusers@xxxxxxxxxxxxxxx
Subject: RE: [Metastockusers]
Pivots

<font
size=2 color=navy face=Arial>Ok, I just changed it.

<font
size=2 color=navy face=Arial> 

<font
size=2 color=navy face=Arial>So that&#8217;s plotting what were the last bars&#8217; levels on
the current bar?

<font
size=2 color=navy face=Arial> 

<font
size=2 color=navy face=Arial> 

<font size=2 color=black
face=Tahoma>-----Original
Message-----
From: Joe J.
[mailto:jojab@xxxxxxxxx]
Sent: Tuesday, June 17, 2003 12:34
PM
To: Metastockusers@xxxxxxxxxxxxxxx
Subject: RE: [Metastockusers]
Pivots

<font size=3 color=black
face="Times New Roman"> <font
color=black>

<font size=2 color=blue
face=Arial>When you
go to plot the support and resistance points, replace what you have with
the following:

<font size=3 color=black
face="Times New Roman"> <font
color=black>

<font size=2 color=blue
face=Arial>ref(R#1,-1);<font
color=black>

<font size=2 color=blue
face=Arial>ref(S#1,-1);<font
color=black>

<font size=3 color=black
face="Times New Roman"> <font
color=black>

<font size=2 color=blue
face=Arial>Good
Trading,

<font size=3 color=black
face="Times New Roman"> <font
color=black>

<font size=2 color=blue
face=Arial>Joe J.<font
color=black>

<span
>-----Original
Message-----
From: uhehs@xxxxxxxx
[mailto:uhehs@xxxxxxxx]
Sent: Tuesday, June 17, 2003 8:20
AM
To: Metastockusers@xxxxxxxxxxxx
com
Subject: [Metastockusers] Pivots<font
color=black>

<font size=2 color=black
face="Courier New">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
trading
in real time, the pivots are always moving based on the last price and
therefore they act as a moving support/resistance.

How do I NOT INCLUDE the current bar in the calculation?  That way I
can use
the 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;



<span
>To unsubscribe
from this group, send an email to:<font size=2 color=black
face="Courier New">
Metastockusers-unsubscribe@xxxxxxxxxxx



<span
>Your use of
Yahoo! Groups is subject to the Yahoo!
Terms of Service.<span
> 

<font size=3 color=black
face="Times New Roman"><br
>



<font size=2 color=black
face="Courier New">To unsubscribe from this group, send an email to:<font
size=2 color=black face="Courier New">
Metastockusers-unsubscribe@xxxxxxxxxxx



<span
>Your use of
Yahoo! Groups is subject to the Yahoo!
Terms of Service.<span
> 

<font size=3 color=black
face="Times New Roman"> <font
color=black>

<font size=3 color=black
face="Times New Roman">

<span
>To unsubscribe
from this group, send an email to:<font size=2 color=black
face="Courier New">
Metastockusers-unsubscribe@xxxxxxxxxxx



<span
>Your use of
Yahoo! Groups is subject to the Yahoo!
Terms of Service.<span
> 

<font size=3 color=black
face="Times New Roman"><br
>



<span
>To unsubscribe
from this group, send an email to:<font size=2 color=black
face="Courier New">
Metastockusers-unsubscribe@xxxxxxxxxxx



<span
>Your use of
Yahoo! Groups is subject to the Yahoo!
Terms of Service.<span
> 

<span
> <font
color=black>

<span
>

<span
>To unsubscribe
from this group, send an email to:<font size=2 color=black
face="Courier New">
Metastockusers-unsubscribe@xxxxxxxxxxx



<span
>Your use of
Yahoo! Groups is subject to the Yahoo!
Terms of Service.<span
> 

<span
>



<font size=2 color=black
face="Courier New">To unsubscribe from this group, send an email to:<font
size=2 color=black face="Courier New">
Metastockusers-unsubscribe@xxxxxxxxxxx



<span
>Your use of
Yahoo! Groups is subject to the Yahoo!
Terms of Service.<span
> 










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.