ALMA output is vastly different from other charting software
See original GitHub issueWhich version are you running? The lastest version is on Github. Pip is for major releases.
0.3.14b0
Describe the bug Current implementation of ALMA produces vastly different results than built-in alma indicator on TradingView.
To Reproduce
# 1. read price data into df
...
# 2. add alma
df['alma'] = ta.alma(df['close'], 50)
#3. plot result
...
#4. Visually inspect the chart and compare with few other implementations of alma
(TradingView, SierraCharts, Ninjatrader, etc)
Expected behavior I expect for plotted output of alma indicator to match alma plots of other charting software.
Screenshots
- black line is the current implementation of ALMA (50);
- red line is what I believe to be the correct ALMA (50);
Same chart on TradingView platform:
Additional context The reason why I believe other implementations to be correct is because I found the difference between current implementation and the original one provided by authors. After fixing it alma works as expected.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Ten-Reasons-Why-Alma-is-the-Best-New-Gen-Solution. ...
Unlike other services, which are essentially a collection of separate software environments linked together, Alma is one service that incorporates all the.
Read more >Alma Insights: Analytics Data Visualization in Alma and Primo
This session is part of the series " Alma Insights". It was delivered by the Ex Libris Senior Librarian Yoel Kortick on 10...
Read more >Documenting when Alma consistently takes longer than ...
Date Resolved Your Name Salesforce Case No.
December 2019 Bill Walsh 698624
September 2019 Corinna Baksik 00628094
November 2018 Release Laura Morse 00595488
Read more >The ALMA Common Software ACS
In this way it is in principle possible to replace our Container implementation with another, also based on completely different technology, by implementing ......
Read more >THE ALMA COMMON SOFTWARE, ACS STATUS AND ...
ALMA developer, it provides a friendly programming environment in which the complexity of the. CORBA middleware and other libraries is hidden and coding...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hey @UncleVasya,
I have an updated alma on the development branch if you want to test it out first. It should be quicker also.
Thanks, KJ
@pssolanki111,
I’ll close it when I update the main branch as well as other Issues in the similar state.
KJ