trading
Here are 1,601 public repositories matching this topic...
-
Updated
Oct 22, 2020 - C++
-
Updated
Sep 22, 2019 - Python
-
Updated
Oct 10, 2020 - Python
-
Updated
Oct 21, 2020 - C#
-
Updated
Sep 29, 2020 - TypeScript
-
Updated
Oct 16, 2020 - Python
-
Updated
May 14, 2020
-
Updated
Jul 19, 2020 - C++
-
Updated
Mar 12, 2020 - Python
bukosabino / ta
hi,
if possible, please add these indicators as well:
TDI (Traders Dynamic Index)
chandelier exit
pivot points
BOP (balance of power)
CTM (Chande trend meter)
Coppock Curve
Correlation Coefficient
PMO (DecisionPoint Price Momentum Oscillator)
Ulcer Index
most of them except TDI are available on stockcharts.com
thanks
-
Updated
Oct 21, 2020 - Jupyter Notebook
-
Updated
Jul 14, 2020 - Python
-
Updated
Oct 20, 2020 - Go
-
Updated
Aug 15, 2020 - Python
-
Updated
Nov 29, 2018 - Python
-
Updated
Oct 4, 2020 - AutoHotkey
-
Updated
Jan 9, 2020 - JavaScript
-
Updated
Feb 10, 2019 - JavaScript
-
Updated
Sep 21, 2020 - Python
-
Updated
Jan 16, 2020 - TypeScript
-
Updated
Oct 17, 2020 - Java
-
Updated
May 25, 2020 - Python
-
Updated
Oct 21, 2020 - JavaScript
Hey,
First of all thank you for the hard work put into this, it's a really awesome project that I still learn how to use.
I'm not that proficient in using python so that is why I'll put my suggestion here. I have used python more for machine learning stuff and there the option of searching hyperparameters was also between grid and random search. However, I found that using bayesian optimizati
Improve this page
Add a description, image, and links to the trading topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the trading topic, visit your repo's landing page and select "manage topics."
According to @rspadim, functions in
entropy.pycould use numpy array instead of strings, as it's better to numba.Guide on how to implement this is available in the comments in PR #311 .