StockFetcher Forums · Filter Exchange · ANOTHER PRICE ACTION FILTER....<< >>Post Follow-up
chetron
2,817 posts
msg #56661
Ignore chetron
11/10/2007 6:17:26 PM

THIS IS AN INTRADAY TO 1 DAY HOLD PLAY.




Fetcher[

* 1ST MATH */

SET{MED_Y1,HIGH 1 DAY AGO - LOW 1 DAY AGO}
SET{MED_Y2,MED_Y1 / 2}
SET{MED_Y,MED_Y2 + LOW 1 DAY AGO}

SET{OAM,COUNT(OPEN ABOVE MED_Y,1)}
SET{OBM,COUNT(OPEN BELOW MED_Y,1)}
SET{TRANS,COUNT(CLOSE ABOVE OPEN,1)}
SET{SOLID,COUNT(CLOSE BELOW OPEN,1)}

/* 2ND MATH */

SET{POSI_ACT1,TRANS * 10}
SET{POSI_ACT2,OAM + POSI_ACT1}
SET{PSTRK,COUNT(TRANS 1 DAY AGO > .5,1) * 100}
SET{POSI_ACT,POSI_ACT2 + PSTRK}
SET{NEGA_ACT1,SOLID * 10}
SET{NEGA_ACT2,OBM + NEGA_ACT1}
SET{NSTRK,COUNT(SOLID 1 DAY AGO > .5,1) * 100}
SET{NEGA_ACT,NEGA_ACT2 + NSTRK}

SET{BUY_LONG1,TRANS * OAM}
SET{BUY_LONG,BUY_LONG1 * PSTRK}
SET{SELL_SHORT1,SOLID * OBM}
SET{SELL_SHORT,SELL_SHORT1 * NSTRK}
SET{THE_PICKS,SELL_SHORT + BUY_LONG}

ADD COLUMN MED_Y
ADD COLUMN SEPARATOR
ADD COLUMN POSI_ACT
ADD COLUMN NEGA_ACT
ADD COLUMN SEPARATOR
ADD COLUMN BUY_LONG
ADD COLUMN SELL_SHORT

DRAW MED_Y ON PLOT PRICE
DRAW PSTRK ON PLOT NSTRK
DRAW SELL_SHORT
DRAW BUY_LONG

THE_PICKS > .5 AND CLOSE > 20 AND VOLUME > 1000000

CHART-TIME 10 DAY

SORT COLUMN 10 DESCENDING

]



StockFetcher Forums · Filter Exchange · ANOTHER PRICE ACTION FILTER....<< >>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.