Quantitative-focused Algorithmic Trader and Developer with a deep understanding of market microstructure across Crypto, Forex, and Equities. Specialized in developing automated execution systems in MQL5, with a strong emphasis on liquidity analysis, risk mitigation, and order book dynamics. Seeking to transition technical expertise in market mechanics into the Crypto Business Operations to optimize exchange liquidity and execution quality.
Developing a real-world trading strategy based on the insights from our Markov Chain study. The strategy presented is a live trading strategy that I personally use, with only minor parameter differences from my own settings.
View Project
This project provides a robust Python solution for determining optimal portfolio allocations based on a set of user-defined stock tickers and historical data. Utilizing the Monte Carlo Simulation technique, this tool identifies portfolios that excel across several key risk-adjusted metrics, moving beyond just the traditional Sharpe Ratio to offer a more nuanced view of capital efficiency and risk management.
View Project
This repository hosts a robust Python simulation designed to quantitatively backtest the performance of a custom-defined stock portfolio against a major market index over a specified historical period. The portfolio's asset allocation—defined by the stock tickers and their corresponding weights—is sourced directly from a data-driven Optimal Portfolio Allocation model developed in a prior project.
View Project
Python script to implement a backtesting simulation for a simple trading strategy using two common technical indicators: the 200-day Simple Moving Average (SMA) and a 2-period Relative Strength Index (RSI). The strategy is designed to identify and capitalize on potential buy and sell signals based on the confluence of these indicators.
View Project
Python script to implement and backtests a multi-asset trading strategy on a portfolio of many different stock tickers. It leverages common technical indicators to generate buy and sell signals and simulates portfolio performance over historical data.
View Project
An Example of How to Improve the Existing Trading Strategy in MQL5
View Project
This repository contains a simple, yet robust, Pine Script trading strategy designed for use on TradingView. The strategy combines two popular technical indicators—a long-term Exponential Moving Average (EMA) for trend identification and a short-term Relative Strength Index (RSI) for entry signals—to manage buy and sell positions
View Project
Generating "Market Seasonality" Chart for Any Market listed on Yahoo Finance
View Project
Python script designed to backtest a monthly seasonality trading strategy for a given stock or financial instrument. A "monthly seasonality strategy" is a simple trading approach that takes advantage of historical patterns where a security's price tends to perform better during specific months of the year.
View Project
Download and convert price data from Yahoo Finance into Metatrader 5 daily bar format
View Project
Using markov chain to analyze first insight of a forex pair, index, or any market
View Project
Demonstration of assessing market volatility risk using Markov Chain
View Project