-
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See er…
-
# Phase 2
- [ ] Add Site (if missing, only main-site or based on hostname also sub-buildings?)
- [ ] Remove Site (for MACD)
- [ ] Assign Device to Site (by Hostname)
![Image](https://github.com/user-a…
-
Version 0.10.1
ta.trend.MACD(df.close, window_slow = 26, window_fast = 12, window_sign = 9) is outputing ****
ta.trend.macd(df.close, window_slow = 26, window_fast = 12, window_sign = 9) is …
-
If I want to calculate MACD with parameters 6, 13, and 5, how should the code be written? Currently, it seems that there is no support for the signalSmoothing parameter.
-
I keep getting error from macd:
def compute_macd(close):
macd = pandas_ta.macd(close=close, length=20).iloc[:,0]
return macd.sub(macd.mean()).div(macd.std())
df['macd'] = df.groupby(leve…
-
-
Momentum Trading Strategy
This project implements a momentum trading strategy using the MACD indicator to generate buy and sell signals.
**Features**
- *Data Fetching*: Retrieves historical …
-
Howdy. I notice you have a MACD indicator here... is there instructions somewhere to manipulate this to become Wilders? I think by default this is simple or exponential. I was wondering if there was…
-
In this project you need to create a stock analytics app with streamlit
-
I have a technical question about the MACD indicator. How is the SignalLine calculated when period = 1? What's your formula then?
Best Stefan