Hello there.
I've got an idea how to get free real-time data feed from MetaTrader to amibroker. It's easy and simple.
First, save quotes to .csv file and repeat that action, so this .csv will allways be up to date.
Second, save quotes from that file to amibroker database every minute (or longer) to get fresh data.
I've done already first step, and if you will help me, I can share with script for Metetrader (it's simple EA)
But I need your help with second step... I don't know C++ and haven't got time to learn it.
This program has to save files from entered directions (for example, 4 files from 4 quotes) and repeat this every minute (it should be definable too) .
I think this should be easy. If you don't know how to start, I've got T. Janeczko script which is downloading EOD data and then saving it to amibroker. So I think you can change some lines in it..
Who can help? !
I've got an idea how to get free real-time data feed from MetaTrader to amibroker. It's easy and simple.
First, save quotes to .csv file and repeat that action, so this .csv will allways be up to date.
Second, save quotes from that file to amibroker database every minute (or longer) to get fresh data.
I've done already first step, and if you will help me, I can share with script for Metetrader (it's simple EA)
But I need your help with second step... I don't know C++ and haven't got time to learn it.
This program has to save files from entered directions (for example, 4 files from 4 quotes) and repeat this every minute (it should be definable too) .
I think this should be easy. If you don't know how to start, I've got T. Janeczko script which is downloading EOD data and then saving it to amibroker. So I think you can change some lines in it..
Who can help? !