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
There are 3 tabs in the excel file
In the screenshot the tab with data from stock markets, the other two (currencies and bonds) are completely identical
The first column is the date. The lower row with the current date is actual, it means that the program is writing there the latest data over the previous ones with the set periodicity during the day
At 00 o'clock it starts writing in a new line and everything repeats.
I don't need history, I can bring it into excel myself, as you understand I have it, the whole point is constantly updating the bottom line
Then this information is processed and I get a result that shows me the market situation. But I do this on my own.
If you do not write it in Excel, but in MT, of course, this task looks more attractive, but the amount of work will probably be different. I am not looking in this direction yet.
i.e. the open Excel table has to be updated in real time (replenish the regional indexes)
Not a particularly easy task, oddly enough. At first glance, there are several ways:
- terminal as a DDE server translates quotes, VBA Excel script reads them and puts into the right row
- an indicator/advisor using a COM interface puts data wherever you want
- the terminal writes in a database, for example MSSQL, Excel uses it as a data source
The programmer has to know and apply a whole stack of technologies. There are few of them here - everyone is mostly in the closed world of MetaTrader
You can't do it for 200 quid.
PS/ tradingview itself buys data from ICE-Data. And there the price tag is a bit steep :-)
i.e. we have to update the open Excel table in real time (replenish the regional indexes)
is not a particularly easy task, oddly enough. At first glance, there are several ways:
- terminal as a DDE server transmits quotes, VBA Excel script reads them and puts into the right row
- an indicator/advisor using a COM interface puts data wherever you want
- the terminal writes in a database, for example MSSQL, Excel uses it as a data source
the programmer has to own and apply a whole stack of technology. There are few of them here - everyone is mostly in the closed world of MetaTrader
You will not make it within $200.
PS/ tradingview itself buys data from ICE-Data. And there the price tag is a bit steep :-)
I'd do it within a server in .php
I created a portfolio with necessary tickers, copied the page from investing, and after that written directly to excel, avoiding MySQL.
But it's difficult to write in the right cell, if I changed the portfolio.
In general, I am coming out of the discussion.
You also need to look at whether and how authorisation is needed, which can make it very expensive.
Needed.
Needed.
Won't give the data without input? Then things are considerably more complicated
They won't give you the data without logging in? Then it's more complicated than that
No, they won't give you the data without logging in.
No, they won't give you the data without authorisation.
The first screenshot shows that there is no point in parsing the website, as there is nothing special in the table - a list of instruments (created by the user), prices and volumes.
Where do you get the data on 10-year bonds, the first screenshot has it.
Won't give the data without input? Then it's more complicated than that