I dont want the study title to display here and thought I had used all the correct flags to get rid of it but it won't go away!
You can see the great big "HISTO-ADV" in the study pane!!
Here is the preMain code:
function preMain() {
setStudyTitle("HISTO-ADV");
setShowCursorLabel(false);
setShowTitleParameters(false);
setPriceStudy(false);
setCursorLabelName("HISTO",0);
setDefaultBarFgColor(Color.yellow, 0);
setPlotType(PLOTTYPE_HISTOGRAM,0);
setDefaultBarThickness(2,0);
and the Picture:
You can see the great big "HISTO-ADV" in the study pane!!
Here is the preMain code:
function preMain() {
setStudyTitle("HISTO-ADV");
setShowCursorLabel(false);
setShowTitleParameters(false);
setPriceStudy(false);
setCursorLabelName("HISTO",0);
setDefaultBarFgColor(Color.yellow, 0);
setPlotType(PLOTTYPE_HISTOGRAM,0);
setDefaultBarThickness(2,0);
and the Picture:
Comment