-
I am using the method `I` to plot MACD, but get the wrong style with histogram.
Maybe need more style settings with the method.
-
Hy,
I get a unexpected zoom on any event on chart.
After analyse, the function getZoomLevel return 'Infinity'.
I tried many way to resolve it with set min/max, check datas, set X, set Y... not …
-
Hi everyone,,
I am confused by the results. It seems there are multiple versions of MACD calculation to me. If not, why are they different? Please helps
```
print(p_df.head())
…
-
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 …
-
Ahmad, thank you for every thing, you are really awesome.
I just finished my code for MACD,
MACD done by,
1.Calculate a 12-period EMA of the price for the chosen time period.
raw['EMA…
-
Is there a chance we can trigger our auto-buys/auto-sells with a MACD (Moving Average Convergence Divergence) indicator in the feature?
-
Here are the inputs:
```python
inputs = {"open": [12.1, 52.6, 24.6...], "high": [some more floats], "low": [more floats], "close": [you guessed it, floats], "volume": [floats, floats, floats]}
c = …
-
Hi @Fruitfella
I'm trying to use the value of the histogram, such as this picture:
![image](https://user-images.githubusercontent.com/26580460/28257175-15d71060-6a9f-11e7-8f99-3b3cb0401cbb.png)
Bu…
unzer updated
4 years ago
-
#### I'm submitting a...
- [x] bug
#### What is the current behaviour
Signal line is calculated before the macd itself which skews future values once macd becomes available.
#### What is the…
-