In the code below I can change the color no problem. this is edited version but the whole preMain is there.
But instead of it inserting a Red Dot, I want a Triangle or Diamond
and Tried taking out Wingdings and input Triangle or Diamond in place of wingdings and it dont work.
function preMain() {
setStudy(true);
setStudyTitle("Stops");
setCursorLabelName("Stops");
setDefaultBarFgColor(Color.blue);
setDefaultBarThickness(1);
setPlotType(PLOTTYPE_DOT);
drawTextRelative(0,vSTUDY.getValue(Study.STOP),"l" ,Color.red,null,null,"Wingdings",8);
Thanks,
Pat
But instead of it inserting a Red Dot, I want a Triangle or Diamond
and Tried taking out Wingdings and input Triangle or Diamond in place of wingdings and it dont work.
function preMain() {
setStudy(true);
setStudyTitle("Stops");
setCursorLabelName("Stops");
setDefaultBarFgColor(Color.blue);
setDefaultBarThickness(1);
setPlotType(PLOTTYPE_DOT);
drawTextRelative(0,vSTUDY.getValue(Study.STOP),"l" ,Color.red,null,null,"Wingdings",8);
Thanks,
Pat
Comment