-
Why did you post your MT4
question in the Root / MT5 General
section instead of the MQL4 section, (bottom of the Root page?)
General rules and best pratices of the Forum. - General - MQL5 programming forum
Next time post in the correct place. The moderators will likely move this thread there soon. - Do you really expect an answer with the information you've provided? There are no mind readers here and our crystal balls are cracked.
We have no idea what indicator you're using, which version, what parameters and their types. Do you really have an indicator with 24
different buffers?
Detailed explanation of iCustom - MQL4 programming forum -
On MT4: Unless the current chart is that
specific symbol(s)/TF(s) referenced, you must handle 4066/4073
errors before accessing candle/indicator values.
Download history in MQL4 EA - Forex Calendar - MQL4 programming forum - Page 3 #26 № 4
- Why did you post your MT4 question in the Root / MT5 General
section instead of the MQL4 section, (bottom of the Root page?)
General rules and best pratices of the Forum. - General - MQL5 programming forum
Next time post in the correct place. The moderators will likely move this thread there soon. - Do you really expect an answer with the information you've provided? There are no mind readers here and our crystal balls are
cracked. We have no idea what indicator you're using, which version, what parameters and their types. Do you really have an
indicator with 24 different buffers?
Detailed explanation of iCustom - MQL4 programming forum - On MT4: Unless the current chart is that specific symbol(s)/TF(s) referenced, you must handle 4066/4073
errors before accessing candle/indicator values.
Download history in MQL4 EA - Forex Calendar - MQL4 programming forum - Page 3 #26 № 4
sorry im a newbiee sir, noted.
BUFFER_RATE is 24, are you sure there are 24 buffers in your indi ?
i think you're retrieving bad buffer numbers
start with 0, 1, 2 , 3...

- www.mql5.com
BUFFER_RATE is 24, are you sure there are 24 buffers in your indi ?
i think you're retrieving bad buffer numbers
start with 0, 1, 2 , 3...
well the developer says so in the indicator description in 'About' tab sir
BUFFER_RATE is 24, are you sure there are 24 buffers in your indi ?
i think you're retrieving bad buffer numbers
start with 0, 1, 2 , 3...
i hv successfully retrieving the BUFFER_RATE but the rest are still 0, or is it possible the value is zero because there are currently no signal, and only gives value when there is any signal sir?
i hv successfully retrieving the BUFFER_RATE but the rest are still 0, or is it possible the value is zero because there are currently no signal, and only gives value when there is any signal sir?
well of course it will give a value only when there is a change in your curves or arrows
you need to pass your indicator through the strategy tester and observe when something changes what it changes in the data
well of course it will give a value only when there is a change in your curves or arrows
you need to pass your indicator through the strategy tester and observe when something changes what it changes in the data
ahh so thats why, up till now im just guessing and realizing just how dumb i am, thank you sir ;)

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
i have tried all i can just to grab data from this custom indicator, its "<Deleted>" and i want its value to be use in my EA by getting the buffer, but i dont know wether its because of the parameter or other cause, i have successfully get buffer from other custom indicator, but this one is not..
i dont even know what data i get from the buffer, so i just print it in hope i will figure it out once i see it but all i get is 0 from all buffer ;(