StockFetcher Forums · Filter Exchange · Accutrak Signal<< >>Post Follow-up
voidcomp
23 posts
msg #107911
Ignore voidcomp
9/4/2012 2:46:58 PM

Not sure if Stock Fetcher can compare just one symbol against another but figured who better to know than here? Here's the formula from 2 different sources:

Ami Pro:

// AccuTrack Compares performance of two securities
// The basic idea is to switch between the two securities
// AccuTrack was developed by FastTrack (http://fasttrack.net)

// Following is the Indicator Builder Formula

fnd = Name();
ind = "FDRXX"; // FDRXX is money market fund, so the comparison is done
with cash.
fund = Foreign(fnd, "Close");
index = Foreign(ind, "Close");

fast = 6;
slow = 24;
RawAT = EMA((EMA(ROC(fund,1), slow) - EMA(ROC(index,1),slow)),fast);
tradeAccuTrack = RawAT * 265;
Plot(tradeAccuTrack, "tradeAccuTrack", colorBlue, styleLine);

Metastock:

To make this formula work:

Plot two funds.

Either copy or drag the price plot of one of the funds into a new inner window of the other fund.

Click on this plot to place "handles" on each end. This is P.

Drop the following custom indicator on P. That means when P changes color, not when the base price plot changes color.

For ease of viewing, drag the new plot into an inner window of its own.
The formula:

Mov(Mov(ROC(C,1,%),48,E)-Mov(ROC(P, 1,%),48,E),12,E)

Eman93
4,750 posts
msg #107914
Ignore Eman93
modified
9/4/2012 10:31:53 PM

I know this is not it... but its as close as I can get quickly... its a start in the right direction


Fetcher[ symlist(tna,)
compare with TZA

draw CMA(ROC(1,1),6) on (ROC(1,24)

draw ROC(1,6) on ind(tza, ROC(1,24))
]



Eman93
4,750 posts
msg #107915
Ignore Eman93
9/4/2012 10:52:24 PM

http://forums.stockfetcher.com/sfforums/?q=view&fid=1006&tid=34495&qrid=&isiframe=

StockFetcher Forums · Filter Exchange · Accutrak Signal<< >>Post Follow-up

*** Disclaimer *** StockFetcher.com does not endorse or suggest any of the securities which are returned in any of the searches or filters. They are provided purely for informational and research purposes. StockFetcher.com does not recommend particular securities. StockFetcher.com, Vestyl Software, L.L.C. and involved content providers shall not be liable for any errors or delays in the content, or for any actions taken based on the content.


Copyright 2022 - Vestyl Software L.L.C.Terms of Service | License | Questions or comments? Contact Us
EOD Data sources: DDFPlus & CSI Data Quotes delayed during active market hours. Delay times are at least 15 mins for NASDAQ, 20 mins for NYSE and Amex. Delayed intraday data provided by DDFPlus


This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.