PureBytes Links
Trading Reference Links
|
X1=(Ref(H,-1)+Ref(L,-1)+Ref(C,-1))/3;
Y1=(Ref(H,-1)+Ref(L,-1))/2;
Z1= Abs(X1-Y1);
DPH1=X1+Z1;
DPL1=X1-Z1;
PLOT(DPH1,"DPH1",1,1);
PLOT(DPL1,"DPL1",2,1);
renilange <reni.lange@xxxxxxxx> wrote:
I have this METASTOCK formula to plot the daily pivot lines.
Could a AFL specialist "translate" it?
daily pivots / High and Low
X1:=(Ref(H,-1)+Ref(L,-1)+Ref(C,-1))/3;
Y1:=(Ref(H,-1)+Ref(L,-1))/2;
Z1:= Abs(X1-Y1);
DPH1:=X1+Z1;
DPL1:=X1-Z1;
DPH1;
DPL1;
Thank you. Reni
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
---------------------------------
Do you Yahoo!?
Check out the new Yahoo! Front Page. www.yahoo.com/a
[Non-text portions of this message have been removed]
------------------------ Yahoo! Groups Sponsor --------------------~-->
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|