Is there a standard MQL4 function that allows for assigning different colors for multiple indicator levels?
As far as I know, the following controlling compiler/function allow for different levels but only one color for all of them:
I am not interested in using objects for this.
regards
As far as I know, the following controlling compiler/function allow for different levels but only one color for all of them:
PHP Code
#property indicator_levelN #property indicator_levelcolor //one color possible //--------------------------- SetLevelValue(1,10); SetLevelStyle(STYLE_DOT,1,Magenta); //one color possible
regards
Free Programmer for Profitable Strategies