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

[Metastockusers] Daily ATR values on 60min chart



PureBytes Links

Trading Reference Links









I currently plot the indicator below
[using 5 periods] on my daily charts.

I would like to show the daily chart
values on the 60 minute chart.

 

Someone please offer any guidance.

Thank you.

 

 

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);

Ref(R#1,-1);Ref(S#1,-1);










Yahoo! Groups Sponsor


  ADVERTISEMENT 









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.