PureBytes Links
Trading Reference Links
|
MktStart:=Hour()<Ref(Hour(),-1);
yestClo:= Ref(C,-1);
yestHi:= Ref(HighestSince(1,MktStart,H),-1);
yestLo:= Ref(LowestSince(1,MktStart,L),-1);
PB:= (yestHi+yestLo+yestClo)/3;
R1:= (2*PB)-yestLo;
S1:= (2*PB)-yestHi;
R2:= (PB-S1)+R1;
S2:= PB-(R1-S1);
ValueWhen(1,MktStart,S2);
ValueWhen(1,MktStart,S1);
ValueWhen(1,MktStart,PB);
ValueWhen(1,MktStart,R1);
ValueWhen(1,MktStart,R2);
Dusan D wrote:
> Please, can you tell me how to plot daily pivot points on 3-min
> chart? I'm really very dissapointed that so basic functions like
> pivot points are so complicated in MetaStock. All the other charting
> software have this as a basic / common feature. Check out Sierra
> charts or TradeStation.
>
> The other stupidity is that when programming formulas I can't really
> specify the time frames. The only thing is to calculate bars back on
> current chart. But if I want my indicators to be based on different
> time frames than the actual chart, it is very painful process.
>
>
> To unsubscribe from this group, send an email to:
> Metastockusers-unsubscribe@xxxxxxxxxxx
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Get A Free Psychic Reading! Your Online Answer To Life's Important Questions.
http://us.click.yahoo.com/Lj3uPC/Me7FAA/ySSFAA/zMEolB/TM
---------------------------------------------------------------------~->
To unsubscribe from this group, send an email to:
Metastockusers-unsubscribe@xxxxxxxxxxx
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|