Coder Social home page Coder Social logo

dtvthedtu / gtrader Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gsoros/gtrader

0.0 1.0 0.0 2.63 MB

a trading strategy trainer, back-tester and bot

License: GNU General Public License v3.0

PHP 81.37% JavaScript 3.65% HTML 14.36% Shell 0.01% Dockerfile 0.60%

gtrader's Introduction

About GTrader

Docker Automated Build Docker Build Status

GTrader is a trading strategy back-tester and bot manager.

Users

Please use GTrader-env to set up the PHP, MySQL and Nginx-SSL environment in Docker containers.

Developers

Either run from the Dockerhub container...

  1. docker run -d --name gtrader_php -p 127.0.0.1:9000:9000 gsoros/gtrader:latest
  2. inside the container, edit .env with your database settings
  3. configure your webserver to use php-fpm

... or rebuild everything

Requirements
Installation
  1. git clone https://github.com/gsoros/GTrader.git
  2. cd GTrader
  3. composer install
  4. npm install
  5. cp .env.example .env
  6. php artisan key:generate
  7. edit .env
  8. set up db
  9. php artisan migrate
  10. npm run dev
  11. (crontab -l; echo -e "### GTrader Schedule\n* * * * * `which php` `pwd`/artisan schedule:run >> `pwd`/storage/logs/schedule.log 2>&1") | crontab -
  12. php artisan serve

Screenshots

main chart

settings

training

strategies

Warning and disclaimer

Trading carries a high level of risk. This software is at an early stage of development and most likely contains serious bugs. Please do not use it with a live exchange account unless you are prepared to lose part or all of your balance. Even if you are confident having extensively backtested a strategy and are familiar with the inner workings of this software, it is very likely that your strategy is suffering from overfitting or any number of the many pitfalls of algo-trading.

License

GPLv3

gtrader's People

Contributors

gsoros avatar

Watchers

James Cloos avatar

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.