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

Re: [EquisMetaStock Group] Digest Number 354



PureBytes Links

Trading Reference Links

Ken

> Before I waste more valuable days of my life trying the impossible, can
> anybody tell if its possible to impose (automatically) horizontal lines on
> Intra-day data that represent the previous daily bar-
> specifically its O,H,L,C and mid-point?
> (I know you can do this in TradeStation.)

I think these indicators should do what you want. You may want to drop them
onto a chart and save as your default template. These were designed to daily
signals on intraday charts. I don't use Pro so these might need some
adaptation to meet your particular needs.

Roy

  {Daily Frame Open}
Hr:=Input("Market Opening Hour",8,10,8);
Ew:=(Hour()=Hr AND Alert((Hour()=Hr)=0,2)) OR Cum(1)=1;
Op:=ValueWhen(2,Ew,O); Op;

  {Daily Frame High}
Hr:=Input("Market Opening Hour",8,10,8);
Ew:=Hour()=Hr AND Alert((Hour()=Hr)=0,2);
Fh:=HighestSince(1,Ew OR Cum(1)=1,H);
Hh:=ValueWhen(1,Ew,Ref(Fh,-1)); Hh;

  {Daily Frame Low}
Hr:=Input("Market Opening Hour",8,10,8);
Ew:=(Hour()=Hr AND Alert((Hour()=Hr)=0,2));
Fl:=LowestSince(1,Ew OR Cum(1)=1,L);
Ll:=ValueWhen(1,Ew,Ref(Fl,-1)); Ll;

  {Daily Frame Close}
Hr:=Input("Market Opening Hour",8,10,8);
Ew:=Hour()=Hr AND Alert((Hour()=Hr)=0,2);
Cl:=ValueWhen(1,Ew,Ref(C,-1)); Cl;





------------------------ Yahoo! Groups Sponsor ---------------------~-->
Make Money Online Auctions! Make $500.00 or We Will Give You Thirty Dollars for Trying!
http://us.click.yahoo.com/yMx78A/fNtFAA/i5gGAA/BefplB/TM
---------------------------------------------------------------------~->

To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx

 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/