13 yeni ürün şimdi Mağazada kullanılabilir:
Bu ay en çok indirilen kaynak kodları
- LotSize Calculation This is a simple script file to compute lot size either using risk percentage approach or the actual amount to risk.
- iS7N_TREND.mq5 Now it's two-color (or two-mode) trend indicator, the number of calculated bars can be specified.
- Functions to simplify work with orders All we want is to think about algorithms and methods, not about syntax and values how to place orders. Here you have simple functions to manage positions in MQL5.
Bu ay en çok okunan makaleler

MetaTrader Market'tan bir alım satım robotu nasıl satın alınır ve yüklenir?
MetaTrader Market'tan bir ürün, MQL5.com web sitesinden veya doğrudan MetaTrader 4 ve MetaTrader 5 alım satım platformlarından satın alınabilir. Alım satım tarzınıza uygun bir ürün seçin, tercih ettiğiniz ödeme yöntemini kullanarak ödeme yapın ve ürünü etkinleştirin.

Bu makalede, MetaTrader 5'i popüler Linux sürümleri olan Ubuntu ve Debian'a kolay bir şekilde nasıl kurabileceğinizi göstereceğiz. Bu sistemler yalnızca sunucularda değil, aynı zamanda yatırımcılar tarafından kişisel bilgisayarlarda da yaygın olarak kullanılmaktadır.
Satın Almadan Önce Bir Alım Satım Robotu Nasıl Test Edilir?
MQL5 Markette bir alım satım robotu satın almanın diğer tüm benzer seçeneklere göre açık bir avantajı vardır: Sunulan otomatik sistem MetaTrader 5 terminalinde doğrudan kapsamlı bir şekilde test edilebilir. Bir Uzman Danışman, satın alımdan önce, sistemi tam olarak kavramak için yerleşik Strateji Test Cihazındaki tüm olumsuz modlarda dikkatli bir şekilde çalıştırılabilir ve çalıştırılmalıdır.
11 yeni ürün şimdi Mağazada kullanılabilir:
Mağazada en çok satanlar:
En çok indirilen ücretsiz ürünler:
20 yeni ürün şimdi Mağazada kullanılabilir:
Kod Tabanında yeni yayınlar
- RJO Daily Pivot Levels Classic and Fibonacci for MT5 Daily Pivot Points indicator for MetaTrader 5 with Classic and Fibonacci methods. Displays PP, R1-R3 and S1-S3 using the previous completed daily candle.
- Gueta Position Sizer: Risk and Lot Guard HUD Real-time risk calculator and lot size guard HUD for MT5. Computes exact lot sizing based on account balance, target risk %, and dynamic ATR Stop Loss with minimum lot overshoot warning.
Mağazada en çok satanlar:
15 yeni ürün şimdi Mağazada kullanılabilir:
Kod Tabanında yeni yayınlar
- Universal Pip Value and Dynamic Lot Calculator Class for MQL5 A lightweight, OOP-compliant MQL5 header class (.mqh) for accurate pip value calculation and dynamic lot sizing across all instruments, featuring automated cross-currency rate conversion and broker volume normalization.
- GDS Renko Replay Trainer GDS Renko Replay Trainer is a free educational tool for practising manual decisions on historical Renko charts in MetaTrader 5. Load a historical interval, replay it forward and place virtual BUY or SELL trades. You can pause, advance one tick or move to the next completed Renko brick. Each virtual position has a stop loss and take profit, and the trainer records the results of your session. The tool builds fixed-size Renko bricks from historical Bid/Ask ticks, with a classic two-brick reversal. Future ticks are not used to draw the visible chart or execute virtual trades. Buy trades use Ask for entry and Bid for exit; sell trades use the opposite sides. Orders entered on the panel wait for the next replayed valid tick. Stops and targets are checked on every tick, including price gaps.
- VSA Glossary Built on Wyckoff Volume Spread Analysis (VSA) principles, it decodes smart money accumulation, distribution, absorption, and trend direction with zero repainting and a strict 2,000-bar performance limit.
10 yeni ürün şimdi Mağazada kullanılabilir:
Mağazada en çok satanlar:
En çok indirilen ücretsiz ürünler:
En popüler forum konuları:
- "Linux'te MetaTrader 5" makalesi için tartışma 7 yeni yorum
- "MQL5.community'de Yeni Makale Yayınlama Sistemi" makalesi için tartışma 6 yeni yorum
- Göstergeler: İkinci Çubuklar 5 yeni yorum
10 yeni ürün şimdi Mağazada kullanılabilir:
Kod Tabanında yeni yayınlar
- Session Manipulation and Algorithmic Reaction Tracker Closed-bar ICT/SMC session-liquidity scanner for three symbols, with confirmed MSS, FVG retests, risk/reward projections and optional macro context.
- SMC Liquidity Sweep Scalper (Order Block EA with Live Win-Rate Tracking) A liquidity-sweep / order-block scalper with ATR-based sizing and a higher-timeframe trend filter. Every trade is tagged on the chart with the live historical win rate of that setup type — a running scorecard, not just boxes.
14 yeni ürün şimdi Mağazada kullanılabilir:
Mağazada en çok satanlar:
11 yeni ürün şimdi Mağazada kullanılabilir:
Kod Tabanında yeni yayınlar
- RiskPilot Pro — Drag-to-Trade Risk Panel with Break-Even, Trailing and a Daily Loss Guard Drag your stop loss where you actually want it, hit Buy or Sell, and the lot size is already correct — no calculator, no spreadsheet. Handles break-even, trailing, and shuts trading down for the day if you hit your loss limit.
- Extract information from the MT5 broker This MT5 EA is a diagnostic tool that does not execute trades, but collects and displays technical specifications relating to the broker and the trading environment. The code is structured into four main blocks: Data Collection (CollectAll): Retrieves information on the account (leverage, currency), the symbol (digits, spread, swap, volumes, stop levels), latency (ping) and time zone (Server-UTC difference). Calculates the swap in real currency. Sampling (OnTick): Updates spread statistics (minimum, average, maximum) in real time. Output: Prints the data to the ‘Experts’ log, saves it to a CSV file and displays it on a graphical panel on the chart (UpdatePanel). Helper: Functions such as CalcSwapInCurrency and various *ToStr functions convert the broker’s raw numerical data into readable strings.
Mağazada en çok satanlar:
Kod Tabanında yeni yayınlar
- Contract Sizer: ladder, floor and a breaker that survives a deposit Three position-sizing protections that do different things; confusing them is why so many accounts get wiped out: - ladder: one contract per X of balance, always applied as a CAP, even with manual lot sizing; - floor: below the minimum capital it does not trade; a new deposit is needed; - breaker: stops at X% below the peak, at any account size, and does not rearm by itself. What this library solves and almost none does: a deposit is not profit, and a withdrawal is not a loss. The breaker measures the drop against the balance peak. Untreated, a deposit made DURING a drawdown lifts balance and peak together, and the protection stops seeing the drop exactly when it would help. Here deposits and withdrawals shift the peak by the same amount. The peak is persisted to a file: a breaker that forgets the peak on a terminal restart is not a breaker. The demo simulates a deposit at the bottom of a drawdown. Run it with the deposit on and off and compare the "drop" column.
- Safe Logger: why your log lines vanish while FileOpen keeps returning success Four EAs writing to the same file, all with FILE_SHARE_READ|FILE_SHARE_WRITE, FileSeek(SEEK_END), FileWrite, FileClose. Looks correct. Every FileOpen returns success. No error in the log. And the lines vanish. Reason: FILE_SHARE_WRITE lets all four open at the same time. All four call FileSeek(SEEK_END) and get THE SAME offset, because none has written yet. All four write at the same position. Whoever closes last wins. Three lines vanish silently. In my case: 12 events expected, 8 in the file. The fix is to open EXCLUSIVELY (no FILE_SHARE_WRITE) and retry while another EA holds the file. And to shout in the log when the retries run out: a log that fails silently is worse than no log at all, because you trust it. The demo script reproduces both modes. To see the loss, drag it onto four charts at the same time with safe mode off and count the lines in the CSV. On a single chart the defect does not show up - which is why it passes in testing and breaks in production.
- Clock Diagnostic: TimeCurrent() freezes and steps backwards TimeCurrent() is not a clock. It is the stamp of the LAST TICK. Two consequences break robots in production: 1. It freezes. With no tick it does not move: illiquid instrument, end of session, unstable connection - and any rule based on it stops with it. 2. It steps backwards: on a symbol switch, a reconnection or a tick from another instrument, the value can go back. The case that cost me a whole protection: I compared the date of a daily decision with TimeCurrent() to reject an expired one. The server clock stepped back to the previous day, the comparison matched, and four EAs accepted YESTERDAY's decision as valid. The gate that should have failed closed failed open - without a single error in the log. Rule: TimeLocal() for timestamps, dates, day changes, expiry - all that must always move forward; TimeCurrent() for session hours and market data. The script measures the divergence in your environment and reports both symptoms live. Run it with the market closed.
Kod Tabanında yeni yayınlar
- Gold Hour Profile - when gold moves, and when the spread eats it Measures, hour by hour, how far a symbol travels and how much of that the spread takes away. Built for gold, works on any symbol, compares several side by side.
- CGoldSymbol - find the broker's gold and size the position correctly on it Detects the gold symbol whatever the broker calls it, reads the contract specification from the terminal instead of assuming it, and turns a risk in account currency into a lot size that is correct for that broker.
En çok indirilen ücretsiz ürünler:
16 yeni ürün şimdi Mağazada kullanılabilir:
Kod Tabanında yeni yayınlar
- OHLC Reality Check - at what stop distance does your backtest start lying? Opens a virtual bracketed trade on every M1 bar, walks it forward on the real tick history, and reports for a sweep of stop distances how often 1-minute OHLC modelling would score the trade the wrong way round.
- SessionReopenEA Gold has a daily maintenance break on the CME. The first hour after it rises more than chance explains, in every calendar year of an 11-year sample - while every other hour of the day measures flat. One trade per session, a volatility-scaled server-side stop, no averaging or grid. Then my cost model turned out to be wrong. A real-tick backtest showed the true round-trip cost at the reopen is about 60 points, not the 19 my research had charged - the M1 bar spread field is a per-bar summary and understates it roughly threefold. Re-running 11 years at the corrected cost: +3.34 bps, t 7.40, 59.3% wins -> +1.60 bps, t 3.42, 50.8% wins The edge survives, at less than half its original strength. That second number is the real one. What it is not: about +3.3% a year with 4.6% drawdown, roughly one year in nine negative. At 0.01 lots that is ~130 a year - a figure that measures the position size, not the strategy.
Mağazada en çok satanlar:
11 yeni ürün şimdi Mağazada kullanılabilir:
16 yeni ürün şimdi Mağazada kullanılabilir:
Bu hafta en çok indirilen kaynak kodları
- Functions to simplify work with orders All we want is to think about algorithms and methods, not about syntax and values how to place orders. Here you have simple functions to manage positions in MQL5.
- iS7N_TREND.mq5 Now it's two-color (or two-mode) trend indicator, the number of calculated bars can be specified.
- LotSize Calculation This is a simple script file to compute lot size either using risk percentage approach or the actual amount to risk.
Bu hafta en çok okunan makaleler

