Below I have attached a Woodies group indicator EFS. I am trying to do a few things to it and not sure how to.
1) I am not sure how to hide a few of the cursor window items? I tried commenting out the setcursorlabelname and many other things but no luck. I am trying to hide the 0-5 but one is
setCursorLabelName("34 EMA", 0);
2) When this shows on the ES chart I am not sure how to get the ES emini to show a "." prior to the 2 decimal places. Currently it shows the same as the full S&P contract like 110900
3) When I load an ES chart with a tick interval it shows 0:00-24:00 but when I set the same chart to a 3min time frame it then goes to 9:30-16:00. I can't seem to change this and don't know why this happens.
Thanks for the help.
1) I am not sure how to hide a few of the cursor window items? I tried commenting out the setcursorlabelname and many other things but no luck. I am trying to hide the 0-5 but one is
setCursorLabelName("34 EMA", 0);
2) When this shows on the ES chart I am not sure how to get the ES emini to show a "." prior to the 2 decimal places. Currently it shows the same as the full S&P contract like 110900
3) When I load an ES chart with a tick interval it shows 0:00-24:00 but when I set the same chart to a 3min time frame it then goes to 9:30-16:00. I can't seem to change this and don't know why this happens.
Thanks for the help.
Comment