glgene 616 posts msg #39929 - Ignore glgene |
1/4/2006 1:31:52 PM
I thought I read a couple of years ago that Granville's OBV indicator has been replaced with something newer. If so, I don't remember the successor signal. Can anybody help me out? Thanks.
|
glgene 616 posts msg #39934 - Ignore glgene |
1/4/2006 3:21:20 PM
In this filter,
obv(20) crossed above 0
add column average volume(30)
add column obv(20)
add column obv(20) 1 day ago
average volume(30) greater than 100000
volume(30) greater than average volume(30)
close above 5
sort column 3 descending
how do I get the 2nd OBV column to display "OBV 1 day ago" instead of just displaying OBV again?
|
alf44 2,025 posts msg #39937 - Ignore alf44 |
1/4/2006 4:30:25 PM
gene,
Just give it a name...and put parenthesis { } around it !
Like this:
---------------------
-------------------
Voila'
Regards,
alf44
|
glgene 616 posts msg #39941 - Ignore glgene |
1/4/2006 4:58:35 PM
Alf, Thanks. Another question: Is it possible for me to get the OBV(2) 1 Day Ago to print on two lines, such as:
OBV (20)
1 Day Ago
instead of
OBV(20) 1 Day Ago
|
alf44 2,025 posts msg #39942 - Ignore alf44 |
1/4/2006 5:06:43 PM
hmmm...
...not sure if that's possible.
The "1 day ago" phrase DOES take up valuable screen real estate huh ?
Wish I could be more help with that...but, I'm just not sure that's possible.
You COULD just name the "obv 1 day ago" column {obv_1} !
That would save space !!!
Regards,
alf44
|