MT5 Python Indicator Exporter Free

Hi you, I need your help! Be my Patron, let's make it possible!


https://www.patreon.com/joaopeuko

https://github.com/Joaopeuko/Mql5-Python-Integration


Channel:

English version - Versão Inglês:
https://www.mql5.com/en/channels/Mql5_Python_Integration_EN

Portuguese version - Versão Português:
https://www.mql5.com/en/channels/Mql5_Python_Integration_PT


Paid version with 38 indicator:

https://www.mql5.com/en/market/product/58056




I believe that development in PYTHON is easier and simpler to make an Expert Advisor or any other tool that helps you to make a decision when related to the stock market.


So, I built a library in Python that makes it easy and simple to make expert advisors. It is possible to find it here:


https://github.com/Joaopeuko/Mql5-Python-Integration


This MQL5 Service uses Socket communication to send and receive data.

This MQL5 Service is the “Client-Side”, so it will only work if there is a server-side sending data to it, asking for some Indicator.


An example of Expert Advisor using sockets can be found here:

https://github.com/Joaopeuko/Mql5-Python-Integration/blob/master/ExpertAdvisor/example_sockets_connection.py


However, there are some difficulties when using python to code an expert advisor, one of these difficulties is the Indicator usage, most of it does not exist yet. 

To solve that problem you can:

  • You can recreate all the indicators.

  • You can use a library that has some or all the indicators.

  • You can communicate through the Metatrader5 asking for the indicator data.


This MQL5 Service uses the indicators that are already built on Metatrader5, it just asks for the data, informing the setup first, and the service responds to it.



This service only works with a few indicators:

  • Bollinger Bands

  • MACD

  • Moving Average

  • OBV On Balance Volume

  • Stochastic


I built the communication using the same pattern used on MetaTrader5:

https://www.mql5.com/en/docs/indicators


The address and the port must be the same on the MQL5 Service and in the python code.


To use a service you just need to go in service, and a new one, it is near the expert advisor folder, at the button, on MetaTrader 5.


Image 1


You can use as many services you want until you reach the “Activation” limits.


Image 2


When using more than one service they might conflict, changing the port is a solution.


To be able to send data out of MetaTrader5 you first need to allow it, the “localhost” needs to be added.

  • Tools -> Options -> Expert advisors -> WbRequest (checkbox)


Image 3


It is good to know that I built that Service to work only in the “localhost.”

If you are in doubt, it uses sockets to work.


It is possible to call the same indicator with a different setup of how many times you want. However, when using too many indicators it might reduce performance.


You can see the expert advisor using indicator here:

https://github.com/Joaopeuko/Mql5-Python-Integration/blob/master/ExpertAdvisor/example_sockets_connection.py


All the indicators are defined to work with a time frame of one minute, to change it you just need to change the “time_frame.”


All the indicators have comments to make it easy to understand and know how to use it.

https://github.com/Joaopeuko/Mql5-Python-Integration/blob/master/Include/indicator_connector.py


Image 4


If you are having any trouble, please send me a direct message, I will be pleased to help you.



