SI
SI
discoversearch

We've detected that you're using an ad content blocking browser plug-in or feature. Ads provide a critical source of revenue to the continued operation of Silicon Investor.  We ask that you disable ad blocking while on Silicon Investor in the best interests of our community.  If you are not using an ad blocker but are still receiving this message, make sure your browser's tracking protection is set to the 'standard' level.
Strategies & Market Trends : Metastock 6.0 for Window -- Ignore unavailable to you. Want to Upgrade?


To: Dominick who wrote (3805)5/15/2001 11:17:18 PM
From: Paul Beattie  Read Replies (2) | Respond to of 4056
 
Dominick,
You can put this into a custom indicator.
{Plot two separate MAs as a single indicator}
Mov(C,21,e); Mov(C,89,Timeseries)

----
If you use it in another formula, only the second indicator is passed.

Paul