Skip to content

zhuzhenping/TradingTensors

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • numpy
  • tensorflow
  • talib
  • pandas
  • swisseph (Swiss Ephemeris)

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

About

First attempt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%