-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Open
Description
What's the problem of not having this feature?
- Forward Adjustment (Forward Adjusted Data): Each dividend payout or bonus share issuance leads to an adjustment in historical price data. If forward adjusted data is used, moving average indicators (such as Moving Average lines) need to be recalculated every time a new dividend occurs.
- Backward Adjustment (Backward Adjusted Data): Backward adjusted prices accumulate all the effects of dividends onto the latest price, so historical prices do not change due to dividend adjustments.
Using backward adjusted data for backtesting is highly efficient, simple, and widely used.
Describe the solution you would like
found a provider which has backward adjusted data, although I don't know which one.
Describe alternatives you've considered
no
Additional information
no
Metadata
Metadata
Assignees
Labels
No labels