StockFetcher Forums · Filter Exchange · TRO Rat Reversal<< 1 2 >>Post Follow-up
TheRumpledOne
6,407 posts
msg #98375
Ignore TheRumpledOne
modified
1/3/2011 10:01:11 AM

Fetcher[

/* TRO RAT REVERSAL*/

set{ClOp, close - open }

set{ BUY, count( ClOp 2 days ago < 0,1) * count(ClOp 1 days ago > 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)}

add column ClOp
add column Long_Profit {HiOp}
and add column Short_Profit {OpLo}

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 ENTRIES
add column BUY

and sort column 14 descending

symlist(aapl,rimm,bidu,pot,nflx)

draw BUY

]



Red candle closes

Green candle closes

Enter at open


=============================================


"Look, for example, at this elegant little experiment. A rat was put in a T-shaped maze with a few morsels of food placed on either the far right or left side of the enclosure. The placement of the food is randomly determined, but the dice is rigged: over the long run, the food was placed on the left side sixty per cent of the time. How did the rat respond? It quickly realized that the left side was more rewarding. As a result, it always went to the left, which resulted in a sixty percent success rate. The rat didn't strive for perfection. It didn't search for a Unified Theory of the T-shaped maze, or try to decipher the disorder. Instead, it accepted the inherent uncertainty of the reward and learned to settle for the best possible alternative.

The experiment was then repeated with Yale undergraduates. Unlike the rat, their swollen brains stubbornly searched for the elusive pattern that determined the placement of the reward. They made predictions and then tried to learn from their prediction errors. The problem was that there was nothing to predict: the randomness was real. Because the students refused to settle for a 60 percent success rate, they ended up with a 52 percent success rate. Although most of the students were convinced they were making progress towards identifying the underlying algorithm, they were actually being outsmarted by a rat."

P64 HOW WE DECIDE (italics added)



=============================================

"Now, 2 patterns of market behavior happen on a regular basis:

1) the price breaks to new high's (or low's)

2) the price reverses from new high's (or low's)

They happen regardless of time frame (with the obvious limitations explained above)

They are phenomena that can be exploited without the fear if found out by others, that they might cease to exist." - H. Rearden

=============================================

WHY ISN'T EVERYBODY DOING IT?

Most of you know I catch a lot of flak on many forums because SOME PEOPLE don't like the way I post.

One worn out argument that is used repeatedly is, "If this is so (simple, great, profitable, ), then why isn't everybody doing it?"

Simple answer is because SOYLENT GREEN is people!

We all know exercise is great, but how many actually exercise?

We all know smoking is bad, but how many do it anyway?

We all know which foods are bad for our health, but how many eat those foods?

We all know that we should save for our future and spend less than we earn but who does that?

The list is almost endless.

As long as there are people, there will always be some STUPID people and some smart people making STUPID decisions, where STUPID is defined as knowing better but acting otherwise.

Meanwhile, the RATS are still beating the Yale students.

=============================================

HAPPY NEW YEAR!

wkloss
231 posts
msg #98393
Ignore wkloss
1/4/2011 12:24:29 AM

TRO,

What do you mean by

Red candle closes

Green candle closes

OK, dumb question but I don't see any green candles when I run your filter.

Bill

neil
1 posts
msg #98407
Ignore neil
1/4/2011 8:02:28 PM

I'm new to forum. Could you explain exactly when you enter a trade please? I would like to see how often it works and to what profits it takes you. Thank you.

TheRumpledOne
6,407 posts
msg #98420
Ignore TheRumpledOne
modified
1/5/2011 10:28:34 AM

RED CANDLE CLOSES - the daily candle 2 days ago closes below its open price

GREEN CANDLE CLOSES - the daily candle 1 day ago closes above its open price. On SF the bull candles are white not green.

Use BuyZone entry (open + .10 to open + .20) to go long. Price must reach BuyZone to enter.





TheRumpledOne
6,407 posts
msg #100897
Ignore TheRumpledOne
modified
5/25/2011 10:15:46 AM

Fetcher[
/* TRO RAT REVERSAL - 52 week low 2 days ago */

set{ClOp, close - open }

set{ BUY, count( ClOp 2 days ago < 0,1) * count(ClOp 1 days ago > 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)}

add column ClOp
add column Long_Profit {HiOp}
and add column Short_Profit {OpLo}

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 ENTRIES
add column BUY

and sort column 14 descending

BUY equal 1
low 2 days ago equal low 52 week low

draw BUY

]



Use above while market is open.

Use below when market is close.


Fetcher[
/* TRO RAT REVERSAL - 52 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)}

add column ClOp
add column Long_Profit {HiOp}
and add column Short_Profit {OpLo}

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 ENTRIES
add column BUY

and sort column 14 descending

BUY equal 1
low 1 day ago equal low 52 week low

draw BUY
]



starfox182
24 posts
msg #100913
Ignore starfox182
modified
5/26/2011 5:06:04 AM

Wow! This one is fantastic!!! I'm new and was wondering what clop, 1_9, 10_19, 20_29, 30_39, 40_49, 50_99, 100, 50, entries, and buy all mean exactly? I understand that hiop is long profit and oplo is short profit but I don't get the rest that I previously mentioned. :( Hope you can help! :)

And I must say again, excellent work!

stefonk
33 posts
msg #100914
Ignore stefonk
modified
5/26/2011 8:38:39 AM

Good thinking TRO, what will say your exit trigger should be. This is good for swing trading, You got me thinking like a Rat right now.

TheRumpledOne
6,407 posts
msg #100920
Ignore TheRumpledOne
modified
5/26/2011 11:59:09 AM

ClOp: Close minus Open

HiOp: High minus Open

0_9: number of times over the last 100 days HiOp was 0 - 9 cents

10_19: number of times over the last 100 days HiOp was 10 - 19 cents

50: number of times over the last 100 days HiOp was 50 cents or more.


These are frequency counts. This gives you an idea of how much you can expect to make.


BUY: when 1 means the RAT REVERSAL setup is present.

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)}

add column ClOp
add column Long_Profit {HiOp}
and add column Short_Profit {OpLo}

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 ENTRIES
add column BUY

and sort column 14 descending

BUY equal 1
low 1 day ago equal low 52 week low

draw BUY
]





TheRumpledOne
6,407 posts
msg #100921
Ignore TheRumpledOne
modified
5/26/2011 12:08:44 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) }

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

symlist(aapl,rimm,ctsh,vit)

draw BUY
]



Added the LOW SLOT MACHINE display code.



TheRumpledOne
6,407 posts
msg #100922
Ignore TheRumpledOne
5/26/2011 12:12:27 PM

Look at VIT to SEE a RAT REVERSAL.

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.