• Genel bakış
  • İncelemeler
  • Yorumlar

Hook EA

Have you thought about sharing your EA trading signals with your friends? Or your EA signal can trade cryptocurrencies, but it cannot trade Binance Futures directly in MT5? Or you have an excellent EA, but it cannot be applied to other quantitative trading platforms without source code? Hook EA is to solve these problems. Regardless of whether you trade with a real account or a Demo account, Hook EA can monitor the Order or Deal submitted by any EA in real time, and send the information to the specified address in JSON format (note: the address to receive information needs to be added to WebReqeust), And, if the reception fails, the system has a built-in retry mechanism, and you can customize how long it takes to resubmit. In addition, Hook EA also provides a variety of order filtering rules, including Symbol, Magic Number, Comment, etc. Finally, Hook EA also provides a log window for easy viewing of order broadcasting.

parameter:
Enable order data: Whether to submit Order information, including ADD, UPDATE, DELETE
Enable deal data: Whether to submit Deal information, including ADD, UPDATE, DELETE
Filter by Symbol: filter information according to Symbol, if empty, do not filter Symbol
Filter by Magic number: filter information based on Magic Number, if empty, do not filter Magic Number
Filter by Comment: Filter information based on Comment, if empty, do not filter Comment
Post URL: URL address to receive submitted information (such as http://www.example.com/ea.php, supports https, note that the corresponding address www.example.com needs to be added to Tools-Expert Advisors-Allow WebRequest for listed URL), and a success message needs to be returned after receiving successfully
Server receives the confirmation return string: successfully receives information and returns a string (such as ok), otherwise the tool will retry until the end
The number of retries when commit fails: the maximum number of retries when the successful message cannot be obtained
retry interval: retry interval (unit: second)
Enable log window: Whether to enable the window to display logs
Time zone offset: relative to the broker's time zone (easy to view logs)

Format: Json
Order Example: Field Reference: MQL5 Reference / Constants, Enumerations and Structures / Trade Constants / Order Properties
{
    "TYPE": "TRADE_TRANSACTION_ORDER_ADD", 
    "ORDER_TICKET": 1538679204, 
    "ORDER_TIME_SETUP": 1670575184, 
    "ORDER_TYPE": "ORDER_TYPE_BUY", 
    "ORDER_STATE": "ORDER_STATE_STARTED", 
    "ORDER_TIME_EXPIRATION": 0, 
    "ORDER_TIME_DONE": 0, 
    "ORDER_TIME_SETUP_MSC": 1670575184296, 
    "ORDER_TIME_DONE_MSC": 0, 
    "ORDER_TYPE_FILLING": "ORDER_FILLING_FOK", 
    "ORDER_TYPE_TIME": "ORDER_TIME_GTC", 
    "ORDER_MAGIC": 123456, 
    "ORDER_REASON": "ORDER_REASON_EXPERT", 
    "ORDER_POSITION_ID": 0, 
    "ORDER_POSITION_BY_ID": 0, 
    "ORDER_VOLUME_INITIAL": 0.01, 
    "ORDER_VOLUME_CURRENT": 0.01, 
    "ORDER_PRICE_OPEN": 1.05771, 
    "ORDER_SL": 0, 
    "ORDER_TP": 0, 
    "ORDER_PRICE_CURRENT": 1.05771, 
    "ORDER_PRICE_STOPLIMIT": 0, 
    "ORDER_SYMBOL": "EURUSD", 
    "ORDER_COMMENT": null
}
Deal Example: Field Reference: MQL5 Reference / Constants, Enumerations and Structures / Trade Constants / Deal Properties
{
    "TYPE": "TRADE_TRANSACTION_DEAL_ADD", 
    "DEAL_TICKET": 1516120626, 
    "DEAL_ORDER": 1538679204, 
    "DEAL_TIME": 1670575184, 
    "DEAL_DEAL_TIME_MSCTICKET": 1670575184296, 
    "DEAL_TYPE": "DEAL_TYPE_BUY", 
    "DEAL_ENTRY": "DEAL_ENTRY_IN", 
    "DEAL_MAGIC": 123456, 
    "DEAL_REASON": "DEAL_REASON_EXPERT", 
    "DEAL_POSITION_ID": 1538679204, 
    "DEAL_VOLUME": 0.01, 
    "DEAL_PRICE": 1.05771, 
    "DEAL_COMMISSION": 0, 
    "DEAL_SWAP": 0, 
    "DEAL_PROFIT": 0, 
    "DEAL_FEE": 0, 
    "DEAL_SL": 0, 
    "DEAL_TP": 0, 
    "DEAL_SYMBOL": "EURUSD", 
    "DEAL_COMMENT": null
}

Receiver ea.php: (similar to other languages)
<?php
$fp = fopen("/tmp/ea.txt", "a+");
if($fp){
        fputs($fp, file_get_contents('php://input'));
        fclose($fp);
        echo "ok";
}
?>

Önerilen ürünler
This tool will perform Trailing stop loss and Break even management for orders. Helps you limit or reduce the time spend watching orders on the screen, especially when you need to go to sleep. Just add this EA to 1 chart, you can manage all pairs. You can filter orders by comment, magic number, and symbol. When Breakeven it can add shift/offset pips (to cover the commission...). You can try in strategy tester before purchase. The EA will add Buy and Sell alternately, so you can check the oper
Introducing the Revolutionary   Trade Closing Assistant ! Are you tired of manually closing hundreds trades? Are you a   scalper ,   day trader ,   swing trader   and  you want to maximize your profits and minimize your losses by closing multiple positions at thesame time under different conditions? Are you a   Prop Firm Trader  who wishes to avoid hitting maximum daily drawdown? Search no further. This kit is the ultimate solution for all you. GUIDE TO USE THE KIT 1. Shows the total profit/lo
Trading Utility for Forex Currency Pairs Only not for Gold  Functions Auto Lot Calculation based on Risk Auto stoploss  Auto TakeProfit Breakeven Auto Close Half % Close in percentage with respect to the PIPs Pending Orders BuyLimit Sell Limit with distances BuyStop Sell Stop    with distances Trading Informations Risk in percentage For Multiple trades Combine Takeprofit and Combine Stoplosses
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
You can change the time period of the chart at the touch of a button. You can also change multiple charts at the touch of a button. You can also change multiple charts at the touch of a button,   saving you the trouble of changing time periods. We are live-streaming the actual operation of the system. Please check for yourself if it is usable. Please check it out for yourself. https://www.youtube.com/@ganesha_forex We do not guarantee your investment results. Investments should be made at y
This EA Utility allows you to manage (with advanced filtering) unlimited open orders (manual or EA) with 16 trailing stop methods: fixed, percent, ATR Exit, Chandelier Exit, Moving Average, Candle High Low Exit, Bollinger Bands, Parabolic, Envelope, Fractal, Ichimoku Kijun-Sen, Alligator, Exit After X Minutes or Bars, RSI and Stochastic. The trailing stop can be either real or virtual, and you can exit fully or with a partial close percent on touch or bar close.  Moreover, you can add (overri
After purchasing, you can request and receive any two of my products for free! После покупки вы можете запросить и получить два любых моих продукта бесплатно! The utility is designed for manual placement of pending orders at the high and low of yesterday. The program has a built-in trailing stop, virtual take profit and stop loss. Unworked orders are deleted at the end of the day or manually. You may be interested in my other products:  https://www.mql5.com/ru/users/vypchela/seller Settings
FREE
MANAGING YOUR FOREX TRADING LIKE A PROFESSIONAL WITH   POSITION SIZE   CALCULATOR Position Size Calculator – an MT5 indicator, is a user-friendly tool that allows you to determine your required forex trading size for each trade based on how much you want to risk and available capital in your forex trading account. Load the calculator onto your chart and simply draglines to show your stop loss and take profit level. The calculator will automatically calculate the trade size instantly. This indica
Anti Grid Position Protector is a utility tool designed to protect you from the temptation of adding to a losing position in a hope of a drawdown recovery, or trying to hedge when you're not intended too. --------------------------Inputs--------------------------- Allow Hedging on Losing Positions? - It's a true/false input (double click to switch its value) which allows/disallows opening a trade (either pending order or market execution) in the opposite direction on an existing losing position
Auto Trade Copier is designed to copy trades between multiple MT4/MT5 accounts/terminals with 100% accuracy. The provider and receiver accounts must be on the same PC/VPS. With this tool, you can copy trades to receiver accounts on the same PC/VPS. All trading actions will be copied from the provider to the receiver with no delay. This version can be used on MT5 accounts only. For MT4 accounts, you must use Auto Trade Copier (for MT4). Reference: For MT5 receiver, please download "Trade Receiver
Trading panel for manual trading. Has a fairly wide functionality. Allows you to automatically calculate the order size, open both market and pending orders. It has a wide range of options for closing orders, it is possible to partially close orders, close orders after reaching a certain profit or loss, separately close profitable and unprofitable, buy and sell, as well as pending orders. The panel also contains a simple implementation of a grid of pending orders, reverse and lock functions, tr
Piyasanın takip etmeyi planladığı ticarete ve ticaret ticaretinizde bekleyen bir ticaret emrini takiben ticaret ticaretinizde meydana gelen bir ticarete ilişkin bir yön açın. Örnek: 0,01 lot ile 0,03 puanlık bir alım işlemi, 0,01 lot ile 0,01.0930 fiyattan alım, ardından 0,03 puanlık bir satış stop emri kararlaştırılacaktır. 0,06 lot ile 1,0930 fiyattan yeni bir buy stop emri verilir. parametreler: Hacim -> İlk işlemin hacmi. Kâr Al -> Birkaç noktada kâr garantisi. Max Hedge ->
Before installing the HeatMap indicator make sure you are using a broker that gives you access to the Depth of market (DOM) !! This indicator creates a heatmap on your chart allowing you to see the buy or sell limit orders easily and in real time. You have the possibility to change the setting and the colors of the HeatMap in order to adapt to all markets and all charts. Here is an example of a setting you can use with the NASDAQ100 on the AMPGlobal broker :  https://www.youtube.com/watch?v=x0
TP SL Bot - Yeni açılan emirlere, belirtilen talimatlarınıza göre otomatik olarak Stop Loss ve Take Profit ayarlayan bir araçtır. Ayrıca, istenen Stop Loss/Take Profit boyutunda istenen miktarı elde etmek için işlem açmak için gereken hacmi hesaplama özelliği de bulunmaktadır. Boyut ve parametre ayarlamaları için birkaç seçenek vardır: 1. Mevcut hesap bakiyesinin yüzdesi olarak kullanıcı tarafından belirtilen miktarlara göre ayarlama yapma. 2. Kullanıcı tarafından belirtilen Stop Loss veya Take
ClusterSecondForex
Rafil Nurmukhametov
4.67 (3)
The utility allows you to build different types of graphs: Seconds chart from 1 second to 86400 seconds Tick chart from 1 tick and above The volume chart Delta chart Renko chart Range chart Product demo https://www.mql5.com/ru/channels/clustersecondforex Built-in indicators for volumetric analysis: daily market profile and market profile of the selected timeframe, Cluster Search Imbalance VWAP Dynamic POC, VAH, VAL the profile depth of the market vertical volume with various display options, del
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
EasyTrades
Vitaly Muzichenko
1 (1)
Small trading panel for managing orders and positions in 1 click for MetaTrader 5 The version for MetaTrader 4 is here , you can check it in the tester without restrictions Set hidden TakeProfit, StopLoss and pending orders at lines placed on the chart. Virtual breakeven. Virtual trailing stop. Close all positions. Close only Buy positions. Close only Sell positions. Work in the back testing mode (working in the tester is limited). Place up to 20 virtual orders. News trading and operation by tim
Exp COPYLOT CLIENT for MT5
Vladislav Andruschenko
3.76 (17)
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  
Noize Absorption Index - is the manual trading system that measures the difference of pressure between bears forces and bulls forces. Green line - is a noize free index that showing curent situation. Zero value of index shows totally choppy/flat market.Values above zero level shows how powerfull bullish wave is and values below zero measures bearish forces.Up arrow appears on bearish market when it's ready to reverse, dn arrow appears on weak bullish market, as a result of reverse expectation.
Robust trading panel for use on any symbol (including RangeBars or Renko custom symbols). The tool can be placed anywhere on the chart and offers the following array of features: One-click instant order entry. Pending order entry using horizontal lines on the chart Pending order entry using keys in Entry price (E/P) and optional Stop Loss (S/L) and/or Take Profit (T/P) A choice between fixed trading volume or risk-based volume calculation based on the available account equity, entry price, and t
Otomatik sipariş ve risk yönetimi için yardımcı program. Kârlardan maksimumu almanızı ve kayıplarınızı sınırlandırmanızı sağlar. Tüccarlar için pratik bir tüccar tarafından düzenlendi. Yardımcı programın kullanımı kolaydır, bir tüccar tarafından manuel olarak veya danışmanların yardımıyla açılan herhangi bir piyasa emriyle çalışır. İşlemleri sihirli sayıya göre filtreleyebilir. Yardımcı program aynı anda herhangi bir sayıda siparişle çalışabilir. Aşağıdaki işlevlere sahiptir: 1. Zararı
The best time to trade Using this Indicator is when the time reach exactly hour,half,45 minutes,15 minutes and sometimes 5 minutes.. This indicators is helpful to those who trade boom and crash indecies.How to read this indicator first you'll see Blue allow and Red allow all these allows used to indicate or to detect the spike which will happen so the allow happens soon before the spike happen.This indicator works properly only in boom and crash trading thing which you have to consider when
Have you missed any tools or shortcuts in Meta Trader? Simple things that would make your daily trading much easier ? We have the solution for you: our Trade Panel! This is an EA tool (Expert Advisor) that, if configured to controll all symbols, needs to be loaded only once. This is the Lite version (free) of our tool. Professional version:   https://www.mql5.com/en/market/product/42658 Obs. Trade Panel has the power  to unpin from Me ta  T rader  to con trol all  the symbols wi thou t
FREE
GGP Trade Copier  EA is an automatic trading bot that can help traders automatically replicate the trading strategies and operations from one trading terminal to others by experiencing exceptionally fast trade copying system. Its easy-to-use setup allows you to copy trades between multiple MetaTrader terminals on the same Windows computer or Windows VPS with lightning-fast copying speeds of under 0.5 seconds. The software supports multiple trading varieties, including Forex, commodities, stocks
There are a lot of high-quality signals on the MQL5 website, and learning them is a great way to broaden your mind and improve yourself. The trading history of the signal can be downloaded and saved in csv file format, but analyzing this textual information is difficult. Signal Analyzer has 2 usage options: 1. You can import the downloaded csv files and display each trading history in the MT5 chart window. 2. Use the Strategy Tester for historical backtesting. *** SignalAnalyzer is used as fol
Was: $249  Now: $99   Market Profile defines a number of day types that can help the trader to determine market behaviour. A key feature is the Value Area, representing the range of price action where 70% of trading took place. Understanding the Value Area can give traders valuable insight into market direction and establish the higher odds trade. It is an excellent addition to any system you may be using. Inspired by Jim Dalton’s book “Mind Over Markets”, this indicator is designed to suit the
Easy Copier Limited  is utility tool to copy trade / trade copier form one account (master) to other account (slave) .  It works only with a single forex ( EURUSD ) . You can use this tool as local copier ( Terminals have to be in same PC / VPS ) as well as Remote Copier ( Terminals can be in different PC / VPS ). For remote copy you can use my server or it can be configured to your server . Trades are possible to copy from    MT4 => MT4     MT4 => MT5         MT5 => MT5       MT5 => M
KT Equity Protector MT5
KEENBASE SOFTWARE SOLUTIONS
4 (2)
KT Equity Protector EA consistently monitors the account equity and closes all the market and pending orders once the account equity reached a fixed equity stop loss or profit target.  After closing all trading positions, the EA can close all open charts to stop other expert advisors from opening more trading positions. Equity Stop-Loss If your current account balance is $5000 and you set an equity stop loss at $500. In this case, the KT Equity Protector will close all the active and pending
Горячие клавиши плюс клик левой кнопки мыши на графике. Советник открывает сделки, выставляет лимитные и стоповые ордера, удаляет ордера и закрывает позиции, также  делает реверс  открытых позиций, выставляет прописанные в настройках стоп лосс и тейк профит. (реверс только на неттинговых счетах) При запуске советника можно посмотреть подсказку как действует советник при нажатии клавиши + клик на графике. Правее последнего бара, ниже цены Ctrl+ЛКМ  - OpenSell Правее последнего бара, выше цены
Trade Condition Logger is an essential utility for the Traders toolkit to assist with: Readily finding current swap and spread values. Identify changes in swap values and how often these fluctuate. Automatic logging of changes to swap values. Identify the best spreads over time. Quantify the highest spread values. Allow to assess the spread range over time. Information summary displayed on chart. Allows the Trader additional insight into trade conditions. With multiple broker accounts, these va
Bu ürünün alıcıları ayrıca şunları da satın alıyor
Trade Assistant MT5
Evgeniy Kravchenko
4.4 (171)
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. Attention, the application does not work in the strategy tester. Manual, Description, Download demo 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 before opening.   Risk management  - The risk
Fiyatın saniyeler içinde değiştiği finansal piyasalarda emirleri vermekte aynı şekilde kolay olması gerektiğini düşünüyor musunuz? Metatrader programında her emir açmak istediğinizde emir fiyatını, zararı durdur emrini, kar al emrini ve işlem hacmini gireceğini pencereyi açmak zorundasınız. Finansal marketlerde işlem yaparken sermaye yönetimi sermayenizi doğru yönetmek için çok önemlidir. Bunun için işlem açmadan önce doğru işlem hacmini hesaplamanız gerekir.  Bu hesaplamaları sizin için yapabil
Local Trade Copier EA MT5
Juvenille Emperor Limited
5 (63)
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.86 (113)
Ticaret Paneli çok işlevli bir ticaret asistanıdır. Uygulama, manuel ticaret için 50'den fazla işlev içerir ve çoğu ticaret eylemini otomatikleştirmenize olanak tanır. Herhangi bir ticaret aracıyla (Forex, CFD, Vadeli İşlemler ve diğerleri) çalışır. Tek bir terminal penceresinden tüm sembollerle çalışabilir. Özelleştirilebilir panel boyutu (4K çözünürlüğe kadar). Paneli kendinize göre özelleştirmenize, kullanılmayan tüm işlevleri ve sekmeleri gizlemenize olanak tanıyan esnek ve sezgisel bir aray
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ı ] Kurulum Adım adım bir kullanıcı kılavuzu mevcuttur. Telegram API'si hakkında bilgi gerekmemektedir; ihtiyacınız olan her şey gelişti
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
Trade copier MT5
Alfiya Fazylova
4.37 (27)
Trade Copier, ticaret hesapları arasındaki işlemleri kopyalamak ve senkronize etmek için tasarlanmış profesyonel bir yardımcı programdır. Kopyalama, tedarikçinin hesabından/terminalinden alıcının aynı bilgisayarda veya vps'de kurulu olan hesabına/terminaline gerçekleşir. Satın almadan önce demo sürümünü bir demo hesabında test edebilirsiniz. Demo versiyonu burada . Tüm talimatlar burada . Ana işlevler ve avantajlar: Emirlerin kopyalanmasını destekler: МТ5> МТ5, МТ4> МТ5, МТ5> МТ4. Emirlerin kopy
The top-selling EAs on the market cost a lot and one day they are suddenly gone. This is because one strategy will not work in the forex market all the time. Our product is unique from all others in the MQL Marketplace because our EA comes with 34+ built-in indicators that allow develop strategies every time.  You build your strategy and keep updating it. If one strategy does not work, simply build another all using only one EA. This is All-In-One EA   in this market place. You can use as trade
-25% discount ($199 -> $149) Advanced trading tool: One click smart orders that execute under your conditions Developed by trader for trading community:  position size calculator (lot size), open position after price action, strategy builder, set and forget trading, mobile notifications... Risk Management -  Risk percentage position size calculator, gain percentage, target risk reward ratio, spread and commissions are included in calculations 7 Advanced order types  - Set and forget trading w
OrderManager 'ı Tanıtıyoruz: MT5 için Devrim Niteliğinde Bir Yardımcı Program Yepyeni Order Manager yardımcı programı ile MetaTrader 5 için işlemlerinizi bir profesyonel gibi yönetin. Basitlik ve kullanım kolaylığı göz önünde bulundurularak tasarlanmış olan Order Manager, her işlemle ilişkilendirilen riski kolayca tanımlamanıza ve görselleştirmenize olanak tanır, böylece bilinçli kararlar alabilir ve ticaret stratejinizi optimize edebilirsiniz. OrderManager hakkında daha fazla bilgi için lütfen
This is exactly what the name says. Visual strategy builder . One of a kind. Turn your trading strategies and ideas into Expert Advisors without writing single line of code. Generate mql source code files with a few clicks and get your fully functional Expert Advisors, which are ready for live execution, strategy tester and cloud optimization. There are very few options for those who have no programming skills and can not create their trading solutions in the MQL language. Now, with Bots Build
MT4 to Discord Signal Provider , ticaret sinyallerini doğrudan Discord'a göndermek için tasarlanmış kullanıcı dostu ve tamamen özelleştirilebilir bir araçtır. Bu araç, ticaret hesabınızı etkili bir sinyal sağlayıcısına dönüştürür. Mesaj formatlarını tarzınıza uyacak şekilde özelleştirin! Kolay kullanım için önceden tasarlanmış şablonlardan seçim yapın ve hangi mesaj öğelerini dahil etmek veya çıkarmak istediğinize karar verin. [ Demo ] [ Kullanım Kılavuzu ] [ MT4 Versiyonu ] [ Telegram Versiyonu
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   deta
Ü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
DrawDown Limiter
Haidar, Lionel Haj Ali
5 (17)
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
Trade Assistant 38 in 1
Makarii Gubaydullin
4.87 (15)
Çok amaçlı araçlar: Lot hesaplayıcı, fiyat analizi, risk/ödül oranı, pozisyon yönetici, arz  talep bölgelerini de içeren 65'den fazla fonksiyon Deneme sürümü   |   Kullanım Kılavuzu   |   MT4 Yardımcı program, strateji test cihazında çalışmaz: Ürünü test etmek için Demo Sürümünü BURADAN indirebilirsiniz. Sorularınız için iletişim İşlem sürecinizi kolaylaştırın, hızlandırın ve otomatikleştirin. Terminalin standart  özelliklerini bu program ile genişletin Yeni işlem açma : Lot / Risk / Risk/Ödül
Adam FTMO MT5
Vyacheslav Izvarin
5 (1)
ADAM EA Special Version for FTMO Please use ShowInfo= false for backtesting ! Our 1st EA created using ChatGPT technology Trade only GOOD and checked PROP FIRMS  Default parameters for Challenge $100,000 Tested on EURUSD and GBPUSD only  Use 15MIN Time Frame Close all deals and Auto-trading  before Weekend at 12:00 GMT+3  Friday For Prop Firms MUST use special Protector  https://www.mql5.com/en/market/product/94362 Signal using ADAM  https://www.mql5.com/en/signals/2190554 --------------------
Mentfx Mmanage mt5
Anton Jere Calmes
4.43 (7)
The added video will showcase all functionality, effectiveness, and uses of the trade manager. Drag and Drop Trade Manager. Draw your entry and have the tool calculate the rest. Advanced targeting and close portions of a trade directly available in tool (manage trades while you sleep). Market order or limit order on either side with factored spread. Just draw the entry, the tool does the rest. Hotkey setup to make it simple. Draw where you want to enter, and the stop loss, the tool calculates al
UTM Manager, hızlı ve verimli ticaret gerçekleştirme olanağı sunan sezgisel ve kullanımı kolay bir araçtır. Öne çıkan özelliklerden biri, spreadleri tamamen göz ardı ederek mum fiyatı üzerinden işlem yapmanızı sağlayan "Yayılmayı Yoksay" modudur (örneğin, LTF'de daha yüksek spread çiftlerinde işlem yapmanızı sağlar, spread nedeniyle alım satımların dışında kalmaktan kaçınır). UTM Manager'ın diğer bir önemli yönü, benzersiz yerel ticaret kopyalayıcısıdır ve her bir aracı kurumda farklı ticaret st
-25% discount ($149 -> $111) Everything for chart Technical Analysis indicator mt5 in one tool Draw your supply demand zone with rectangle and support resistance with trendline and get alerts to mobile phone or email alert -  Risk reward indicator mt5 Video tutorials, manuals, DEMO download   here .   Find contacts on my   profile . 1.   Extended rectangles and trendlines Object will be extended to the right edge of the chart when price will draw new candles on chart. This is rectangle extend
Expert Advisor, oz sermayeyi sürekli izleyerek ve parametrelerde girilen kurallara göre hesabınızı beklenmeyen kayıplardan koruyacaktır.   Kurallar ihlal edildiğinde EA tüm işlemleri kapatacaktır.   EA'yı tüm işlemleri belirli bir yüzde veya para kaybıyla kapatacak veya belirli bir yüzde veya para kârıyla kapatacak şekilde ayarlayabilirsiniz.   Bu yardımcı program, çekilişi düşük tutmak ve öz sermayenizi korumak için Prop Trading Challenges için çok kullanışlıdır! Sinyallerim ve diğer ürünler
1 tıklama ile ticaret için Ticaret Paneli.   Pozisyonlar ve emirlerle çalışmak!   Grafikten veya klavyeden alım satım. Alım satım panelimizi kullanarak, grafikten tek bir tıklamayla alım satım yapabilir ve alım satım işlemlerini standart MetaTrader kontrolünden 30 kat daha hızlı gerçekleştirebilirsiniz. Bir tüccar için hayatı kolaylaştıran ve bir tüccarın ticaret faaliyetlerini çok daha hızlı ve daha rahat gerçekleştirmesine yardımcı olan parametrelerin ve işlevlerin otomatik hesaplamaları. Gra
Strategy Builder offers an incredible amount of functionality. It combines a trade panel with configurable automation (covert indicators into an EA), real-time statistics (profit & draw down) plus automatic optimization of SL, TP/exit, trading hours, indicator inputs. Multiple indicators can be combined into an single alert/trade signal and can include custom indicators, even if just have ex4 file or purchased from Market. The system is easily configured via a CONFIG button and associated pop-u
Grid Manual MT5
Alfiya Fazylova
4.83 (12)
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
T Manager Plus, the ultimate trade management solution designed by traders for traders. If you are searching for a simple and efficient trade panel, trade manager, or trade assistant, you are at the right place. T Manager Plus includes advanced charting utilities with a single goal to help traders analyze, plan, execute, and manage their trades on a single platform. The market contains a diverse number of those tools, but   this one is designed by traders for traders . I designed this tool, an
Attention: Demo version for review and testing can be downloaded here . It does not allow trading and can only be run on one chart. Active Lines - a powerful professional tool for operations with lines on charts. Active Lines provides a wide range of actions for events when the price crosses lines. For example: notify, open/modify/close a position, place/remove pending orders. With Active Lines you can assign several tasks to one line, for each of which you can set individual trigger conditions
Bot Token veya Yönetici İzinleri gerekmeden üye olduğunuz herhangi bir kanaldan Sinyalleri doğrudan MT5'inize kopyalayın. Kullanıcıyı göz önünde bulundurarak tasarlanmış ve 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ü sadece birkaç dakika içinde kullanmaya başlayın! Kullanıcı Kılavuzu + Demo  | MT4 Sürümü | Telegram Sürümü Demo sürümünü denemek istiyorsanız, Kullanıcı Kılavuzuna gidin. Di
MT5'ten Discord'a tamamen özelleştirilebilir sinyaller gönderin ve bir Sinyal Sağlayıcı olun! Bu ürün, kullanıcı dostu ve görsel olarak çekici bir grafik arayüzünde sunulmaktadır. Ayarlarınızı özelleştirin ve ürünü birkaç dakika içinde kullanmaya başlayın! Kullanıcı Kılavuzu + Demo  | MT4 Sürümü |  Telegram Sürümü Demo denemek istiyorsanız Kullanıcı Kılavuzuna bakın. MT5'ten Discord'a gönderme strateji testinde çalışmaz. MT5'ten Discord'a Özellikler Birçok seçenekle tamamen özelleştirilebi
The Expert Advisor is a risk manager helping users to control their trading. In the settings, it is possible to specify the parameters at which the risk manager force closes the opened trades and closes the terminal as well, if it is needed to prevent opening trades on emotions, which do not correspond to the trading strategy. Risk Manager settings Check limit to close   - check the equity limit Limit to close   - equity limit that is taken into account Check day limit to close   - check the
The account manager has a set of functions necessary for trading, which take into account the results of the entire account in total, and not for each individual open position: Trailing stop loss. Take profit. Break-even on the amount of profit. Breakeven by time. Stop Loss Typically, each of these options can be applied to each individual trade. As a result, the total profit on the account may continue to increase, and individual positions will be closed. This does not allow you to get the maxi
Yazarın diğer ürünleri
Binance, dünyaca ünlü bir kripto para borsasıdır! Şifreli dijital para piyasasının daha doğru analizini kolaylaştırmak için program, analiz için Binance'in K-line verilerini otomatik olarak MT5'e aktarabilir.Temel işlevler şunlardır: 1. Para birimi güvenlik departmanı tarafından spot ticaret çiftlerinin otomatik olarak oluşturulmasını destekleyin ve ayrıca kâr para birimini ve temel para birimini ayrı ayrı ayarlayabilirsiniz. Kâr para birimi ProfitCurrency boşsa, tüm ticaret alanları anlamına
Binance is a world-renowned cryptocurrency exchange! In order to facilitate more accurate analysis of the encrypted digital currency market, the program can automatically import Binance’s futures K-line data to MT5 for analysis. The main functions are: 1. Support the automatic creation of all futures trading pairs on Binance USD-M, or you can set the base currency separately. For example, if the base currency BaseCurrency is empty, it means all currencies, and any cryptocurrency supported by
Binance, dünyaca ünlü bir kripto para borsasıdır! Şifreli dijital para piyasasının gerçek zamanlı veri analizini kolaylaştırmak için program, analiz için Binance'in gerçek zamanlı işlem verilerini otomatik olarak MT5'e aktarabilir.Temel işlevler şunlardır: 1. Para birimi güvenlik departmanı tarafından spot ticaret çiftlerinin otomatik olarak oluşturulmasını destekleyin ve ayrıca kâr para birimini ve temel para birimini ayrı ayrı ayarlayabilirsiniz. Kâr para birimi ProfitCurrency boşsa, tüm ti
Binance is a world-renowned cryptocurrency exchange! In order to facilitate the real-time data analysis of the encrypted digital currency market, the program can automatically import the real-time transaction data of Binance Futures to MT5 for analysis. The main functions are: 1. Support the automatic creation of USD-M futures trading pairs of the Ministry of Currency Security, and the base currency can also be set separately. The base currency BaseCurrency is empty to indicate all currencies
Binance is a world-renowned cryptocurrency exchange! In order to facilitate MT5 users to directly trade Binance Futures, the program provides the following trading functions: 1. Imitate the trading style of Binance Futures and provide a friendly operation panel; 2. Enter api and secret by yourself (you need to open futures trading permission in Binance api) to get leverage, balance and other information; 3. Support limitOrder (limit order), marketOrder (market order), stopLimit (limit sto
Binance is a world-renowned cryptocurrency exchange! To facilitate tracking of depth information and Tick changes, the program provides the following functions: 1. Automatically import all trading varieties in the Binance USD-M futures trading zone, with customizable product prefixes (to avoid conflicts with existing product names), or custom import of specific varieties; 2. Use websocket to link Binance futures trading, and market information push supports depth and tick; 3. Support sock
Broken Scapling is a breakthrough scalping strategy, through long-term support pressure breakthrough transactions, avoid too many false breakthroughs, thereby increasing the winning rate. The Broken Scapling strategy will automatically judge the current support pressure level. At the same time, there are three built-in fund management methods, including: fixed lot size, martingale lot size management (after the last stop loss, the next time the corresponding lot size will be automatically incre
Filtrele:
İnceleme yok
İncelemeye yanıt