Attachments forums

List of attachments posted on this forum.


All files on forums: 135960

Re: MT4 Indicator requests and ideas

mntiwana, Fri Feb 08, 2019 7:13 am

mrtools wrote: Fri Feb 08, 2019 4:30 am

In the init() function under indicator short name you can remove or comment out this

Code: Select all

SetIndexLabel(0,"");
   SetIndexLabel(1,"");
   SetIndexLabel(2,"");
   SetIndexLabel(3,"");
   SetIndexLabel(4,"");
   SetIndexLabel(5,"");
   SetIndexLabel(6,"");
  SetIndexLabel(7,"");
That should take care of it.
Dearest Mrtools
I did inactive (remove) that code part you refer to

Code: Select all

IndicatorShortName(timeFrameToString(timeFrame)+" "+getAverageName(AvgMethod)+" Dynanic Zones CCI ("+CCIPeriod+")");
//   SetIndexLabel(0,"");
//   SetIndexLabel(1,"");
//   SetIndexLabel(2,"");
//   SetIndexLabel(3,"");
//   SetIndexLabel(4,"");
//   SetIndexLabel(5,"");
//   SetIndexLabel(6,"");
//   SetIndexLabel(7,"");
return(0);
}
And it worked as i want to,i means showing indicator property tab (as shown in picture)
thanks
1 - may i know how to "comment out" as you advised as a second choice
2 - is this solution specifically for this indicator or for any next indi that needs to be show indicator property tab when mouse pointer over
regards
All files in topic