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
Some years ago (before the crisis), I worked with gold futures and took free quotes from an imported site, as they were slightly ahead of FORTS and also less noisy. So, sometimes you can do it for free.
For rithmix, sqg and saxo, you need to write a program that pulls quotes from their terminal windows, as far as I know, at least that's the only implementation I've seen.
Rithmix also has an API similar to LMAX.
API - just read the pdf of the description from their website tonight. Link later if I can find it a second time - not very much, but buried.
PS If promised, link to API - https://www.lmax.com/professional/access
ZS Maybe what I do not understand, the API is not available or not available?
Now all currency futures on Forts are 4-digit, and there can be serious deviations from the spot, just recently there was a huge one :) I think there are great opportunities for arbitrage, but I have not yet written it under mt5 to check it. If, of course, the liquidity will allow to enter the position well, because it is quite dead there. As you know, the price of futures is essentially formed by arbitrage :)
Is there any delay and deviation with the ninzi from the demo account, does anyone know?
It depends on where this ninja is connected, apparently to a real server or a demo... As Renat wrote in another thread, brokers don't want to give real quotes because it costs money, but have their own demo servers for demo accounts.
Looked at the frame. Everything is done in JS scripts and there are a lot of them, it's hard to figure out quickly. However, the table cells themselves, if they are open, can be accessed externally.
One of the cells is Ask at the top of the table. From it, and from all others, you can read data.
The widget frame can be loaded without the main page. It's a bit awkward, but it makes no difference.
Looked at the frame. Everything is done in JS scripts and there are a lot of them, it's hard to figure out quickly. However, the table cells themselves, if they are open, can be accessed externally.
One of the cells is Ask at the top of the table. From it, and from all others, you can read data.
The widget frame can be loaded without the main page. It's a bit awkward, but it makes no difference.
Hi, there's a tab Network\ws (the socket itself) if you look in chrome, I understand the scripts make requests to it. I tried the second example myself today... it didn't work :)
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've realized is that the data are streamed from Amazon cloud, probably in XML format.