StockFetcher Forums · General Discussion · Any FAS/FAZ traders here?<< 1 ... 7 8 9 10 11 ... 17 >>Post Follow-up
karennma
8,057 posts
msg #72583
Ignore karennma
3/12/2009 4:30:39 PM

NO!! Not holding overnite.
You're entering @ $44.50?
Geez, that makes me feel bad.
I'm look for < $40.
BTW ... I think you deserve a compliment.
YOU are really good, JP!! ... multi-tasking/ trading at the same time (spinning class).
I can't do that.
I don't trade on days I'm not going to be home.


johnpaulca
12,036 posts
msg #72586
Ignore johnpaulca
3/12/2009 4:53:08 PM

karennma: Thanks....depending on where FAZ opens. If it opens below $44.52 then it could fall for about $10. It looks pretty extended and could snap back to $44.5 either way I will make money on it (:

BTW- I also work as an Analytical Chemist...full time and drink lot's of Tim Horton coffee...lol

luc1grunt
622 posts
msg #72595
Ignore luc1grunt
3/12/2009 7:55:08 PM

johnpaulca
- Ignore johnpaulca 3/12/2009 4:53:08 PM

karennma: Thanks....depending on where FAZ opens. If it opens below $44.52 then it could fall for about $10. It looks pretty extended and could snap back to $44.5 either way I will make money on it (:

BTW- I also work as an Analytical Chemist...full time and drink lot's of Tim Horton coffee...lol

Good man!

johnpaulca
12,036 posts
msg #72623
Ignore johnpaulca
modified
3/13/2009 10:08:45 AM

karennma: FAZ did open below 44.52 and heading north of $40

luc1grunt
622 posts
msg #72631
Ignore luc1grunt
3/13/2009 10:35:20 AM

5000 shares of fas on the 30 min OR break for $.09. Trade setup was an even 1:1 (shitty, but at least neutral).

Gut said get out when it stalled...thanks gut.

Media giddiness as an indicator, too funny.....that's 3 days in a row in observing a contrarian move.

conyeuchua
83 posts
msg #73307
Ignore conyeuchua
4/4/2009 6:41:27 PM


Source: http://leonardthemonkey.com//media/blogs/leonard/fasvsfaz.png




Eman93
4,750 posts
msg #73533
Ignore Eman93
modified
4/15/2009 6:55:25 PM

I have this set to display FAZ and FAS gaps in % the profit is high-open of the day. Pain is open - low.

Another gap display, in the Gap column (gp%) if it is negitive it is a gap up.


Fetcher[/* Emans Gap down above yesterdays low */
close is above 2
/*open is more than 2% below close 1 DAY AGO*/
/*and open > low 1 day ago*/

and Average Volume(30) is above 1000000 do not draw Average Volume(30)
and draw MACD(12,26,9)
and draw RSI(14)
/*and the 5 day slope of ema(10) is above 0*/
set{profit, high-open}
set{pr, profit/open}
set{profit%, pr * 100}

set{gap, close 1 day ago - open}
set{gp, gap/close 1 day ago}
set{gp%, gp * 100}

set{pain, open - low}
set{pa, pain / open}
set{pain%, pa * 100}

add column gp%
add column low 1 day ago {low-1}
add column close 1 day ago {close-1}
add column open
add column low
add column high
add column profit%
add column pain%

sort column 5 descending

symlist(fas,faz)
]



Eman93
4,750 posts
msg #73537
Ignore Eman93
4/15/2009 11:51:02 PM

Chet,
What I am trying to do is calc the stats on FAS and FAZ, is there a greater profit potental on gap downs or on gap ups high-open. Then if the gap is down and above yesterdays low what is the avg profit?

I have been working on it but I think the sleep depravation is starting to ware me down...... its also cool if you remove some of the /*sutff*/.

If you know the percentages you can bet accordingly.............

chetron
2,817 posts
msg #73540
Ignore chetron
4/16/2009 7:05:51 AM

UNFORTUNATLY, I AM NOT SLEEP DEPRIVED, JUST WRITERS BLOCK.




conyeuchua
83 posts
msg #73556
Ignore conyeuchua
4/16/2009 11:42:16 PM

May be this is what you've been looking for? Good luck.

http://forums.stockfetcher.com/sfforums/?q=view&fid=1002&tid=68667&qrid=&isiframe=

http://www.stockfetcher.com/ui2/sffilter2.php



Fetcher[
/* Authors: lctrcbddha and TheRumpledOne */

/*
http://www.stockfetcher.com/ui2/sffilter2.php
*/


/*

GAPS FILLED REPORT, version 2

Inspired by TRO's Gap Fill Statistics

NOTES:

min_gap

Specifies that the gap must be of at least a certain size to be considered. For example if set to 0.50, the report would only consider days in which the the price gapped up or down by .50 as having gapped at all. Default is 0.00, meaning any gap up or down is considered a gap day.

min_fill

Specifies how close the price must come to the previous close to be considered successful gap fill. For example if set to 0.50, the gap would be reported as successfully filled if the price came within .50 of the previous close. Could also be used to specify that the price must exceed the previous close by setting to a negative number. Default is 0.00, meaning the price must reach the previous close to be considered a successful fill.

min_profit

Specifies a minimum fill from the opn to be considered profitable. This differs from min_fill, which considers how close the price comes to the previous close. Rather, min_profit considers how far from the opening the price must go to be considered profitable. For example if set to 1.00, the gap would considered profitable if the price moved in the direction of the gap by at least 1.00 regardless of whether the gap actually filled or not. Default is 0.00, meaning any movement from the open is considered profitable.

These two, min_fill and min_profit, are independent of each other, meaning that one does not have to be successful for the other to considered successful. However, each day must still satisfy min_gap.

EXAMPLE A:

min_gap set to 0.00
min_fill set to 0.00
min_profit set to 0.00

The resulting report would show all gaps of any size which filled to the previous close. Since min_profit is set to 0, all gaps are reported as profitable.

EXAMPLE B:

min_gap set to 1.00
min_fill set to 0.50
min_profit set to 0.00

The resulting report would show gaps of at least 1.00 which filled to at least within .50 of the previous close.

EXAMPLE C:

min_gap set to 1.00
min_fill set to 0.00
min_profit set to 1.00

The resulting report would show gaps of at least 1.00 which filled to the previous close, and also gaps of at least 1.00 which moved at least 1.00 in the direction of the gap. Keep in mind that the two success rates may differ, since a gap of 1.50 which fills to within .25 of the previous close would not be considered a successful fill but would be considered a successful profit.

EXAMPLE D:

min_gap set to 1.00
min_fill set to 0.50
min_profit set to 0.50

The resulting report would show gaps of at least 1.00 which filled to within .50 of the previous close, and also gaps of at least 1.00 which moved at least .50 in the direction of the gap. Again, the two success rates may differ.

*/


/* TUNEABLE VARIABLES - see notes above */

set{MIN_GAP, 0.00}
set{MIN_FILL, 0.00}
set{MIN_PROFIT, 0.00}

apply to symlist( fas,faz)
/*
market is nasdaq
close above 40
average volume(30) above 1000000
*/


/* TARGETS */

set{MIN_OPEN, close 1 day ago + MIN_GAP}
set{MAX_OPEN, close 1 day ago - MIN_GAP}

set{SHORT_FILL, close 1 day ago + MIN_FILL}
set{LONG_FILL, close 1 day ago - MIN_FILL}

set{SHORT_PROFIT, open - MIN_PROFIT}
set{LONG_PROFIT, open + MIN_PROFIT}

/* GAPS UP */

set{GAP_UP_NET, open - MIN_OPEN}
set{GAPPED_UP, sign(GAP_UP_NET)}
set{GAPS_UP, count(GAPPED_UP > 0, 100)}

set{SHORT_FILL_NET, SHORT_FILL - low}
set{SHORT_PROFIT_NET, SHORT_PROFIT - low}

set{LOW_BELOW_FILL, sign(SHORT_FILL_NET)}
set{LOW_BELOW_PROFIT, sign(SHORT_PROFIT_NET)}

set{GAP_UP_AND_FILL, GAPPED_UP + LOW_BELOW_FILL}
set{GAP_UP_AND_PROFIT, GAPPED_UP + LOW_BELOW_PROFIT}

set{GAPS_UP_WITH_FILLS, count(GAP_UP_AND_FILL > 1, 100)}
set{GAPS_UP_WITH_PROFITS, count(GAP_UP_AND_PROFIT > 1, 100)}

/* GAPS DOWN */

set{GAP_DOWN_NET, MAX_OPEN - open}
set{GAPPED_DOWN, sign(GAP_DOWN_NET)}
set{GAPS_DOWN, count(GAPPED_DOWN > 0, 100)}

set{LONG_FILL_NET, high - LONG_FILL}
set{LONG_PROFIT_NET, high - LONG_PROFIT}

set{HIGH_ABOVE_FILL, sign(LONG_FILL_NET)}
set{HIGH_ABOVE_PROFIT, sign(LONG_PROFIT_NET)}

set{GAP_DOWN_AND_FILL, GAPPED_DOWN + HIGH_ABOVE_FILL}
set{GAP_DOWN_AND_PROFIT, GAPPED_DOWN + HIGH_ABOVE_PROFIT}

set{GAPS_DOWN_WITH_FILLS, count(GAP_DOWN_AND_FILL > 1, 100)}
set{GAPS_DOWN_WITH_PROFITS, count(GAP_DOWN_AND_PROFIT > 1, 100)}

/* OVERALL */

set{TOTAL_GAPS, GAPS_UP + GAPS_DOWN}

set{GAPS_WITH_FILLS, GAPS_UP_WITH_FILLS + GAPS_DOWN_WITH_FILLS}
set{GAPS_WITH_PROFITS, GAPS_UP_WITH_PROFITS + GAPS_DOWN_WITH_PROFITS}

set{GAP_UP_FILL_PCT, GAPS_UP_WITH_FILLS / GAPS_UP}
set{GAP_UP_PROFIT_PCT, GAPS_UP_WITH_PROFITS / GAPS_UP}

set{GAP_DOWN_FILL_PCT, GAPS_DOWN_WITH_FILLS / GAPS_DOWN}
set{GAP_DOWN_PROFIT_PCT, GAPS_DOWN_WITH_PROFITS / GAPS_DOWN}

set{NET_GAP, open - close 1 day ago}
set{ABS_GAP, abs(NET_GAP)}


/* RESULTS */

add column TOTAL_GAPS {Gaps}
add column GAPS_WITH_FILLS {Fills}
add column GAPS_WITH_PROFITS {Profit}
add column cema(ABS_GAP,100) {Avg Gap}
add column separator
add column GAPS_UP {Gaps Up}
add column GAPS_UP_WITH_FILLS {Fill}
add column GAP_UP_FILL_PCT {F %}
add column GAPS_UP_WITH_PROFITS {Prof}
add column GAP_UP_PROFIT_PCT {P %}
add column separator
add column GAPS_DOWN {Gaps Down}
add column GAPS_DOWN_WITH_FILLS {Fill}
add column GAP_DOWN_FILL_PCT {F %}
add column GAPS_DOWN_WITH_PROFITS {Prof}
add column GAP_DOWN_PROFIT_PCT {P %}
add column separator
sort by column 6 descending


/* DISPLAY */

chart type is ohlc
chart-time is 100 days

draw gapped_up
draw gap_up_and_fill
draw gap_up_and_profit

draw gapped_down
draw gap_down_and_fill
draw gap_down_and_profit
]




StockFetcher Forums · General Discussion · Any FAS/FAZ traders here?<< 1 ... 7 8 9 10 11 ... 17 >>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.