PureBytes Links
Trading Reference Links
|
Rizvi,
Being new to Metastock let me encourage you to refer to your users
manual. If you do not have one look in the group files section. You
can also check the help files in your program for help as well. Two
more excellant resources are the formula links found in the group
links section and the message search function.
Heres the answer:
A1:=CCI(8);
A2:=Trix(3);
A3:=RSI(14);
B:=Mov(A?,5,E);
Cross(A?,B);
You will need to replace the ? with the appropriate number. To plot
as an indicator you have several options. These are indicators
included with the program so simply select the indicator and plot it.
Then drop a moving average on it.
You could write these as indciators. Heres an example of the CCI.
{Rizvi CCI}
A1:=CCI(8);
B:=Mov(A1,5,E);
A1;B;
{end}
Hope this helps,
Preston
--- In equismetastock@xxxxxxxxxxxxxxx, syed rizvi <azizrizvi@xxx>
wrote:
>
> This is the crossover of the Mov avg signal line in case of TRIX
and CCI and 9day Exp line in case of RSI
>
> Regards
> Rizvi
>
> DKMK <dr_khalidmasood@xxx> wrote:
> Can you elaborate your query? cci(8) , Trix(3) and RSI
(14) crosses which level?
>
> Regards
> Dr.Khalid
>
>
> syed rizvi <azizrizvi@xxx> wrote:
> Hi
>
> I am new to MS Can some one help me with the formula for the
following
>
> CCI 8 cross TRIX 3,3 cross and RSI 14 cross
>
> with SL placed at 5 days ADAPTIVE moving average.
>
> Also how do I Plot the three (CCI 8 cross TRIX 3,3 cross and RSI 14
cross and SL) in an EOD MS chart.
>
> Thanks
> Rizvi
>
> ---------------------------------
> Looking for last minute shopping deals? Find them fast with Yahoo!
Search.
>
> [Non-text portions of this message have been removed]
>
> ---------------------------------
> Be a better friend, newshound, and know-it-all with Yahoo! Mobile.
Try it now.
>
> [Non-text portions of this message have been removed]
>
>
>
>
>
>
> ---------------------------------
> Never miss a thing. Make Yahoo your homepage.
>
> [Non-text portions of this message have been removed]
>
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/
|