![]() |
| FREE Excel STUFF |
|
Search |
| Excel Help. Popular |
| NEW! Multiple Excel Search & Links |
| Excel Formulas |
| Excel Macros |
| Excel Newsletter |
| PRODUCTS |
| Up to $139.00 FREE! |
|
Categories & Search |
| Excel Templates |
| Excel Add-ins |
| Excel Training |
| More.... |
| OTHER |
| Excel Development |
|
|
BUY > Backtesting Excel
Backtesting Excel, part of Trader Excel Package , is an add-in for backtesting trading strategies in Microsoft Excel. It enables you to test and evaluate end-of-day trading strategies using historical data. Users can use VBA (Visual Basic for Applications) to build strategies for Back Testing Excel. However, VBA knowledge is optional - in addition to using VBA-constructed trading rules, you can construct trading rules on a spreadsheet using standard pre-made backtesting codes.
Back Testing Excel supports advanced functionality, such as pyramiding (change of position size during an open trade), short/long position limiting, commission calculation, equity tracking, out-of-money controlling, buy/sell price customizing (you can trade at Today's or Tomorrow's Open, Close, High or Low prices). Such functionality enables you to build "natural" trading strategies and prevents you from putting your strategies in "frames."
Back Testing Excel creates informative and highly detailed strategy test performance reports. Each report has seven tabs:
AutoFiltering
The Trades, Trades (chronological) and Signals reports have an AutoFiltering option that, when implemented, can produce more refined reports. Filtering is a quick and easy way to find and work with a subset of data in a list. A filtered list displays only the rows that meet the criteria you specify for a column. Unlike sorting, filtering does not rearrange a list. Instead, it temporarily hides rows you do not want displayed. When you activate AutoFilter, arrows appear to the right of the column labels in the filtered list. AutoFilter can be used, for example, to display just short trades, profitable trades, or trades executed after some specified date, or just those signals that resulted in trades.

Features Summary:
To backtest a trading strategy, Back Testing Excel iterates through all rows of historical data, executing strategy code for each row of data. Strategy code consists of these basic building blocks:
| Function | Action | Syntax |
|---|---|---|
| DT | Returns Date | DT(Day) |
| OP | Returns Opening Price | OP(Day) |
| HI | Returns High Price | HI(Day) |
| LO | Returns Low Price | LO(Day) |
| CL | Returns Closing Price | CL(Day) |
| VOL | Returns Volume | VOL(Day) |
| OI | Returns Open Interest | OI(Day) |
| RNG | Returns Range Value | RNG(UpperCell, Day) |
| Buy | Creates Buy Signal | Buy(NumberOfShares, SpecialOrder) |
| Sell | Creates Sell Signal | Sell(NumberOfShares, SpecialOrder) |
Backtesting Principles
There are two ways to create strategies:
Here is an example of a trading rule: Sell if Today's Open is greater than Today's Close, otherwise Buy. We can realize this rule in two ways:
1. Program the trading rule using a spreadsheet.
As you can see, the rule '=IF(B2>E2;"Sell";"Buy")' is located in each cell and produces buy/sell signals.
Back Testing Excel code generated for this strategy can be re-used to produce buy/sell signals in other spreadsheets.
2. Program the trading rule using VBA.
There are no rules in the spreadsheet, just historical data.
Trading rules are written using VBA and stored in a special module
Back Testing Excel is part of Trader Excel Package which has a 30 Day Money Back Guarantee
Special ! Free Choice of Complete Excel Training Course OR Excel Add-ins Collection on all purchases totaling over $70.00. ALL purchases totaling over $150.00 gets you BOTH! Purchases MUST be made via this site. Send payment proof to special@ozgrid.com 31 days after purchase date.
See Also Neuro Excel Package and Trading Decision Software and Neuro Fusion For More Great Saving! Or, see all Neural Network Trading Software
Instant Download and Money Back Guarantee on Most Software
Excel Trader Package Technical Analysis in Excel With $139.00 of FREE software!
Microsoft ® and Microsoft Excel ® are registered trademarks of Microsoft Corporation. OzGrid is in no way associated with Microsoft