
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
Well, you need an exchange protocol, otherwise there's no data. I don't understand - is there one? If you've already tried it.
So far all I understand is that the data comes from Amazon cloud, probably in XML format.
wss protocol over tcp connection, of course :) Do http GET request to the server to transfer to wss, and then through it the client with the server to communicate, in the first example, I just did it, and it sends to the server quotes (zeros), but to receive from the server, the flow does not work. There if you open this ws file (lmax), it has a bunch of different GET requests, including socket.
Run the first example, with the widget open, several times, and see that in the widget will be zeros instead of prices for a short time, i.e. the server receives from the client, it remains to understand how to pull from it.
Run the first example, with the widget open, several times, and you will see that the widget will have zeros instead of prices for a short time, i.e. the server accepts from the client, all that's left to figure out is how to pull from it.
This is clear. Found a script there, the cat connects, that's where I do not understand. But again, I would have pulled everything from the WEB-page, running the widget as a frame in its own - local page. No need to even understand how it connects there. And you can do whatever you like in its main window. If quite tight - put on your computer Apache But usually this is not necessary.
SZY your link to connect in the source widget is not found, although it runs and works in the browser window without the main page.
I see. I found a script there, which connects, but I don't know where. But again, I would pull everything out of the WEB-page, running the widget as a frame in its own - local page. No need to even understand how it connects there. And you can do whatever you like in its main window. If very tight - put on your computer Apache But usually this is not necessary.
SZY your link to connect in the source widget is not found, although it runs and works in the browser window without the main page.
It's all on the dime. Any market date from a vendor costs a bapka, or an account from 10k
They have a Lmax API for a grand, but if you don't make a turnover, you have to pay 60 quid a month for connecting to their feed, I don't remember exactly.
they have a web terminal in addition to the api account. If you withdraw money, you should have access for some time, I had it for about 1.5 years.
No, it's not a smart solution to unload something. I don't like it :)
For me, a lazybones, it's the right thing to do - you have to do the bare minimum. :) But now I'm not busy - I'm trying to combine SciLab with R-Project. I need only one package from R and that's it. I'm stuck too - no way.
What about you?
I have my own "mite" - the data there is dynamic. Depends what exactly is used - java, jquery or other ... I don't remember exactly - it's necessary to look it up. In general, you need to use the standard browser object and run the parser at a certain interval. Or somehow identify the update of current quotes.
In sia, you need to use the standard browser object and run the parser at a certain interval.
Yeah, but you don't need a parser. You can do everything by event.
but more details?
The event is a price change in the widget table in the browser. If it (browser) is embedded in C++/C# - intercept and process - see HTML object model. I can't go into details, because I have other tasks now.