Git Product home page Git Product logo

gekkobacktest's Introduction

gekkoBacktest

Get your historicaldata in json in CLI

params folders contains stock toml config files

Example of range parameter in Param folder with ranged toml

buyat = [1.001, 1.5] // from 1.001 to 1.5 with 6 floating

sellat = [0.92,1] //

stop_loss_pct = [0.7,0.99] //

sellat_up = [1.001,1.2] //

$ php importjson.php > 1.json

To change the PAIR go to line 226 and run this to backtest

$ php backtest.php asset currency deltadays candlesize

$ php backtest.php BTC ETH 15 60

to update your dataset

$ php singleimport.php

Done

  • Randomly select trading parameters of available strategy in Param folder

  • Incrementaly show profit > of market

  • saving parameters in json format in a csv file

TODO

  • Adding multiple instance management and allocation
  • starting live trader from best results
  • interfacing all this in a cool HTML5 dashboard

https://www.binance.com/?ref=15038787

Donations

BTC 19Uc3XMfutwRuqHkStNNg9obXXe632JWAV

LTC LXTrF8Xz6ni2pAEC5WSkA8vfe7Kj6Mhq26

ETH 0x0ae8362ca54e44d6d4837d160c1a3dd0e3a9fbad

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.