GithubHelp home page GithubHelp logo

devfrancois / reinforcement-trading Goto Github PK

View Code? Open in Web Editor NEW

This project forked from eomii/reinforcement-trading

0.0 0.0 0.0 27 KB

A collection of reinforcement learning trading bots

License: MIT License

Python 100.00%

reinforcement-trading's Introduction

Market Making Trading Bot

This trading bot is designed to perform market making strategies on the Binance exchange for the SOL/USDT trading pair. It uses reinforcement learning with a Q deep neural network to make trading decisions. The bot interacts with the Binance API using the CCXT library, and it operates on a 5-second timeframe.

Features

  • Market making strategy based on reinforcement learning
  • Q deep neural network for decision making
  • Order management with risk control
  • Fetches live data using Binance WebSocket API
  • Ensures minimum notional value and complies with Binance trading rules

Requirements

  • Python 3.6 or higher
  • CCXT library
  • NumPy
  • TensorFlow

Installation

  1. Clone this repository:
git clone https://github.com/eomii/reinforcement-trading.git
  1. Install the required libraries:
pip install -r requirements.txt
  1. Set up your Binance API key and secret in the qdnnv1.py file.
API_KEY = 'your-api-key'
API_SECRET = 'your-api-secret'

Usage

  1. Run the trading bot:
python qdnnv1.py
  1. Monitor the bot's trading activity and performance.

Note: This trading bot is for educational purposes only. Use it at your own risk. The developers are not responsible for any financial losses incurred while using this bot.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Contributing

Contributions are welcome! Feel free to open issues or submit pull requests to improve the trading bot.

reinforcement-trading's People

Contributors

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