Önerilen ürünler
Hi you, I need your help! Be my Patron, let's make it possible! https://www.patreon.com/joaopeuko https://github.com/Joaopeuko/Mql5-Python-Integration Channel: English version - Versão Inglês: https://www.mql5.com/en/channels/Mql5_Python_Integration_EN Portuguese version - Versão Português: https://www.mql5.com/en/channels/Mql5_Python_Integration_PT Free version with 5 indicators: https://www.mql5.com/en/market/product/57574 This version has 38 indicators, 5 from the free version plus
FREE
MultiTimeframe Info Feed (MIF) Indicator Description: MultiTimeframe Info Feed (MIF) is a smart MQL5 indicator that displays a dynamic, real-time info panel directly on your chart, offering powerful insight into current market conditions. Key features include: Real-time display of Open, High, Low, Close, and live Tick price Tick Rate (ticks per second) for assessing market activity Auto-calculated Entry Price on new candle formation Signal direction detection (BUY / SELL) Price action pattern re
FREE
Smart Lot-Size Calculator And Trade Assistant for Mobile Trading Overview: This is the tool every trader in the market must have no matter if you are scalper, swing traders, day trader, or long term trader. This On-The-Go trading tool will help you stay disciplined and also stay free from daily trade management chores, Most traders face common problems like   1. Calculation of proper lot-size of a position to take controlled risk  2. Managing every trade and trailing stop-loss if trades goes in
FREE
Active Symbol is a tool that works together with our Trade Panel. Since version 1.2 our panel can manage multiple symbols without having to open it in all of them, just one. This tool make this possible, because with it the actual or remote symbol information are saved for our Trade Panel to use. Remember to enable the panel control mode in the all symbols function. If you have some problemas with the shortcut buttons on chart on unpinned mode of Trade Panel try change the tickets digits option.
FREE
The idea of the system is to indentify the reversal patterns using the calculation of the composite candle. The reversal patterns is similar to the "Hammer" and "Hanging Man" patterns in Japanese candlestick analysis. But it uses the composite candle instead the single candle and doesn't need the small body of the composite candle to confirm the reversal. Input parameters: Range - maximal number of bars, used in the calculation of the composite candle. Minimum - minimal size of the composite can
FREE
It mesures the lot size based on the points measured by clicking with the MIDDLE MOUSE BUTTON then CLICK and DRAG , previous that configure the indicator based on the risk you accept; The risk can be % based on fixed account, actual account size, and fix capital risk; If the INDICATOR DOESN'T WORK propperly try after configuring it CHANGE the TIMEFRAME and GET BACK to the PREVIOUS timeframe, SOMETIMES  this FIX IT
FREE
Zigzag Price Arrows
Aiman Saeed Salem Dahbag
The Zigzag Price Arrow indicator is an enhanced version of the classic Zigzag indicator, combining the traditional zigzag pattern with advanced visual features. It not only identifies major market turning points but also provides clear trading signals through: • Directional arrows: Displays colored arrows (green for buy, magenta for sell) indicating potential trend directions. • Price labels: Shows the exact price values at each pivot point directly on the chart. • Improved visual clarity: Make
FREE
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 If you have some problemas with the shortcut buttons on chart on unpinned mode try change the tickets digi
FREE
Server Clock
Flavio Javier Jarabeck
5 (5)
Many friends asked me for a simple, non-obtrusive, resource-friendly clock to track the time during their trades. It seems pretty obvious, but it is a must-have for those trading the market manually, waiting for the Market News, or just to visually know what time it is... Trading is an absorbing endeavor! So, here it is... Totally configurable, including Font Type, Font Size and Chart Location: Upper Left/Center/Right OR Lower Left/Center/Right, with a little twist of adjusting the Offset, just
FREE
Position Selective Close MT5
Francisco Manuel Vicente Berardo
The Position Selective Close is a multi-symbol multi-timeframe script used to close simultaneously various positions.  General Description   The Position Selective Close   possesses   three operation modes (Intersection,   Union   and All) that control the way   as   four position features (symbol, magic number,   type   and profit) are used. The modes, available through the Selection Mode input parameter, relate to the features, available through the “Select by Feature” and “Feature” input pa
FREE
Know the Candle Close Time
Benbyaanda Silvere Henri Sedric Kabore
This indicator allows to know the remaining time before the closing of the candle. It works on every timeframe. It is very usefull when your trading strategy depend of the close or the open of a specific candle. So use it like you want. Don't forget to leave a comment or a request for a EA or an indicator. Also spread it to your friends and don't hesitate to visit my profile to see others tools.
FREE
Donchian Breakout And Rsi
Mattia Impicciatore
5 (1)
Genel Açıklama Bu gösterge, klasik Donchian Kanalı ’nın geliştirilmiş bir versiyonudur ve gerçek işlem için pratik işlevlerle zenginleştirilmiştir. Standart üç çizgiye (üst, alt ve orta çizgi) ek olarak sistem breakout (fiyat kırılımı) noktalarını tespit eder ve bunları grafikte oklarla görsel olarak gösterir. Ayrıca grafiği sadeleştirmek için mevcut trend yönünün tersindeki çizgi yalnızca görüntülenir. Gösterge şunları içerir: Görsel sinyaller : Kırılım sırasında renkli oklar Otomatik bildiriml
FREE
Exact Time — detailed time on the seconds chart. The utility shows the opening time of the selected candle. This is necessary when working with seconds charts. For example, it can be used on a seconds chart built using the Seconds Chart utility. Inputs Base corner — the chart corner to which an object Is attached. X distance — the horizontal distance from the chart corner. Y distance — the vertical distance from the chart corner. Text font — font name Font size — font size Color — text color
FREE
Are you tired of drawing trendlines every time you're analyzing charts? Or perhaps you would like more consistency in your technical analysis. Then this is for you. This indicator will draw trend lines automatically when dropped on a chart. How it works Works similar to standard deviation channel found on mt4 and mt5. It has 2 parameters: 1. Starting Bar 2. Number of bars for calculation The   starting bar   is the bar which drawing of the trend lines will begin, while the   number of bars for c
FREE
The Rayol Code Hour Interval Lines indicator was  designed to assist your trading experience.  It  draws the range of hours chosen by the user directly on the chart, so that it enables traders to visualize price movements during their preferred trading hours, providing  traders a more comprehensive view of price movements and market dynamics. This indicator allows the user to choose not only the Broker's time, but also the Local time. This way, the user no longer needs to calculate local time in
FREE
Account Info EA It is a tool that presents on the graph all the positions of the account, and specific information concerning the positions, but also the account. It enables the user to have an image of his account at a glance. Use like any expert advisor. You can't attach it in the same chart with other expert advisor. It does not have the ability to open or manage positions. You can attach it on any chart and any timeframe.
FREE
Bu küçük araç, grafik üzerinde basit bir çizgi sürükleyerek risk yönetiminizi tanımlamanıza yardımcı olur. Hesap yüzdesi veya sabit para tutarı üzerinden hesaplanan gerçek lot büyüklüğünü doğrudan satırda gösterir. Tek yapmanız gereken klavyenizdeki "t" tuşuna basarak hattı aktif hale getirmek ve hattı stoploss noktanıza sürüklemek. Bu kadar. Ayarlarda çizgi ve metnin rengini ve genişliğini, ayrıca metinden satıra kadar olan boşluğu ve sağı tanımlayabilir ve riski hesap yüzdesi veya sabit para
FREE
Free indicator that displays the remaining time until the current candle closes directly on the chart. Designed for traders who demand precision and timing, this lightweight and fully customizable tool enhances your trading experience. It is easy to install, compatible with all assets, markets, and timeframes, and provides real-time updates to support smarter decision-making.
FREE
RoundNum Readme (Traders Club) 特徴: このツールはDOWやNIKKEIなど500や1000ポイントがラウンドナンバーの 指数を取引する際に表示するように開発しました。 もちろんメジャー通貨でも表示はされます。 更新頻度を制限しているのでチャート表示が遅くなるということは ありません。 XMでDOWを取引される場合、Main Levelsを10000 Sub Levelsを5000にしてください。 各パラメータの説明: Number to display lines:表示するライン数を設定します。 Main Levels:メインレベルをポイントで指定します。 Main Line Color:メインラインの色を設定します。 Main Line Style:メインラインで使用されるラインを設定します。 Show Sub Lines:サブラインを表示するか設定します。 Sub Levels:サブレベルをポイントで指定します。 Sub Line Color:サブラインの色を設定します。 Sub Line Style:サブラインで使用され
FREE
MACD Enhanced
Nikita Berdnikov
5 (3)
Introducing the MACD  Enhanced – an advanced MACD (Moving Average Convergence Divergence) indicator that provides traders with extended capabilities for trend and momentum analysis in financial markets. The indicator uses the difference between the fast and slow exponential moving averages to determine momentum, direction, and strength of the trend, creating clear visual signals for potential entry and exit points. Attention! To achieve the best results, it is recommended to adapt the indicator
FREE
Ultimate Trading Journal & Analytics Dashboard This tool is not just a trade logger; it is a complete   Psychology and Performance Center . It completely takes over your chart to provide a distraction-free environment focused entirely on your trading statistics, discipline, and daily habits. Key Features 1.  Total Immersion UI (The "Blackout") Chart Masking:   Upon loading, the tool turns the background, grid, and candles pitch black. This hides the noise of the market ticks, allowing you to foc
FREE
Position Size Tool – Smart Risk Management & Trade Execution Panel The Position Size Tool is a powerful and intuitive MT5 panel that simplifies your trading by combining position sizing , risk calculation , risk/reward visualization , and order placement —all in one place. ️ Clean & Functional Interface The tool features a compact, real-time panel with the following: Balance & Equity display Live Price tracking Customizable Risk % input Auto-calculated Lot Size based on SL and Risk Input for S
FREE
Volume Weighted Average Price or VWAP is an indicator wich shows different average prices on chart. This is very useful to find strong negotiation price areas and as trend following. Configurations: Day, Week and Month - Show different VWAPs according to the period. You can change each line style on "colors" tab. Any doubt or suggestion please contact us. Enjoy! This is a free indicator, but it took hours to develop. If you want to pay me a coffee, I appreciate a lot   <3 PayPal, Skrill, Nete
FREE
!!ご自身の戦略と合っているのか必ず確認してください!! ※勝率重視の戦略に適しています プロップファームを経験した人なら、 一度はこう思ったことがあるはずです。 最大損失率に合わせてロット計算するのが面倒 扱う通貨ペアが増えるほど計算するのが面倒 ルール違反で失格するのが怖い 口座を失うたびに心が折れる 僕自身、まさにこのループに苦しんでいました。 「勝てるかどうか」よりも先に、 “どうやって生き残るか”   が最大の課題だったんです。 その結果、 自分のために作り始めたのがこの   ポジションサイジングEA   でした。 ↓複数口座管理したいならこっちがお勧め Prop Sizing and Simple Copy EA https://www.mql5.com/ja/market/product/161254 このEAでできること プロップ基準の自動ロット計算 初期残高・最大損失率・一日損失率・最大負け回数を入力するだけ BUY/SELLボタンでSL/TPを同時設定 同時エントリー数にも対応 CALCボタンで最終使用可能額を即表示 許容スプレッド超過時はエントリーしない安全
FREE
Daily Support and Resistance Levels 는 클래식 피벗 포인트 방식으로 일중 거래 핵심 가격 레벨을 자동 계산/표시하는 전문 지표입니다. 주요 기능: 피벗 포인트(PP) 자동 계산 3개의 저항 레벨(R1, R2, R3) 3개의 지지 레벨(S1, S2, S3) 전일 고가/저가 표시 실시간 정보 패널 상승/하락 바이어스 표시 최근 레벨까지 거리 표시 색상/표시 완전 사용자 설정 매일 자동 업데이트 모든 타임프레임 지원 계산 방식: 전일 고가/저가/종가 기반 클래식 피벗 포인트. 트레이딩 활용: 지지/저항 반등 매매 돌파 전략 레인지 거래 방향성 판단 목표가 설정 사용 방법: 차트에 인디케이터 적용 레벨 자동 생성 가격 > PP = 상승 바이어스 가격 < PP = 하락 바이어스 S1-S3 = 지지 구간 R1-R3 = 저항 구간 설정 옵션: 피벗/지지/저항 색상 라인 굵기/스타일 가격 라벨 표시/숨기기 정보 패널 ON/OFF 패널 위치/폰트 크기 전일 고가/저가 표
FREE
Value Chart Candlesticks
Flavio Javier Jarabeck
4.69 (13)
The idea of a Value Chart indicator was presented in the very good book I read back in 2020 , " Dynamic Trading Indicators: Winning with Value Charts and Price Action Profile ", from the authors Mark Helweg and David Stendahl. The idea is simple and the result is pure genius: Present candlestick Price analysis in a detrended way! HOW TO READ THIS INDICATOR Look for Overbought and Oversold levels. Of course, you will need to test the settings a lot to find the "correct" one for your approach. It
FREE
FREE! MT5 Trading Manager EA PRO / MT5 Trading Assistant EA PRO: Empowering Traders for Success! Are you ready to revolutionize your MetaTrader 5 trading experience? Our comprehensive trading assistant is meticulously crafted for efficiency, precision, and overall trading prowess. Discover what sets MT5 Trading Assistant EA PRO apart: Key Features: 1. Create Order Tab: Effortless trade execution: Seamlessly place market, pending, or stop orders with our user-friendly interface. Real-time market
FREE
AllTF Trend Bias Indicator   is a professional tool to visualize market bias, designed mainly for 1-minute charts. The colors are not trading signals by themselves, but a visual compass to guide your decision-making:   HiddenEdge release model All HiddenEdge tools follow the same structured release plan. Each indicator is released initially for free to collect feedback. After reaching a stable user base, it moves to a fixed paid tier. Some utilities remain permanently free as part of the Hidde
FREE
Total Closed Trades – MT5 Indicator The Total Closed Trades indicator for MetaTrader 5 provides a quick, visual overview of your trading performance by displaying a simple and intuitive 3-value breakdown : Total Trades – The total number of closed trades. Winning Trades – Number of profitable trades. Losing Trades – Number of losing trades. Instead of digging through reports, traders can instantly monitor their historical performance with a compact and elegant pie chart-style widget. Key
FREE
Free automatic Fibonacci is an indicator that automatically plots a Fibonacci retracement based on the number of bars you select on the BarsToScan setting in the indicator. The Fibonacci is automatically updated in real time as new highest and lowest values appears amongst the selected bars. You can select which level values to be displayed in the indicator settings. You can also select the color of the levels thus enabling the trader to be able to attach the indicator several times with differe
FREE
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 (129)
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 (148)
Ticaret Paneli çok işlevli bir ticaret asistanıdır. Uygulama, manuel ticaret için 50'den fazla ticaret işlevi içerir ve çoğu ticaret işlemini otomatikleştirmenize olanak tanır. Dikkat, uygulama strateji test cihazında çalışmıyor. Satın almadan önce demo sürümünü bir demo hesabında test edebilirsiniz. Demo sürümü burada . Talimatların tamamı buraya . Ticaret. Tek tıklamayla alım satım işlemlerini gerçekleştirmenizi sağlar: Otomatik risk hesaplaması ile bekleyen emir ve pozisyonları açın. Tek tıkl
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
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
Farmed Hedge Yield Farming - Professional Pair Trading Dashboard (Manual - Hybrid - Semi/Automated EA) VERSION 3 - WILD HARVEST UPDATE Trading Approach: - Manual Trading: Primary focus - Auto Pilot: Optional supplementary feature - Full Automation: Not the main purpose Recommended Timeframe: H1-H4 DEMO VERSION Download the free demo to test functionality. Use Strategy Tester with Visual Mode to see how it works. VERSION 3 - NEW FEATURES Summary Dashboard (SRA Panel) - Quick pair selection w
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
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   -  
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
Ultimate Extractor - Professional Trading Analytics for MT5 *****this is the local HTML version of Ultimate Extractor. Check out Ultimate Extractor Cloud on mql5 for the Cloud version****** 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 inte
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
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
Trade copier MT5
Alfiya Fazylova
4.63 (38)
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
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ı
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
MT5 için Stats Dashboard & Journal ULTRA Tam Kapsamlı Ticaret Komuta Merkezi: Analitik, Otomasyon ve Haber İstihbaratı. Stats Dashboard ULTRA, Pro analiz aracının nihai evrimidir. MetaTrader 5'i, kurumsal düzeyde performans analizini otomatik haber koruması ve gelişmiş psikolojik metriklerle birleştiren profesyonel bir ticaret istasyonuna dönüştürür. Tam kontrol talep eden manuel işlemciler (traderlar) ve EA portföy yöneticileri için tasarlanmıştır. ULTRA VERSİYONDAKİ YENİLİKLER Haber İstihbarat
Equity Protect Pro: Endişesiz İşlem İçin Kapsamlı Hesap Koruma Uzmanınız Hesap koruması, öz sermaye koruması, portföy koruması, çoklu strateji koruması, kar koruması, kar toplama, işlem güvenliği, risk kontrol programları, otomatik risk kontrolü, otomatik tasfiye, koşullu tasfiye, planlı tasfiye, dinamik tasfiye, iz süren stop loss, tek tıklamayla kapatma, tek tıklamayla tasfiye ve tek tıklamayla geri yükleme gibi özellikler arıyorsanız, Equity Protect Pro ihtiyacınız olan programdır. Kurulumu
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
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ış
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
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
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
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
Anchor: The EA Manager A coordination system for traders running multiple EAs. Anchor ensures only one EA can trade at a time, preventing conflicting positions and keeping your portfolio safer. Attach Anchor to any chart. Configure your EAs and their magic numbers. Anchor handles the rest. Built for portfolios. Built for discipline. Built for prop firms. The Problem Running multiple EAs on the same account creates risk. Two gold EAs can open opposite positions on the same candle. Three EA
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
Timeless Charts
Samuel Manoel De Souza
5 (3)
Timeless Charts , saniye grafikleri / saniye zaman dilimleri, renko grafikleri / renko çubukları, küme grafikleri / footprint grafikleri ve popüler platformlarda bulunan gelişmiş araçlar dahil olmak üzere, özel grafikler / özel zaman dilimleri arayan profesyonel traderlar için tasarlanmış gelişmiş bir grafik çözümüdür. Geleneksel çevrimdışı grafikler veya basit özel göstergelerden farklı olarak, bu çözüm gerçek zaman damgası doğruluğuna (milisaniye düzeyine kadar) sahip tamamen özel çubuklar ol
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
One tool to protect all your EAs — news filter, equity protection, time filter and more — free demo available 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. Typical use cases: One news filter for all your EAs. Pause trading during news or high volatility — and c
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
Yazarın diğer ürünleri
Hi you, I need your help! Be my Patron, let's make it possible! https://www.patreon.com/joaopeuko https://github.com/Joaopeuko/Mql5-Python-Integration It works. *****REVISADO*****DIA 31/12/2019 (dd/mm/yyyy) - EA continua funcionando perfeitamente, apesar do comentário feedback negativo.  Simples Expert Advisory para trades feitos de forma manual. O EA coloca o Stop Loss (SL) e o Take Profit(TP) de e automática quando o Trade acontece. O EA trabalha com números inteiros e fracionados, tan
FREE
Hi you, I need your help! Be my Patron, let's make it possible! https://www.patreon.com/joaopeuko https://github.com/Joaopeuko/Mql5-Python-Integration Channel: English version - Versão Inglês: https://www.mql5.com/en/channels/Mql5_Python_Integration_EN Portuguese version - Versão Português: https://www.mql5.com/en/channels/Mql5_Python_Integration_PT Free version with 5 indicators: https://www.mql5.com/en/market/product/57574 This version has 38 indicators, 5 from the free version plus
FREE
Hi you, I need your help! Be my Patron, let's make it possible! https://www.patreon.com/joaopeuko https://github.com/Joaopeuko/Mql5-Python-Integration Esse Expert Advisor copia os dados("symbol,last,bid,ask") dos ativos que foram colocados na lista e só funciona enquanto o mercado esta aberto. Esse EA não é um link DDE ou RTD, as informações não são passadas em tempo real ao excel. O EA tem um delay de 30 segundos e o Excel tem um delay de 1 minuto. A vantagem desse EA é que ele dispensa o
FREE
Filtrele:
Yu Zhang
6848
Yu Zhang 2020.11.20 07:40 
 

I've developed the same project based on sockets, but sockets have a limit on how much data they transmit, and it loses data every time I request a large amount of data.Have you ever had the same problem?

I tested your program and you are getting individual indicator data every time. Have you ever tested to obtain batch indicator data? For example, I want to get all the indicator data of the EURUSD 1 minute time frame within 1 year at one time.

Joao Paulo Euko
1228
Geliştiriciden yanıt Joao Paulo Euko 2020.11.20 16:32
Hi Yu Zhang, how are you? Thank you for your comment. Yes, I had the same problem.
I have tried to return a huge batch of data of EURUSD, but when the size is big (300000) the indicator starts to crash. Also, a request of one million minutes returns the maximum amount for EURUSD an array of 419431 minutes. For now, I was not able to find a solution, not yet.
İncelemeye yanıt