PROJECT 01 · MT5 SYSTEM
DEVELOPMENT / VALIDATION
HF_OS — Multi-Layer MT5 Trading System
MT5 · PYTHON · STRUCTURAL STOPS · RISK ENGINE · PORTFOLIO CONTROLS
A modular automated-trading architecture designed to prevent strategy signals from bypassing execution and risk controls. Trade ideas move through structural stop logic, sizing and portfolio permission before an order is eligible for execution.
CHALLENGE
Separate signal generation from order execution so a strategy cannot open exposure directly.
ARCHITECTURE
Market Data → Market State → Setup → Trade Intent → Structural Stop → Risk Engine → Portfolio Gate → Execution.
ENGINEERING FOCUS
No-widening stop behavior, controlled risk, diagnostics, position management and validation-first rollout.
PROJECT 02 · CRYPTO
PAPER / VALIDATION
Python Crypto Trading Bot
PYTHON · EXCHANGE API · BTC · ETH · SOL · BNB · XRP
A multi-symbol crypto automation project built around exchange connectivity, explicit trade management and operational safeguards rather than a single entry signal.
TRADE MANAGEMENT
Break-even logic, ATR-based trailing behavior and cooldown controls.
OPERATIONS
Exchange API workflow, state awareness and restart/recovery considerations.
VALIDATION
Paper-mode testing before increasing exposure to live execution risk.
PROJECT 03 · OBSERVABILITY
ENGINEERING TOOL
Trading Bot Status Dashboard
MONITORING · BALANCE · EQUITY · POSITIONS · SYSTEM STATUS
A monitoring layer for making automated trading behavior visible without opening the trading terminal for every check.
VISIBILITY
Surface account and bot status in a compact operational view.
DIAGNOSTICS
Make abnormal behavior easier to identify through status and trade information.
PRINCIPLE
Automation should remain observable even when execution itself is unattended.
PROJECT 04 · MT5 INTEGRATION
ANALYSIS / INTEGRATION
Existing EA Integration & Trade Tracking
MT5 · ORDER HISTORY · LOT SIZING · DIAGNOSTICS
Engineering work around an existing Expert Advisor: analyzing order behavior, tracking closed trades and making execution and lot-sizing behavior easier to inspect.
SCOPE
Integration and diagnostics around existing third-party trading software.
TRACKING
Closed-order history and structured data for reviewing actual EA behavior.
IMPORTANT
The underlying third-party EA is not presented as an FX Nova Bot-developed product.
PROJECT 05 · WEB ENGINEERING
LIVE PLATFORM
FX Nova Bot Web Platform
PHP · KNOWLEDGE BASE · API ENDPOINTS · SEO · SECURITY
The FX Nova Bot website itself is an engineering project: reusable PHP components, technical Knowledge content, interactive trading-system tools, contact protection and search-oriented information architecture.
ARCHITECTURE
Shared components across service, case-study and Knowledge pages.
TOOLS
Interactive risk, sizing, strategy, execution and monitoring demonstrations.
CONTENT SYSTEM
Trading Systems Academy plus focused engineering guides organized around automation architecture.