That is the volume.
You have 2 options:
- Change volume color
- Deactivate
Check this code (Changing volume color):
int OnInit() { //--- ChartSetInteger(0, CHART_COLOR_VOLUME, clrBlack); //--- return(INIT_SUCCEEDED); }
Deactivating:

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
I am trying to build Custom indicator base on iBand.
After alot of searching I decide to Post here may be someone can help me.
Here is the full indicator.
Very easy I just want to enable user to show or hide individual line such as BASE_LINE,UPPER_BAND,LOWER_BAND and Custom color only.
Problem 1 is:
You can see in picture attach, I don't know why I have green under chart.