
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, In my Expert I have this list:
ClickDatapoint has these for us relevant funtions:
Now I save the CArrayList like this:
The result is something like that:
So far everything works. But now I want to load the data from a csv-file to my CArrayList. For that I have following functions:
It seems like the error is in parseString somewhere here:
but I can't find it.