i believ that it would set the entire chart background. in the case i am looking for eg.
macd histo moves cyclically from negative to positive and back. during the negative cycle, i want my price chart background to be light red and during the positive cycle i want it to be light green. since SetChartBkColor takes in a color constant and not a array, there is no way it can do what i have explained earlier. if not, pl clarify --- In [email protected], "Barry Scarborough" <[EMAIL PROTECTED]> wrote: > > Yes, you can set it any time you want and to any color. > Use SetChartBkColor( your color ); > > Barry > > --- In [email protected], "murthysuresh" <money@> wrote: > > > > can i change the background of a chart based on conditions. for eg. > > the background color price chart =green when macd>0 and adx >20 > > >
