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 again!
this question, there is an enum , we need either an array enum or a list enum or a container enum - something where to store 7 enum , but the appetite grows, maybe 70 enum
where ?
Both array and list and container can be done depending on the task. As I understand it, most likely you need to simplify the code writing, then you can split the enums into groups and combine them into structures for the parameters of each object.
If we are talking about the stage of execution, I think it's normal practice to use enums only when specifying values/pairs. And to store them, use a simple base type.
You can make an array, a list and a container, depending on the task. As I understand it, you probably need to simplify the code writing, then you can divide the enums into groups and combine them into structures for parameters of each object.
If we are talking about the stage of execution, I think it's normal practice to use enums only when specifying values/pairs. And to store them, use a simple base type.
did so at first, i walked away from it for some reason, it seems there were problems with initialization of such fields, or rather with autocomplete variants of enum in ME in some build, perhaps due to the fact that part of the code in another injector was.... let's look into this option.
surfed the internet, i want something Sharp like this... some properties (((.
did so at first, for some reason I abandoned it, it seems there were problems with initialization of such fields, or rather with autocompletion of enum variants in ME in some build, probably because part of the code in another injector was.... let's look into this option.
surfed the internet, i want something Sharp like this... some kind of properties (((
What's the problem?
If it's one-to-one, then:
This is if you don't want to put the enumeration in a global scope.
This is if you don't want to put the enumeration in the global scope.
hmm...
I just didn't know how to do that:
Thanks!
Does anyone have an elegant solution for JSON to upload uncomplicated objects?
I need an example of such a code for MQL:
MQL serializer availableat https://www.mql5.com/ru/code/13663
but I don't understand the structure of correct field traversal
But I have no idea how to properly traverse the object's fields
macros are everything!)
Uh-huh... I'll try asking again:
HELP ME AID AN EXAMPLER! PLEASE!
Uh-huh... I'll try asking again:
HELP ME AND NEED AN EXAMPLE! Please!
Well, if the question specifically about bypassing the fields, it's something like this:
You can work out the body of the macro by yourself.)
Well, if the question is specifically about field traversal, it's more or less like this:
And you can work out the body of the macro by yourself.)
OK, that's something!
Thank you!