Is there any software on the market that can download free (without subscription) intraday historical quotes for US markets?
using TradeLink.Research;
QuickQuote qq = QuickQuote.Fetch("IBM");
debug(qq.price);
debug(qq.vol);
Quote from tradingboy:
Is there any software on the market that can download free (without subscription) intraday historical quotes for US markets?