View Single Post
  #22 (permalink)  
Old 08-04-2008, 10:46 AM
cja's Avatar
cja cja is offline
Senior Member
 
Join Date: Apr 2006
Posts: 676
cja is on a distinguished road
Quote:
Originally Posted by billm View Post
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/
Reply With Quote