henrybyhee / TradingTensors

Just another AI project
91 stars 37 forks source link

TradingTensors

A simple trading simulator inspired by the OpenAI framework. The objective of the project is to explore the viability of AI (Supervised/ Reinforcement) algorithms in the financial markets. Models built in Tensorflow. Designed to carry out historical backtesting and live trading with Oanda API.

Experiments

Sources: DQN made simple by Arthur Juliani

Prerequisites

Getting Started

1.Installation:

pip install -e .
  1. Enter Oanda API ID and token key in serverconfig.py

  2. Best viewed in notebooks

This is created by Henry Bee, intended for Mr Peter's use