StockFetcher Forums · General Discussion · Removing useless graphs under charts?<< >>Post Follow-up
Backsight
2 posts
msg #151911
Ignore Backsight
4/26/2020 12:38:16 PM

Hello! So the filter i'm using is generating HMA (hull moving averages) from the code i found hre on the forums, I edited it to my liking but i'm left with some useless graphs under my MACD and RSI charts at the bottom that I would like to get rid of (the graphs generated by the slope filters), if possible.

Here's the filter:

Fetcher[
set{fast1,cwma(close,4)}
set{fast2,2 * fast1}
set{fast3,cwma(close,9)}
set{valfast,fast2 - fast3}
set{fastavg,cwma(valfast,3)}

set{slow1,cwma(close,25)}
set{slow2,2 * slow1}
set{slow3,cwma(close,50)}
set{valslow,slow2 - slow3}
set{slowavg,cwma(valslow,5)}

draw macd
draw rsi(14)

set{market_cap, shares outstanding * close}
show stocks where market_cap is between 300 and 2000
and add column market_cap

draw fastavg on plot price
draw slowavg on plot price

show stocks where the close is between 2 and 10
show stocks where slope of slowavg is above 0
show stocks where slope of fastavg is above 0
and volume is above 100000
and not otcbb
]




Mactheriverrat
3,132 posts
msg #151914
Ignore Mactheriverrat
4/26/2020 2:13:28 PM

Try

Do not draw

boston
58 posts
msg #151915
Ignore boston
4/26/2020 2:16:19 PM

below not otcbb
type
do not draw 2 day slope of fastavg
do not draw 2 day slope of slowavg

Backsight
2 posts
msg #151917
Ignore Backsight
4/26/2020 3:47:32 PM

Perfect! Works perfectly! Thank you very much!

StockFetcher Forums · General Discussion · Removing useless graphs under charts?<< >>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.