All Projects → noootown → Forex Dqn

noootown / Forex Dqn

Licence: gpl-3.0
Simple version of auto forex trader build upon the concept of DQN

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Forex Dqn

Edge Sql
Cloudflare Workers providing a SQL API
Stars: ✭ 429 (+171.52%)
Mutual labels:  forex
Php Forex Quotes
PHP Library for fetching realtime forex quotes.
Stars: ✭ 61 (-61.39%)
Mutual labels:  forex
Oandapyv20 Examples
Examples demonstrating the use of oandapyV20 (oanda-api-v20)
Stars: ✭ 102 (-35.44%)
Mutual labels:  forex
Lean
Lean Algorithmic Trading Engine by QuantConnect (Python, C#)
Stars: ✭ 5,675 (+3491.77%)
Mutual labels:  forex
Exchange Rates
💱 Querying a rate-limited currency exchange API using Redis as a cache
Stars: ✭ 37 (-76.58%)
Mutual labels:  forex
Backtesting.py
🔎 📈 🐍 💰 Backtest trading strategies in Python.
Stars: ✭ 1,124 (+611.39%)
Mutual labels:  forex
Tickgrinder
Low-latency algorithmic trading platform written in Rust
Stars: ✭ 365 (+131.01%)
Mutual labels:  forex
Gym Fx
Forex trading simulator environment for OpenAI Gym, observations contain the order status, performance and timeseries loaded from a CSV file containing rates and indicators. Work In Progress
Stars: ✭ 151 (-4.43%)
Mutual labels:  forex
Siis
Trading bot including terminal, for crypto and traditionals markets. Assisted or fully automated strategy.
Stars: ✭ 45 (-71.52%)
Mutual labels:  forex
Pytrader Python Mt4 Mt5 Trading Api Connector Drag N Drop
End-to-End solution connecting Metatrader4 & Metatrader5 💹 with Python with a simple drag and drop EA. Fully tested bug free & efficient solution for live & paper trading⭐ Full Documentation ready.
Stars: ✭ 93 (-41.14%)
Mutual labels:  forex
Gym Anytrading
The most simple, flexible, and comprehensive OpenAI Gym trading environment (Approved by OpenAI Gym)
Stars: ✭ 627 (+296.84%)
Mutual labels:  forex
Td Ameritrade Client
TD Ameritrade Java Client
Stars: ✭ 35 (-77.85%)
Mutual labels:  forex
Dinero
📈 💰 A golang interface for the Open Exchange Rates API
Stars: ✭ 68 (-56.96%)
Mutual labels:  forex
Yahoofinancials
A powerful financial data module used for pulling data from Yahoo Finance. This module can pull fundamental and technical data for stocks, indexes, currencies, cryptos, ETFs, Mutual Funds, U.S. Treasuries, and commodity futures.
Stars: ✭ 509 (+222.15%)
Mutual labels:  forex
Iextrading4j
IEX Cloud open source API wrapper
Stars: ✭ 112 (-29.11%)
Mutual labels:  forex
Stocksharp
Algorithmic trading and quantitative trading open source platform to develop trading robots (stock markets, forex, crypto, bitcoins, and options).
Stars: ✭ 4,601 (+2812.03%)
Mutual labels:  forex
Roffildlibrary
Library for MQL5 (MetaTrader) with Python, Java, Apache Spark, AWS
Stars: ✭ 63 (-60.13%)
Mutual labels:  forex
Bot18
Bot18 is a high-frequency cryptocurrency trading bot developed by Zenbot creator @carlos8f
Stars: ✭ 157 (-0.63%)
Mutual labels:  forex
Ratesapi
Forex conversion exchange rates api for free
Stars: ✭ 144 (-8.86%)
Mutual labels:  forex
Oxr
💱 Node.js wrapper for the Open Exchange Rates API
Stars: ✭ 72 (-54.43%)
Mutual labels:  forex

Forex-DQN

NOT MAINTAINED

This project is build to trade forex automatically. It is build upon the concept of DQN (Deep Q Network) and projects below.

Features

  • Support tensorboard

Installation

pip3 install -r requirements.txt

Config (Required)

You must create your own config train/config.py. To check the format of the config, you can take a look at train/config-tmpl.py

Script

Train

python3 train/index.py

Help

python3 train/index.py -h

LICENSE

GPL-3.0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].