This is from the multicharts wiki
"Historical data available for backtesting will, in most cases, be in the form of time-based bars (minute, daily etc.) based on a group of ticks, with only Open, High, Low, and Close prices available. "
OHLC is worthless, because my strategy needs real data to work correctly.
Do you mean that the logic of your strategy does not use the OHLC of bars but only tick data? If this an HFT system?
There are several backtesters that can do testing at a tick level. You can use R for that also. I do not discount in advance that your system works well. Probably it has some potential but most pros have many requirements for buying a system and these include how it correlates with their other systems, etc. One of my friends works for a hedge fund and they have 4 young guys running all day maybe 10 copies of adaptrade on liquid cooled i7 machines and about 40 copies of Price Action Lab on a private cloud, developing and testing maybe one or two sound strategies per week for commodity futures, forex pairs, ETF and indexes, domestic and international in various timeframes. They also sell systems for markets they do not trade to a few customers in some other hedge funds they work closely together. How can you compete with them? Each system they generate for in-house use or sell to a customer comes with a manual with complete statistics and validation results. I hope you get the idea.
