StockFetcher Forums · General Discussion · Interesting new site I stumbled upon .<< 1 2 3 4 5 ... 14 >>Post Follow-up
graftonian
1,089 posts
msg #137300
Ignore graftonian
8/2/2017 7:56:56 PM

I have signed on and am feeling my way about. Wish I had the indicators and time frames that he uses, so that I could experiment using SF and Scottrade Elite. I wrote the following code, trying to get a handle on athe system.

Fetcher[
/*CHARTING WEALTH FILTER*/
SYMLIST(UPRO, TQQQ, NUGT, UCO, UGAZ, MORL)
DRAW WEEKLY MACD(12,26,9)
/*derivitive oscillator*/
set{r1, cema(rsi(14),5)}
SET{R2, CEMA(R1, 5)}
SET{SIGNAL, CMA(R2, 14)}
SET{DERIV_OSC, R2 - SIGNAL}
DRAW MACD (12,26,9)
DRAW DERIV_OSC AND DRAW DERIV_OSC LINE AT 0
]



pthomas215
1,251 posts
msg #137301
Ignore pthomas215
8/2/2017 8:19:31 PM

Graf, you are really good with this stuff brother. Thank you. thank you both.

Mactheriverrat
3,172 posts
msg #137302
Ignore Mactheriverrat
8/2/2017 8:43:43 PM

I'm still messing with code .

As macd daily or weekly isn't acting the same as the ppo on freestockcharts

graftonian
1,089 posts
msg #137308
Ignore graftonian
8/3/2017 12:21:06 AM

John, maybe changing the MACD parameters to (10,24,8) might make the comparison a little closer. Anyone got a better idea on how to code the Derivative Oscillator in SF, and the parameters tp use?

Mactheriverrat
3,172 posts
msg #137309
Ignore Mactheriverrat
modified
8/3/2017 1:29:11 AM

Then again maybe it does with a EMA(9) remount - Guess I'll mess with it tomorrow


/* macdemal and macfast code belongs to FOUR who came up with it */
set{macdema1, cema(macd(10,24),8)}
set{macdfast1, macd fast line(10,24,8)}
draw macdfast1 on plot macdema1
draw macdfast1 line at 0.00


/* ZxZ is number of consecutive days MACD Fast Line(10,24,8) above (+)/below(-) previous MACD Slow Line(10,24,8) */
set{ZZb,days( MACD Fast Line(10,24,8) is above MACD Slow Line(10,24,8) 1 day ago,250)}
set{ZZa,days( MACD Fast Line(10,24,8) is below MACD Slow Line(10,24,8) 1 day ago,250)}
set{ZxZ, ZZa - ZZb} and add column ZxZ {Z_x_Z}

do not Draw ZxZ

Set{cntmacd10248,count( MACD Fast Line(10,24,8) > MACD Slow Line(10,24,8) 1day ago,1)}
draw cntmacd10248

Set{cntmacd10248b,count( MACD Fast Line(10,24,8)< MACD Slow Line(10,24,8) 1day ago,1)}

draw cntmacd10248b


SSW showed up on a Ema(9) above ema(9) one day ago filter
It had a ppo cross on the Charting wealth setup 2 day on the 1st and a DO cross today with all weekly indicators positive

Daily SF chart


graftonian
1,089 posts
msg #137327
Ignore graftonian
8/3/2017 3:36:19 PM

John, Thanx for the info on SSW, it confirms that my attempt at coding a Derivitive Oscillator might be somewhere near right. I have been tinkering with a filter utilizing PSAR, weekly PSAR, and ADX. This week it has returned CZZ,BSBR,GRPN,OVAS,KGC,VG,TOPS,FIT,ECR. it seems to be a pretty good feed into this system. If you are interested in my work, I'll post it here.
Chachi

Mactheriverrat
3,172 posts
msg #137329
Ignore Mactheriverrat
8/3/2017 4:31:32 PM

Go ahead and posts as extra info is always good.

I what this guy at Charting wealth will say about TLT tonight on his daily video .

graftonian
1,089 posts
msg #137337
Ignore graftonian
8/3/2017 7:28:56 PM

Fetcher[
Market market is not OTCBB
Average Volume(30) > 500000
close between .10 and 10
draw ema(13)
draw weekly Parabolic SAR(0.02,0.2)
draw Parabolic SAR(0.02,0.2)

close crossed above Parabolic SAR(0.02,0.2)
close above weekly Parabolic SAR(0.02,0.2)
draw IFT(5,9)
draw ADX(14)
adx > 15
ADX(14) > ADX(14) 1 day ago
draw adx line at 15
add column separator
add column ADX(14)
sort on column 5 descending
/*calculate spread rate of +di and -di*/
set{PDIgain1, +di - +di 1 day ago}
set{PDIgain, PDIgain1 / +DI 1 day ago}
add column PDIgain
set{NDIloss1, -di - -di 1 day ago}
set{NDIloss, NDIloss1 / -DI 1 day ago}
add column NDIloss
set{DIspread, PDIgain - NDIloss}
add column DIspread
add column separator
add column open
set{daygain1, high - open}
set{daygain, daygain1 / open}
add column daygain{day hi open}
set{opclose1, close - open}
set{opclose, opclose1 / open}
add column opclose{day close open}
draw weekly macd
draw macd
]



Mactheriverrat
3,172 posts
msg #137340
Ignore Mactheriverrat
modified
8/3/2017 8:37:13 PM

Like all trading setups which there are millions and that there is NO Holy Grail

graftonian
1,089 posts
msg #137422
Ignore graftonian
8/7/2017 1:32:01 PM

John, I took a small shot at DXTR this morning , as it seemed to fit both the
guppy and the Trading Wealth Plan. Got in at .28 and it is paying off so far, but the volume is getting a little thin. Think I'll put a stop in at .305 and call it beer money.

StockFetcher Forums · General Discussion · Interesting new site I stumbled upon .<< 1 2 3 4 5 ... 14 >>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.