What free real time forex feed solutions have people come with here? I want a fairly minimal feed for say less than 10 currency pairs for a trading app i've developed & am developing. Ideally windows c/c++ source so i can make it communicate it my app. But something that just dumps minute data to a file would be great.
At the moment i use a screen scraper i've written to scrape data off my brokers java based client software. The screen scraper solution is really simple, but requires the brokeridge client software (or a window of it) to be visible & topmost at all times (my screen scraper enforces this.) This is no use if the mother-in-law wants to use email tho hehe!
Ideally i'm looking for ideas from people who have done similar things. I reckon the neatest approach would be write or adapt a browser scraper to get the data direct from dukascopy free feed, then no need for screen scraping.
The aim of the game here is hacky, free and low CPU!
TIA
Rob.
At the moment i use a screen scraper i've written to scrape data off my brokers java based client software. The screen scraper solution is really simple, but requires the brokeridge client software (or a window of it) to be visible & topmost at all times (my screen scraper enforces this.) This is no use if the mother-in-law wants to use email tho hehe!
Ideally i'm looking for ideas from people who have done similar things. I reckon the neatest approach would be write or adapt a browser scraper to get the data direct from dukascopy free feed, then no need for screen scraping.
The aim of the game here is hacky, free and low CPU!
TIA
Rob.