StockFetcher Forums · Filter Exchange · MACD Count<< >>Post Follow-up
snappyfrog
653 posts
msg #145425
Ignore snappyfrog
12/3/2018 8:44:24 AM

I am trying to do a count of when the MACD Fast Line is above the MACD Slow Line. I want to use the MACD and the price crossing above the EMA(8) as a buy signal and then the CCI(14) as a signal to start looking for an exit.

I figured out the count for the EMA and CCI, but struggling with the MACD above 0.

Any ideas?

MACD Fast Line(12,26,9) crossed above MACD Slow Line(12,26,9)

set{clo1, count(close > ema(8),1)}
draw clo1

set{cci1, count(cci(14) > 100,1)}
draw cci1


snappyfrog
653 posts
msg #145426
Ignore snappyfrog
12/3/2018 8:53:51 AM

Fetcher[MACD Fast Line(12,26,9) crossed above MACD Slow Line(12,26,9)

set{clo1, count(close > ema(8),1)}
draw clo1

set{cci1, count(cci(14) > 100,1)}
draw cci1
]



Cheese
1,374 posts
msg #145428
Ignore Cheese
12/3/2018 9:35:56 AM


snappyfrog,
Are you looking for something like this?
Good luck trading

Fetcher[

MACD Fast Line(12,26,9) crossed above MACD Slow Line(12,26,9)

set{clo1, count(close > ema(8),1)}
draw clo1

set{cci1, count(cci(14) > 100,1)}
draw cci1

set{FL1226,MACD Fast Line(12,26,9)}
set{SL1226,MACD Slow Line(12,26,9)}
set{FLSL, count(FL1226 > SL1226,1)}
draw FLSL
]



snappyfrog
653 posts
msg #145429
Ignore snappyfrog
12/3/2018 9:38:16 AM

BINGO, thank you Cheese! Just what I needed.

Cheese
1,374 posts
msg #145430
Ignore Cheese
12/3/2018 9:39:55 AM

Fetcher[

MACD Fast Line(12,26,9) crossed above MACD Slow Line(12,26,9)

set{clo1, count(close > ema(8),1)}
draw clo1

set{cci1, count(cci(14) > 100,1)}
draw cci1

set{FL1226,MACD Fast Line(12,26,9)}
set{SL1226,MACD Slow Line(12,26,9)}
set{FL, count(FL1226 > 0,1)}
set{SL, count(SL1226 > 0,1)}
set{FLSL, count(FL1226 > SL1226,1)}
draw FL
draw SL
draw FLSL
]



Cheese
1,374 posts
msg #145431
Ignore Cheese
12/3/2018 9:41:30 AM

You are welcome.

snappyfrog
653 posts
msg #145432
Ignore snappyfrog
12/3/2018 9:49:10 AM

Ok, cheese, that is another concept I had not thought about.

I may be able to see something in that also.

Thanks for your quick help.

Fetcher[market is not otcbb
market is not etf
Average Volume(30) > 1000000
volume > 1000000
price > 5
optionable

set{FL1226,MACD Fast Line(12,26,9)}
set{SL1226,MACD Slow Line(12,26,9)}
set{FL, count(FL1226 > 0,1)}
set{SL, count(SL1226 > 0,1)}
set{FLSL, count(FL1226 > SL1226,1)}
draw FL
draw SL
draw FLSL
]



snappyfrog
653 posts
msg #145433
Ignore snappyfrog
12/3/2018 9:54:03 AM

Fetcher[
market is not otcbb
market is not etf
Average Volume(30) > 1000000
volume > 1000000
price > 5

MACD Fast Line(12,26,9) crossed above MACD Slow Line(12,26,9)

set{FL1226,MACD Fast Line(12,26,9)}
set{SL1226,MACD Slow Line(12,26,9)}
set{FLSL, count(FL1226 > SL1226,1)}
draw FLSL

set{clo1, count(close > ema(8),1)}
draw clo1

set{cci1, count(cci(14) > 100,1)}
draw cci1
]



StockFetcher Forums · Filter Exchange · MACD Count<< >>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.