Projects
Cloudlab
This project is a Cloudlab hosting my website, private git server, private cloud storage, and a couple of one-off services that I need once in a while. My private services are guarded through a Wireguard VPN. I prefer to use Debian Linux as my server Linux distribution for its simplicity, world wide usage, and stability that is required by servers everywhere. My Cloudlab makes my day go much smoother as I can access my services and experiment with those services on the go.
SMA Strategy Backtest with LETFs (Showcase)
This project is a simple SMA (Simple Moving Average) backtesting tool that uses two stock tickers—one for generating signals and another for making simulated buy/sell decisions. You can customize the SMA window and set percentage-based buy/sell buffers to simulate a trading strategy. The program visualizes the results using graphs, showing how the SMA strategy performs compared to a basic buy-and-hold approach on the signal ticker. It factors in slippage and commission rates for more realistic results. The goal is to help users understand the effectiveness of SMA-based strategies with adjustable parameters.
BlackScholes Option Pricing Implementation
Soon!