Hi Jchi -- I recommend that you do this in two steps.
One -- write the trading system, including Buy and Sell statements. Use the Automatic Analysis Backtest button to run the backtest and get trading results. Two -- add AddColumn statements to the code. (See the reference materials for examples) Use the Explore button to get a listing in the Results window with a column for everything you want listed and a row for every bar you want that list to include. Thanks, Howard On Sat, Feb 27, 2010 at 8:16 AM, jchi18 <[email protected]> wrote: > > > Is there a way to add columns to the backtest results that show: > > 1. The MACD at the time of trigger > 2. RSI at the time of trigger > > Thanks. > > >
