Giter Site home page Giter Site logo

vladimir-hugec / tradernet-crv2 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kochlisgit/tradernet-crv2

0.0 0.0 0.0 161 KB

TraderNet-CRv2 - Combining Deep Reinforcement Learning with Technical Analysis and Trend Monitoring on Cryptocurrency Markets

Python 11.99% Jupyter Notebook 88.01%

tradernet-crv2's Introduction

TraderNet-CRv2

TraderNet-CRv2 - Combining Deep Reinforcement Learning with Technical Analysis and Trend Monitoring on Cryptocurrency Markets

Description

This system architecture is an extended version of the original TraderNet-CR architecture, which is described by this paper: https://link.springer.com/chapter/10.1007/978-3-031-08333-4_25. In this work, we combine Proximal Policy Optimization algorithm (PPO), which is a DRL learning algorithm, with 2 rule-based safety mechanisms: N-Consecutive & Smurfing. Our experiments on 5 popular cryptocurrencies show very promising results.

TraderNet-CRv2 Architecture

Technical Indicators

Technical analysis has been applied on market data in order to train TraderNet. The following popular technical indicators have been used:

  • EMA (Exponential Moving Average)
  • DEMA (Double-Exponential Moving Average)
  • MACD (Moving Average Convergence/Divergenc)
  • AROON
  • CCI (Commodity Channel Inde)
  • ADX (Average Directional Inde)
  • STOCH (Stochastic Oscillator)
  • RSI (Relative Strength Index)
  • OBV (On-Balance Volume)
  • BBANDS (Bolliger Bands)
  • VWAP (Volume-Weighted Average Pric)
  • ADL (Accumulation/Distribution Line)

Requirements

To run and evaluate our agent, You need to download the following libraries/packages:

Instructions

Download Python 3.6 or higher and the libraries that are described on requirements using pip installer (e.g. pip install numpy). Then:

  1. Run download_datasets.py to download the datasets from CoinAPI platform (https://www.coinapi.io/).
  2. Use train_tradernet.ipynb to train TraderNet module.
  3. Use train_smurf.ipynb to train Smurf module.
  4. Use integrated.ipynb to evaluate the Integrated agent.

Supported Cryptocurrencies

  1. Bitcoin (BTC)
  2. Ethereum (ETH)
  3. Cardano (ADA)
  4. Litecoin (LTC)
  5. XRP

Paper

Cite us

Important Note

This AI is not a commercial product and is intended for research purposes only.

tradernet-crv2's People

Contributors

kochlisgit 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.