StockFetcher Forums · General Discussion · Interesting new site I stumbled upon .<< 1 ... 3 4 5 6 7 ... 14 >>Post Follow-up
pthomas215
1,251 posts
msg #137554
Ignore pthomas215
8/11/2017 12:30:48 AM

shillhs created this awhile back and I think it is pretty good. you exit the bull when cci(39) crosses below 0. well,,,,,it's at 0, so if tomorrow is a bad day....could be a crap show. elliott wave practicioners have XIV going down to 60, possibly 45...

Fetcher[ draw weekly ift(2,1)
draw weekly ift(2,1) line at .4
draw weekly ift(2,1) line at .9
draw weekly ift(2,1) line at -.9
draw weekly ift(2,1) line at -.95

draw monthly cci(39) line at 0
draw quarterly cci(39) line at 0
symlist(spy)
symlist(tvix)
]



davesaint86
725 posts
msg #137555
Ignore davesaint86
modified
8/11/2017 8:58:16 AM

Fetcher[
symlist(qqq,spy,tlt,gld,dog,tbf,psq,sh,dia,dgz,xiv,vxx)
draw smi(65,30,1)
draw SMI(65,30,1) line at 0
draw SMI(65,30,1) line at -40
draw SMI(65,30,1) line at 40
draw SMI(65,30,1) line at 100
draw SMI(4,20,1) line at 0
draw SMI(4,20,1) line at -40
draw SMI(4,20,1) line at 40
draw SMI(4,20,1) line at 100
set{E3, weekly SMI(4,20,1) - weekly smi %D(4,20,1)}
set{Longposition, count(E3 > 0,1)}
set{Shortposition, count(E3 < 0,1)}
SET{TRIGGER,0}

set{SMI_Bar,SMI(4,20,1)}
draw SMI_Bar
PlotType{SMI_Bar,zerobar}

draw TSI(4,10,4)

set{IFT_Bar,IFT(4,1)}
draw IFT_Bar
PlotType{IFT_Bar,zerobar}

DRAW IFT(4,1)
DRAW IFT(4,1) LINE AT .50
DRAW IFT(4,1) LINE AT -.50
DRAW IFT(4,1) LINE AT 0
set{RSI30, RSI(30) - 50}
set{CRSI_Bar, RSI30}
draw CRSI_Bar
PlotType{CRSI_Bar,zerobar}
set{RSI9, RSI(9) - 50}
set{RSI9_line, RSI9}
draw RSI9 on plot CRSI_Bar
set{RSI4, RSI(4) - 50}
set{RSI4_line, RSI4}
draw RSI4 on plot CRSI_Bar

add column weekly SMI(4,20,1){SMI}
add column separator

ADD COLUMN ROC(251,1) {1 yr %}
add column separator
ADD COLUMN ROC(126,1) {6 mth %}
add column separator
ADD COLUMN ROC(63,1) {3 mth %}
add column separator
ADD COLUMN ROC(21,1) {1 mth %}
add column separator
add column Upper Bollinger Bands(20,2.0) {Up-BB}
add column separator
add column weekly Upper Bollinger Bands(20,2.0) {WK Up-BB}
add column separator
add column lower Bollinger Bands(20,2.0) {Low-BB}
ADD COLUMN SEPARATOR

add column atr(21) {Atr}
add column separator
add column average day range (21){ADR%}
add column separator
add column E3 {Delta}
add column separator
add column Longposition {Buy}
add column separator
add column Shortposition {Sell}

add column separator
add column weekly RSI(9)
add column separator
add column weekly RSI(30)
add column separator
add column WEEKLY IFT(4,1){IFT}
add column separator


do not draw MA(20)


do not draw MACD(12,26)
do not drawn line 0
do not draw MA(250)
do not draw MA(50)
do not draw EMA(250)

draw ema(5)
draw ema(13)

draw ema(18)

do not draw ema(10)



SORT COLUMN 5 deSCENDING
chart-time is 2 years
chart-display is weekly

]



pthomas215
1,251 posts
msg #137731
Ignore pthomas215
8/19/2017 12:23:25 AM

I have a question for those using Charting Wealth. What time frame do you use mostly for entry? I think the guy who runs it recommends the 4 Hour chart for swing trades.

Also, do you have to have the derivative oscillator crossover in addition to the price percent oscillator crossover in order to enter? Damn, missed an easy QQQ short this week!

graftonian
1,089 posts
msg #137733
Ignore graftonian
8/19/2017 11:48:00 AM

PT,
My thoughts are that one needs all three time frames to "be in the black" and the last one to cross over is the trigger. That said, my best results have been when a simultaneous cross-over of the weekly and 2-day time frames occur, again triggered by the 4 hour chart.
Right now I am in live trades in SPXU, NUGT, JNUG, and most recently SQQQ. After some soul searching and buyers remorse, I am sure I have jumped the gun, at least as far as this system goes. Maybe Charting Wealth will bring to me me a little patience, a trait I sorely need.
Presently, I am using two SFfilters to identify potential trades, then dumping them into a TC2000 layout for analysis. I just finished a three time frame layout with a watchlist (4 vertical panels) and so far am happy with the visual picture.
PT, do you have TC2000 up and running?

Below is my daily cross over filter:

