|
|
|
|
|
by lrm242
4229 days ago
|
|
Please don't use Adjusted Close for backtesting execution. Adjusted prices are not real. They never happened, and using them will add unknown error to your backtest results. Back adjusted prices are fine for building a model, but when back testing the model and simulating executions, you should always use real prices. |
|