StockFetcher Forums · Filter Exchange · Filter help<< >>Post Follow-up
miketranz
956 posts
msg #158891
Ignore miketranz
3/26/2022 9:24:28 AM

Fetcher[symlist(AAPL)
draw MA (25)draw MA (20) draw MA (200)
draw ema(30) draw ema(50)draw ema (70) and add draw Williams %R(14)AND DRAW MACD Fast Line(12,26,9)
]

Can anyone come up with a way to add in when the green line only MACD crosses below -2.50 and draw a line at --2.50.Thanks,Miketranz...

push5280
197 posts
msg #158892
Ignore push5280
modified
3/26/2022 10:15:35 AM

Something like this?

/* 3/26/2022 9:24:28 AM

symlist(AAPL)
draw MA (25)
draw MA (20)
draw MA (200)
draw ema(30)
draw ema(50)
draw ema (70)
draw Williams %R(14)
draw MACD Fast Line(12,26,9)

Can anyone come up with a way to add in when the green line only MACD crosses below -2.50 and draw a line at --2.50.Thanks,Miketranz...*/
Fetcher[
symlist(AAPL)
draw MA (25)
draw MA (20)
draw MA (200)
draw ema(30)
draw ema(50)
draw ema (70)
draw Williams %R(14)
draw MACD Fast Line(12,26,9)
set{MACDfast_x250, count(MACD Fast Line(12,26,9) <= -2.5,1)}
draw MACDfast_x250
draw MACD(12,26,9) line at -2.5
add column MACDfast_x250 {fast line below -2.5}
]



miketranz
956 posts
msg #158898
Ignore miketranz
3/27/2022 8:56:08 AM

Great,thank you...

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