PEF Portfolio Efficiency Front

A more detailed explanation with examples of PEF input/output is found in this blog page.

1. Overview

The PEF script is a tool for portfolio optimization. It computes the Pareto Efficient Frontier between portfolio return and risk (either CVaR or Standard Deviation) using Monte Carlo simulations and bootstrapping methods.

The script enables traders and quantitative analysts to:

  • Load historical price data for multiple instruments.

  • Simulate portfolio outcomes with random or custom weight allocations.

  • Estimate performance metrics such as mean return, CVaR, standard deviation, Sharpe ratio.

  • Identify and export the Pareto frontier portfolios to a CSV file for further analysis.

2. Input Parameters

Price Data

  • InstrumentsList : Comma-separated list of symbols (e.g., "XAUUSD, USDJPY, EURUSD" ).

  • historyBars : Number of historical bars to load for each symbol.

  • DataTimeFrame : Timeframe of data (e.g., PERIOD_D1 ).

Simulation Parameters

  • ParetoAxesSelection : Selects which risk metric is used on the horizontal axis:

    • RetVsCVaR : Return vs Conditional Value-at-Risk.

    • RetVsStd : Return vs Standard Deviation.

  • SimuDays : Number of trading days to simulate (e.g., 21.6 ≈ 1 month).

  • SimMethodSelection : Method for simulations:

    • MCBootstraping : Monte Carlo with bootstrapping (resampled returns).

    • MC : Monte Carlo only (using historical return distribution).

  • NumberMCsimulations : Number of portfolio simulations.

  • NumberBootstrapTrials : Number of bootstrap resamples (only for bootstrapping).

  • randMethod : Random number generation method:

    • Parallel : Faster, less random (pre-generated random numbers).

    • Sequential : Slower, more random (generated sequentially).

  • AnnualRiskFreeReturnPct : Annualized risk-free return (%) used in Sharpe ratio.

  • BetaConfidence : Confidence level for CVaR (default 0.95).

  • customWeights : Comma-separated list of custom portfolio weights (optional).

Output Parameters

  • printEqualWeightSet : Show results for equal-weight portfolio.

  • printSepCovCorr : Print covariance and correlation matrices separately.

  • printCovCorr : Print combined covariance-correlation matrix.

  • saveCSVfile : Save Pareto front to a CSV file.

  • AddNonPareto2CSVfile : Include non-Pareto portfolios in CSV.

  • ParetoCSVfilename : Name of the output CSV file.

3. Methodology

  1. Data Collection

    • Historical closing prices are fetched for the selected instruments.

    • Returns are calculated as percentage price changes.

  2. Portfolio Simulations

    • A large number of random weight vectors are generated.

    • Two possible simulation methods:

      • MC (Monte Carlo): Direct simulation from historical return distribution.

      • MCBootstraping: Resampling returns with replacement to account for variability.

  3. Risk & Return Calculation

    • For each weight set, the script computes:

      • Mean Return (%).

      • CVaR (%): Average of the worst (1–β)% outcomes.

      • Standard Deviation (%).

  4. Pareto Frontier Extraction

    • A portfolio is Pareto-optimal if no other portfolio achieves higher return with equal or lower risk.

    • Non-dominated portfolios are selected as the Pareto front.

  5. Sharpe Ratio Optimization

    • The script finds the portfolio with the maximum Sharpe ratio relative to the chosen risk-free rate.

4. Outputs

Expert Tab in MetaTrader5

  • Input parameter summary.

  • Covariance/correlation matrices.

  • Pareto frontier table (risk, return, CVaR/std, weights).

  • Equal-weight portfolio performance.

  • Custom-weight portfolio performance (if provided).

  • Maximum Sharpe ratio portfolio.

CSV Output (if enabled)

  • File saved under MQL5/Files/ with name specified in ParetoCSVfilename .

  • Columns include:

    • Risk (CVaR% or Std%),

    • Mean Return%,

    • Secondary risk metric,

    • Asset weights.

*** The Pareto front image below was created inside the CSV file output by PEF using standard spreadsheet manual command, not automatically created by PEF.

All other output can be seen in the Expert tab of the MetaTrader5 terminal.



