Skip to content

Strategies to Gekko trading bot with backtests results and some useful tools.

Notifications You must be signed in to change notification settings

tiagosiebler/Gekko-Strategies

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gekko-Strategies

Introduction

Repository of strategies which I found at Git and Google, orginal source is in README or .js file. All strategies was backtested, results are in backtest_database.csv file.

Best strategy

Results are sorted by amount of best profit/day on unique DATASETS and second by percent of profitable BACKTESTS.
. Stats of strategies

Feel free if You want share strategies on this repo. I will backtest it after push.

Installation

Unix-like

  1. git clone https://github.com/xFFFFF/Gekko-Strategies
  2. cd Gekko-Strategies
  3. bash install.sh
  4. Restart Gekko

Windows

  1. Download: https://github.com/xFFFFF/Gekko-Strategies/archive/master.zip
  2. Open downloaded file
  3. Go to each sub folders and copy .js file to C:\gekko\strategies and .toml file to C:\gekko\config\strategies. Folder indicator (if exist) copy to C:\gekkko\strategies

GekkoBacktestTool

To create backtest_database.csv I used: https://github.com/xFFFFF/GekkoBacktestTool

Gekko Tools

Gekko Addons

Datasets

Indicators

Exchanges

Plugins

Others

About

Strategies to Gekko trading bot with backtests results and some useful tools.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.8%
  • Shell 0.2%