-
I am curious about the usage of results of something like trader_macd() / trader_sma() ?
1. $this->getRecentData() gets the data in descending order e.g.
`
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe.
Lastly, can some of the technical calculated da…
-
I want to use my custom parameters with **MACD(fast=5,slow=15,signal=3)**. How can we pass custom parameters in MACD indicator.
ghost updated
8 years ago
-
## 时分k线望保留底下日内macd、obv等指标栏
新版本筹码分布k线的时分去掉了底下的日内macd、obv等指标栏,只保留了时分量,我感觉日内macd、obv等指标是日内做T的重要参考指标,我很看好新版的布局字题,但是也想要旧版日内macd、obv等指标,望作者采纳,把新旧的怎么整合下,谢谢!
![image](https://user-images.githu…
jsicu updated
8 months ago
-
选择指标MACD时候,下方变成了一条直线了,切换到前面的数据有一部分是不是直线的
-
-
I've been running the bot for close to a day now. I've set up MACD market analysis with the values suggested in the documentation. The bot seems stuck on ~150/270 records. Sometimes the number even go…
-
*For requestion a new strategy. Please use the template below.*
*Any strategy request that does not follow the template will be closed.*
I am using 3 indicators in trading view and i found out tha…
-
#### Description
To improve the performance and accuracy of the Bitcoin price prediction model, the following enhancements are proposed for the data preprocessing step:
1. **Use More Features**:
…
-
Here is for example `macd_cross.py`
```python
import talib
SYMBOL = "BTCUSDT"
def initialize(state):
state.number_offset_trades = 0
@schedule(interval="1h", symbols=SYMBOL)
def …