StockFetcher Forums · General Discussion · question about drawing indicators<< >>Post Follow-up
push5280
197 posts
msg #113111
Ignore push5280
5/3/2013 2:53:27 PM

when you have two indicators as filter parameters why does SF draw them separately even if you use the draw command (see the filter example below) and is there a way around this?

Fetcher[
close > 1
rsi(2) < 2
williams %r(2) < 2
draw rsi(2) on plot williams %R(2)
]



Kevin_in_GA
4,599 posts
msg #113113
Ignore Kevin_in_GA
5/3/2013 3:03:19 PM

when you have two indicators as filter parameters why does SF draw them separately even if you use the draw command (see the filter example below) and is there a way around this?


Fetcher[
close > 1
rsi(2) < 2
williams %r(2) < 2
draw rsi(2) on plot williams %R(2)
]




++++++++++++
Note that the Williams %R is ALWAYS below 2, since it oscillates between -100 and 0. I think you might have wanted to say "Williams %R(2) below -98". Therefore drawing them on the same plot will not really work. But here is a work-around:

Fetcher[

close above 1
rsi(2) below 2
williams %R(2) below -98

Set{wlr2, 100 + williams %R(2)}
set{rsi2, RSI(2)}

draw wlr2 on plot rsi2
]



push5280
197 posts
msg #113126
Ignore push5280
5/4/2013 1:22:15 PM

Kevin you're right about the W%R, I was trying to put the question together too quickly and didn't pay attention to the details. Here is a better example

Fetcher[
average volume(90) > 500000
aroon oscillator(20) > 0
aroon oscillator(2) < 0
draw aroon oscillator(2) on plot aroon oscillator(20)

close is between 1 and 4.9999
]



StockFetcher Forums · General Discussion · question about drawing indicators<< >>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.