Pinned Repositories
data_server
Exposes MT4 data to web.
DeepQLearning
Finance
Nonlinear autoregressive neural network training scripts for MATLAB also generating predictions in Metatrader in realtime.
metatrader-proxy-terminal
MT4 proxy terminal can be used for protection of Expert, Indicators and Scripts as well as for multi-timeframe testing and signals distribution
MikePapinski.github.io
mt4-websockets
Turns Metatrader4 into web socket client
neural-nets
Source code to go with my introductory video on neural nets in python
Plutus
An automated bitcoin wallet collider that brute forces random wallet addresses
PyTrader-python-mt4-mt5-trading-api-connector-drag-n-drop
End-to-End solution connecting Metatrader4 & Metatrader5 💹 with Python with a simple drag and drop EA. Fully tested bug free & efficient solution for live & paper trading⭐ Full Documentation ready.
SharkStock
Automate swing trading using deep reinforcement learning. The deep deterministic policy gradient-based neural network model trains to choose an action to sell, buy, or hold the stocks to maximize the gain in asset value. The paper also acknowledges the need for a system that predicts the trend in stock value to work along with the reinforcement learning algorithm. We implement a sentiment analysis model using a recurrent convolutional neural network to predict the stock trend from the financial news. The objective of this paper is not to build a better trading bot, but to prove that reinforcement learning is capable of learning the tricks of stock trading.
Azrulfy's Repositories
Azrulfy/adaptive-forex-forecast
An adaptive model for prediction of one day ahead foreign currency exchange rates using machine learning algorithms
Azrulfy/compilemql4
Easy to use mql4 compiler
Azrulfy/deep-learning-models
Keras code and weights files for popular deep learning models.
Azrulfy/exchange
Crypto Exchange, FX CFD Margin Trading Platform, Blockchain Development
Azrulfy/forex-prediction
Comparison of few deep learning models on 15m interval USD/EUR time series data
Azrulfy/FXCM_currency
Using Machine Learning for live currency trading
Azrulfy/IB-tradebots
Tradebots for Interactive Brokers
Azrulfy/Keras-Neuro-Evolution-Trading-Bot-Skeleton
A skeleton for creating a neuro-evolution reinforcement learning trading bot with a Keras neural network.
Azrulfy/machine-learning-for-trading
Udacity - Machine Learning for Trading
Azrulfy/MaketsGA
Hands On Neural Network inside Metatrader
Azrulfy/MQL4-Assert
Simple assertion module for MQL4
Azrulfy/MQL4-Env
Configuration files for MQL4
Azrulfy/MQL4-File
Module for handling files with MQL4.
Azrulfy/MQL4-Keyboard
Module that manages keyboard operations on the chart.
Azrulfy/MQL4-Modules
Azrulfy/MQL4-Slack
Module for postiong from MT4 to Slack.
Azrulfy/MQL4-StandardIndicators
Module for calculating technical indicators.
Azrulfy/MQL4-SymbolSearch
Module for handling currency pairs in MQL4.
Azrulfy/MQL4-TradeManager
OnTrade (This function is called when the Trade event occurs) for MQL4.
Azrulfy/MQL4-Web
A module for handling WebRequest function comfortably with MQL4.
Azrulfy/OptionSuite
Option and stock backtester / live trader
Azrulfy/OTMql4Zmq
Open Trading Metatrader 4 ZeroMQ Bridge
Azrulfy/pp_shopifyiq
ShopifyIQ is an e-commerce spy tool to monitor products your competitors scale
Azrulfy/pp_topforexsignal
Top Forex Signal is a web front-end to trade copying bots
Azrulfy/Quantdom
Python-based framework for backtesting trading strategies & analyzing financial markets [GUI :neckbeard:]
Azrulfy/RepeatEA
一定価格で繰り返し取引するEA
Azrulfy/RNN-stocks-prediction
Another attempt to use Deep-Learning in the financial markets
Azrulfy/Sequence-to-Sequence-Learning-of-Financial-Time-Series-in-Algorithmic-Trading
My bachelor's thesis—analyzing the application of LSTM-based RNNs on financial markets. 🤓
Azrulfy/StochVol_HMM
Stochastic Volatility Modelling using Hidden Markov Model
Azrulfy/Stock-Trading-Using-Machine-Learning
A comprehensive approach for stock trading implemented using Neural Network and Reinforcement Learning separately.