StockFetcher Forums · General Discussion · piovt point<< >>Post Follow-up
gclair
2 posts
msg #55220
Ignore gclair
9/26/2007 1:52:30 AM

I am trying to get pivot point worked into a filter.
but it not working for me yeat .
thank you for any input
gary

TheRumpledOne
6,407 posts
msg #55230
Ignore TheRumpledOne
modified
9/26/2007 8:14:19 AM

Fetcher[
/* CLOSE ABOVE SUPPORT/RESISTANCE (CASR) */

/* CASR = X, WHERE X =

5 = CLOSE CLOSED ABOVE R2
4 = CLOSE CLOSED ABOVE R1
3 = CLOSE CLOSED ABOVE PP
2 = CLOSE CLOSED ABOVE S1
1 = CLOSE CLOSED ABOVE S2
*/

set{AS2, count(close above s2,1)}
set{AS1, count(close above s1,1)}
set{AR2, count(close above r2,1)}
set{AR1, count(close above r1,1)}
set{APP, count(close above pp,1)}

Set{Paa, AR2 + AR1}
Set{Pab, Paa + APP}
Set{Pac, Pab + AS1}
Set{CASR, Pac + AS2}

and add column CASR

add column s2
add column s1
add column pp
add column r1
add column r2

close above 100
avg vol(30)1 day ago > 1000000

market is NASDAQ

/* and sort column 5 descending */
]



gclair
2 posts
msg #55294
Ignore gclair
9/27/2007 11:50:24 AM

thank you for the piovt point filter.
but if you dont mind how can adjust time to 1 day ago
i cant figure out the formule to get R and S prices
thank you for your help
gary

StockFetcher Forums · General Discussion · piovt point<< >>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.