Closed hlboys closed 8 years ago
Can you send me the full debug output? You can also mail it to gekko [at] mvr [dot] me.
Sure. But where saved debug log?
At first you should wait 25 hours so the bot can collect current trading info because you choose 60 minutes for candle size and 25 candles to do DEMA calculation. As I can see in that picture you are still on first step and the bot do nothing but gathering data.
It went running after 3 days. Today is runnig after 5 days.
My gekko is why this works. Reverse Trade again.
DEMA do not have a crossover signal.
change your configs like this :
// Exponential Moving Averages settings:
config.DEMA = {
// EMA weight (α)
// the higher the weight, the more smooth (and delayed) the line
short: 10,
long: 21,
// amount of candles to remember and base initial EMAs on
// the difference between the EMAs (to act as triggers)
thresholds: {
down: -0.001,
up: 0.001
}
};
Okay, the test of the changing.
Test is Not good
Real Trading mode after 3 days have passed.
no trade action if a signal is generated.
Attached config.js
2.