PureBytes Links
Trading Reference Links
|
A:= HHV(H-2.5*ATR(5),10);
B:= LLV(L+2.5*ATR(5),10);
9MA:= Mov(C,9,S);
18MA:=Mov(C,18,S);
If(9MA > 18MA, A, B);
--- In equismetastock@xxxxxxxxxxxxxxx, Vishal Mehta
<metastocktrader@xxx> wrote:
>
>
> Hi i need this query on urgent basis
>
>
> If the moving average of 9 days is higher then the 18 days moving
average then you plot the following formula
> HHV(H-2.5*ATR(5),10)
> or else plot LLV(L+2.5*ATR(5),10)
>
> HHV- Highest of high value of 10 days, LLV ? lowest of the low
value of 10 days,ATR is of 5 days. H ? high of the day
> L ? low of the day
>
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/equismetastock/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:equismetastock-digest@xxxxxxxxxxxxxxx
mailto:equismetastock-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
|