The following code sets the parameters for the first plot of the "return" statement:
Is there a way to access these parameters in a function kind of like "plot0.BarFgColor"?
I don't expect so since I have not found anything even close to it
Thanks,
Wayne
PHP Code:
function preMain() {
setPriceStudy(true);
setStudyTitle ("TEST");
setCursorLabelName("Var1", 0);
setDefaultBarFgColor(Color.blue, 0);
setPlotType(PLOTTYPE_LINE,0);
setDefaultBarThickness(1,0);
}
I don't expect so since I have not found anything even close to it
Thanks,
Wayne
Comment