trading
Here are 2,042 public repositories matching this topic...
-
Updated
Jun 26, 2021 - C++
-
Updated
Dec 23, 2020 - Python
-
Updated
Jun 21, 2021 - Python
-
Updated
Jun 7, 2021 - Jupyter Notebook
-
Updated
Jun 16, 2021 - C#
-
Updated
Jun 26, 2021 - TypeScript
-
Updated
Jun 19, 2021 - Python
-
Updated
Jun 26, 2021 - Python
-
Updated
Feb 17, 2021
-
Updated
Jun 26, 2021 - C++
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
Jan 5, 2021 - Python
-
Updated
Jun 21, 2021 - JavaScript
-
Updated
Jun 25, 2021 - 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
Jun 10, 2021 - Python
-
Updated
Jun 26, 2021 - Go
Some suggestions to make it easier to run the backend without the front end. Some of these suggestions might be *ix only:
- a command line parameter to indicate that the back end should start with everything that is pending without waiting for a front end to be available in the browser.
- some instruction to make it work as a daemon (Linux) or service (Windows) to gain independence from the te
First of all, I use squeeze indicator (ttm squeeze) and I love it. But I was wondering if someone can create john carter's new squeeze indicator called "ttm squeeze pro".
Here are some links:
https://usethinkscript.com/threads/john-carters-squeeze-pro-indicator-for-thinkorswim-free.4021/
https://www.tradingview.com/script/TAAt6eRX-Squeeze-PRO-Indicator-Makit0/
-
Updated
May 10, 2021 - Python
-
Updated
Nov 13, 2020 - Python
-
Updated
Jun 26, 2021 - Python
-
Updated
Jun 15, 2021 - JavaScript
-
Updated
Nov 29, 2018 - Python
-
Updated
May 15, 2021 - Python
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 .