StockFetcher Forums · Filter Exchange · adding a column<< >>Post Follow-up
MomsLegacy
34 posts
msg #63157
Ignore MomsLegacy
5/30/2008 3:11:47 PM

Okay, I'm really new at this. Actually I haven't figured any of this out, I've been riding on coat-tails so to speak, anyway, I'm testing out some stuff, but can anybody help me to add an industry or sector column to this filter?

* EOD VERSION */


SET{VAR1,COUNT(HIGH 2 DAY AGO > HIGH 3 DAY AGO,1)}
SET{VAR2,COUNT(LOW 2 DAY AGO > LOW 3 DAY AGO,1)}
SET{VAR3,COUNT(HIGH 1 DAY AGO < HIGH 2 DAY AGO,1)}
SET{VAR4,COUNT(LOW 1 DAY AGO < LOW 2 DAY AGO,1)}
SET{VAR5,COUNT(HIGH < HIGH 1 DAY AGO,1)}
SET{VAR6,COUNT(LOW < LOW 1 DAY AGO,1)}

SET{VAR11,VAR1 * VAR2}
SET{VAR12,VAR11 * VAR3}
SET{VAR13,VAR12 * VAR4}
SET{VAR14,VAR13 * VAR6}
SET{SHORT_ME,VAR14 * VAR5}


SET{VAR21,COUNT(HIGH 2 DAY AGO < HIGH 3 DAY AGO,1)}
SET{VAR22,COUNT(LOW 2 DAY AGO < LOW 3 DAY AGO,1)}
SET{VAR23,COUNT(HIGH 1 DAY AGO > HIGH 2 DAY AGO,1)}
SET{VAR24,COUNT(LOW 1 DAY AGO > LOW 2 DAY AGO,1)}
SET{VAR25,COUNT(LOW > LOW 1 DAY AGO,1)}
SET{VAR26,COUNT(HIGH > HIGH 1 DAY AGO,1)}

SET{VAR31,VAR21 * VAR22}
SET{VAR32,VAR31 * VAR23}
SET{VAR33,VAR32 * VAR24}
SET{VAR34,VAR33 * VAR26}
SET{BUY_ME,VAR34 * VAR25}

SET{PLAYS,SHORT_ME + BUY_ME}

ADD COLUMN SHORT_ME
ADD COLUMN BUY_ME

DRAW SHORT_ME
DRAW BUY_ME


PLAYS > .5

DO NOT DRAW PLAYS




MomsLegacy
34 posts
msg #63158
Ignore MomsLegacy
5/30/2008 3:14:45 PM

Can you maybe add a bollinger squeeze too? I don't know if any of this makes sense.

johnpaulca
12,036 posts
msg #63162
Ignore johnpaulca
modified
5/30/2008 3:48:20 PM

Fetcher[

* EOD VERSION */


SET{VAR1,COUNT(HIGH 2 DAY AGO > HIGH 3 DAY AGO,1)}
SET{VAR2,COUNT(LOW 2 DAY AGO > LOW 3 DAY AGO,1)}
SET{VAR3,COUNT(HIGH 1 DAY AGO < HIGH 2 DAY AGO,1)}
SET{VAR4,COUNT(LOW 1 DAY AGO < LOW 2 DAY AGO,1)}
SET{VAR5,COUNT(HIGH < HIGH 1 DAY AGO,1)}
SET{VAR6,COUNT(LOW < LOW 1 DAY AGO,1)}

SET{VAR11,VAR1 * VAR2}
SET{VAR12,VAR11 * VAR3}
SET{VAR13,VAR12 * VAR4}
SET{VAR14,VAR13 * VAR6}
SET{SHORT_ME,VAR14 * VAR5}


SET{VAR21,COUNT(HIGH 2 DAY AGO < HIGH 3 DAY AGO,1)}
SET{VAR22,COUNT(LOW 2 DAY AGO < LOW 3 DAY AGO,1)}
SET{VAR23,COUNT(HIGH 1 DAY AGO > HIGH 2 DAY AGO,1)}
SET{VAR24,COUNT(LOW 1 DAY AGO > LOW 2 DAY AGO,1)}
SET{VAR25,COUNT(LOW > LOW 1 DAY AGO,1)}
SET{VAR26,COUNT(HIGH > HIGH 1 DAY AGO,1)}

SET{VAR31,VAR21 * VAR22}
SET{VAR32,VAR31 * VAR23}
SET{VAR33,VAR32 * VAR24}
SET{VAR34,VAR33 * VAR26}
SET{BUY_ME,VAR34 * VAR25}

SET{PLAYS,SHORT_ME + BUY_ME}

ADD COLUMN SHORT_ME
ADD COLUMN BUY_ME

DRAW SHORT_ME
DRAW BUY_ME


PLAYS > .5

DO NOT DRAW PLAYS
add column sector
]








