MQL5 Market / 뉴스피드
Have a nice day!
Boris Armenteros
A clean recompile is where an MT4-to-MT5 migration starts, not where it ends. The functions rename, the errors clear, the Strategy Tester runs — and four architecture differences sit underneath, none of which throws an error...
소셜 네트워크에 공유
32
MetaQuotes
추가된 주제 트레이더들이 이미 MetaTrader 5 AI 어시스턴트에 1조 개의 토큰을 사용했습니다
MCP 지원 및 내장 AI 어시스턴트 가 불과 출시 된지 3주 만에 MetaTrader 5 사용자들은 무료 MQL5 Lite 모델을 통해 1조 개 이상의 토큰을 처리했습니다. 이는 새로운 서비스의 첫 번째 주요 이정표이며 트레이더와 개발자들이 인공지능을 일상적인 업무에 얼마나 빠르게 도입했는지를 보여줍니다. 토큰은 AI 모델이 요청을 이해하고 응답을 생성하기 위해 처리하는 텍스트의 기본 단위입니다. 규모를 이해하기 위해 설명드리자면
Boris Armenteros
If you are migrating from MQL4 or debugging a position management bug you cannot reproduce in Strategy Tester, read this before changing anything else. What the Documentation Actually Says The MQL5 reference for CTrade::PositionClose() is technically accurate. Both overloads are listed...
소셜 네트워크에 공유
48
Boris Armenteros
There is a conversation that repeats often enough to be worth writing down. A trader has traded a setup manually for months, decides to automate it, and frames the project as "turn my rules into an EA." The entry logic gets written in an afternoon...
소셜 네트워크에 공유
70
MetaQuotes
추가된 주제 MetaTrader.com — 글로벌 트레이딩 허브
오늘날 트레이더들은 수십 개의 서로 다른 웹사이트를 방문해야 합니다. 하나는 뉴스용입니다. 다른 하나는 차트용입니다. 세번째는 경제 지표 발표용입니다. 또한 거래 신호, 시장 아이디어, 기사 및 거래 도구를 위한 더 많은 사이트들이 있습니다. 필요한 모든 것이 한 곳에 있다면 어떨까요? metatrader.com 을 소개합니다 — 트레이더, 투자자 및 MetaTrader 사용자를 위한 새로운 플랫폼. 금융 시장이 한 곳에 홈페이지에서 여러분은
Boris Armenteros
Every EA project starts with a brief. The brief describes entry conditions, exit logic, position sizing, and timeframe. It is usually thorough on paper. In practice, it is almost never complete...
소셜 네트워크에 공유
52
Boris Armenteros
The Failure Pattern Most EA reliability discussions focus on broker edge cases, slippage, and backtest-to-live gaps. The restart failure is quieter — and in my experience, more consistently expensive. The pattern: an EA runs correctly for months on a VPS...
소셜 네트워크에 공유
91
Boris Armenteros
The Problem Three EA rescue projects arrived at barmenteros FX this year with identical symptoms: excellent single-trade backtest results, inconsistent live performance during periods when two or more positions ran simultaneously...
소셜 네트워크에 공유
64
MetaQuotes
추가된 주제 MetaTrader 5 플랫폼 업데이트 빌드 6090: 개선 사항
MetaTrader 5 플랫폼 업데이트가 2026년 7월 31일 금요일에 출시될 예정입니다. 저희는 플랫폼 코드에 대한 종합적인 분석 및 검사를 실시하고 발견된 모든 문제를 해결했습니다. 또한 MetaTrader 5의 안정성, 신뢰성 및 성능 향상을 목표로 다양한 내부 개선 사항들을 적용했습니다. 플랫폼 구성 요소에 몇 가지 개선 사항을 적용했습니다: 터미널: AI 어시스턴트 가 사용할 수 있는 MCP 메서드 세트를 확장했습니다. 특히 이제
Boris Armenteros
Permission to run an Expert Advisor is not what disqualifies automated prop-firm accounts. Automation permission is not where firms compete — they differentiate on payout splits, drawdown limits, and challenge fees...
소셜 네트워크에 공유
81
Boris Armenteros
The Silent Failure Mode Running two or more expert advisors on the same MetaTrader account exposes a structural gap that single-EA backtesting never reveals. The platform logs no warning when one EA modifies or closes an order it doesn't own...
소셜 네트워크에 공유
58
Boris Armenteros
A PPO agent trained for two million steps on EURUSD 15-minute data with flat reward curves across all five seeds is not an optimizer problem. Switching to SAC will not fix it. Changing the learning rate will not fix it...
소셜 네트워크에 공유
66
Boris Armenteros
Most DRL algorithm comparisons you find in the literature rank models by annualized return. If you plan to deploy the agent on a live MetaTrader account, that is the wrong column to sort on. Here is a benchmark that makes the point concrete...
소셜 네트워크에 공유
60
Boris Armenteros
If you have trained a deep reinforcement learning agent in Python and tried to run it against a live MT5 terminal, you may have seen this: the agent converges cleanly, the backtest Sharpe looks good, and then on a paper account it behaves like it never trained. No error, no warning...
소셜 네트워크에 공유
75
Boris Armenteros
A client asked me to diagnose why his FTMO Phase 1 EA was disqualified on day 9. The strategy was profitable — positive P&L at the point of disqualification. The journal told the story: trades were opening after the daily loss limit had already been breached...
소셜 네트워크에 공유
74
Boris Armenteros
A clean compile tells you the syntax is valid. That is the whole of its claim. It does not tell you that the correct order was selected before the close, that a rejected request was noticed, or that the Expert Advisor still knows what it holds after a terminal restart...
소셜 네트워크에 공유
68
Boris Armenteros
The Pattern A trader runs an EA profitably for months or years. No code changes. No settings modified. The equity curve starts bleeding. The trader backtests — still shows good results. The trader re-optimizes — makes it worse. I have encountered this three times since January 2026...
소셜 네트워크에 공유
88
Boris Armenteros
The client who ran double risk for six weeks Last year I reviewed a client's XAUUSD Expert Advisor. The risk input read 2% per trade. The actual exposure per position was 4.1%. Every trade for six weeks had been roughly double the intended size...
소셜 네트워크에 공유
86
Boris Armenteros
I review AI-generated MQL code regularly in rescue projects. Since 2024, the same three failure patterns appear in the majority of AI-generated EAs. The code compiles clean and backtests well. It fails in production because it misses the conditions that only exist when real money is on the line...
소셜 네트워크에 공유 · 1
75
2
Boris Armenteros
The Pattern That Costs You Money Most EA project overruns come from revision cycles, not from complex strategy logic. After 14+ years of building EAs, I have found that specification quality predicts project cost more reliably than strategy complexity. Here is a real pattern...
소셜 네트워크에 공유
73
: