| / | Forum |
|
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) |
|
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. |
|
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. |
|
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
|
|
RickD
2006.11.29 08:17
Use MT4 graphic objects instead of buffers to draw.
|