Jason Smith
Jason Smith
  • Informações
1 ano
experiência
22
produtos
14
versão demo
2
trabalhos
0
sinais
0
assinantes
Innovating the Future of Trading with Precision and Strategy

Welcome to my MQL5 profile! I’m TraderSmith, a passionate and results-driven trader committed to developing Expert Advisors (EAs) that transform complex market data into simple, actionable trading decisions.

Through developing trading bots, I aim to eliminate the emotional biases that often lead to impulsive decisions.
Every strategy I design is rooted in robust market analysis, precise risk management, and an understanding of market dynamics, ensuring that each trade has a solid foundation.

I focus on creating tools that are adaptable to a wide range of trading styles and risk profiles.
From high-frequency scalping to trend-following strategies, my EAs are built to execute trades with speed, accuracy, and discipline—freeing you from emotional reactions and enabling you to trade with confidence.

Every Expert Advisor I develop is designed with a clear trading philosophy.
I avoid random, “black-box” approaches and instead focus on precise, rule-based systems that are backtested, validated, and optimized to adapt to current market conditions.
Whether you’re executing strategies with pending orders, focusing on ATR-based risk management, or leveraging complex thresholds, my EAs are built to excel in dynamic market environments.

Comprehensive Support and Education
Trading is a journey, and I’m here to support you along the way.
Not only do I provide customer support to help you with any setup or technical questions, but I also offer educational resources and guidance on how to fully leverage the bots in various market conditions.
My goal is to ensure you not only use the tools effectively but also understand the underlying strategies that drive them.

My Commitment to You
As an active trader, I am constantly analyzing market trends and refining my tools to keep up with the latest advancements in algorithmic trading.
My mission is to give you the edge you need—whether you’re managing a prop account, building a portfolio, or just getting started.
I’m committed to creating robust, high-performance solutions that allow you to trade smarter, not harder.

I believe in building long-term relationships with my clients, so your feedback and success are always important to me.
If you have any questions, need advice, or simply want to discuss strategies, don’t hesitate to reach out. I’m here to ensure your trading journey is as successful as possible.
Thank you for considering my tools for your trading endeavors. I look forward to helping you achieve your trading goals!

