-
Updated
Sep 28, 2020
trading-algorithms
Here are 254 public repositories matching this topic...
-
Updated
Sep 22, 2020 - Python
-
Updated
Oct 4, 2020 - Python
-
Updated
Jan 9, 2020 - JavaScript
-
Updated
Sep 21, 2020 - Python
-
Updated
Jan 16, 2020 - TypeScript
-
Updated
Sep 28, 2020 - Java
-
Updated
Oct 2, 2020 - C++
-
Updated
Oct 4, 2020 - Python
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
-
Updated
Sep 23, 2020 - Python
-
Updated
Jan 18, 2019 - Python
-
Updated
Jan 11, 2020 - Python
Need implementation of Variable Index Dynamic Average (VIDYA). I have tried to calculate based on this indicator on tradingview Variable Index Dynamic Average (VIDYA) but it results in wrong calculation
p = 10
alpha = 2 / (p + 1)
df['cmo'] = ta.cmo(df.close, length=p, talib=False).abs()
-
Updated
Aug 16, 2020 - Python
-
Updated
Oct 4, 2020 - Python
Description
When naming a bot with characters such as <
and or >
it attempts to create a file with that name and also remove that file when deleting which fails:
error running rm command for bot configs: error in bash command 'rm /Users/user/.kelp/bot_data/configs/usd_<>_xlm*' for namespace 'rm': (eWait=exit status 1, outputBytes=, eRead=<nil>)
We should disallow names t
-
Updated
Sep 27, 2017 - Java
-
Updated
Dec 9, 2019 - Rust
-
Updated
Jun 5, 2020
-
Updated
Sep 10, 2020 - Java
-
Updated
Feb 6, 2020 - Python
-
Updated
Jul 2, 2020 - Jupyter Notebook
-
Updated
Dec 17, 2019 - JavaScript
-
Updated
Aug 6, 2020 - Python
-
Updated
Sep 10, 2020 - TypeScript
-
Updated
Oct 29, 2019 - Python
-
Updated
May 25, 2020 - JavaScript
-
Updated
Oct 4, 2020 - Rust
Improve this page
Add a description, image, and links to the trading-algorithms topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the trading-algorithms topic, visit your repo's landing page and select "manage topics."
Implement a Market Profile Indicator in LEAN.
Expected Behavior
Support for Market Profile Indicator
Actual Behavior
No support in LEAN for MP Indicator
Potential Solution
Implement from examples:
Checklist