petersst 7 posts msg #132460 - Ignore petersst |
11/11/2016 3:50:02 AM
Ciao! How do I permanently remove the histogram from the MACD(12,26,9)?
Is there a setting to turn off or can code be written to remove it?
Thanks for your assistance
|
Mactheriverrat 3,153 posts msg #132461 - Ignore Mactheriverrat |
11/11/2016 6:52:19 AM
set{macdema1, cema(macd(12,26),9)}
set{macdfast1, macd fast line(12,26,9)}
draw macdfast1 on plot macdema1
draw macdfast1 line at 0.00
|
four 5,087 posts msg #132486 - Ignore four modified |
11/13/2016 12:57:59 PM
draw cema(macd(12,26,1),9)
|
petersst 7 posts msg #132500 - Ignore petersst |
11/14/2016 4:34:27 AM
Thanks Mac! This worked out great. I prefer the visual without the histogram because I can see the lines better and compare to zero visually.
Cheers
|
petersst 7 posts msg #132501 - Ignore petersst |
11/14/2016 4:35:53 AM
Four,
Thanks for the reply. Check out what Mac provided. It plots both on the same area.
Thanks again.
Cheers
|
four 5,087 posts msg #132504 - Ignore four |
11/14/2016 7:33:34 AM
|
petersst 7 posts msg #132507 - Ignore petersst |
11/14/2016 10:53:19 AM
Thanks Four! I appreciate the follow up.
|