StockFetcher Forums · Filter Exchange · Cyber Cycle Followed by IFT - Help<< >>Post Follow-up
iwali
9 posts
msg #88351
Ignore iwali
2/17/2010 3:21:16 PM

Can someone please transform this to a filter query?

Inputs: Price((H+L)/2),
alpha(.07);
Vars: Smooth(0),
Cycle(0),
ICycle(0);
Smooth = (Price + 2*Price[1] + 2*Price[2] + Price[3])/6;
Cycle = (1 - .5*alpha)*(1 - .5*alpha)*(Smooth - 2*Smooth[1] + Smooth[2]) + 2*(1 -
alpha)*Cycle[1] - (1 – alpha)*(1 - alpha)*Cycle[2];
If currentbar < 7 then Cycle = (Price - 2*Price[1] + Price[2]) / 4;
ICycle = (ExpValue(2*Cycle) - 1) / (ExpValue(2*Cycle) + 1);
Plot1(ICycle, "Cycle");
Plot2(0.5, "Sell Ref");
Plot3(-0.5, "Buy Ref");

Thanks

trendscanner
265 posts
msg #88353
Ignore trendscanner
2/17/2010 8:38:09 PM

unlikely

chetron
2,817 posts
msg #88356
Ignore chetron
2/17/2010 9:14:11 PM

loop function does not exist

StockFetcher Forums · Filter Exchange · Cyber Cycle Followed by IFT - Help<< >>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.