Pinned Repositories
Algotrading--Double-Bottom-Trader
The Double Bottom pattern in financial markets trading is one of the most well-known technical chart patterns that is, however, highly subjective and irregular and hence, is not typically preferred by algo traders due to the unambiguous nature of double bottom patterns. Interestingly, the amount of literature on the topic of identifying such patterns has so far remained very scarce, despite this pattern arguably having a much stronger predictive power than technical indicators in general. As a consequence, most traders who publish their trading methodology continue to identify chart patterns such as the double bottom by means of visual inspection. In this project, I attempted to create a robust solution with the possibility to identify double bottom chart patterns in real time and initiate buy orders on a wide selection of markets using the Python API of the MetaTrader trading software.
baselines
OpenAI Baselines: high-quality implementations of reinforcement learning algorithms
C-Lessons
Candlestick_RL
This code is designed to predict stock prices using the A3C algorithm. The algorithm takes a desktop screenshot every 5 minutes, identifies the stock prices in the image as a candlestick chart using a CNN, makes decisions using a DNN, and predicts the direction and magnitude of future bars.
DDPG_numpy_only
Implemenation of DDPG with numpy only (without Tensorflow)
Deep-Reinforcement-Learning-in-Trading
Deep_reinforcement_learning_Course
Implementations from the free course Deep Reinforcement Learning with Tensorflow
hakanfire
Config files for my GitHub profile.
HomeHarvest
Python package for real estate scraping of MLS listing data
Reinforcement-learning-with-tensorflow
Simple Reinforcement learning tutorials
hakanfire's Repositories
hakanfire/Candlestick_RL
This code is designed to predict stock prices using the A3C algorithm. The algorithm takes a desktop screenshot every 5 minutes, identifies the stock prices in the image as a candlestick chart using a CNN, makes decisions using a DNN, and predicts the direction and magnitude of future bars.
hakanfire/Reinforcement-learning-with-tensorflow
Simple Reinforcement learning tutorials
hakanfire/Algotrading--Double-Bottom-Trader
The Double Bottom pattern in financial markets trading is one of the most well-known technical chart patterns that is, however, highly subjective and irregular and hence, is not typically preferred by algo traders due to the unambiguous nature of double bottom patterns. Interestingly, the amount of literature on the topic of identifying such patterns has so far remained very scarce, despite this pattern arguably having a much stronger predictive power than technical indicators in general. As a consequence, most traders who publish their trading methodology continue to identify chart patterns such as the double bottom by means of visual inspection. In this project, I attempted to create a robust solution with the possibility to identify double bottom chart patterns in real time and initiate buy orders on a wide selection of markets using the Python API of the MetaTrader trading software.
hakanfire/baselines
OpenAI Baselines: high-quality implementations of reinforcement learning algorithms
hakanfire/C-Lessons
hakanfire/DDPG_numpy_only
Implemenation of DDPG with numpy only (without Tensorflow)
hakanfire/Deep-Reinforcement-Learning-in-Trading
hakanfire/Deep_reinforcement_learning_Course
Implementations from the free course Deep Reinforcement Learning with Tensorflow
hakanfire/hakanfire
Config files for my GitHub profile.
hakanfire/HomeHarvest
Python package for real estate scraping of MLS listing data
hakanfire/ideal
iDeal Terminal Dosyaları
hakanfire/LSTM-Neural-Network-for-Time-Series-Prediction
LSTM built using Keras Python package to predict time series steps and sequences. Includes sin wave and stock market data
hakanfire/lstm_stock_prediction
This is an LSTM stock prediction using Tensorflow with Keras on top.
hakanfire/pedlar
Algorithmic Trading Platform for Python
hakanfire/Product-Planning-with-RL
hakanfire/reinforcement-learning-stanford
🕹️ CS234: Reinforcement Learning, Winter 2019 | YouTube videos 👉
hakanfire/Reinforcement_Learning
UCB reinforcement learning and advantage learning codes
hakanfire/RL-Adventure-2
PyTorch0.4 implementation of: actor critic / proximal policy optimization / acer / ddpg / twin dueling ddpg / soft actor critic / generative adversarial imitation learning / hindsight experience replay
hakanfire/spinningup
An educational resource to help anyone learn deep reinforcement learning.