Change indicator colors

 

Hello, I set a bollingers to my graph through my EA with this code


handle = iBands(_Symbol,PERIOD_CURRENT,inPeriod,1,InDeviation,PRICE_CLOSE);


ChartIndicatorAdd(0, 0, handle);

I would like to know if there is a simple way to change the color of the bands on the charts ? Or do I need to create a create a custom indicator bollingers bands with the new color and then display it on my chart ?


Thanks !

Reason: