-
### Description
Ran a simple optimization of an MACD example using `apply.paramset(.)`, with three paramsets: Fast MA, Slow MA, and Signal MA. When finished, I tried using `tradeGraphs(.)` on pai…
-
Hello,
Looks like some links need to be updated?
I installed via pipx so
step 1: was pipx install autotrader[ccxt,yfinance,ib]
Step 2: autotrader demo
Short Error:
404 Client Error: Not Found…
-
1. MACD, DMA, BOLL algorithm.
2. Market Index.
3. Draw graph of MACD, DMA, BOLL percent and Market index.
-
**MACD**称为指数平滑移动平均线,是从双指数移动平均线发展而来的,由快的指数移动平均线(EMA12)减去慢的指数移动平均线(EMA26)得到快线DIF,再用2×(快线DIF-DIF的9日加权移动均线DEA)得到MACD柱。MACD的意义和双移动平均线基本相同,即由快、慢均线的离散、聚合表征当前的多空状态和股价可能的发展变化趋势,但阅读起来更方便。当MACD从负数转向正数,是买的信号。当MAC…
twn39 updated
6 years ago
-
~/crypto-trader-bot$ tail -f log/bot.log
algo_helper = influx_algo_helper("listener", EXCHANGE, SYMBOL_1, SYMBOL_2)
File "/crypto-trader-bot/src/influx_algo_helper.py", line 21, in __init__
…
-
I found that MACD component doesn't support such feature.
Just like class "path.candle.up" in Candle charts.
-
Based on a series of data, to plot the MACD and signal lines, I am doing:
```
macD := analytics.MACD(closePriceIndicator, 12, 26)
macDSignal := analytics.MACDSignalLine(macD, 9)
```
Where the…
-
Take a look at this paper [Trading Strategies BTC](https://ethz.ch/content/dam/ethz/special-interest/mtec/chair-of-entrepreneurial-risks-dam/documents/dissertation/master%20thesis/Master_Thesis_Glücks…
-
btalib.macd(df.close,pfast=12,pslow=26,psignal=9)
---------------------------------------------------------------------------
TypeError Traceback (most recent call …
-