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
It seems clear, but I can't understand something... For example, a simple practical task: we copy the charts and make an array of arrays with 3 charts in each, with the fields "symbol" and"period".
That is, as a result we should get the following: { "keyboard": [ [ [{"symbol":USDJPY, "period":5},{"symbol":AUDUSD, "period":5},{"symbol":EURUSD, "period":5}], [{"symbol":GBPUSD, "period":5},{"symbol":NZDUSD, "period":5},{"symbol":EURJPY, "period":5}] } ] }
The number of elements in the nested array can be configured via a variable.
Are you really unclear or just too lazy to code yourself? )
Are you really unclear or just too lazy to code yourself? )
No, Alexey, I am not too lazy to code. The point is different: all your examples have a fixed number of array items. Here is my code, which unfortunately does not work. I can't understand what the error is. (((
Here's my code, which unfortunately doesn't work.
how did you realise it didn't work?
how did you realise it wasn't working?
The serialisation string outputs an empty object. I'm going to make a script and upload it here.
.... after a while...
Alexei, I'm sorry, I screwed up... I didn't add the iterator increment... (((
Everything works. That's what it means just to chat with an intelligent person! ))) Thanks again for your development, which I have been using for almost a year now!
The serialisation string outputs an empty object. I'll throw a script together and post it here.
It works for me.
What's wrong with your code?
It works for me.
What's wrong with your code?
Answered above. Found my mistake. Thank you! )))
Алексей Барбашин:
It's working. That's what it means to just chat with an intelligent person! )))
there is a debug for everything. it is much smarter ))
Thanks again for your development which I have been using for almost a year now!
you are welcome
the WebRequest result is an array. and i invoke like this
jv.Deserialize( result);
how can i iterate it