chetron
2,817 posts
msg #63171
Ignore chetron
5/30/2008 11:09:07 PM

OR MAYBE ....

THANX WALLMAN

Fetcher[



/* EOD VERSION */
/* TACHIKAWA */
/* WALLMAN SQUEEZE */

SET{VAR1,COUNT(HIGH 2 DAY AGO > HIGH 3 DAY AGO,1)}
SET{VAR2,COUNT(LOW 2 DAY AGO > LOW 3 DAY AGO,1)}
SET{VAR3,COUNT(HIGH 1 DAY AGO < HIGH 2 DAY AGO,1)}
SET{VAR4,COUNT(LOW 1 DAY AGO < LOW 2 DAY AGO,1)}
SET{VAR5,COUNT(HIGH < HIGH 1 DAY AGO,1)}
SET{VAR6,COUNT(LOW < LOW 1 DAY AGO,1)}

SET{VAR11,VAR1 * VAR2}
SET{VAR12,VAR11 * VAR3}
SET{VAR13,VAR12 * VAR4}
SET{VAR14,VAR13 * VAR6}
SET{SHORT_ME,VAR14 * VAR5}


SET{VAR21,COUNT(HIGH 2 DAY AGO < HIGH 3 DAY AGO,1)}
SET{VAR22,COUNT(LOW 2 DAY AGO < LOW 3 DAY AGO,1)}
SET{VAR23,COUNT(HIGH 1 DAY AGO > HIGH 2 DAY AGO,1)}
SET{VAR24,COUNT(LOW 1 DAY AGO > LOW 2 DAY AGO,1)}
SET{VAR25,COUNT(LOW > LOW 1 DAY AGO,1)}
SET{VAR26,COUNT(HIGH > HIGH 1 DAY AGO,1)}

SET{VAR31,VAR21 * VAR22}
SET{VAR32,VAR31 * VAR23}
SET{VAR33,VAR32 * VAR24}
SET{VAR34,VAR33 * VAR26}
SET{BUY_ME,VAR34 * VAR25}

SET{PLAYS,SHORT_ME + BUY_ME}

ADD COLUMN SHORT_ME
ADD COLUMN BUY_ME

DRAW SHORT_ME
DRAW BUY_ME

bollinger width(20) is at a 6 month low
PLAYS > .5

DO NOT DRAW PLAYS
add column sector
]



chetron
2,817 posts
msg #63181
Ignore chetron
5/31/2008 8:45:46 AM

OR MAYBE ....

THANX WALLMAN

actually, i believe there is a conflict. sqeeze filter is for sideways moving stocks and the other is for vertical moving stocks. what i am trying with this version is offsetting the squeeze by a day, so i can maybe capture the break?




