Jason Smith / 个人资料
- 信息
|
1 年
经验
|
22
产品
|
14
演示版
|
|
2
工作
|
0
信号
|
0
订阅者
|
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.
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
3 小时前
Not sure where Im going with this blog but its going to be built around the Markov Model
Jason Smith
Using a batch file to run multiple commands makes things much easier.
The dashboard, Markov processes, and bots require launching 39 separate shells, each with its own setup, which is very tedious to do manually.
With a batch file, you can simply click once and run everything automatically.This file is for launching the bots.
I have a separate one for running the Markov processes.
The dashboard, Markov processes, and bots require launching 39 separate shells, each with its own setup, which is very tedious to do manually.
With a batch file, you can simply click once and run everything automatically.This file is for launching the bots.
I have a separate one for running the Markov processes.
Jason Smith
今天
Everything I’m working on is still in beta, so I’m continuously testing, refining, and making improvements as I go.
Jason Smith
Creating Monte Carlo Simulation in Python - Imagine you have a trading strategy.
You backtested it and it made $10,000 over a year.
What if trades happened in a different order?
What if you hit your losing streak first instead of last?
Would you still make $10,000? Would you blow up?
Monte Carlo answers that by replaying your strategy thousands of times, each time shuffling the trades randomly.
Some simulations you get lucky and make $20,000.Some you get unlucky and lose $5,000.
Some you just grind to $12,000.After running all these simulations, you see the full range of what could happen.
You learn your average outcome, your worst case, and most importantly, your risk of going broke.A strategy that looks great in backtest might fail in 30% of Monte Carlo simulations.
That tells you it's too risky. You need to size down or improve the edge.
It's simply a reality check. It strips away the "if everything goes perfectly" fantasy and shows you what will probably happen, what could go wrong, and how bad it might get.No bullshit.
Just probability telling you if your strategy is actually safe to trade.
Monte Carlo Simulation Named after the famous Monte Carlo Casino in Monaco because it relies on randomness and probability.
What It Actually Is Monte Carlo simulation is mathematical risk analysis, not gambling.
Gambling is betting without knowing the odds, while Monte Carlo is calculating the odds before you bet.
Gamblers hope for luck, but traders using Monte Carlo know exactly what bad luck looks like before it happens.
It removes hope and replaces it with probability.
You don’t wonder, “What if I hit a losing streak?” You know, “There’s a 5% chance I lose 10 trades in a row.” You don’t panic when a drawdown hits.
You expected it.
You sized your positions so you survive it.
Despite the casino name, Monte Carlo is one of the most serious, scientific tools in finance.
Professionals use it specifically to avoid gambling with their money.
You backtested it and it made $10,000 over a year.
What if trades happened in a different order?
What if you hit your losing streak first instead of last?
Would you still make $10,000? Would you blow up?
Monte Carlo answers that by replaying your strategy thousands of times, each time shuffling the trades randomly.
Some simulations you get lucky and make $20,000.Some you get unlucky and lose $5,000.
Some you just grind to $12,000.After running all these simulations, you see the full range of what could happen.
You learn your average outcome, your worst case, and most importantly, your risk of going broke.A strategy that looks great in backtest might fail in 30% of Monte Carlo simulations.
That tells you it's too risky. You need to size down or improve the edge.
It's simply a reality check. It strips away the "if everything goes perfectly" fantasy and shows you what will probably happen, what could go wrong, and how bad it might get.No bullshit.
Just probability telling you if your strategy is actually safe to trade.
Monte Carlo Simulation Named after the famous Monte Carlo Casino in Monaco because it relies on randomness and probability.
What It Actually Is Monte Carlo simulation is mathematical risk analysis, not gambling.
Gambling is betting without knowing the odds, while Monte Carlo is calculating the odds before you bet.
Gamblers hope for luck, but traders using Monte Carlo know exactly what bad luck looks like before it happens.
It removes hope and replaces it with probability.
You don’t wonder, “What if I hit a losing streak?” You know, “There’s a 5% chance I lose 10 trades in a row.” You don’t panic when a drawdown hits.
You expected it.
You sized your positions so you survive it.
Despite the casino name, Monte Carlo is one of the most serious, scientific tools in finance.
Professionals use it specifically to avoid gambling with their money.
Jason Smith
I’m available for projects.You can ask for me directly on Freelancer.
I can turn trading strategies into fully functional systems.
I can turn trading strategies into fully functional systems.
Jason Smith
昨天
Monte Carlo Simulation Named after the famous Monte Carlo Casino in Monaco because it relies on randomness and probability. What It Actually Is Monte Carlo simulation is mathematical risk analysis, not gambling. Gambling is betting without knowing the odds, while Monte Carlo is calculating the odds before you bet. Gamblers hope for luck, but traders using Monte Carlo know exactly what bad luck looks like before it happens. It removes hope and replaces it with probability. You don’t wonder, “What if I hit a losing streak?” You know, “There’s a 5% chance I lose 10 trades in a row.” You don’t panic when a drawdown hits. You expected it. You sized your positions so you survive it. Despite the casino name, Monte Carlo is one of the most serious, scientific tools in finance. Professionals use it specifically to avoid gambling with their money.
Jason Smith
No matter what system you use in trading, the edge usually isn’t just strategy. It’s how you control the downside when you’re wrong.
A lot of trader's get stuck obsessing over the perfect strategy, indicators, or timing entries.
But the one who last tend to focus more on how much they risk per trade, how they handle losing streaks, their position sizing, and staying consistent over time.
Even a mediocre strategy can survive, and sometimes even perform well, with solid risk management.
A great strategy can fall apart quickly if risk isn’t controlled.
A simple way to think about it is that the strategy gives you potential edge, while risk management is what allows you to survive and actually compound results over time.
Survival is everything.
You can’t benefit from a good system if you’re wiped out before it has a chance to play out.
A lot of trader's get stuck obsessing over the perfect strategy, indicators, or timing entries.
But the one who last tend to focus more on how much they risk per trade, how they handle losing streaks, their position sizing, and staying consistent over time.
Even a mediocre strategy can survive, and sometimes even perform well, with solid risk management.
A great strategy can fall apart quickly if risk isn’t controlled.
A simple way to think about it is that the strategy gives you potential edge, while risk management is what allows you to survive and actually compound results over time.
Survival is everything.
You can’t benefit from a good system if you’re wiped out before it has a chance to play out.
显示全部评论 (7)
Jason Smith
昨天
What Ive fundamentally done is add this products feature's to the HMM bot - https://www.mql5.com/en/market/product/149146?source=Site+Market+My+Products+Page
Jason Smith
昨天
This approach is better because it ties both your stop loss and take profit to actual market structure instead of arbitrary values.
By placing the stop loss at the previous H4 (configurable) candle’s low - high, you’re using a level that the market has already respected. If price breaks that level, it’s a reasonable signal that your trade direction is wrong, so you’re getting out based on logic rather than guesswork.
By placing the stop loss at the previous H4 (configurable) candle’s low - high, you’re using a level that the market has already respected. If price breaks that level, it’s a reasonable signal that your trade direction is wrong, so you’re getting out based on logic rather than guesswork.
Jason Smith
昨天
The bot now has a feature to trail your stop loss to each new H4 candle's high/low as they form, locking in profits while giving the trade room to breathe!
Jason Smith
MarkovMatrix>python BOT.py --symbol EURUSD --fixed-lots 0.1 --journal eurobot.db --magic 3 --auto-reconnect --mt5-path "C:\Program Files\MetaTrader 7 IC Markets Global\terminal64.exe" --max-positions 2
Jason Smith
The dashboard gets its data from the Markov API running on locally
Each Markov instance serves JSON at http://localhost:PORT/api/data.
The dashboard fetches from these endpoints every 30 (was 5) minutes and displays the results in a table.
Each Markov instance serves JSON at http://localhost:PORT/api/data.
The dashboard fetches from these endpoints every 30 (was 5) minutes and displays the results in a table.
Jason Smith
星期二
This full system will be available for sale soon.Not sure when.
If you’re interested, feel free to DM me.
If you’re interested, feel free to DM me.
Jason Smith
Jason Smith
星期二
Position sizes are different because of the Markov signal size multiplier.
The Markov model assigns higher size multipliers to signals it's more confident in.Stronger signals get larger positions. Weaker signals get smaller positions.
That's exactly how it should work. The bot scales risk based on signal confidence.
The Markov model assigns higher size multipliers to signals it's more confident in.Stronger signals get larger positions. Weaker signals get smaller positions.
That's exactly how it should work. The bot scales risk based on signal confidence.
Jason Smith
星期二
If you run with --fixed-lots 0.1 (1 mini lot = 0.1), the Markov size multiplier scales it:
Symbol Pos % Fixed Lots Calculated Lots Rounded Lots
USDJPY 80% 0.1 × 0.80 = 0.080 0.08
BTCUSD 77% 0.1 × 0.77 = 0.077 0.08
XAUUSD 76% 0.1 × 0.76 = 0.076 0.08
EURUSD 69% 0.1 × 0.69 = 0.069 0.07
AUDUSD 52% 0.1 × 0.52 = 0.052 0.05
Symbol Pos % Fixed Lots Calculated Lots Rounded Lots
USDJPY 80% 0.1 × 0.80 = 0.080 0.08
BTCUSD 77% 0.1 × 0.77 = 0.077 0.08
XAUUSD 76% 0.1 × 0.76 = 0.076 0.08
EURUSD 69% 0.1 × 0.69 = 0.069 0.07
AUDUSD 52% 0.1 × 0.52 = 0.052 0.05
Jason Smith
Thought of the day:
Just because something is different doesn’t mean it isn’t better.
Just because something is different doesn’t mean it isn’t better.
分享社交网络 · 1
Jason Smith
星期二
It reflects Linus Torvalds (Linux Creator) philosophy on innovation and technology—especially relevant to open-source development—where unconventional approaches can often outperform traditional ones.
Jason Smith
Jason Smith
星期二
The command-line help looks intimidating, but it’s actually much simpler once you break it down. Think of it like a menu of options for running a trading bot. You don’t have to use all of them—just the ones you need.
Jason Smith
星期二
ONE SIGNAL, TWO CHOICES
The HMM Python script generates the signals. Those signals are saved to a text file.
You have two different bots that can read that file:
Python Bot – Runs outside MT5. Connects through MT5 API. Places trades. Manages risk. Logs to SQLite.
MT5 EA – Runs inside MT5. Places trades. Does the same job.
Both bots read the same signal file. Both execute the same logic. The results are identical.
You can use either. The HMM doesn't care. The signals are the same. The trades are the same. Pick the bot that fits your workflow.
The HMM Python script generates the signals. Those signals are saved to a text file.
You have two different bots that can read that file:
Python Bot – Runs outside MT5. Connects through MT5 API. Places trades. Manages risk. Logs to SQLite.
MT5 EA – Runs inside MT5. Places trades. Does the same job.
Both bots read the same signal file. Both execute the same logic. The results are identical.
You can use either. The HMM doesn't care. The signals are the same. The trades are the same. Pick the bot that fits your workflow.
Jason Smith
Gold is bleeding billions and Pro15 is right in the middle, turning the sell-off into massive gains.
Jason Smith
星期一
If you can’t afford to buy it right away, you can always rent it for a month to get started, then purchase it later without any time limitations.
DM me for this or any anything else
DM me for this or any anything else
Jason Smith
Jason Smith
星期一
Rich investors are getting hit hard by this move. A drop from a recent high $5,600 to $4,100 means huge positions lose billions very quickly, especially for funds and large holders who were heavily exposed to gold.
Even if they’re not forced to sell, their portfolios take massive mark-to-market hits, and anyone using leverage can get wiped out fast. So while some money rotates elsewhere, a lot of wealthy players are taking serious losses on paper—and in many cases, real ones too.
Even if they’re not forced to sell, their portfolios take massive mark-to-market hits, and anyone using leverage can get wiped out fast. So while some money rotates elsewhere, a lot of wealthy players are taking serious losses on paper—and in many cases, real ones too.
Jason Smith
Pro15 last 100 days.
Completely on autopilot with zero intervention.
The bot manages everything, including holding positions overnight and over weekends whenever the strategy requires
Completely on autopilot with zero intervention.
The bot manages everything, including holding positions overnight and over weekends whenever the strategy requires
Jason Smith
2026.03.21
If you had closed all open trades, you would be over $13k in profit in roughly 100 days — all with just 1 micro lot per trade and a maximum of 8 open positions at any given time.
Jason Smith
2026.03.21
Traders, everything I’m showing you is real.
If you think otherwise, let’s debate it.
If you think otherwise, let’s debate it.
Jason Smith
Pro15 Magic 66 – Trend Mode (2 modes available)
Performance from Sunday night through Friday night this week:
At the start of the week, some trend-based strategies took a heavy hit.
Price was repeatedly tapping daily highs and lows and then reversing, which is a difficult environment for breakout systems that rely on those levels.
At first glance, the strike rate doesn’t look great.
However, when you consider the overall net for the week along with the floating profit from Friday, the performance is actually very strong.
The bot took a significant drawdown early in the week but recovered and finished over +1k, which is genuinely impressive.
This is likely one of the tougher market conditions the system can face, yet it still delivered solid results.
The key takeaway is discipline — if you stayed consistent and didn’t interfere, the end-of-week outcome speaks for itself.
Performance from Sunday night through Friday night this week:
At the start of the week, some trend-based strategies took a heavy hit.
Price was repeatedly tapping daily highs and lows and then reversing, which is a difficult environment for breakout systems that rely on those levels.
At first glance, the strike rate doesn’t look great.
However, when you consider the overall net for the week along with the floating profit from Friday, the performance is actually very strong.
The bot took a significant drawdown early in the week but recovered and finished over +1k, which is genuinely impressive.
This is likely one of the tougher market conditions the system can face, yet it still delivered solid results.
The key takeaway is discipline — if you stayed consistent and didn’t interfere, the end-of-week outcome speaks for itself.
Jason Smith
2026.03.21
That’s one of the toughest weeks I’ve seen, yet it’s still $1k up — absolutely amazing.
Jason Smith
Thought Of The Day -
Stay disciplined, stay patient.
The less you interfere, the better your results.
Stay disciplined, stay patient.
The less you interfere, the better your results.
: