StockFetcher Forums · Filter Exchange · TRO Rat Reversal<< 1 2 >>Post Follow-up
TheRumpledOne
6,407 posts
msg #100923
Ignore TheRumpledOne
5/26/2011 12:51:14 PM

Fetcher[


/* TRO RAT REVERSAL - 4 week low yesterday */

set{ClOp, close - open }

set{ BUY, count( ClOp 1 day ago < 0,1) * count(ClOp > 0,1)}

set{ ENTRIES, count(BUY > 0, 100)}

set{HiOp,high - open}
set{Long_Profit,HiOp * BUY}

set{Short_Profit, open - low}

set{C1A, count(Long_Profit > .01 , 100)}
set{C2A, count(Long_Profit > .09, 100)}
set{C0010, C1A - C2A}

set{D1A, count(Long_Profit > .09 , 100)}
set{D2A, count(Long_Profit > .19, 100)}
set{D1020, D1A - D2A}

set{E1A, count(Long_Profit > .19 , 100)}
set{E2A, count(Long_Profit > .29, 100)}
set{E2030, E1A - E2A}

set{F1A, count(Long_Profit > .29 , 100)}
set{F2A, count(Long_Profit > .39, 100)}
set{F3040, F1A - F2A}

set{G1A, count(Long_Profit > .39 , 100)}
set{G2A, count(Long_Profit > .49, 100)}
set{G4050, G1A - G2A}

set{H1A, count(Long_Profit > .49 , 100)}
set{H2A, count(Long_Profit > .99, 100)}
set{H50100, H1A - H2A}

set{I100, count(Long_Profit > .99 , 100)}

set{Dime, count(Long_Profit > .10, 100)}

set{c50, count(Long_Profit > .49, 100)}


/* enter your Lower Limit criteria */
set{LOW5d, Low 5 Day Low}
set{touch5d, count( low equal LowerLim , 1) }

/* enter your Lower Limit criteria */
set{LOW5w, Low 5 week Low}
set{DIFF5, CLOSE MINUS LOW5w }
set{touch5w, count( low equal LOW5w , 1) }

/* enter your Lower Limit criteria */
set{LOW13w, Low 13 week Low}
set{DIFF13, CLOSE MINUS LOW13w }
set{touch13w, count( low equal LOW13w , 1) }

/* enter your Lower Limit criteria */
set{LOW26w, Low 26 week Low}
set{DIFF26, CLOSE MINUS LOW26w }
set{touch26w, count( low equal LOW26w , 1) }

/* enter your Lower Limit criteria */
set{LOW52w, Low 52 week Low}
set{DIFF52, CLOSE MINUS LOW52w }
set{touch52w, count( low equal LOW52w , 1) }

set{lowvol, volume 100 day low }

add column ClOp
add column HiOp
add column separator

add column LOW5d
add column LOW5w
add column LOW13w
add column LOW26w
add column LOW52w
add column separator

and add column C0010 {1_9}
and add column D1020 {10_19}
and add column E2030 {20_29}
and add column F3040 {30_39}
and add column G4050 {40_49}
and add column H50100 {50_99}
and add column I100 {100}
and add column c50 {50}
add column separator

add column ENTRIES
add column BUY
add column separator

BUY equal 1
low 2 days ago equal low 5 day low
close above 0.9999
lowvol above 300,000

draw BUY
]



For selecting.

TheRumpledOne
6,407 posts
msg #103134
Ignore TheRumpledOne
modified
10/28/2011 1:42:21 PM

**** WORK IN PROGRESS ****


Fetcher[
/* TRO RAT REVERSAL - END OF DAY SELECTION */

set{ClOp, close - open }

set{ BUY, count( ClOp 1 day ago < 0,1) * count(ClOp > 0,1)}

set{volcnt, count(volume below 1000000,100)}
set{lowvol, volume 100 day low }

/* PRICE POSITION Display */

/* enter your Upper Limit criteria */
set{UpperLim , High 52 week High}
set{ days_upper , days(high equal UpperLim ,100) }

/* enter your Lower Limit criteria */
set{LowerLim , Low 52 week Low}
set{ days_lower , days(low equal LowerLim ,100) }

set{ Dynamic_Range , UpperLim - LowerLim }
set{PPDiff, CLOSE minus LowerLim}
set{PPDiv, PPDiff / Dynamic_Range}
set{BallOn, PPDiv * 100}

add column separator
add column BallOn {ball_on}

add column lowvol

add column separator

BUY above 0
volcnt below 1

sort column 6 ascending

]



satanscashcow
19 posts
msg #103152
Ignore satanscashcow
10/29/2011 4:03:16 PM

http://stockbee.blogspot.com/

good info on the rally and 52's low and high

novice07054
26 posts
msg #111312
Ignore novice07054
2/12/2013 10:17:07 AM

Does anybody have a TOS code for the TRO RAT Reversal

amtmail
34 posts
msg #112928
Ignore amtmail
4/24/2013 11:03:40 AM

Thank you TRO
I am new to the form and i like these filters
BUT what about the exit point especially for the last 2 filters ?


StockFetcher Forums · Filter Exchange · TRO Rat Reversal<< 1 2 >>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.