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
The code converts a structure to a string
How to do the reverse conversion? (from string to structure)
The code converts the structure to a string
How to do the reverse conversion? (from string to structure)
The yellow line of code does not compile anymore. It gives the following error (build 2980):
Any ideas what would solve the problem?
The yellow line of code does not compile anymore. It generates the following error (build 2980):
Any ideas what would solve the problem?
Forum on trading, automated trading systems and testing trading strategies
Libraries: SingleTesterCache
fxsaber, 2021.06.21 02:42 pm.
In TypeToBytes.mqh, replace {0} with {} everywhere.
Updated. Bypasses a feature that was found. Previously could negatively affect _ArrayCopy and CONTAINER.
I have written a function to save strings of any length to global variables using your library. I don't understand everything, so I'm sure I haven't used it 100%.
Any thoughts on more efficient use?
Any thoughts on more efficient use?
Check out this option.
It would also be convenient to use CONTAINER<double> for global variables .
Check out this option.
It would also be convenient to use CONTAINER<double> for global variables .
Thanks