qomposer / trading-gym-2

This trading-gym is the first trading for agent to train with episode of short term trading itself.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trading Gym for Quantitative trading

Intro

This is a trading gym for any agent to trade for short term trading. We have enermous data for short term trading. We have been gathering for every Korean equities order and quote data every tick moment and also reflected data to our trading gym. In this environment, you can testify your own agent which beat market and results in making you rich someday.

Architecture

It's is simple architecture that you motivate follow and run this repo easily.

Agent with this gym

Here can be reference. Those are that we built in temporary.

How to run

You can clone two repository into your local computer or cloud whatever. And you can run agent after including traidng gym as submodule or add gym's root into Python Path and then you can run trading agent itself. so simple!

Reference

Other Gyms already built

  1. Trading gym followed by OpenAI Gym architecture, spread trading
  1. Trading gym followed by OpenAI Gym architecture, easy to look around with ipython example
  1. Sairen
  1. deep trader

Reinforcement learning

Algorithms collections based on OpenAI Gym best article to make trading gym on Discourse

Plan

  1. Packaging
    setup.py, Upload package into pip repo

  2. Refactoring 1, 2

  3. Run this on cloud and allow every agent can access through REST API to train

About

This trading-gym is the first trading for agent to train with episode of short term trading itself.

License:Other


Languages

Language:Jupyter Notebook 98.6%Language:Python 1.4%