1
Technical Support & Development / Re: Constructive ideas for TA use in Gunbot
« on: September 08, 2017, 05:11:44 PM »
Does anyone know what time parameters poloniex uses for MACD? It seems EMA12-EMA26 is most common.
Looking at the charts on poloniex with 15 minute and 30 minute candlesticks, it looks like the local minima and local maxima of the MACD are more reliable BUY/SELL signals than crossovers.
Not sure if this is available in TAlib, but ideally:
IF Trend(MACD) goes from negative to positive, BUY.
(Could possibly be coded as IF 0>Trend(MACD)>x, where x is some empirically tested value. However, this would buy in some situations besides real 0 crossovers.)
IF Trend(MACD) goes from positive to negative & GAIN > y, SELL.
This would let us ride the pumps and MOST dumps very nicely
In the aggressive dump pictured below, we would probably get stuck with some bags, but that's why we have DOUBLE UP
XMR/BTC dump https://imgur.com/XPwV8OH
Looking at the charts on poloniex with 15 minute and 30 minute candlesticks, it looks like the local minima and local maxima of the MACD are more reliable BUY/SELL signals than crossovers.
Not sure if this is available in TAlib, but ideally:
IF Trend(MACD) goes from negative to positive, BUY.
(Could possibly be coded as IF 0>Trend(MACD)>x, where x is some empirically tested value. However, this would buy in some situations besides real 0 crossovers.)
IF Trend(MACD) goes from positive to negative & GAIN > y, SELL.
This would let us ride the pumps and MOST dumps very nicely
In the aggressive dump pictured below, we would probably get stuck with some bags, but that's why we have DOUBLE UP
XMR/BTC dump https://imgur.com/XPwV8OH