StockFetcher Forums · Filter Exchange · Help with this please.<< >>Post Follow-up
levamit
101 posts
msg #117430
Ignore levamit
12/19/2013 11:35:01 AM

Hello.

I need some help to write a code for this example:
The Parabolic SAR(0.02,0.2) > open and the distance between the last dot of parabolic and the last price value is small then 3%.

Thanks,
L.A


four
5,087 posts
msg #117455
Ignore four
12/20/2013 2:27:34 AM

perhaps...

Fetcher[
Parabolic SAR(0.02,0.2) > open
set{x, close / Parabolic SAR(0.02,0.2)}
set{z, 1 - x}
add column z < .03
add column Parabolic SAR(0.02,0.2)
low > 11
volume > 123123
]



StockFetcher Forums · Filter Exchange · Help with this please.<< >>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.