trading
Here are 2,192 public repositories matching this topic...
-
Updated
Sep 5, 2021 - C++
-
Updated
Dec 23, 2020 - Python
-
Updated
Aug 21, 2021 - Python
-
Updated
Aug 4, 2021 - Jupyter Notebook
-
Updated
Sep 5, 2021 - C#
-
Updated
Sep 5, 2021 - TypeScript
-
Updated
Sep 3, 2021 - Python
-
Updated
Sep 6, 2021 - Python
-
Updated
Feb 17, 2021
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
Sep 5, 2021 - C++
-
Updated
Jan 5, 2021 - Python
-
Updated
Aug 31, 2021 - JavaScript
I have set the reference price for the cash PnL at the spread between two securities (I am backtesting a mean reversion strategy). However, in the html output of the plot I am getting the PnL in terms of the differnce in the spread as a function of the entry price of the spread when the trade was initiated. Instead, I want to get the PnL based off of the prices of the sum of the two securities (VI
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
Hi Kevin,
Please help to add OTT to pandas_ta by KivancOzbilgicin trading view.
i converted the pinescript to python, it has correct output though my logic seems to be not efficient as it takes 10 seconds or so to calculate.
i think it has almost similar logic with QQE. Thanks in advance
=================
my version
#OTT variables
pds = 2
percen-
Updated
Jul 11, 2021 - Python
-
Updated
Sep 6, 2021 - Go
-
Updated
Jun 10, 2021 - Python
-
Updated
Sep 5, 2021 - Python
-
Updated
Aug 13, 2021 - Python
-
Updated
May 10, 2021 - Python
-
Updated
Sep 1, 2021 - JavaScript
-
Updated
Jul 23, 2021 - Python
-
Updated
Sep 4, 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 .