
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
Hello .Happy new Year to all .
I am fidling around with the MqlParams , IndicatorParameters and IndicatorCreate functionality .
For the default Enumerations : -not custom- ,for custom indicators
The MqlParams.type is of TYPE_INT , and the returned value is a long which could allow 4 bytes to be used to indicate which default enumeration is used in that particular setting.(i used the following function to detect that - its not there offcourse but the code will help understand what i mean) [test indicator is attached , its just a void with default enumarations]
For custom enumerations i dont know what could be utilized .
Ideally ,and if possible , could the MqlParams be extended to include more information ?