HLC Bar Plot

Questions about MultiCharts and user contributed studies.
iso
Posts: 204
Joined: 08 Feb 2006
Has thanked: 1 time
Been thanked: 1 time

HLC Bar Plot

Postby iso » 04 Mar 2009

Hello,

It looks like the HLC Bar type, close plot was changed to be in front of the High/Low bar plot. Is there a reason for this? I only ask because I use High/Low bars (which MC does not have) so I try to hide the close plot by making it the same color as the background. See attached.

Are there any plans of adding High/Low bars?

Are there any plans of adding shortcuts for different bar types on the toolbar?

Thanks
Attachments
2009-03-02_150013.png
(75.64 KiB) Downloaded 261 times

User avatar
TJ
Posts: 7742
Joined: 29 Aug 2006
Location: Global Citizen
Has thanked: 1033 times
Been thanked: 2222 times

Postby TJ » 04 Mar 2009

you can achieve "HL bar only" with a paintbar study.
why sweat it?

just set the symbol to invisible, then add the following study:

Code: Select all


plot1(High, "High");
plot2(Low, "Low");
set plot1 to bar high,
set plot2 to bar low.


QED


Return to “MultiCharts”