Fetcher[
/*CHARTING WEALTH DAILY PPO CROSS-OVER */
MARKET IS NOT OTCBB
CLOSE BETWEEN .1 AND 100
Average Volume(30) > 100000
/**********************/
DRAW EMA(13)
/****************************/
DRAW PPO(10,24)
SET{PPO_SIG, CEMA(PPO(10,24), 8)}
DRAW PPO_SIG ON PLOT PPO(10,24)
/******************************/
/*Daily derivative oscillator*/
set{DO1, cema(rsi(14),5)}
SET{DO2, CEMA(DO1, 3)}
SET{SIGNAL, CMA(DO2, 8)}
SET{D_OSC, DO2 - SIGNAL}
PLOTTYPE{D_OSC, ZEROBAR}
DRAW D_OSC AND DRAW D_OSC LINE AT 0
DRAW PPO(50,120)
SET{WPPO_SIG, CEMA(PPO(50,120), 8)}
DRAW WPPO_SIG ON PLOT PPO(50,120)
/***Weekly Derivative Oscillator**/
set{XDO1, cema(rsi(70), 25)}
set{XDO2, cema(Xdo1, 15)}
set{Xsignal, cma(Xdo2, 8)}
set{WklyD_OSC, XDO2 - XSIGNAL}
PLOTTYPE{WklyD_OSC, ZEROBAR}
DRAW WklyD_OSC AND DRAW WklyD_OSC LINE AT 0
/***********************/
DRAW Williams %R(40)
draw Williams %R(40) line at -80
/******************************/
ADD COLUMN SEPARATOR
SET{PPO_DAYS, DAYS(PPO(10,24) < PPO_SIG, 50)}
ADD COLUMN PPO_DAYS
SET{DO_DAYS, DAYS(D_OSC < 0, 50)}
DO_DAYS > -1
ADD COLUMN DO_DAYS
SET{WKLY_PPO_DAYS, DAYS(PPO(50,120) < WPPO_SIG, 100)}
ADD COLUMN WKLY_PPO_DAYS
SET{Wkly_DO_DAYS, DAYS(WKLYD_OSC < 0, 200)}
WKLY_DO_DAYS > -1
ADD COLUMN WKLY_DO_DAYS

/****THE FILTER AND SORTING*********/
PPO(10, 24) CROSSED ABOVE PPO_SIG
PPO(50, 120) > WPPO_SIG
Williams %R(40) > -80 /* I just can't leave well enough alone*/
DO_DAYS BETWEEN 1 AND 4
/* SORT ON WEEKLY PPO DAYS - DAILY DO DAYS*/
SET{SORT_DAYS, WKLY_PPO_DAYS - DO_DAYS}
ADD COLUMN SORT_DAYS
SORT ON COLUMN 10 DESCENDING
/*****************************/
ADD COLUMN SEPARATOR
ADD COLUMN Williams %R(40)
/****BELLS AND WHISTLES*************/
SET{ ENTRY, CLOSE}
SET{ TARGET, ENTRY * 1.05}
DRAW PRICE LINE AT ENTRY
DRAW PRICE LINE AT TARGET
DO NOT DRAW DO_DAYS
DO NOT DRAW PPO_DAYS
DO NOT DRAW WKLY_PPO_DAYS
DO NOT DRAW WKLY_DO_DAYS
DO NOT DRAW X
DO NOT DRAW TOTAL_DAYS
]



For the weekly cross-over version, cut and paste the following:

/****THE FILTER AND SORTING*********/
PPO(10, 24) > PPO_SIG
PPO(50, 120) 1 DAY AGO CROSSED ABOVE WPPO_SIG 1 DAY AGO
Williams %R(40) > -80
/* SORT ON WEEKLY PPO DAYS - DAILY DO DAYS*/
SET{SORT_DAYS, WKLY_PPO_DAYS - PPO_DAYS}
ADD COLUMN SORT_DAYS
SORT_DAYS > -1
SORT ON COLUMN 11 DESCENDING

Thats enough for now, got to mow the lawn
Chachi

Mactheriverrat
3,135 posts
msg #137734
Ignore Mactheriverrat
8/19/2017 2:23:47 PM

Sorry Graf and PT that I've been busy with my real job.
I just got a chance to get on here.

Love this code

DRAW PPO(10,24)
SET{PPO_SIG, CEMA(PPO(10,24), 8)}
DRAW PPO_SIG ON PLOT PPO(10,24)

pthomas215
1,251 posts
msg #137735
Ignore pthomas215
8/19/2017 4:52:38 PM

MAC, no worries. GRAF, thanks for the filter. Yes, I have actually downloaded Internet Explorer for only the purpose of Charting Wealth, and it works pretty good. I just got confused on time frame but you explained it well. I assume the 3 time frames are as follows: 2 day, 4 hour and 2 hour? Or just use the filter you posted?

graftonian
1,089 posts
msg #137738
Ignore graftonian
8/19/2017 7:41:43 PM

Mac, you been out doing your river rat thing?
PT, The filter I posted is only for finding candidates, all my decisions are made on TC2000.
My son is stopping by this pm, and maybe he can show me how to take a screen shot and post it here.

pthomas215
1,251 posts
msg #137740
Ignore pthomas215
8/19/2017 9:00:57 PM

GRAF, no worries. That is what I assumed....it was a FEEDER system. But what 3 time frames do you use when looking at Charting Wealth? 4 hour for sure, right?

Mactheriverrat
3,135 posts
msg #137742
Ignore Mactheriverrat
modified
8/19/2017 11:50:03 PM

@Graf
Where up here waiting lock turn at Lagrange lock . Could be monday before we slide through Grafton . I will give you a shout!

@pthomas You might try Firefox too .

pthomas215
1,251 posts
msg #137743
Ignore pthomas215
8/20/2017 12:12:28 AM

MAC: I just use Internet Explorer and add chart symbols and view different time frames. Is that pretty much the same thing as TC2000 or does TC2000 have greater functionality? I get differing views, as I can change the time frames like the dude does in the videos.

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