-
-
Notifications
You must be signed in to change notification settings - Fork 100
Open
Description
On the Finance Discord-server you (I believe) wrote that you are open for PRs adding indicators found in Ta-Lib but not available in TTR, and that we should open an issue to discuss the implementation. I would like to take a crack at adding Acceleration Bands.
The formula is simple (link):
Upper Band = SMA * (1 + (High - Low) / (SMA))
Lower Band = SMA * (1 - (High - Low) / (SMA))
I guess its a trivial exercise unless you want a C-implementation. How would you want it done?
Best,
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels