
08-04-2008, 10:46 AM
|
 |
Senior Member
|
|
Join Date: Apr 2006
Posts: 676
|
|
Quote:
Originally Posted by billm
How do I change the mt4 code to remove the indicator values (shown in the red box on attached chart) whilst still letting the indicator display the "IndicatorShortName" value, which in this case is CCI((21)(9))
|
Change the SetIndexLabel from SetIndexLabel(0,indicator label); to SetIndexLabel(0,NULL);
__________________
My Disadvantage is that I am not a Trained Programmer - My Advantage is that I am not a Trained Programmer.
http://cjatradingtools.com/
|