In backtesting a DAILY strategy (entry and exit on the SAME DAY), would it be more accurate to use historical "adjusted close" values or simply the actual "close" values for my data backfill?
Thanks for any input.
Thanks for any input.
Quote from craigatelite:
I agree...But data providers typically provide adjusted. Thanks though, I thought I was missing something obvious.
Quote from Straddle1985:
It depends on your system I think. Right now I'm following a rotation system in which I allocate my funds for a fixed period of time to a certain ETF, with an en entry @ the close of the day and an exit @ the close of the day, several weeks later. I find adjusted closes more appopriate for the backtesting.
Quote from Steven.Davis:
Using Adjusted Close is simpler, but less accurate. I wrote the back-adjuster/stock-adjuster used by CSI. If you want to develop a trading system, then use adjusted data to validate the basic trading rules. Once you are confident in your system, then, to validate your system in a more realistic way, write your own back testing environment so that you can account for dividends/splits (reinvest/withdraw) and futures/options rolling (with slippage) in the manner you think is more accurate. Most people would rather start paper-trading based on the less accurate simulated results followed by real trading.
Quote from Steven.Davis:
Using Adjusted Close is simpler, but less accurate. I wrote the back-adjuster/stock-adjuster used by CSI. If you want to develop a trading system, then use adjusted data to validate the basic trading rules.