Bitcoin Forum
September 24, 2025, 07:40:56 AM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Economy / Trading Discussion / Re: Gekko - a javascript trading bot and backtesting platform on: August 02, 2017, 06:12:32 PM
I backtested your strategy on ETHBTC (poloniex) from 2016-06-30 to 2017-04-15 15:59 and got a whopping 64% profit :p




Smiley



Hey guys just discovered this thread im also a Gekko user just experimented with the back testing and now on live trade i was playing with settings and came up with this strategie.  

Code:
// Exponential Moving Averages settings:
config.DEMA = {
  // EMA weight (α)
  // the higher the weight, the more smooth (and delayed) the line
  short: 13,
  long: 19,
  // amount of candles to remember and base initial EMAs on
  // the difference between the EMAs (to act as triggers)
  thresholds: {
    down: -1,
    up: 1
  }

It is quite conservative and does not many trades, but it is about +200% in the last 2 Month

Now i just don't figure
1. How to install talib on a windows PC and
2. is there a way to adjust the amount / percentage of available funds the bot shall spend on each Trade?
3. How can i combine strategies for example a Fibo Retracement wit an DEMA or something?

Cheers

2  Economy / Trading Discussion / Re: Gekko - a javascript trading bot and backtesting platform on: August 02, 2017, 06:04:13 PM
you need to install the package you are missing

npm install sqlite3

that should do the job
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!