StockFetcher Forums · General Discussion · Concerned about the market? You should be ...<< 1 2 3 >>Post Follow-up
karennma
8,057 posts
msg #90652
Ignore karennma
modified
4/1/2010 11:37:45 AM

Kevin_in_GA
- Kevin_in_GA 4/1/2010 10:38:33 AM
Even with another 439K initial claims being filed, the market goes up 1% in the first hour. Indicators might as well be thrown out the window unless they only point "UP".
================================================

You ain't seen nuthin' yet.
Wait till next week.
'UP' 'UP' AND AWAYYYYYYYYYYYYYY!
:>)


Kevin_in_GA
4,599 posts
msg #90653
Ignore Kevin_in_GA
4/1/2010 11:55:39 AM

Actually, April is historically not a great month for the markets. may is usually much better, followed by the summer doldrums (except for this past year).

johnpaulca
12,036 posts
msg #90655
Ignore johnpaulca
modified
4/1/2010 12:11:43 PM

ZZZZZZZZZZZ

chetron
2,817 posts
msg #90700
Ignore chetron
modified
4/2/2010 9:23:14 AM

how about....
UPDATED FOR THE PLEEBS...

SORRY...
1 MORE TIME....


Fetcher[




/*THE FOUR HORSEMEN - OVERALL MARKET INDICATORS*/
/* adulterated by chetron */

/*SET ADVANCING - DECLINING STOCKS ON NYSE AS A VARIABLE AND CREATE A MOVING AVERAGE OSCILLATOR*/
set{var1, ind(^advn,close)}
set{var2, ind(^decn,close)}
set{var3a, var1 - var2}
set{AD_19, CEMA(var3a,19)}
set{AD_39, CEMA(var3a,39)}
set{AD_McClellan, AD_19 - AD_39}
set{AD_summation, sum(AD_McClellan,40)}

/*SET NYSE ADVANCING VOLUME / DECLINING VOLUME RATIO AS SECOND VARIABLE AND CREATE A SIMILAR OSCILLATOR*/
set{var3,ind(^nvlu,close)}
set{var4,ind(^nvld,close)}

set{advancing_volume, sum(var3,10)}
set{declining_volume, sum(var4,10)}
set{volume_oscillator, advancing_volume / declining_volume}

/*SET NEW HIGHS - NEW LOWS AS THIRD INDICATOR*/
set{newh,ind(^hign,close)}
set{newl,ind(^lown,close)}
set{range, newh + newl}
set{newhighs_minus_newlows,newh-newl}
set{HighLow_osc, newhighs_minus_newlows / range}

/*SET SPX VIX BID / ASK RATIO AS A VARIABLE AND CREATE A 10 PERIOD EMA*/
set{VIXbid,ind(^vvvb,close)}
set{VIXask,ind(^vwa,close)}
set{VIXratio, VIXbid / VIXask}
set{trigger_line, CEMA(VIXratio,10)}

/*DEFINE VIX OSCILLATOR AROUND ZERO*/
set{VIX_oscillator, VIXratio / trigger_line}

draw AD_McClellan line at 0
draw AD_McClellan line at 160
draw AD_McClellan line at 250
draw AD_McClellan line at -120
draw AD_McClellan line at -100

draw AD_Summation line at 0
draw volume_oscillator line at 1
draw newhighs_minus_newlows line at 0
draw VIX_oscillator line at 1

add column AD_McClellan {McClellan Oscillator}
add column AD_Summation {Summation Index}
add column volume_oscillator {up/down volume 10 day ratio}
add column newhighs_minus_newlows {new highs - new lows}
add column VIX_oscillator {VIX bid-to-ask oscillator}

SET{VTRIG,COUNT(AD_MCCLELLAN ABOVE -100,1)}

draw vtrig

symlist(spy)
chart-time is 6 months


]



Kevin_in_GA
4,599 posts
msg #90701
Ignore Kevin_in_GA
4/2/2010 11:12:48 AM

We plebians can't use this one, Chet.

15minoffame
131 posts
msg #90726
Ignore 15minoffame
4/2/2010 9:49:03 PM

Kevin,
According to Bespoke, April has historically been the best month for the market over the last 50 years. Then it’s sell in May & go away until July.

15




Kevin_in_GA
4,599 posts
msg #90755
Ignore Kevin_in_GA
4/3/2010 9:05:31 PM

I stand corrected. Thanks. Pretty good monthly gain, actually.

Eman93
4,750 posts
msg #90792
Ignore Eman93
4/4/2010 11:05:45 PM

NIce Chet

Venice
82 posts
msg #90806
Ignore Venice
4/5/2010 11:26:05 AM

Even today shows us that the market holds no bounds with the indicators.... look at it go... heh.

mystiq
650 posts
msg #90823
Ignore mystiq
4/5/2010 6:34:38 PM

??picked up a few calls on FAZ & a few puts on BAC?? (-.-)

StockFetcher Forums · General Discussion · Concerned about the market? You should be ...<< 1 2 3 >>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.