StockFetcher Forums · General Discussion · XIV<< 1 ... 4 5 6 7 8 ... 22 >>Post Follow-up
sandjco
648 posts
msg #140946
Ignore sandjco
1/13/2018 11:54:24 AM

Thank you for sharing everyone!

RE: change in trend
- I've always liked Mac's usage of his EMA's. I've used this version and l use the 200 EMA as the change in trend. Also use ADX to make sure I only filter stocks with a strong trend (up or down)
- I've posted my rookie variation below.
- I use Fib #'s for my EMAs

Fetcher[
do not draw Bollinger Bands(18,2)
and do not draw Slow Stochastic(14,3) Fast %K line at 20.00
and do not draw Slow Stochastic(14,3) Fast %K line at 80.00
and do not draw Slow Stochastic(14,3) Fast %K line at 50.00
and do not draw Slow Stochastic(5,1) Fast %K line at 20.00
and do not draw Slow Stochastic(5,1) Fast %K line at 80.00
and do not draw Slow Stochastic(5,1) Fast %K line at 50.00

set{E3,dma(8,-5),8)-cma(DMA(8,-5),8) }
set{Longposition, count(E3 > 0,1)}
set{Shortposition, count(E3 < 0,1)}
SET{TRIGGER,0}
draw Longposition on plot
draw Shortposition on plot
do not draw dma(8,-5),8)
do not draw cma(DMA(8,-5),8)

set{E9, close above ma(18)}
set{DLongposition, count(E9 > 0,1)}
set{DShortposition, count(E9 < 0,1)}
SET{DTRIGGER,0}

set{E10, close above Upper Bollinger Bands(18,2)}
set{BBLongposition, count(E10 > 0,1)}
set{BBShortposition, count(E10 < 0,1)}
SET{BBTRIGGER,0}

add column separator
add column BBLongposition{BBSell}
add column separator
add column Longposition {DMA8}
add column separator
add column DLongposition {MA18}
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(18.2) {Up-BB}
add column separator
add column lower Bollinger Bands(18.2) {Low-BB}
ADD COLUMN SEPARATOR

add column separator
add column atr(21) {Atr}
add column separator
add column average day range (21){ADR%}

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)

SORT COLUMN 34 DESCENDING
chart-time is 120 days

draw ema(8)
draw EMA(13)
draw EMA(21)
draw EMA(34)
draw EMA(55)
draw EMA(89)
draw EMA(144)
draw EMA(200)

weekly ADX(14) > 30
do not draw weekly ADX(14)
]




Mactheriverrat
3,175 posts
msg #140952
Ignore Mactheriverrat
1/13/2018 3:30:21 PM

@nibor100
K of G's 30 filter XIV SS based system will work for sometime to come if it work for people using it. My point SS which has been discontinued and at some point one day it may or will not work leaving people hanging.

Just saying!

nibor100
1,099 posts
msg #140953
Ignore nibor100
1/13/2018 3:45:32 PM

@Mactheriverrat,

Oh, you were referring to the SS sw not the K of G system, I'm with you now.

Since the SS sw is resident on our computers it should keep running using the same operating system for years to come with no issues. Of course if SS still has some flaws that we later discover we won't be able to get them fixed, but it sure has a lot of capability for free and I suspect many of the kinks are already worked out of it as K of G first reported on using SS back in Jul 2010, so its been working for quite a while now.

Thanks,
Ed S.

Mactheriverrat
3,175 posts
msg #140955
Ignore Mactheriverrat
1/13/2018 3:56:00 PM

I've changed the trigger of a cross of price above the ema(16) or price below the ema(16) . To me with XIV when she makes a correction (like a guppy bubble ) a lot of other traders are doing the same thing.


Submit
Fetcher[ apply to symlist(xiv)

draw ema(9)
draw ema(10)
draw ema(11)
draw ema(12)
draw ema(13)
draw ema(14)
draw ema(15)
draw ema(16)


draw ema(25)
draw ema(30)
draw ema(35)
draw ema(40)
draw ema(45)
draw ema(50)

Set{cntpricecrossema16,count( price > ema(16) 1day ago,1)}
draw cntpricecrossema16

Set{cntpricecrossema16b,count( price < ema(16) 1day ago,1)}

draw cntpricecrossema16b



]




Cheese
1,374 posts
msg #140973
Ignore Cheese
1/14/2018 10:33:22 AM

Thank you, Mac. The Guppy Traders mMAs group is like a first alert since it is so visual.
I think alf44 was also a big proponent of mMAs and he once likened mMAs to a set of safety nets.
If price falls through a set of safety nets, then the fall would likely be serious.

Before any crossings even occurred, Dave's Ira Epstein trading rules are really useful in handling oversbought ovesold condiions, and offer valuable insights on positive negative biases. The
embedded SloStoch concept is new to me and also most interesting.

Thank you all.

Mactheriverrat
3,175 posts
msg #141064
Ignore Mactheriverrat
1/17/2018 12:25:12 AM

Government can't get their act together as shutdown looms. XIV set to take a dump.



Submit
Submit
Fetcher[ apply to symlist(xiv)

draw ema(9)
draw ema(10)
draw ema(11)
draw ema(12)
draw ema(13)
draw ema(14)
draw ema(15)
draw ema(16)


draw ema(25)
draw ema(30)
draw ema(35)
draw ema(40)
draw ema(45)
draw ema(50)

Set{cntema13aboveema13,count( EMA(13) > ema(13) 1day ago,1)}
draw cntema13aboveema13

Set{cntema13aboveema13b,count( EMA(13) < ema(13) 1day ago,1)}

draw cntema13aboveema13b
set{E3,dma(8,-5),8)-cma(DMA(8,-5),8) }
set{Longposition, count(E3 > 0,1)}
set{Shortposition, count(E3 < 0,1)}
SET{TRIGGER,0}
draw Longposition on plot
draw Shortposition on plot
draw dma(8,-5),8)
draw cma(DMA(8,-5),8)



set{E9, close above ma(18)}
set{DLongposition, count(E9 > 0,1)}
set{DShortposition, count(E9 < 0,1)}
SET{DTRIGGER,0}
draw DLongposition on plot
draw DShortposition on plot



]




davesaint86
726 posts
msg #141067
Ignore davesaint86
1/17/2018 8:07:51 AM

Cool Mach - The best of both worlds!

Mactheriverrat
3,175 posts
msg #141091
Ignore Mactheriverrat
1/17/2018 2:34:37 PM

Nice bounce up today but I would be cautious as government shutdown hangs still.

novacane32000
331 posts
msg #141098
Ignore novacane32000
1/17/2018 7:19:24 PM

Hey Davesaint86
Maybe I’m not understanding how your 1st filter in this thread works. I did a backtest on DUST from 2/2/15 to present and it almost seems too good to be true .

47 wins 5 losses with the avr win being 50% and the avr loss around 4%. That cant be right !!

Not sure what I did wrong as far as entering and exiting the trade. I simply bought and sold when the filter toggled from longposition to shortposition. What am I missing here ??


shillllihs
6,101 posts
msg #141099
Ignore shillllihs
modified
1/17/2018 7:46:34 PM

I think it is too good to be true. Yesterday was Xiv's first short day, now there are 3 short days.
maybe I'm not understanding this completely. How are days changing days later and this would defiantly give some erroneous signals. Unless your signal comes from elsewhere. Sorry if you've answered this already.

I was thinking I could retire to some exotic island, or own it with this system.

StockFetcher Forums · General Discussion · XIV<< 1 ... 4 5 6 7 8 ... 22 >>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.