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 file in the example multiwebclient sends only once when clicking on the chart. in case of several clicks the request to the http server is not sent. (I will dig into your sources) Perhaps it is necessary to pre-create not in INIT but each time to create on CLICK on the chart.
I thought that the object is deleted after closing the chart or closing the terminal.
Do you have an example to send a json message? Also it is not superfluous for someone to have a check for closing charts.
JSON SOFTWARE
For example, create a json class and fill it with setters. Adding arrays, adding elements, data types (its not simple).
And an example, a working EA, so that you can make sending from your function, for example, when a new bar appears, a JSON request is sent.
Many people would find it useful.
Do you have an example to send a json message? Also it is not superfluous for someone to have a check for closing charts.
JSON SOFTWARE
For example, create a json class and fill it with setters. Adding arrays, adding elements, data types (its not simple).
And an example, a direct working advisor, so that you can make sending from your function, for example, when a new bar appears, a JSON request is sent.
Many people would find it useful.
All 100% worked as described, at the time of writing the article, i.e. on click 3 requests were sent in parallel to the default 3 servers. You need settings and logs to find problems. Chart closures are processed and a notification is sent to the manager - look at the code.
After the article was released, an improved version of launching via chart objects was posted in the discussion.
There are a lot of materials on json on the site, but I have not published my work on "pure" json and I don't have time to do it now.