This commit is contained in:
wilsonfreitas
2024-04-04 09:06:08 +00:00
parent 93825c8a61
commit b0c68ae7c1
5 changed files with 11 additions and 5 deletions
+3
View File
@@ -258,6 +258,8 @@ ul.task-list li input[type="checkbox"] {
<li><a href="https://github.com/peerchemist/finta">finta</a> - Common financial technical analysis indicators implemented in Pandas.</li>
<li><a href="https://github.com/cirla/tulipy">Tulipy</a> - Financial Technical Analysis Indicator Library (Python bindings for <a href="https://github.com/TulipCharts/tulipindicators">tulipindicators</a>)</li>
<li><a href="https://github.com/Boulder-Investment-Technologies/lppls">lppls</a> - A Python module for fitting the <a href="https://en.wikipedia.org/wiki/Didier_Sornette#The_JLS_and_LPPLS_models">Log-Periodic Power Law Singularity (LPPLS)</a> model.</li>
<li><a href="https://github.com/nardew/talipp">talipp</a> - Incremental technical analysis library for Python.</li>
<li><a href="https://github.com/mr-easy/streaming_indicators">streaming_indicators</a> - A python library for computing technical analysis indicators on streaming data.</li>
</ul>
</section>
<section id="trading-backtesting" class="level3">
@@ -447,6 +449,7 @@ ul.task-list li input[type="checkbox"] {
<li><a href="https://github.com/dr-leo/pandaSDMX">pandaSDMX</a> - Python package that implements SDMX 2.1 (ISO 17369:2013), a format for exchange of statistical data and metadata used by national statistical agencies, central banks, and international organisations.</li>
<li><a href="https://github.com/LenkaV/CIF">cif</a> - Python package that include few composite indicators, which summarize multidimensional relationships between individual economic indicators.</li>
<li><a href="https://github.com/theOGognf/finagg">finagg</a> - finagg is a Python package that provides implementations of popular and free financial APIs, tools for aggregating historical data from those APIs into SQL databases, and tools for transforming aggregated data into features useful for analysis and AI/ML.</li>
<li><a href="https://github.com/JerBouma/FinanceDatabase">FinanceDatabase</a> - This is a database of 300.000+ symbols containing Equities, ETFs, Funds, Indices, Currencies, Cryptocurrencies and Money Markets.</li>
</ul>
</section>
<section id="excel-integration" class="level3">
+4 -4
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
@@ -1032,6 +1032,9 @@ HTMLWidgets.widget({
updateColsSelected();
updateCellsSelected();
})
updateRowsSelected();
updateColsSelected();
updateCellsSelected();
}
var selMode = data.selection.mode, selTarget = data.selection.target;