MQL4 - automated forex trading   /  

Forum

Custom Indicator with many buffers

Back to topics list To post a new topic, please log in or register

avatar
2
Milton 2006.11.25 09:34 
I'm attempting to create an indicator which requires many buffers.

It is an indicator which will automatically draw in fibonacci levels.

How would one go about this? (creating a large variable number of buffers, I'm fine with the rest of the coding)
article

Changing the External Parameters of MQL4 Programs without Restarting

The article describes a method of changing the external parameters of MQL4 programs on-the-fly, without restarting.


avatar
7
sandfromsky 2006.11.27 08:52 
I want know too.

System had 8 of buffers, when I define more buffers, there can't works well, manys can work, and manys won't.

I'm sorry I can't put on my code now, there's in my home. working in office now. If have in remembrance, I will put on my bad code. :-(

Best wish.

avatar
61
tradermaji 2006.11.27 09:20 
I beleive the maximum number of buffers allowed in a custom indicator is 8. http://docs.mql4.com/customind/IndicatorBuffers

avatar
1272
RickD 2006.11.29 08:17 
Use MT4 graphic objects instead of buffers to draw.
Back to topics list  

To add comments, please log in or register