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.....
OR....
|
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...
|
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
|
chetron 2,817 posts msg #65342 - Ignore chetron |
7/22/2008 5:38:43 PM
or maybe.....
|