Hello guys hope you're all doing great i need help can someone plz help me by separating buffers of the coral indicator the indicator uses 1 plot index so all buffers are under buffer 1
Files:
coral.mq5
11 kb
- Multi Timeframe Indicators
- Help out anyone who cares!
- Help with icustom() Buffer
07967623: help me by separating buffers of the coral indicator
Help you with what? The indicator already has nine (9) buffers.
SetIndexBuffer(0,BufferC,INDICATOR_DATA); SetIndexBuffer(1,BufferColors,INDICATOR_COLOR_INDEX); SetIndexBuffer(2,BufferB1,INDICATOR_CALCULATIONS); SetIndexBuffer(3,BufferB2,INDICATOR_CALCULATIONS); SetIndexBuffer(4,BufferB3,INDICATOR_CALCULATIONS); SetIndexBuffer(5,BufferB4,INDICATOR_CALCULATIONS); SetIndexBuffer(6,BufferB5,INDICATOR_CALCULATIONS); SetIndexBuffer(7,BufferB6,INDICATOR_CALCULATIONS); SetIndexBuffer(8,BufferMA,INDICATOR_CALCULATIONS);

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