MetaTrader Market'tan bir alım satım robotu nasıl satın alınır ve yüklenir?
MetaTrader Market'tan bir ürün, MQL5.com web sitesinden veya doğrudan MetaTrader 4 ve MetaTrader 5 alım satım platformlarından satın alınabilir. Alım satım tarzınıza uygun bir ürün seçin, tercih ettiğiniz ödeme yöntemini kullanarak ödeme yapın ve ürünü etkinleştirin.

Bu makalede, MetaTrader 5'i popüler Linux sürümleri olan Ubuntu ve Debian'a kolay bir şekilde nasıl kurabileceğinizi göstereceğiz. Bu sistemler yalnızca sunucularda değil, aynı zamanda yatırımcılar tarafından kişisel bilgisayarlarda da yaygın olarak kullanılmaktadır.

MQL’nin gelişimine ilişkin teknik geçmiş: sınırlı özelliklere sahip MQL ve MQL II dillerinden, prosedürel MQL4’e ve ardından yerel derleme, zengin API’ler ve tam teşekküllü bir mühendislik ortamına sahip nesne yönelimli MQL5’e. Burada, dilin temel yeteneklerini ve Python, OpenCL, ONNX, OpenBLAS, veritabanları, DirectX, ajan tabanlı AI Assistant ve Model Bağlam Protokolü (Model Context Protocol, MCP) ile entegrasyonlarını ele alıyoruz. Model Bağlam Protokolü (MCP), AI sistemlerini terminal, MetaEditor, piyasa verileri, alım-satım işlemleri ve geliştirme araçlarıyla birbirine bağlar. Bu makale, MetaQuotes ve MetaTrader’ın kökenleri, MQL4.COM ve MQL5.COM’un kullanıma sunulması, şampiyonalar, Algo Forge ve bunların ekosistem üzerindeki etkilerine ilişkin arşiv materyallerini incelemektedir.




















































































