trading
Here are 2,503 public repositories matching this topic...
-
Updated
Feb 6, 2022 - Python
-
Updated
Dec 23, 2020 - Python
-
Updated
Jan 21, 2022 - Python
-
Updated
Jan 29, 2022 - Jupyter Notebook
-
Updated
Jan 26, 2022 - C#
-
Updated
Oct 19, 2021 - Python
-
Updated
Feb 8, 2022 - Python
-
Updated
Dec 8, 2021 - TypeScript
-
Updated
Feb 8, 2022 - Python
Wondering if this already exists? If not happy to create if valuable.
I'm looking for a mapping from the column names outputted, to the actual technical indicator it represents.
examples:
momentum_ao == "Momentum, Awesome Oscilator"
momentum_kama == "Momentum, Kaufman’s Adaptive Moving Average (KAMA)"
Can help quickly grasp what the features represent without having to refer back to do
-
Updated
Dec 8, 2021 - C++
-
Updated
Feb 17, 2021
Is your feature request related to a problem? Please describe.
Ugly title for asset new asset. The asset node gets New Asset title after entering the codename.
Describe the solution you'd like
auto rename by referring the codeName --> iconName
set iconName as variable.
Describe alternatives you've considered
Additional context
Add any other context or screenshots
-
Updated
Sep 22, 2021 - Python
-
Updated
Feb 6, 2022 - JavaScript
this is how Buy & Hold Return is calculated:
c = data.Close.values
s.loc['Buy & Hold Return [%]'] = (c[-1] - c[0]) / c[0] * 100 # long-only return
so it's calced use day one and the day last.
Expected Behavior
Buy & Hold Return is used for compare with strategy gain. Therefore, I guess they should started at same time, since the strategy get enough data to w
Which version are you running? The lastest version is on Github. Pip is for major releases.
0.3.14b0
Describe the solution you'd like
I would like have following indicators on pandas_ta repository:
- Jurik's DMX
- Jurikäs CFB
DMX indicator is made for MT4 and the code for it can be found here (https://forex-station.com/viewtopic.php?p=1295447361#p1295447361)
CFB indicator
-
Updated
Dec 1, 2021 - Python
-
Updated
Jan 21, 2022 - Python
-
Updated
Feb 4, 2022 - Python
-
Updated
Jan 12, 2022 - Go
-
Updated
Feb 8, 2022 - Go
-
Updated
Jan 13, 2022 - JavaScript
-
Updated
Oct 19, 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."
Expected Behavior
The
EmaCrossAlphaModelis not warming up its indicators.Actual Behavior
All indicators are warmed up as soon as possible.
Potential Solution
Add
at lines 107 and 108 of
EmaCrossAlphaModel.csand change to `EmaCross