trading
Here are 1,868 public repositories matching this topic...
-
Updated
Mar 23, 2021 - C++
-
Updated
Dec 23, 2020 - Python
-
Updated
Mar 20, 2021 - Python
-
Updated
Mar 23, 2021 - C#
-
Updated
Mar 16, 2021 - TypeScript
-
Updated
Mar 19, 2021 - Jupyter Notebook
-
Updated
Mar 19, 2021 - Python
-
Updated
Feb 17, 2021
-
Updated
Mar 16, 2021 - C++
-
Updated
Jan 5, 2021 - Python
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
Mar 20, 2021 - Python
-
Updated
Mar 19, 2021 - Python
-
Updated
Mar 22, 2021 - Python
-
Updated
Mar 7, 2021 - Go
-
Updated
Nov 13, 2020 - Python
After the backtest run, we see the statistics. It is very good! Is there any simple way to see that statistics separately for long ans short trades?
-
Updated
Nov 29, 2018 - Python
-
Updated
Jan 29, 2021 - JavaScript
-
Updated
Mar 19, 2021 - JavaScript
-
Updated
Jan 9, 2020 - JavaScript
Add Progress bars!
Hi guys,
I think that a progress bar when running a strategy on a df would be a great feature because I am always frustrated when I have to keep checking back on the progress of my strategies (most of the data I use is >1Mn rows) and so a progress bar - like those you see in the package "tqdm" would be great,
Simple Example of Progress Bars when running a for loop
from tqdm import tqdm
-
Updated
Feb 27, 2021 - Python
-
Updated
Jan 2, 2021 - JavaScript
-
Updated
Oct 4, 2020 - AutoHotkey
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 .