Found 10 repositories(showing 10)
charlescao2019
Stock investment can be one of the ways to manage one’s asset. Technical analysis is sometimes used in financial markets to assist traders make buying and selling decisions [1]. Many technical analysis trading rules are deterministic trading policies. [2] uses genetic algorithm to find technical trading rule. [3] studies evolutionary algorithms in optimization of technical rules for automated stock trading. [4] proposed a stock trading system based on optimized technical analysis parameters for creating buy-sell points using genetic algorithms. [5] studies the selection of the optimal trading model for stock investment in different industries. [6] describes the optimization of trading strategies. The optimization of trading rule using genetic algorithm or evolutionary algorithms belongs to policy-based method, which is a branch of Machine Learning. Policy-based methods try to directly optimize for the optimal policy which is an important branch for domains with continuous action spaces [7]. There are studies focus on how to find a trading strategy via Reinforcement Learning (RL) [8] or using Deep-Q learning for automatic trading algorithm [9]. But in this study we will focus on the policy-based method using Generic Algorithm that directly search for the optimal parameters of a deterministic policy. Yahoo Finance’s stock history data [10] will be used in this study. The reason to choose Yahoo Finance data is because it is free and available for public to assess. The performance of algorithm will be evaluated using different stocks. The purpose of the study is to see the difference between using an agent with optimized policy to manage one’s asset with buy-and-hold strategy, or manage one’s asset with an agent with unoptimized policy.
rezakarbasi
In this repository I'm going to train an RL agent using metatrader in python!
sankalp-s
Modelled a reinforcement learning agent using TensorFlow that participates in stock trading by holding, selling, and buying the stocks. Unlike the (Un)supervised models that only make predictions
Manuelbaun
a bitcoin trader agent with reinforcement learning
Licensed-Driver
A template for training a single‑ticker reinforcement learning (RL) trader entirely via backtesting. It pulls OHLCV data from the Alpaca API, adds many technical indicators, simulates realistic execution with bid/ask spread and IBKR commission models, and trains an LSTM PPO agent (Stable‑Baselines3) inside a Gymnasium environment.
franciscocarrascoza
ML RL Agent trader
alexandremahdhaoui
rl_trader is a training Environment for Reinforcement Learning Agent
anishasingh-dev
LLM-powered RL environment for cryptocurrency trading agents, modeled after Stock Trader OpenEnv.
PyTorch RL framework with an MLP Actor-Critic trained via PPO. Uses a rolling walk-forward window (10 train/1 test), rolling Z-score outlier detection, mathematical candlestick pattern matching, a gated encoder, an MCP market interface, and evaluation with greedy, stochastic, temperature, and epsilon tests using confusion matrices.
An artificial financial market simulation exploring the interactions between Zero-Intelligence Traders (ZIT) and Reinforcement Learning (RL) agents.
All 10 repositories loaded