Fetcher[



/* EOD VERSION */
/* TACHIKAWA */
/* WALLMAN SQUEEZE */

SET{VAR1,COUNT(HIGH 2 DAY AGO > HIGH 3 DAY AGO,1)}
SET{VAR2,COUNT(LOW 2 DAY AGO > LOW 3 DAY AGO,1)}
SET{VAR3,COUNT(HIGH 1 DAY AGO < HIGH 2 DAY AGO,1)}
SET{VAR4,COUNT(LOW 1 DAY AGO < LOW 2 DAY AGO,1)}
SET{VAR5,COUNT(HIGH < HIGH 1 DAY AGO,1)}
SET{VAR6,COUNT(LOW < LOW 1 DAY AGO,1)}

SET{VAR11,VAR1 * VAR2}
SET{VAR12,VAR11 * VAR3}
SET{VAR13,VAR12 * VAR4}
SET{VAR14,VAR13 * VAR6}
SET{SHORT_ME,VAR14 * VAR5}


SET{VAR21,COUNT(HIGH 2 DAY AGO < HIGH 3 DAY AGO,1)}
SET{VAR22,COUNT(LOW 2 DAY AGO < LOW 3 DAY AGO,1)}
SET{VAR23,COUNT(HIGH 1 DAY AGO > HIGH 2 DAY AGO,1)}
SET{VAR24,COUNT(LOW 1 DAY AGO > LOW 2 DAY AGO,1)}
SET{VAR25,COUNT(LOW > LOW 1 DAY AGO,1)}
SET{VAR26,COUNT(HIGH > HIGH 1 DAY AGO,1)}

SET{VAR31,VAR21 * VAR22}
SET{VAR32,VAR31 * VAR23}
SET{VAR33,VAR32 * VAR24}
SET{VAR34,VAR33 * VAR26}
SET{BUY_ME,VAR34 * VAR25}

SET{PLAYS,SHORT_ME + BUY_ME}

ADD COLUMN SHORT_ME
ADD COLUMN BUY_ME

DRAW SHORT_ME
DRAW BUY_ME

bollinger width(20) 1 day ago is at a 6 month low
PLAYS > .5

DO NOT DRAW PLAYS
add column sector
]



MomsLegacy
34 posts
msg #63241
Ignore MomsLegacy
6/2/2008 12:49:53 PM

Thanks a bunch. That sure narrowed that down a bunch.

I have one more really stupid question. Now in the columns where it says short me or buy me, and then under it it either has a value of 1.00 or 0.0 . I just assumed that the one that indicated 1.00 was the one you were supposed to look for those types of plays in the chart. Am I correct? But if I see a stock and it has a value of 1.00 under the short me area, I swear that it looks like I should be going long. Am I going insane? Or am I reading this wroing.

chetron
2,817 posts
msg #63252
Ignore chetron
modified
6/2/2008 3:30:16 PM

1. you are right


2. anything can happen


seriously, don't bet against the trend.
generally, 1st short me after a recent buy me, short. 2ND buy me after a recent short me, buy.

2nd short me after recent buy me, buy. etc....

THE COLUMN IS NOW INFO, THE CHART SHOWS THE HISTORICAL PATTERNS OF THE BUYME / SHORTME TRIGGERS.


ALSO TRY READING THE ORIGINAL POST BY TRO., CALLED

Price Action Trading Method

ULTIMATELY, YOU ARE THE ONE WHO HAS TO MAKE THE MONEY. IF YOU SEE A SHORT WHEN I SAY BUY, AND YOU CAN MAKE MONEY, TO HELL WITH ME. DON'T TRY TO SEE SOMETHING DIFFERENT. THE IDEA IS TO SEE THE PLAY AND SEE THE MONEY. THAT IS IT. DON'T TRY TO BE SOMEONE ELSE IF YOU ARE SUCESSFUL ON YOUR OWN.

enjoy





MomsLegacy
34 posts
msg #63339
Ignore MomsLegacy
6/4/2008 11:59:34 AM

Wow, that's a relief. Duh.. I'm thinking I need to go back to square one and relearn everything. ha ha.. But that makes total sense. You can't rely completely on any scan to do what you want. Always gotta do homework... thanks..

StockFetcher Forums · Filter Exchange · adding a column<< >>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.