hi colleagues,
is it possible to combine several conventional indicators in one?
What I want is to make calculations based on 3 or 4 conventional indicators, and the result is a new indicator and I would like to see only him. Theoretically it is possible to make all the necessary calculations for all indicators used, but this will require too many buffers....
Please help with this! If it is possible, then how? May be there is some example I did not encounter till now....
thanks a lot !
regards!
Of course it's possible. How...it depends, your question is too general. You can either use iCustom() or other function for standard indicator (iRSI, iBands, etc...). Or you can implement the logic of these indicators in your custom indicator. You can also use a mix of both way.
Thank you for the prompt answer!
Sure I do not want to implement calculations of these indicators... too many buffers.
I would like to use standard functions like iCustom() or iRSI() . may be I am not looking where I should, but could you direct me to some code example , please.
Thank you for the prompt answer!
Sure I do not want to implement calculations of these indicators... too many buffers.
I would like to use standard functions like iCustom() or iRSI() . may be I am not looking where I should, but could you direct me to some code example , please.
There is a lot of example on this site. See Codebase and Articles.
Please use the Search Engine : MQL5.com Search - Quick, Easy and Convenient!
hi colleagues,
is it possible to combine several conventional indicators in one?
What I want is to make calculations based on 3 or 4 conventional indicators, and the result is a new indicator and I would like to see only him. Theoretically it is possible to make all the necessary calculations for all indicators used, but this will require too many buffers....
Please help with this! If it is possible, then how? May be there is some example I did not encounter till now....
thanks a lot !
regards!
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
hi colleagues,
is it possible to combine several conventional indicators in one?
What I want is to make calculations based on 3 or 4 conventional indicators, and the result is a new indicator and I would like to see only him. Theoretically it is possible to make all the necessary calculations for all indicators used, but this will require too many buffers....
Please help with this! If it is possible, then how? May be there is some example I did not encounter till now....
thanks a lot !
regards!