StockFetcher Forums · Filter Exchange · Draw Command Syntax<< >>Post Follow-up
edellner
9 posts
msg #118800
Ignore edellner
3/27/2014 5:54:24 PM

How does one draw variable uband on the upper plot, instead of in a separate plot? I have read the help files and tried many combinations of the draw command to no avail.

Fetcher[
set{MA118,ma(118)} /*SMA (118) */
set{ATR10,ATR(10} /*ATR (10) */
set{uband,ma118+atr10}

close above 20
and average volume(30) > 300000
and low crossed above uband
and market is sp500
and draw uband

add column ma118
add column atr10
add column uband
add column low 1 day ago
add column low
]



four
5,087 posts
msg #118802
Ignore four
modified
3/27/2014 6:21:44 PM

Fetcher[
set{MA118,ma(118)} /*SMA (118) */
set{ATR10,ATR(10} /*ATR (10) */
set{uband,ma118+atr10}

close above 20
and average volume(30) > 300000
and low crossed above uband
and market is sp500

set{x, close}
and draw x on plot uband

add column ma118
add column atr10
add column uband
add column low 1 day ago
add column low
]



compound_gains
221 posts
msg #118804
Ignore compound_gains
3/27/2014 6:31:45 PM

Fetcher[
set{MA118,ma(118)} /*SMA (118) */
set{ATR10,ATR(10} /*ATR (10) */
set{uband,ma118+atr10}

close above 20
and average volume(30) > 300000
and low crossed above uband
and market is sp500


add column ma118
add column atr10
add column uband
add column low 1 day ago
add column low

set{x, uband}
draw x on plot price
do not draw uband
]



edellner
9 posts
msg #118817
Ignore edellner
modified
3/28/2014 9:09:34 AM

Four, Compound Gains,

Thank you both for the fast response. The second solution is what I was after. It's a puzzle why another variable needs to be set, but I'm happy it works!

StockFetcher Forums · Filter Exchange · Draw Command Syntax<< >>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.