StockFetcher Forums · General Discussion · MTC with Pivot point stastics<< >>Post Follow-up
SAFeTRADE
630 posts
msg #91142
Ignore SAFeTRADE
4/13/2010 3:03:01 PM

Fetcher[


set{zone4, count(open < r2 1 day ago,1) + count(open > r1 1 day ago,1)}
set{zone3, count(open < r1 1 day ago,1) + count(open > pp 1 day ago,1)}
set{zone2, count(open < pp 1 day ago,1) + count(open > s1 1 day ago,1)}
set{zone1, count(open < s1 1 day ago,1) + count(open > s2 1 day ago,1)}
set{zone14, count(open < r2 1 day ago,1) + count(open > s2 1 day ago,1)}

set{z4hit, count(zone4 > 1,100)}
set{z3hit, count(zone3 > 1,100)}
set{z2hit, count(zone2 > 1,100)}
set{z1hit, count(zone1 > 1,100)}
set{z14hit, count(zone14 > 1,100)}


set{hiop, high - open}
set{up50, count(hiop > 0.49,100)}
set{up501, count(hiop > 0.49,1)}




add column separator
add column z14hit

set{a, z4hit + z3hit}
set{b, z2hit + z1hit}
set{total, a + b}
add column total
add column up50





close < 100
up50 above 60
average volume(30) above 250000


set{zone4p, count(zone4 > 1,1)}
set{zone3p, count(zone3 > 1,1)}
set{zone2p, count(zone2 > 1,1)}
set{zone1p, count(zone1 > 1,1)}


set{zone4t, zone4p + up501}
set{zone3t, zone3p + up501}
set{zone2t, zone2p + up501}
set{zone1t, zone1p + up501}



set{z4m, count(zone4t > 1,100)}
set{z3m, count(zone3t > 1,100)}
set{z2m, count(zone2t > 1,100)}
set{z1m, count(zone1t > 1,100)}


set{z4%, z4m / z4hit}
set{z3%, z3m / z3hit}
set{z2%, z2m / z2hit}
set{z1%, z1m / z1hit}


add column separator
add column z4hit{z4x}
add column z4m
add column z4%
add column separator
add column z3hit{z3x}
add column z3m
add column z3%
add column separator
add column z2hit{z2x}
add column z2m
add column z2%
add column separator
add column z1hit{z1x}
add column z1m
add column z1%

sort column 8 descending
]









StockFetcher Forums · General Discussion · MTC with Pivot point stastics<< >>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.