TradingGym is a toolkit (in Python) for creating trading and backtesting environments, especially for reinforcement learning agents, but also for simpler rule-based algorithms. It follows a design inspired by OpenAI Gym, offering various environments, data formats (tick data and OHLC), and tools to simulate trading with costs, position limits, observation windows etc. Licensed under MIT. This training environment was originally designed for tickdata, but also supports OHLC data format. WIP. The list contains the feature columns to use in the trading status.
Features
- Environments for RL training, with “step”, “reset”, “render”, etc., following Gym-style API
- Support for both tick data and OHLC data input formats for observations
- Fee/cost modeling, max position constraints, features for bid/ask pricing etc.
- Ability to inspect transaction details, reward, state, etc., for debugging/training
- Simple installation via python setup.py install and integration with standard data tools (pandas, numpy)
- Visualization/rendering support to see how trades/actions evolve over steps/environment episodes
Categories
Algorithmic TradingLicense
MIT LicenseFollow TradingGym
Other Useful Business Software
Go From AI Idea to AI App Fast
Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of TradingGym!