In addition to trading profits, another source of income for any trader with a trading system is to sell your trading signals to others who are willing to pay you for Entry/Exit signals of your trading system. One difficulty to overcome is how to distribute your signals to your subscribers. ExcelTrader Subscription Manager Host (ET Host) allows you to instantly send the value of any cell in your Excel workbook to any subscriber’s Excel workbook. [Read More]
Data Converter to Convert OHLC Data to a larger timeframe.
If you have ever wanted to take your existing Open High Low Close historical trading data and convert it into larger time frame, the following Excel VBA based data converter I wrote may do the trick.
DataConverter.xls allows you to configure the Number of OHLC bars that should be condensed down into a single bar. You also can list the file name, sheet, and columns where your data is located. The data will almost instantly be transformed into the higher time frame you have requested.
Instructions:
- Download DataConverter.xls (*last updated 1/1/2011)
- Open DataConverter.xls. (Quickstart!: Skip the directions below. Just Open file and press “Convert” to see how it works with default settings.
- If you have OHLC Data in a workbook, open that file (you can also just use the default sample data that is contained on the sample data sheet in DataConverter.xls)
- Enter the Column letter for each type of data (Time/date, Open, High, Low, Close, Volume)
- Enter the Name of the WorkBook and worksheet that contain the data. For example, to convert 1 Minute bars to 4 minute bars, simply enter 4. To convert 3 minute bars to 15 minute bars enter 5 (5*3=15) etc etc.
- Finally press the “Convert” Button. The converted data will appear in a new workbook. Save as desired.
Added new file for Live trading with Interactive Brokers
In addition to the free files located under “Instructions and Downloads”, there is now a new file under “Products and Services” for live trading via Interactive Brokers. This Excel VBA based file is an all in one solution for testing, trading and charting.
This is very similar to a version I have been using for my personal trading for years. However this is a much improved version so I am pretty excited to have it completed and am in the process of converting my personal system over to this version. I hope that others find if useful.
The Youtube video below shows both live trading mode and backtesting mode.



Recent Comments