Önerilen ürünler
News Catcher Pro MT5
Valeriia Mishchenko
4.73 (15)
News Catcher Pro is a mean-reversion strategy that uses intraday seasonal volatility patterns caused by high-impact news events. It enters the market at a certain time shortly before a high-impact news event occurs . It does not trade frequently! Supported currency pairs: GBPUSD, EURUSD, EURGBP Recommended timeframe: M5 MT4 version can be found here EA is   FIFO compatible To backtest the EA you should download the news events data file ' NewsEvents.txt ' and copy it to the common MT4/5 direc
The purpose of this service is to warn you when the percentage of the margin level exceeds either a threshold up or down. Notification is done by email and/or message on mobile in the metatrader app. The frequency of notifications is either at regular time intervals or by step of variation of the margin. The parameters are: - Smartphone (true or false): if true, enables mobile notifications. The default value is false. The terminal options must be configured accordingly. - email (true or false)
NEXA Trend Ride PRO — Kullanım Kılavuzu 1. Genel Bakış NEXA Trend Ride PRO, MetaTrader 5 platformu için tasarlanmış otomatik işlem programıdır (Expert Advisor). Program, fiyat hareketleri ve teknik göstergeleri kullanarak piyasa koşullarını analiz eder ve potansiyel trend fırsatlarını belirler. Tanımlanan koşullar sağlandığında program otomatik olarak işlem açabilir ve açık pozisyonları yönetebilir. Expert Advisor, kullanıcı tarafından ayarlanabilen parametreler ve risk yönetimi ayarları temelin
Trade with Confidence Using the Trendline Trading ATM (Advanced Trade Management)! Master entries, exits, and risk management with the powerful tools of the MetaTrader Trendline Trading ATM. This expert advisor equips you with a comprehensive suite of tools to trade consistently smarter, not harder.  Take control of your trading risk and drawdown, capture profitable entries, and let your winners run.  This innovative Trade Entry/Exit and Risk Management utility empowers you to:   Precision Entr
Copiador MT5
Luciana Andrea Maggiori
Copiador – La Mejor Herramienta para Copiar Operaciones en MetaTrader 4 Este no es un simple copiador de operaciones que   únicamente   permite copiar transacciones de forma local entre diferentes cuentas de MetaTrader 4 en cualquier dirección y cantidad. ¡Por supuesto que lo hace!   ¡Pero Copiador hace mucho más!     Descubre sus características y beneficios a continuación FUNCIONALIDADES DESTACADAS:   Copiado entre brokers diferentes : Puedes copiar operaciones desde una cuenta e
Ultimate Trade and Alert Assistant Demonstration Video;  https://youtu.be/JEsU5Qic_bo?si=-feUD0Zr3qdPjomg Elevate Your Trading with Precision and Control Introducing the Ultimate Trade and Alert Assistant by Feedosky, a powerful and versatile Expert Advisor (EA) for MetaTrader 5 (MT5) designed to empower traders with precise price alerts, seamless trade execution, and intelligent position management. Whether you are a seasoned trader or just starting out, this EA combines cutting-edge automation
The CloseByPercentLossOrProfit Expert Advisor closes some positions as the total profit of loss for the entire account reaches a specified value. The profit or loss is specified as percentage of the account balance. In addition, the Expert Advisor can delete the pending orders. Allow AutoTrading before running the Expert Advisor. Instructions: Run the Expert Advisor on the chart. Input parameters: Language of messages displayed (EN, RU, DE, FR, ES) - the language of output messages (English, Rus
This is a break even(BE)/break even-plus(BE+) EA. It moves your stop loss to BE or BE+ based on pre-set percentage of current TP. You can edit the percentage in the input section. This EA sets breakeven for both manually and auto-opened trades.   Moving stop-loss to a       breakeven or BE+  is popular among traders who wish to safeguard their trades and to let the trades run without incurring a risk of loss. With  this  EA , you can have your stop-loss orders moved to a breakeven point automati
Ticks Charting
Mativenga Geoffrey Mativenga
Tick Copier EA — Description & Usage Guide Instead of seeing the market like everybody else using time based charts, instead view the market using ticks like an x-ray. This Expert Advisor (EA) for MetaTrader 5 copies live ticks from the chart it is attached to and sends them to a custom symbol you already created (for example EURUSD TICKS ). Each time a new market tick arrives:  EA reads the current tick data from the source symbol. It copies the tick values: time bid price ask price last price
Grid MT5 Recovery
Volodymyr Hrybachov
A grid advisor with an adaptive system of "Resolving" a basket of orders can also be used to restore unprofitable positions on the account. Works inside a linear regression channel, input on several conditions. The signal uses the direction of the linear regression channel, exponential moving averages, average daily volatility, then builds an order grid if the price deviates. The grid step is configurable, and if the price goes against us, then after a certain number of orders, the account rec
If you're unable to download the demo or get the demo working due to mql5 complications, you can message me on telegram  https://t.me/Motolani1 and I will send you a one week testing version.  THANK YOU FOR YOUR PATRONAGE. News Detector System . Stay ahead of market volatility with the News Detector System . This indicator automatically fetches and displays high-impact economic data directly on your MetaTrader 5 chart, ensuring you are never caught off guard by major news releases. By pulling d
This program is a GUI for issuing orders that can be done more quickly. Faster TP SL setting This program is not an automated trading platform. Trading is risky, please manage your risk. We do not accept any responsibility. It should be tried with Demo before using it with Real. Normally, the setting sets the risk to 1:1 to shift manually or to enter the risk to x:1, where x can be entered and everything can move freely. Thank you to all customers who have purchased our products. We would like t
Burst Scalp - Professional Trading Assistant EA Transform Your Trading Workflow with AI-Powered Precision Burst Scalp is a comprehensive trading management tool designed for active traders who demand precision, speed, and control. Whether you're scalping indices, trading forex pairs, or managing swing positions, this EA streamlines your entire trading process from analysis to execution. Key Features Smart Position Sizing Visual Pip Measurement : Click two points on your chart to measure exact
To achieve mutual support between MT4 and MT5, and to purchase the MT4 version, please click here>> Main follow-up function: 1. Reverse order capability 2. Cross platform follow-up, ignoring different names 3. Proportional order, magnification and reduction order 4. Compared to a specified currency pair, not compared to a specified currency pair 5. Can be ordered one to many, many to one, any order 6. Other unclear messages
Zone Guardian is an advanced Expert Advisor (EA) designed to automate trade management. This EA manages trades within specified risk parameters using automatic lot calculation and multi-layered trade activation. It supports up to 5 layers within the entry zone, each with customizable risk percentages. Visual aids on the chart display entry zones, stop loss (SL), and take profits (TP), ensuring easy level adjustments. The EA adapts to market conditions by closing trades at each TP and moving SLs
Optimal F Service Application Type: Service Application Functions: Calculation of the optimal fraction and trade volume to achieve maximum growth of the equity curve, based on the results of previous trades. About this app Capital management is the most crucial and often underestimated component of any trading system. Proper capital management can enhance—and sometimes significantly improve—the performance of your trading algorithm. This application automatically calculates the optimal fractio
A free indicator for those who purchase the full version This indicator is created by this Ai, with your desired settings Artificial Intelligence at your service Have a complete artificial intelligence and use it in your codes This artificial intelligence is trained to tell you on each candle whether the market is moving up or down. In general, artificial intelligence can be used in all markets, all timeframes and all symbols However, due to the increasing complexity and decreasing accuracy of
ORBRetest
Hamdan Alghandari
Professional 9:30 AM NY Opening Range Breakout EA. Dual-leg system: TP1 (1:2)  + Runner (1:3) with automatic SL-to-breakeven management. Smart Money strategy. Important: -----work best only on XAUUSD 5min----- -----pls change the time in input to match the New York open session(mine is for exness broker)----- # NY Opening Range Retest PRO – Dual-Leg ICT Strategy **Trade like institutions with the most powerful Opening Range Breakout system on MQL5.** ## What is the ORB Strategy? The **9:30
Aussenstab Markttechnik
Alexander Josef Zeidler
This indicator shows external bars ("Aussenstäbe") in the chart in candle form. The colors of the candles can be set individually. Also different colors for bearish and bullish bars are possible. In addition, the color of the wicks or outlines is also adjustable. Outside bars are mentioned e.g. by Michael Voigt in the book "Das große Buch der Markttechnik". All other candles are inner bars.
Automatic calculation and marking of resistance and price reversal levels. The script will perform statistical calculations and plot a regular grid on which the quote moves on the graph. These levels are very stable. Use them in trading planning and for placing pending orders. Just select a timeframe and AutoLevels will indicate the important places of the chart in the form of horizontal lines. Solid lines indicate more "dense" areas - areas of price reversal, where the quote happens more oft
The main function of this EA: Quick batch modification stop profit stop loss to the specified price position. For example: you have five XAUUSD  BUY orders, the opening price is 2510, 2508, 2506, 2504, 2495you can through this EA, batch unified change the profit is 2530, stop loss is 2480.Good luck with your deal! Wechat:FX-AIEA QQ:2813871972 Email:lxy284628@163.com Wechat public account: Xinyou Jinke FXAIEA.com Welcome to your attention ( Xinyou Jinke FXAIEA.com) Around A1, big data, cloud com
Strength Candles
Luis Paulo Rodrigues Pastor
Indicator in histogram format, which is calculated using data on financial volume, tick volume and the body of the bar. It is possible to visualize moments where there was a large entry of volume, both financial and in ticks, and that the market managed to progress and advance in one direction (up or down) due to the size of the bar body, which is where there really was a victory for one side of the negotiation (buyers and sellers). By default, all bars in the indicator's histogram are colore
InsightPL – Advanced Profit & Loss Tracker with Smart Notifications InsightPL is a powerful Expert Advisor that provides deep insights into your trading performance with a user-friendly dashboard and mobile-friendly notifications. Monitor your profit/loss, track trades by magic number, and optimize your strategies with ease. Unlock the Power of Your Trading Performance with InsightPL Are you tired of manually tracking your trading profits and losses across multiple strategies? InsightPL is he
KP TRADE PANEL EA is an EA MT5 facilitates various menus. KP TRADE PANEL EA is an EA skin care in MT5 is an EA that puts the system automatically in download EA MT5 to test with demo account from my profile page while some Trailing Stop Stop Loss require more than 0 features EA determines lot or money management calculates lot from known and Stop loss TS = Trailing stop with separate stop loss order Buy more AVR TS = Trailing stop plus
Telegram Utility EA, herhangi bir özel/genel bota bağlantı verir ve aşağıdakileri yapmanıza yardımcı olabilir: Komutla Tüm Siparişleri Anında Kapatın. Komut, özel parolanızla kodlanmıştır ve yalnızca siz bilirsiniz. Telegram botu, tüm siparişlerin ne zaman kapandığını size söyleyecek ve hatta MT5 Terminalinizde çalışan diğer tüm EA'ları Duraklatacaktır. Terminalde çalışan diğer EA'ları tek bir tıklamayla Duraklatın/Sürdürün! Ticaret raporunu pip formu veya para formu ile dışa aktarın. Bot'a vey
Position Manager Pro is a professional trade-management utility for MetaTrader 5 designed to protect, manage, and control existing positions automatically and manually. It helps traders avoid common execution mistakes such as forgetting to set Stop Loss or Take Profit, mismanaging exits, or reacting too late during fast market conditions. This product does not open trades and does not provide trading signals. It manages already opened positions only. TOP ADVANTAGES Position Manager Pro automatic
DrawTrade MT5
Benjamin Daniel Suarez Luque
Enhance Your Manual Trading Workflow in MetaTrader DrawTrade is a total reimagining of how you interact with MetaTrader by introducing a flexible and intuitive interface designed specifically for manual traders. It enhances chart navigation, improves drawing responsiveness, and streamlines trade execution — all with tools that feel natural to use and quick to master.   Core Navigation Improvements Mouse Flick Navigation Quickly pan across charts with a flick of the mouse, improving chart expl
Custom Alerts AIO: Tüm Piyasaları Takip Et — Hiçbir Kurulum Gerekmez Genel Bakış Custom Alerts AIO , hiçbir ek yapılandırma gerektirmeyen, kullanıma hazır bir piyasa izleme çözümüdür. Gerekli tüm göstergeler — FX Power, FX Volume, FX Dynamic, FX Levels, IX Power — iç yapısına gömülüdür. Grafik görüntülemesi olmadan çalışır, bu da onu sessiz ve verimli bir şekilde gerçek zamanlı alarm üretimi için mükemmel hale getirir. Brokerınızın sunduğu tüm varlık sınıflarını destekler: Forex, Metaller, End
All in one Multipurpose Telegram Trade Management , Manage and Copy Trades on the go From Telegram Pro Version MT5:  www.mql5.com/en/market/product/95742 Pro Version MT4:  www.mql5.com/en/market/product/85691 Execute Trades on mobile with fast execution When away from desktop MT5, or scalping the market with mobile device, or needed to copy trades from telegram groups while away, or doing some other activities, Telegram EA Manager is an effective tool to perform any trade operation with swift
FREE
Pure Diamond Trend Exhaustion Pure Diamond Trend Exhaustion göstergesi, piyasadaki trend tükenme bölgelerini ve potansiyel fiyat dönüş noktalarını belirlemek için tasarlanmıştır. Temel algoritma, standart gecikmeli osilatörleri kullanmadan önemli aşırı alım ve aşırı satım seviyelerini vurgulamak için uç noktaların ve mum fitili yapılarının analizine dayanır. Teknik Özellikler: Yeniden Çizim Yapmaz (No Repaint): Gösterge sinyalleri (elmaslar), mevcut mum kapandıktan hemen sonra sabitlenir. Oluşan
Bu ürünün alıcıları ayrıca şunları da satın alıyor
Trade Assistant MT5
Evgeniy Kravchenko
4.42 (208)
It helps to calculate the risk per trade, the easy installation of a new order, order management with partial closing functions, trailing stop of 7 types and other useful functions. Additional materials and instructions Installation instructions - Application instructions - Trial version of the application for a demo account Line function -   shows on the chart the Opening line, Stop Loss, Take Profit. With this function it is easy to set a new order and see its additional characteristics bef
Trade Manager EA’ye hoş geldiniz! Ticaretin daha sezgisel, hassas ve verimli hale gelmesi için tasarlanmış nihai risk yönetim aracı ile tanışın. Bu sadece bir emir verme aracı değil; ticaret planlaması, pozisyon yönetimi ve risk kontrolü için kapsamlı bir çözüm. İster yeni başlayan bir yatırımcı olun, ister deneyimli bir trader ya da hızlı emir gerektiren bir scalper, Trade Manager EA ihtiyaçlarınıza uyum sağlar ve forex, endeksler, emtialar ve kripto paralar dahil tüm piyasalarda esneklik sunar
Local Trade Copier EA MT5
Juvenille Emperor Limited
4.96 (131)
Local Trade Copier EA MT5   ile olağanüstü hızlı işlem kopyalama deneyimi yaşayın. Kolay 1 dakikalık kurulumuyla bu işlem kopyalayıcısı, aynı Windows bilgisayarda veya Windows VPS'te birden fazla MetaTrader terminali arasında işlemleri kopyalamanıza olanak tanır ve 0.5 saniyenin altındaki şimşek hızında kopyalama hızları sunar. Başlangıç seviyesinde veya profesyonel bir tüccar olsanız da,   Local Trade Copier EA MT5 , spesifik ihtiyaçlarınıza göre özelleştirmek için geniş bir seçenek yelpazesi s
TradePanel MT5
Alfiya Fazylova
4.87 (149)
Trade Panel, çok işlevli bir ticaret asistanıdır. Uygulama, manuel ticaret için 50'den fazla ticaret fonksiyonu içerir ve çoğu ticaret görevini otomatikleştirmeyi mümkün kılar. Satın almadan önce demo hesapta demo sürümü test edebilirsiniz. Demo hesap için uygulamanın deneme sürümünü indirin: https://www.mql5.com/en/blogs/post/750865 . Talimatların tamamı buraya . Ticaret. Tek tıklamayla ticaret işlemleri yapmayı sağlar: Risk otomatik hesaplaması ile bekleyen emirleri ve pozisyonları açmak. Bird
Beta Sürümü Telegram to MT5 Signal Trader resmi alfa sürümüne neredeyse hazır. Bazı özellikler hâlâ geliştirilmekte olup küçük hatalarla karşılaşabilirsiniz. Sorun yaşarsanız lütfen bildirin, geri bildiriminiz yazılımın herkes için gelişmesine yardımcı olur. Telegram to MT5 Signal Trader , Telegram kanallarından veya gruplarından gelen işlem sinyallerini otomatik olarak MetaTrader 5 hesabınıza kopyalayan güçlü bir araçtır. Herkese açık ve özel kanalları destekler ve birden fazla sinyal sağlayıc
VERIFIED TRADING RESULTS - Farmed Hedge Yield Axi Copy:  https://www.mql5.com/en/signals/2356376 - Farmed Hedge Yield Exn Copy:   https://www.mql5.com/en/signals/2356404 - Farmed Hedge Yield V Copy:  https://www.mql5.com/en/signals/2357156 Contact me via private message to receive the User Manual and Setup. * Thai Lauguage Support Available Farmed Hedge Yield Farming - Professional Pair Trading Dashboard (Manual - Hybrid - Semi/Automated EA) VERSION 3 - WILD HARVEST UPDATE Trading Approac
Tired of complex order placement and manual calculations? Trade Dashboard is your solution. With its user-friendly interface, placing orders becomes effortless, by a single click, you can open trades, set stop loss and take profit levels, manage trade lot size, and calculate risk to reward ratios, allowing you to only focus on your strategy. Say goodbye to manual calculations and streamline your trading experience with Trade Dashboard. Download  Demo Version  right now. You can find  Details of
Copy Cat More Trade Copier MT5 (Kopyalayıcı Kedi MT5) , günümüzün ticaret zorluklarına yönelik tasarlanmış yerel bir ticaret kopyalayıcısı ve eksiksiz risk yönetimi ve yürütme çerçevesidir. Prop firması zorluklarından kişisel portföy yönetimine kadar, sağlam yürütme, sermaye koruması, esnek yapılandırma ve gelişmiş ticaret işleme kombinasyonu ile her duruma uyum sağlar. Kopyalayıcı hem Master (gönderici) hem de Slave (alıcı) modunda çalışır, piyasa ve bekleyen emirlerin, ticaret değişikliklerini
Smart Stop Manager – Profesyonel hassasiyetle otomatik stop-loss yönetimi Genel Bakış Smart Stop Manager, Smart Stop ürün serisinin yürütme katmanıdır. Birden fazla açık pozisyonda yapılandırılmış, güvenilir ve tamamen otomatik stop-loss yönetimi isteyen trader’lar için tasarlanmıştır. Tüm açık işlemleri sürekli izler, Smart Stop piyasa yapısı mantığını kullanarak en uygun stop seviyesini hesaplar ve stopları net ve şeffaf kurallarla otomatik olarak günceller. İster tek bir varlıkla işlem yapı
Bu ürün, haber saatlerinde tüm uzman danışmanları ve manüel grafikleri filtreler, böylece manüel ticaret kurulumlarınızı veya diğer uzman danışmanlar tarafından girilen işlemleri yok edebilecek ani fiyat dalgalanmaları konusunda endişelenmenize gerek kalmaz. Bu ürün, herhangi bir haber yayınlanmadan önce açık pozisyonlarınızı ve bekleyen emirlerinizi yönetebilen tam bir sipariş yönetim sistemi ile birlikte gelir.   The News Filter'ı   satın aldığınızda, gelecekteki uzman danışmanlar için yerleşi
Ultimate Extractor - Professional Trading Analytics for MT5 *****this is the local HTML version of Ultimate Extractor. For the online version please reach out to me directly****** Ultimate Extractor transforms your MetaTrader 5 trading history into actionable insights with comprehensive analytics, interactive charts, and real-time performance tracking. What It Does Automatically analyzes your MT5 trading history across all Expert Advisors and generates detailed HTML reports with interactive vi
Üye olduğunuz herhangi bir kanaldan (özel ve kısıtlı olanlar dahil) sinyalleri doğrudan MT5'inize kopyalayın.  Bu araç, kullanıcıyı göz önünde bulundurarak tasarlanmış olup işlemleri yönetmek ve izlemek için ihtiyacınız olan birçok özelliği sunar. Bu ürün, kullanıcı dostu ve görsel olarak çekici bir arayüzde sunulmaktadır. Ayarlarınızı özelleştirin ve ürünü dakikalar içinde kullanmaya başlayın! Kullanıcı Kılavuzu + Demo  | MT4 Sürümü | Discord Sürümü Demo denemek isterseniz lütfen kullanıcı kı
Smart Stop Scanner – Gerçek piyasa yapısına dayalı çoklu varlık stop-loss analizi Genel Bakış Smart Stop Scanner, birden fazla piyasadaki stop-loss seviyelerini profesyonel bir şekilde takip etmek için tasarlanmıştır. Sistem, gerçek piyasa yapısına dayanan breakout’ları, daha yüksek zirveleri ve daha düşük dipleri otomatik olarak algılar ve en önemli stop bölgelerini tespit eder. Tüm bilgiler, yüksek çözünürlüklü ekranlarla uyumlu (DPI-aware) net ve düzenli bir panelde sunulur. Forex, Altın, E
Seconds Chart - MetaTrader 5 için saniye bazlı grafikler oluşturmanıza olanak sağlayan eşsiz bir araçtır. Seconds Chart sayesinde saniye cinsinden zaman dilimleriyle grafik oluşturabilir, standart dakika veya saatlik grafiklerde mümkün olmayan esneklik ve analiz hassasiyetine ulaşabilirsiniz. Örneğin, S15 zaman dilimi 15 saniyelik mum çubuklarını ifade eder. Desteklenen özel sembollerle herhangi bir gösterge ve danışman kullanabilirsiniz. Onlarla çalışmak, standart grafiklerde işlem yapmak kadar
HINN MAGIC ENTRY – the ultimate tool for entry and position management! Place orders by selecting a level directly on the chart! full description   ::  demo-version  :: 60-sec-video-description Key features: - Market, limit, and pending orders - Automatic lot size calculation - Automatic spread and commission accounting - Unlimited partitial take-profits  - Breakeven and trailing stop-loss and take-profit  functions - Invalidation leves - Intuitive, adaptive, and customizable interface - Works
Trade Manager DashPlus
Henry Lyubomir Wallace
5 (13)
DashPlus , MetaTrader 5 platformunda işlem verimliliğinizi ve etkinliğinizi artırmak için tasarlanmış gelişmiş bir işlem yönetim aracıdır. Risk hesaplama, emir yönetimi, gelişmiş ızgara sistemleri, grafik tabanlı araçlar ve performans analitiği gibi kapsamlı bir özellik yelpazesi sunar. Temel Özellikler 1. Kurtarma Izgarası Olumsuz piyasa koşullarında işlemleri yönetmek için ortalama alma ve esnek bir ızgara sistemi uygular. İşlem kurtarma çabalarını optimize etmek için stratejik giriş ve çıkış
Exp COPYLOT CLIENT for MT5
Vladislav Andruschenko
3.82 (34)
MT5 için ticari kopyalayıcı, МetaТrader 5 platformu için bir ticari kopyalayıcıdır   . arasındaki   forex işlemlerini kopyalar.       COPYLOT MT5 sürümü için   herhangi bir hesap   MT5   -   MT5, MT4   -   MT5 (veya COPYLOT MT4 sürümü için   MT4 -   MT4 MT5   -  MT4) Güvenilir fotokopi makinesi! MT4 sürümü Tam tanım   +DEMO +PDF Nasıl alınır Nasıl kurulur     Günlük Dosyaları nasıl alınır?     Nasıl Test Edilir ve Optimize Edilir     Expforex'in tüm ürünleri Ayrıca МТ4 terminali   (МТ4   -  
MT5 to Telegram Signal Provider , hesabınızı bir sinyal sağlayıcı haline getirerek belirtilen sinyalleri Telegram'ın sohbetine, kanalına veya grubuna göndermeyi sağlayan kullanımı kolay, tamamen özelleştirilebilir bir araçtır. Rakip ürünlerin çoğunun aksine, DLL içe aktarması yapmaz. [ Demo ] [ Kılavuz ] [ MT4 Versiyonu ] [ Discord Versiyonu ] [ Telegram Kanalı ]  New: [ Telegram To MT5 ] Kurulum Adım adım bir kullanıcı kılavuzu mevcuttur. Telegram API'si hakkında bilgi gerekmemektedir; ihtiyac
MT4 için Expert Advisor Risk Manager çok önemli ve bence her yatırımcı için gerekli bir program. Bu Uzman Danışman ile ticaret hesabınızdaki riski kontrol edebileceksiniz. Risk ve kar kontrolü hem parasal hem de yüzdesel olarak yapılabilir. [Instruction for Risk Manager parameters] Danışman işlevleri Bu risk yöneticisi, riskleri kontrol etmenize yardımcı olacaktır: - bir anlaşma için - günlük - bir hafta için - Bir ay için Ayrıca kontrol edebilirsiniz 1) Ticaret yaparken izin verilen ma
News filter, equity guard & session control for all your EAs — one tool, full protection Take a Break has evolved from a basic news filter into a comprehensive account protection solution . It pauses your other Expert Advisors during news events or based on custom filters. When trading resumes, it automatically restores your entire chart setup , including all EA settings. Why traders choose Take a Break One news filter for all your EAs — no more relying on individual built-in filters that may o
Grid Manual MT5
Alfiya Fazylova
4.9 (21)
Grid Manual, sipariş ızgarasıyla çalışmak için kullanılan bir ticaret yardımcı programıdır. Yardımcı program evrenseldir, esnek ayarlara ve sezgisel bir arayüze sahiptir. Sadece kayıpların ortalaması yönünde değil, aynı zamanda kazanç artışı yönünde de bir emir ızgarası ile çalışır. Tüccarın bir emir ızgarası oluşturmasına ve eşlik etmesine gerek yoktur, bu yardımcı programı yapacaktır. Emri açmanız yeterlidir ve Grid manual otomatik olarak ona bir emir ızgarası oluşturacak ve kapanana kadar ona
Pulsar Terminal , Astralys LLC tescilli markası olan Pulsar Technologies ürünüdür. Pulsar Terminal, MetaTrader 5 için bir yardımcı eklentidir. MetaTrader 5 hesabınıza bir Expert Advisor aracılığıyla bağlanan bir eşlik eden uygulama içinde yürütme araçlarıyla birleştirilmiş görsel bir arayüzdür . Aracın yeteneklerini en üst düzeye çıkarmak ve standart MT5 panellerinden daha gelişmiş bir görsel arayüz ve iş akışı sunmak için eşlik eden bir uygulama kullanıyoruz. Pulsar Terminal bağımsız bir uygul
YuClusters
Yury Kulikov
4.93 (43)
Attention: You can view the program operation in the free version  YuClusters DEMO .  YuClusters is a professional market analysis system. The trader has unique opportunities to analyze the flow of orders, trade volumes, price movements using various charts, profiles, indicators, and graphical objects. YuClusters operates on data based on Time&Sales or ticks information, depending on what is available in the quotes of a financial instrument. YuClusters allows you to build graphs by combining da
The product will copy all telegram signal to MT5 ( which you are member) , also it can work as remote copier.  Easy to set up, copy order instant, can work with almost signal formats, image signal,  s upport to translate other language to English Work with all type of channel or group, even channel have "Restrict Saving Content", work with  multi channel, multi MT5 Work as remote copier: with signal have ticket number, it will copy exactly via ticket number. Support to backtest signal. How to s
DrawDown Limiter
Haidar Lionel Haj Ali
5 (20)
Drawdown Limiter EA You are in the right place if you were searching for Drawdown control, Drawdown limiter, Balance protection, Equity Protection or Daily Drawdown Limit related to Prop Firm, FTMO, or Funded account trading, or if you want to protect your trading account. Have you suffered from controlling your drawdown when trading funded accounts? This EA is meant for you. Prop firms usually set a rule called “Trader Daily Drawdown”, and if it is not respected, you are disqualified.  I am an
Telegram'dan MT5'e:   Nihai Sinyal Kopyalama Çözümü Telegram'dan MT5'e işlemlerinizi basitleştirin, DLL'lere ihtiyaç duymadan işlem sinyallerini doğrudan Telegram kanallarından ve sohbetlerinden MetaTrader 5 platformunuza kopyalayan modern araç. Bu güçlü çözüm hassas sinyal yürütme, kapsamlı özelleştirme seçenekleri sağlar, zamandan tasarruf sağlar ve verimliliğinizi artırır. [ Instructions and DEMO ] Temel Özellikler Doğrudan Telegram API Entegrasyonu Telefon numarası ve güvenli kod ile kimlik
Riskinizi otomatik olarak hesaplarken işlemlere hızlı bir şekilde girip çıkmanıza yardımcı olacak Ticaret Yöneticisi. Aşırı Ticaret, İntikam Ticareti ve Duygusal Ticaretten korunmanıza yardımcı olacak özellikler içerir. İşlemler otomatik olarak yönetilebilir ve hesap performans ölçümleri bir grafikte görselleştirilebilir. Bu özellikler, bu paneli tüm manuel yatırımcılar için ideal kılar ve MetaTrader 5 platformunun geliştirilmesine yardımcı olur. Çoklu Dil desteği. MT4 Sürümü  |  Kullanım Kılavu
Kurulum Kılavuzu:    Buraya Tıklayın! Birden Fazla Uzman Danışmanı Birlikte Analiz Edin EA Sonuçlarını Sihirli Numaraya Göre Karşılaştırın Karlılığı ve Düşüşleri Takip Edin Sonuçları Tarih Aralığına Göre Filtrele Görsel Değer Eğrisi ve Detaylı Metrikler Bir Dakikadan Kısa Sürede Kullanıma Hazır EA Portföy Analizcisi EA Portfolio Analyzer,   birden fazla Uzman Danışmanın canlı performansını   net ve yapılandırılmış bir şekilde   izlemek için tasarlanmış   profesyonel bir analiz aracıdır . Aynı h
Bir EA’yı yalnızca gerçekten gerçekleşmiş olan tek piyasa yolu üzerinden test etmeyin. Onu birçok makul piyasa senaryosunda test edin ve mantığının gerçekten ne kadar sağlam olduğunu görün. Geleneksel backtest’in temel bir sınırlaması vardır: bir sistemin yalnızca tek bir gerçek geçmişte nasıl performans göstereceğini gösterir. Sorun tam olarak budur. Piyasa çok farklı yollar izleyebilirdi. Ve gerçek geçmişte iyi çalışan bir expert advisor, koşullar biraz farklı olsaydı aynı şekilde çalışmak zo
Entry In The Zone with SMC Multi Timeframe is a real-time market analysis tool developed based on Smart Money Concepts (SMC). It is designed to analyze market structure, price direction, reversal points, and key zones across multiple timeframes in a systematic way. The system displays Points of Interest (POI) and real-time No Repaint signals, with instant alerts when price reaches key zones or when signals occur within those zones. It functions as both an Indicator and a Signal System (2-in-1),
Yazarın diğer ürünleri
PA Super Robot
Better Trader Every Day
5 (1)
Price Action Super Robot UPDATED VERSION 1.4 with multiple enhancements ! Link to Guide and User Manual Before running the free demo version of this EA, ma ke sure that your account size matches the initial deposit input parameter (RM0) in the set file you are running. This is a price-action expert advisor that detect patterns such as: doji, engulfing, reversal, gaps, fractals, and more, to decide entry prices and timing. It trades ANY Forex symbol, ANY metal symbol. Use major ones: combinatio
HMM Latest version: v1.3 User Manual, Guide and set file  FEATURES - HMM uses the famous Hidden Markov Model to predict the price trend. - It uses the algorithms of Baum-Welch and Viterbi to train the model and predict price trend. - This implementation of Hidden Markov Models is a self-adjusting online learning algorithm that processes up to 160 bars from the latest data to readjust its parameters at the arrival of every new bar. - It trades ANY Forex pair, ANY metal symbol. We recommend majo
BO FEATURES   (User Manual, Guide and Set File) Before running this EA, ma ke sure that your account size matches the initial deposit input parameter (RM0) in the set file you are running. - BO is based on the symbol’s price actions after a defined period of time and making a B reak O ut. - It trades ANY Forex symbol, ANY metal symbol. We recommend major ones: combinations of USD,GBP,JPY,EUR,AUD,CAD,XAU. - User may run any number of symbols in parallel by running an instance of this robot on eac
aHA FEATURES Latest update: v1.2 Before running this EA, ma ke sure that your account size matches the initial deposit input parameter (RM0) in the set file you are running. User Manual, Guide and Set files  -   aHA   i s based on the symbol’s price actions after processed with Heikin Ashi and fractal filters. - A Heikin Ashi fractal followed by a strong trend will signal an entry in the direction of the trend. - It trades ANY Forex symbol, ANY metal symbol. We recommend major ones: combinations
USER MANUAL, GUIDE and SET FILE LINK Before running this EA, ma ke sure that your account size matches the initial deposit input parameter (RM0) in the set file you are running. ZING FEATURES - ZING is an expert advisor that uses four stochastic indicators and two time frames to predict the price trend and trigger a trade. - It trades ANY Forex symbol, ANY metal symbol. We recommend major ones: combinations of USD, GBP, JPY, EUR, AUD, CAD, XAU. - User may run any number of symbols in parallel
Before running the Demo version of this EA, make sure that your account size matches the initial deposit input parameter (RM0) in the set file you are running. USER MANUALS, AND SET FILE LINK LYNX FEATURES - LYNX i s an expert advisor that combines Stochastic, MACD and RSI indicators to signal the entry of a trade. It trades ANY Forex symbol, ANY metal symbol. Use major ones: combinations of USD, GBP, JPY, EUR, AUD, CAD, XAU. User may run any number of symbols in parallel by running an instance
The RPP script computes the optimum weights of a portfolio of symbols (stocks, forex pairs, indices, etc.) using the Risk Parity Algorithm. You can read the theory of the Risk Parity algorithm in this Wikipedia page . Inputs : 1) Symbols in the portfolio. 2) Time frame you are interested in. 3) Number of past bars to compute the correlations. 4) Print the covariance matrix (true/false) 5) Print the correlation matrix (true/false) Output : Optimum weights for each symbol in the portfolio. These
PARTy a Particule Filter EA
Better Trader Every Day
PARTy FEATURES Before running the free demo version of this EA, ma ke sure that your account size matches the initial deposit input parameter (RM0) in the set file you are running. PARTy uses the Particle filter method. The Particle Filter method for prediction is a sequential Monte Carlo technique that uses a set of random samples, or "particles," to represent the probability distribution of a dynamic system's state, updating these particles based on observed data to improve predictions over t
If you optimize your EA with backtest+forward, this is the script you need. Imagine this: you have 10k simulations in the Optimization step (the back test), and you get another 10k in the Forward step. Each pair of simulation is done with a set of input parameters for your EA. Then the question are: Which set of parameters should you select for live trading? What criteria should I use to select such set? How much weight should I put to profit versus draw down or versus recovery factor?  OPS help
Filtrele:
Değerlendirme yok
Değerlendirmeye yanıt