Back to projects

Swochalit — LSTM-Based Algorithmic Trading Bot

Time-series pipeline forecasting short-horizon price movement with stacked LSTM networks.

About

Automated slow, emotion-driven manual trading by engineering a time-series pipeline (Python, TensorFlow/Keras) that cleans OHLCV market history, derives technical-indicator features, and trains stacked LSTM networks to forecast short-horizon price movement. Implemented a rule-based execution layer converting model forecasts into buy/sell/hold signals, backtested against held-out historical data before deployment.