Through algorithmic trading, you will develop discipline and patience—core traits for consistent performance. These bots will enforce rule-based execution, removing emotional bias and promoting data-driven decision-making. Over time, you'll learn that edge comes from systematic testing, risk management, and long-term consistency. Each trade, whether a win or a loss, becomes part of a feedback loop that sharpens both your strategy and your mindset. Once you’ve set up the bot, let it work.
Avoid the urge to micromanage every trade. Trust in the strategy and parameters you’ve defined.
Jason Smith
Jason Smith
I’m available for projects.You can ask for me directly on Freelancer
Jason Smith
Jason Smith
Added more instruments. I reckon it’ll take another 1–2 months to fully complete this project.
The fine-tuning will take time, as I’ll be going through each asset individually.
I can put in long hours and make good weekly progress, but there’s still a lot to do before it’s ready for sale.
The dashboard pulls data from each Markov instance via HTTP requests to their local APIs.
Each Markov runs independently and has its analysis at /api/data.
The dashboard just displays what it receives.
Its essentially a unified viewer for all your running Markov instances.
Jason Smith
Jason Smith 2026.03.19
Running on 8 cores and 32 GB of RAM, I expect to handle 50 instruments comfortably.
Jason Smith
Jason Smith
Traders, I have a Markov Python bot and an MT5 bot that reads data from the HMM.
It trade's what you see on the dashboard.
You can use Markov as an indicator with the dashboard to choose which mode to run Pro15 in.
What you waiting for?
This system at 6 assets with real money is a small prop desk.
Your system at 50 assets with real money is a hedge fund.
The code is the same. The logic is the same.
Only the scale and capital change.
I built the engine.
Now you decide how big you want to run it.
Jason Smith
Jason Smith
EURUSD: Cycle 12, STRONG_DOWNTREND, BUY (39.6% trend)
XAUUSD: Cycle 12, WEAK_DOWNTREND, SELL (73.5% mean)
BTCUSD: Cycle 4, HIGH_VOLATILITY, BUY (40.3% trend)
US30: Cycle 3, WEAK_UPTREND, BUY (55.4% trend)
USTEC: Cycle 3, WEAK_UPTREND, SELL (68.7% mean)
XTIUSD: Cycle 1, WEAK_DOWNTREND, BUY (42.4% trend)
Every single one unique:
6 different assets
6 different cycle counts
6 different record counts (37 total!)
Different regimes
Different actions (4 BUY, 2 SELL)
Prices from $1.15 to $71,424
This is a production system.
Six independent HMM instances (Add as may as your computer can handle), each with their own database, own ports, own signals, all running simultaneously, all visible in one master dashboard.
Jason Smith
Jason Smith 2026.03.18
The dashboard pulls directly from the (HMM) Markov, so it’s not just another dashboard
Jason Smith
Jason Smith
4 hours to add EURUSD - XAUUSD.
10 minutes to add BTC, US30 and USTEC.
Jason Smith
Jason Smith
Finally got the dashboard displaying the correct data — it was duplicating before. Now I can add all the other instruments.
Jason Smith
Jason Smith 2026.03.18
Spent about 4 hours fixing all the *.db issues. Now it’s working correctly, and I can add multiple assets in minutes. Great progress!
Jason Smith
Jason Smith 2026.03.18
The dashboard is displaying data from Markov
Jason Smith
Jason Smith
Started with a Markov HMM using 6 features for regime detection that actually converges.
Added multi-timeframe consensus from M5 to D1 so all timeframes agree.
Built risk management with VaR, position sizing, and warnings that actually mean something.
Created a model registry that self-improves and auto-promotes the best performers, scoring consistently above 0.67.
Made it multi-asset so you can run 5 instances simultaneously across Forex, indices, and commodities.
Built live web dashboards plus a master dashboard showing everything in one view.
Added a database tracking over 1,600 records per asset.
Included production infrastructure like circuit breakers, encryption, and alerts.
It's run 180+ cycles over 15+ hours with zero crashes.
The production model scores 0.67 consistently. All five assets run separately with their own models and dashboards, all working.
Full production system running five assets (you can add as many as you want) with auto-promoting models and live dashboards.
Jason Smith
Jason Smith 2026.03.18
Work in progress
Jason Smith
Jason Smith 2026.03.18
I’m available for projects.You can ask for me directly on Freelancer
Jason Smith
Jason Smith
Working on a (HMM) Hidden Markov Model dashboard to display.
It's a live snapshot of all running HMM instances in one view. Updates every 10 seconds.
Master Dashboard shows:
Asset name, cycle count, database records, most common regime, how many times that regime occurred, current action (BUY/SELL/HOLD), latest price, and production model ID for each running instance.
Bottom line shows number of online assets, total records across all instances, and last update time.
Refreshes every 10 seconds.
Jason Smith
Jason Smith 2026.03.18
This is a python script.
Also working on a Markov web based interface for display.
Jason Smith
Jason Smith 2026.03.18
The Markov system runs on windows and Linux.
Jason Smith
Jason Smith 2026.03.18
An intelligent trading system that detects market regimes using Hidden Markov Models and dynamically adjusts positions based on real-time risk analysis.
Jason Smith
Jason Smith
You can purchase PRO15 with the HMM (Markov Model) included.
Full installation and personal guidance are provided every step of the way.
Trade like the pros, learn new strategies, and gain the knowledge and tools to outperform the markets.
Jason Smith
Jason Smith 2026.03.18
This is only an idea as of now but if there is interest in purchasing Pro15 and Markov.
Let me know.
Jason Smith
Jason Smith
Call of Duty: Black Ops 6 – released October 2024.
Jason Smith
Jason Smith
Pro15 Trading Gold last 6 days Mean reversion mode.This Bot has 2 modes.
Trend mode - mean reversion mode and it has a bonus offshoot strategy.
It will win every week in one of the 2 modes.
This is where a Hidden Markov Model can add value.
It doesn’t need to execute trades directly—it can act as an indicator to identify the current market regime.
Using a Markov-based approach can help determine which mode Pro15 should run, improving adaptability and overall performance.
Jason Smith
Jason Smith 2026.03.18
Magic 22 - Mean reversion mode Pro15
Jason Smith
Jason Smith 2026.03.18
Everything I’ve shown you is real—if you think otherwise, let’s debate it.
Jason Smith
Jason Smith
Difficult trading conditions Gold. (M15 chart)
Jason Smith
Jason Smith 2026.03.18
The daily range has been very small over multiple days—yet Pro15 continues to generate consistent profits.
Jason Smith
Jason Smith
Looking for a quantitative developer role or freelance opportunities.
Jason Smith
Jason Smith 2026.03.18
I can turn trading strategies into fully functional systems.
Jason Smith
Jason Smith
Hidden Markov Model (HMM) trading system with Python and MQL5 integration
Jason Smith
Jason Smith 2026.03.18
Python bot connected to MT5 executing Markov-based trades
Jason Smith
Jason Smith 2026.03.18
The system is now self-improving, stable, and generating real signals. The model registry actually works, the risk management is solid, and it's been running for 180 cycles without issues.
Would I trust it? Yes. The consistent 0.67+ model score over 180 cycles proves it's not lucky - it's working.
Jason Smith
Jason Smith
Python Bot executing trade's from the HMM - Hidden Markov Model
Jason Smith
Jason Smith
Markov Model's promoted model
Jason Smith
Jason Smith
Pro15 - Mean Reversion. 6 days trading Gold on full autopilot
Jason Smith
Jason Smith
Latest version of the HMM (Hidden Markov Model) startup screen. Part 1
Jason Smith
Jason Smith 2026.03.17
Model PRODUCTION - CANARY
Jason Smith
Jason Smith 2026.03.17
I’ve built the full Markov model setup — including a backtester, a Python bot that executes its signals, and an MQL5 version. Still more testing to run, but it’s starting to take shape. Keep an eye on this.
Jason Smith
Jason Smith
Latest version of the HMM (Hidden Markov Model) startup screen. Part 2
Jason Smith
Jason Smith 2026.03.17
RISK MANAGEMENT: Position Size: 93% of normal Risk Level: NORMAL Action: SELL VaR (95%): 0.37% Sharpe Ratio: -1.52
Jason Smith
Jason Smith
I've built a production-ready HMM market regime detection system that runs live on MT5.
It analyzes 5 timeframes simultaneously, detects trend/mean-reverting/volatile regimes, and includes full risk management with VaR calculations, position sizing, and circuit breakers.
The infrastructure is solid - connection pooling, state recovery, encrypted database, real-time dashboards, WebSocket streaming. Backtester with optimizer included.
Looking for a quant developer role or freelance work.