StockFetcher Forums · General Discussion · @graftonian<< 1 2 3 4 5 ... 9 >>Post Follow-up
Mactheriverrat
3,135 posts
msg #148208
Ignore Mactheriverrat
6/20/2019 4:46:48 AM

We should be coming through Grafton sometime this afternoon heading towards st louis.

graftonian
1,089 posts
msg #148212
Ignore graftonian
6/20/2019 11:16:54 AM

That was an extended Peoria vacation! Were you aboard for the whole time? The river bank is still on my side of Hwy 100, But at least it is not in my driveway anymore.
below is a script I wrote out, still trying to get my arms around this stage analysis thing.

Fetcher[
OPTIONABLE
Average Volume(200) > 5000000
chart-time is 1 year
DRAW WMA(150)
DRAW WMA(5)
add column separator
/*WMA(150) CROSS?*/
set{WMAcross1, count(WMA(5) CROSSED ABOVE WMA(150), 1)}
set{WMAcross2, count(WMA(5) CROSSED BELOW WMA(150), 1)}
set{WMAcross, WMAcross1 - WMAcross2}
add column WMAcross

/*PRICE ABOVE WMA(150)?*/
set{PRICEabv1, count(close > WMA(150), 1)}
set{PRICEabv2, count(close < WMA(150), 1)}
set{PRICEabv, PRICEabv1 - PRICEabv2}
add column PRICEabv

/*slope of WMA(150) > 0? */
set{WMAslope1, count(slope of WMA(150) > 0, 1)}
set{WMAslope2, count(slope of WMA(150) < 0, 1)}
set{WMAslope, WMAslope1 - WMAslope2}
add column WMAslope
/*MANSFIELD RELATIVE PERFORMANCE*/
set{RSD1, close / ind(SPY, close)}
set{RSD, RSD1 * 100}
/*RSM = (( RSD(today) / sma(RSD(today), n)) - 1 ) * 100 */
Set{X1, cma(RSD, 253)}
set{X2, RSD / X1}
set{X3, X2 - 1}
set{RSM, X3 * 100}
DRAW RSD
DRAW RSM ON PLOT RSD

/*RSM abv RSD? */
set{RSMabvRSD1, count(RSM > RSD, 1)}
set{RSMabvRSD2, count(RSM < RSD, 1)}
set{RSMabvRSD, RSMabvRSD1 - RSMabvRSD2}
add column RSMabvRSD
/*sum the components*/
set{sum1, WMAcross + PRICEabv}
set{sum2, sum1 + WMAslope}
set{sum3, sum2 + RSMabvRSD}
set{WEINSTEIN, CWMA(sum3, 3)}
add column WEINSTEIN
draw WEINSTEIN
draw WEINSTEIN line at 0

add column SUMavg
sort on column 5 descending
add column separator
]











graftonian
1,089 posts
msg #148223
Ignore graftonian
6/21/2019 5:35:00 PM

Mac, Slow going, I see, even with the current at your back.

Mactheriverrat
3,135 posts
msg #148224
Ignore Mactheriverrat
6/21/2019 6:52:58 PM

Yes we are ! We about a mile about pere marquette state park waiting some some space to open up on river road.

Mactheriverrat
3,135 posts
msg #148225
Ignore Mactheriverrat
6/21/2019 6:53:28 PM

Glad that bad storm is over with


graftonian
1,089 posts
msg #148236
Ignore graftonian
6/22/2019 12:01:25 PM

Here comes another damn storm, batten down the hatches.

Mactheriverrat
3,135 posts
msg #148237
Ignore Mactheriverrat
6/22/2019 12:50:30 PM

and I was going to finish up painting the deck crew locker today.

graftonian
1,089 posts
msg #148249
Ignore graftonian
6/23/2019 2:43:21 PM

My interests for Monday am:
JNUG,GDX,GOLD,NUGT,CY,GFI,S,KMI,VER,ROKU,RAD,ZNGA
Good hunting troops,
Graf

karennma
8,057 posts
msg #149603
Ignore karennma
11/15/2019 9:47:09 AM

graftonian
815 posts
msg #148249
- Ignore graftonian 6/23/2019 2:43:21 PM
My interests for Monday am:
JNUG,GDX,GOLD,NUGT,CY,GFI,S,KMI,VER,ROKU,RAD,ZNGA
Good hunting troops,
Graf
=====================

Did you see that gap down on ROKU last week?
NOW look at it!


karennma
8,057 posts
msg #149604
Ignore karennma
11/15/2019 9:54:35 AM

ROKU's got a long way to go.

StockFetcher Forums · General Discussion · @graftonian<< 1 2 3 4 5 ... 9 >>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.