StockFetcher Forums · General Discussion · Filter question about "joining" 2 charts to one window<< >>Post Follow-up
Maverick69
6 posts
msg #65323
Ignore Maverick69
7/21/2008 8:56:19 PM

I want to chart the daily "highs" and daily "lows" in the same window. I can do each seperately using the following simple formats, but I don't know if I can make them display together in one window....

set {highline, high}
and draw highline

set {lowline, low}
and draw lowline

chetron
2,817 posts
msg #65324
Ignore chetron
7/21/2008 9:13:11 PM

DEPENDING ON WHAT YOU REALLY WANT OUT OF LIFE.....


Fetcher[

set {highline, high}
and draw highline

set {lowline, low}
and draw lowline ON PLOT HIGHLINE

]



OR....

Fetcher[

DRAW PRICE LINE AT HIGH
DRAW PRICE LINE AT LOW


]





maxreturn
745 posts
msg #65331
Ignore maxreturn
7/22/2008 9:26:33 AM

Chet, is there also a shortcut to drawing boundary lines on oscillators? For example, until now in order to draw a line at the 20 level for RSI(14) I've been using the following:

set{20l, 20}
draw 20l on plot rsi(14)

Regards
Max

chetron
2,817 posts
msg #65332
Ignore chetron
7/22/2008 9:53:03 AM

try...

Fetcher[

draw rsi(14) line at 20

]



maxreturn
745 posts
msg #65333
Ignore maxreturn
7/22/2008 10:05:39 AM

You da man Chet. Thx

chetron
2,817 posts
msg #65334
Ignore chetron
modified
7/22/2008 10:16:46 AM

INTERESTING.....

NOTICE THE RSI(2) LINE PLACEMENT
ADDED STOCHASTIC

Fetcher[


draw rsi(14) line at 20
DRAW RSI(14) LINE AT 80
DRAW RSI(14) LINE AT RSI(2) 1 DAY AGO
DRAW RSI(14) LINE AT RSI(14) 1 DAY AGO
DRAW RSI(14) LINE AT FULL STOCHASTIC(5,3,3)

]



chetron
2,817 posts
msg #65342
Ignore chetron
7/22/2008 5:38:43 PM

or maybe.....

Fetcher[

/* NORMALIZE accumulation distribution */

set{adval, INDPOSITION(accumulation distribution, 60) * 100 }

/* NORMALIZE williams %r(7) */

set{wrval, INDPOSITION(williams %r(2), 60) * 100 }

/* NORMALIZE CCI(7) */

set{ccval, INDPOSITION(CCI(2), 60) * 100 }

/* DRAW THE MR CCIWLR CHART */

draw rsi(2) line at wrval
draw rsi(2) line at adval
draw rsi(2) line at ccval

daychange above 0
volume above 100000
close above .3
]



StockFetcher Forums · General Discussion · Filter question about "joining" 2 charts to one window<< >>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.