StockFetcher Forums · Filter Exchange · Candle Width<< >>Post Follow-up
mslattery@dc.rr.com
91 posts
msg #99289
Ignore mslattery@dc.rr.com
modified
2/20/2011 10:38:29 PM

Slight correction; Name should be Candle Height not Width.

With the assumption that as prices approach the apex of the parabolic curve the size of the candles decrease.

The following filter was written to try and determine when these candles have collapsed indicating approaching tops and bottoms.

The filter seems to work but the variables are all returning 00.0 or 100 but nothing in between.

Grateful for any assistance.

Fetcher[set {CWX, Open - Close}
set {ACW, Avg CWX(6)}
set {CWSX, CWX / ACW}
set {CWS, CWSX*100}
add column CWX
add column CWSX
add column CWS
show stocks where CWS < 10

draw CWS
]




Kevin_in_GA
4,599 posts
msg #99295
Ignore Kevin_in_GA
modified
2/21/2011 7:48:29 AM

Your problem is in the second line of this filter. You can't just say "avg CWX(6)"

Use the following:

cma(CWX,6)

Morken
7 posts
msg #99636
Ignore Morken
modified
3/12/2011 11:31:13 PM

This doesn't work either way
(It doesn't filter as it should)

StockFetcher Forums · Filter Exchange · Candle Width<< >>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.