An automated Forex trading journal that imports MT4/MT5 trade history, calculates performance statistics, and generates reports.
Built by Viprasol Tech — custom MT4/MT5 EA and algorithmic trading development.
- 📥 Auto-import from MT4/MT5 HTML reports or CSV exports
- 📈 Performance metrics: win rate, profit factor, Sharpe ratio, max drawdown
- 📅 Time analysis: best/worst days, sessions, months
- 💱 Pair analysis: most/least profitable instruments
- 📉 Equity curve with drawdown overlay
- 📄 HTML/PDF report export
- 🔗 MT4 + MT5 compatible
| Metric | Description |
|---|---|
| Win Rate | % of winning trades |
| Profit Factor | Gross profit ÷ gross loss |
| Sharpe Ratio | Risk-adjusted return |
| Max Drawdown | Largest peak-to-trough drop |
| Expectancy | Expected return per trade |
| Avg RRR | Average risk-reward achieved |
pip install -r requirements.txt
python journal.py --import mt4_history.htm
python journal.py --report --output report.htmlBuilt by Viprasol Tech.
MIT License