• 미리보기
  • 리뷰 (3)
  • 코멘트
  • 새 소식

Binance EA Connection Library

5

이 라이브러리를 사용하면 EA를 사용하여 거래를 관리할 수 있으며 설명에 언급된 스크립트 코드와 전체 프로세스를 보여주는 비디오의 데모 예제를 사용하여 모든 EA에 통합하기가 매우 쉽습니다.

- Place Limit, SL Limit, Take Profit Limit 주문

- 플레이스 마켓, SL-마켓, TP-마켓 주문

- 지정가 주문 수정

- 주문 취소

- 쿼리 주문

- 레버리지, 마진 변경

- 위치 정보 얻기

그리고 더...

MT5에 바이낸스 차트가 없는 경우를 제외하고 암호화폐 차트 대여는 선택 사항입니다.

스크립트 데모를 보려면 여기를 클릭하세요.

트레이딩 패널과 거래하고 싶다면 이 제품에 관심이 있으실 것입니다.


이 제품은 Crypto Charting의 애드온입니다.

이 라이브러리를 사용하면 EA를 사용하여 거래를 관리할 수 있으며 설명에 언급된 스크립트 코드와 전체 프로세스를 보여주는 비디오의 데모 예제를 사용하여 모든 EA에 통합하기가 매우 쉽습니다.

- Place Limit, SL Limit, Take Profit Limit 주문

- 플레이스 마켓, SL-마켓, TP-마켓 주문

- 지정가 주문 수정

- 주문 취소

- 쿼리 주문

- 레버리지, 마진 변경

- 위치 정보 얻기

그리고 더...

MT5에 바이낸스 차트가 없는 경우를 제외하고 암호화폐 차트 대여는 선택 사항입니다.

스크립트 데모를 보려면 여기를 클릭하세요.

트레이딩 패널과 거래하고 싶다면 이 제품에 관심이 있으실 것입니다.


리뷰 3
Mars Yang
45
Mars Yang 2024.06.22 05:06 
 

Product Works very good, Rajesh is was very responsive and supportive helped me get it setup no problem and the tutorial is also very detailed. It is easy to use.

ümit gün
58
ümit gün 2024.03.03 21:41 
 

Your innovative contributions to "Crypto Charting" and "Binance EA Connection Library" have greatly enhanced MetaTrader 5, providing unmatched depth and functionality. Your integration of cryptocurrency data, alongside a user-friendly interface, enables investors to analyze markets with exceptional clarity and effectiveness. Your work sets new standards in the industry, serving as both a tool and a guide in understanding market dynamics. Congratulations on your exceptional achievements, and I wish you continued success. We also thank you for your support in system integration.

Theechat Chatvijit
61
Theechat Chatvijit 2024.02.28 16:27 
 

The product owner, Rajesh, is very supportive.

추천 제품
MT4/5通用交易库(  一份代码通用4和5 ) #ifdef __MQL5__      #define KOD_TICKET ulong      #define KOD_MAGIC   long #else        #define KOD_TICKET long      #define KOD_MAGIC   int #endif class ODLIST; #import "K Trade Lib Pro 5.ex5"       //祝有个美好开始,运行首行加入    void StartGood() ;    //简单开单    long OrderOpen( int type, double volume, int magic, string symbol= "" , string comment= "" , double opprice= 0 , double sl= 0 , double tp= 0 , int expiration= 0 , bool slsetmode= false , bool tpsetmode= false );    //复杂开单
1. What is this The MT5 system comes with very few optimization results. Sometimes we need to study more results. This library allows you to output more results during backtest optimization. It also supports printing more strategy results in a single backtest. 2. Product Features The results of the optimized output are quite numerous. CustomMax can be customized. The output is in the Common folder. It is automatically named according to the name of the EA, and the name of the same EA will be au
이 라이브러리는 키 및 값 배열을 정렬하는 데 사용되며 종종 값을 정렬해야 합니다. 파이썬 언어처럼 sorted(key_value.items(), key = lambda kv:(kv[ 1 ], kv[ 0 ])) 가져오기 기능 사용 시나리오의 예 1. 그리드 EA 주문은 시가에 따라 정렬됩니다. void SortedByOpenPride()   {    long     OrderTicketBuffer[];    double   OpenPriceBuffer[];    for ( int i = PositionsTotal ()- 1 ; i>= 0 ; i--)      {        if (m_position.SelectByIndex(i))         {          OrderTicketBuffer[i] = long (m_position.Ticket());          OpenPriceBuffer[i] = m_position.PriceOpen();         }
| Fully-automated Smart Money Concept (ICT) inspired trading solution with multi-strategy capabilities | Built by a grid trader >> for grid traders.  This is MT5 version, click  here  for  Blue CARA MT4  (settings and logics are same in both versions)     Real monitoring signal  -->  Cara Gold Intro Blue CARA EA   ('CARA') - short for  C omprehensive  A lgorithmic   R esponsive   A dvisor is a next-gen  multi-currency    multi-timeframe  EA base on the widely known (and perhaps the most popul
표시기는 현재 시세를 작성하여 과거 시세와 비교할 수 있으며 이를 바탕으로 가격 변동을 예측합니다. 표시기에는 원하는 날짜로 빠르게 이동할 수 있는 텍스트 필드가 있습니다. 옵션: 기호 - 표시기가 표시할 기호 선택. SymbolPeriod - 지표가 데이터를 가져올 기간 선택. IndicatorColor - 표시기 색상. HorisontalShift - 지시자가 그린 따옴표를 지정된 막대 수만큼 이동합니다. Inverse - true는 인용 부호를 반대로, false - 원래 보기를 반전합니다. ChartVerticalShiftStep - 차트를 수직으로 이동합니다(키보드의 위/아래 화살표). 다음은 날짜를 입력할 수 있는 텍스트 필드의 설정으로, '엔터'를 누르면 즉시 이동할 수 있습니다.
Bober Real MT5
Arnold Bobrinskii
4.76 (17)
Bober Real MT5 is a fully automatic Forex trading Expert Advisor. This robot was made in 2014 year and did a lot of profitbale trades during this period. So far over 7000% growth on my personal account. There was many updates but 2019 update is the best one. The robot can run on any instrument, but the results are better with EURGBP, GBPUSD, on the M5 timeframe. Robot doesn't show good results in tester or live account if you run incorrect sets. Set files for Live accounts availible only for c
Gold plucking machine   Gold plucking machine is an Expert Advisor designed specifically for trading gold. The operation is based on opening orders using the Fast and Slow lines indicator, thus the EA works according to the "Trend Follow" strategy, which means following the trend. Use grid strategy to place orders without stop loss operation, so please make sure the account has sufficient funds. magic number      -  is a special number that the EA assigns to its orders. Lot Multiplier        -
Premium level Pro
Dmitriy Kashevich
Premium level is a unique indicator with more than 80% accuracy of correct predictions! This indicator has been tested for more than two months by the best Trading Specialists! The author's indicator you will not find anywhere else! From the screenshots you can see for yourself the accuracy of this tool! 1 is great for trading binary options with an expiration time of 1 candle. 2 works on all currency pairs, stocks, commodities, cryptocurrencies Instructions: As soon as the red ar
If you're a trader looking to use Binance.com and Binance.us exchanges directly from your MetaTrader 5 terminal, you'll want to check out Binance Library MetaTrader 5. This powerful tool allows you to trade all asset classes on both exchanges, including Spot, USD-M   and COIN-M futures, and includes all the necessary functions for trading activity. With Binance Library MetaTrader 5, you can easily add instruments from Binance to the Symbols list of MetaTrader 5, as well as obtain information ab
Best Tested Pairs :-  Step Index (Also can use on other pairs which spread is lowest) How does the Magic Storm work The Magic Storm will commence only if the Initial Trade becomes a losing trade. In case the initial trade is a profitable one, or has been closed by the trader there is no need for the Magic Stormto be initiated. Let’s assume that the initial trade was a 1 lot buy trade with Recovery Zone Range Pips is 50 and Recovery Zone Exit Pips is 150 pips. The take profit fo
Orbit Rage Final 2
BILLY ARANDUQUE ABCEDE
Note : i only sell this EA on MQL5, any other sellers is fake. Orbit Rage Final, a cutting-edge trading strategy meticulously designed around the bull/bear candle approach and divergence analysis. This powerful tool is engineered to empower you to shape the life you desire. To embark on this transformative journey, simply download and seamlessly integrate it into your MetaTrader 4 platform by placing it in the experts advisors folder. Orbit Rage Final revolutionizes trading by offering a risk-f
Crash5 EA ,I s a automatic robot that has the level of professional decision when to take a trade without any emotion. The bot will help in your scalping decision making with its own TP (take profit) and SL (stop loss) with the trail stop when in profit. This is a trend based spike catching ,looking on whats happening in real time charts no repainting of any signals. The robot helps in making decisions on the candle stick pattern opened and closed lat price with the help of RSI ,MACD and the EMA
Forex Scalper EA trades three currency pairs simultaneously! The strategy is very simple: limit orders are placed in both directions until one is triggered. Pyramid scheme (multiple limit orders) increase profits when price moves in one direction or another. This EA provides functions: Start Trading, End Trading, Сlose Order(Time), Pending Order Placement (Time), Tralling stop (automatically according to strategy), trading can be switched off, daily range (strategy), stop loss per day (risk m
FREE
수입과 연구를 위한 도구. 거래 신호 및 전략의 핵심은 가격 예측 패턴의 형성을 위한 저자의 알고리즘을 기반으로 합니다. 모든 악기에 적용 가능! MA "Nine-Tailed Fox" 에 기반한 제어 시스템으로 보완되어 시장, 장비 및 작업 기간에 대해 가능한 한 정확하게 신호를 업데이트 및 조정합니다. 적격: 모든 시장의 모든 상품(예외 있음). 대상: 헤지 펀드, 펀드 및 자산 관리자, 투자 관리자, 투기꾼, 투자자 및 이해 관계자. .............................................................................................................................................
Golden Retriever
Alexander Daneel Muller
Golden Retriever is one of my best EA's to date. The Golden Retriever, retrieves money from the market for you. It Retrieves money in small sizes and is a very gentle trader. I am a fullime trader for the past 17 years.  My methods all revolve around small profits, short trades and low risk. My experience shows that 2-3% monthly profit using a combination of trade systems is the best way to have a long and effective career in trading.  It was developed using 17 years of experience in live tradin
The Inside Bar e one is a reversal/continuation candle formation, and is one of the most traded candle patterns. Robot F1 allows you to configure different trading strategies, Day Trade or swing trade, based on the Inside Bar as a starting point.  This pattern only requires two candles to perform. Robot F1 uses this extremely efficient pattern to identify trading opportunities. To make operations more effective, it has indicators that can be configured according to your strategy. Among th
Ilan
Andrey Khatimlianskii
4.71 (7)
Ilan for MetaTrader 5 Due to using the virtual trades, trading in both directions (buy and sell) simultaneously became possible. This allows users to adapt the popular strategy for the net accounting of positions applied by MetaTrader 5.  Expert Advisor Settings The Expert Advisor setup is simple. However, all the important settings of the strategy are available for adjusting. Available tools: Unique  MagicNumber  for identification of trades; Trade direction option ( Trade direction ): buy on
Sun
Arthur Hatchiguian
3.72 (29)
Sun은   EURUSD M1 용으로 설계된 공격적인 멀티 사이클 스캘퍼입니다. 각 주기는 독립적입니다. 그것은 일련의 주문을 사용하고 자체 TP와 SL을 가지고 있습니다. 마틴게일 시스템을 사용합니다. 이 EA는 과거의 강력한 반복을 사용하여 위치를 잡고 높은 성공률을 달성합니다. 시작하기 전에 블로그 게시물을 읽는 것이 매우 중요합니다. 최소 보증금은 1:500 레버리지에 대해 $100입니다. autolot 시스템이 포함되어 있습니다. 스프레드가 낮고 VPS가 빠른 1:500 ECN 계정을 사용하는 것이 좋습니다. 이 EA가 제대로 작동하려면 차트당 최소 1000MB(1GB)의 여유 RAM이 필요합니다. 설정 및 설정 파일   :  https://www.mql5.com/en/blogs/post/747168 신호   :   https://www.mql5.com/en/users/myxx/seller Sun  쌍 외환   : Sun (EURUSD):  https://www.m
Hamster Scalping mt5
Ramil Minniakhmetov
4.68 (197)
Hamster Scalping은 마틴게일을 사용하지 않는 완전 자동화된 거래 고문입니다. 야간 스캘핑 전략. RSI 표시기와 ATR 필터는 입력으로 사용됩니다. 고문은 헤징 계정 유형이 필요합니다. 실제 작업 및 기타 개발 모니터링은 여기에서 찾을 수 있습니다. https://www.mql5.com/en/users/mechanic/seller 일반 권장 사항 최소 예치금 $100, 최소 스프레드의 ECN 계정 사용, 기본 설정은 eurusd M5 gmt + 3입니다. 입력 매개변수 EA는 4자리 및 5자리 따옴표 모두에서 작동합니다. 입력 매개변수에서 5자에 대해 포인트로 값을 표시하면 자동으로 모든 것을 4자로 다시 계산합니다. NewCycle - 모드가 켜져 있으면 고문이 멈추지 않고 작동하고, 모드가 꺼져 있으면 일련의 거래가 완료된 후 고문이 새 주문을 열지 않습니다. 기간 표시기1 - 첫 번째 표시기의 기간. 상위 레벨 - 고문이 판매를 시작하는 첫
Impuls Pro
Sergey Batudayev
EA의 전략은 스윙 트레이딩을 기반으로 하며 iPump 지표에 의해 계산된 날카로운 충동 이후의 항목이 있습니다. 앞서 언급했듯이 EA는 자동 지원으로 수동 거래를 열 수 있습니다. - 하락추세의 경우 ↓ 가격 조정 후 거래에 진입하고 자산이 과매수 영역에 들어가 추세를 따라 매도합니다. - 상승 추세 ↑의 경우 가격 조정 후 거래에 진입하고 자산이 과매도 영역에 빠지면 추세를 따라 매수합니다. 선택한 자산에서 거래할 때 고문은 추세를 고려하고 현재 추세에 따라 거래를 엽니다. 수익성이 없는 거래는 중지와 평균을 사용하여 마감할 수 있습니다. 두 번째 옵션은 확실히 더 수익성이 높지만 더 위험합니다. 장점 다양한 TF에 대한 레벨 분석을 위한 내장 레벨 표시기 차트에서 수동으로 평균화 수준을 선택하는 기능 많은 피라미드형 주문을 열어 이익을 배가할 수 있는 능력(주문 수는 스스로 제어할 수 있음) iPump 표시기의 역 신호를 기반으로 TP in% 설정에 대한 추가 기준 "손"
Mt5TradeCopier
Mcblastus Gicharu Ndiba
Forex Trade copier MT5.  It copies forex trades, positions, orders from any accounts to any other account,  MT5 even multiple accounts. The unique copying algorithm exactly copies all trades from the master account to your client account. It is also noted for its high operation speed and Tough error handling. It also can copy from demo account to live account too. It is one of the best free trade copiers that can do ,  MT5 or to multiple accounts  MT5 to multiple accounts  Features of Trade Copi
Trade   News EA is a semi automatic expert advisor designed for trade news event. News Calendar uses the built in calendar of MT5 terminal. Expert advisor explanation :   Click here   | Free News Reminder :   Click here   Parameters input: 1. Manage Open Positions + Trade Buy : Allow buy + Trade Sell : Allow sell 2. Show news + High importance : Show high importance news + High importance color : Color of high importance news + Medium importance : Show Medium importance news + Medium import
Uni Bot
Andriy Sydoruk
2.79 (34)
Uni Bot   is a trendy neural network trained bot. An expert system based on a neural network based on a new specially developed architecture (T-INN) Target-IntelNeuroNet. For this variant of the Expert Advisor to work, there is no need to download the file of the trained neural network, since for the ease of use by the end user of the neural network forex bot, most users encoded a number of neural networks in the body of the bot. But in order for the bot to better adapt to the specific history
AI Meta EA MT5
Denis Kurnev
3.57 (21)
Introducing the AI Meta EA advisor - a remarkable leap in the world of trading! If you've always aspired to something greater and uncharted, then AI Meta EA is what you need. It harnesses cutting-edge artificial intelligence technologies, developed using neural networks and hidden algorithms in the deepest corners of the internet. What makes AI Meta EA so uniquely exceptional? Forget about old strategies and mundane indicators! My advisor possesses an intuition that even the most experienced tra
EA Toolkit
Esteban Thevenon
EA Toolkit   is a library that allows any developer to quickly and easily program Advisor experts. It includes many functions and enumerations such as trailing stop, lot, stop loss management, market trading authorisations, price table updates, trading conditions and many more. Installation + Documentation : You will find all the information to install this library and the documentation of its functions on this GitHub : https://github.com/Venon282/Expert-Advisor-Toolkit WARNING : The installa
Kintech Gold
Doan Van Hai
Following our guide, you will gain more than you lose. EA for long-term. Stable profit - min risk. Symbol:  XAUUSD Attach to any timeframe Min deposit:   3000$ - Calculate profit by month EA input instruction: 1. With XAU 2 digits (eg: 1843.23) please set - Input   [3. Max spread]: 55 - Input   [9. Step point]: 100 2. With XAU 3 digits (eg: 1843.235) please set - Input   [3. Max spread]: 550 - Input   [9. Step point]: 1000 3. If you want to attach to one more Window, please set input   [1. Numb
Trend Catcher with Alert MT5
Issam Kassas
4.65 (74)
트렌드 캐쳐: 알림 인디케이터와 함께 하는 트렌드 캐쳐 전략은 시장 트렌드와 잠재적인 진입 및 체크 포인트를 식별하는 데 도움이 되는 다목적 기술 분석 도구입니다. 이는 시장 상황에 적응하여 트렌드 방향을 명확하게 시각적으로 표현하는 동적 트렌드 캐쳐 전략을 제공합니다. 트레이더는 선호도와 위험 허용도에 맞게 매개변수를 사용자 정의할 수 있습니다. 이 인디케이터는 트렌드 식별을 지원하고 잠재적인 반전을 신호로 제공하며 트레일링 스탑 메커니즘으로 작동하며 실시간 경고를 제공하여 신속한 시장 대응을 돕습니다. 특징: - 트렌드 식별: 상승 트렌드와 하락 트렌드를 신호합니다. - 트렌드 반전: 양봉 색상이 상승에서 하락으로 변경되거나 그 반대의 경우 잠재적인 반전을 경고합니다. - 실시간 경고: 새로운 트렌드 식별을 위한 경고를 생성합니다. 추천사항: - 통화 및 페어: EURUSD, AUDUSD, XAUUSD 등... - 시간 프레임: H1. - 계정 유형: 모든 E
FREE
Reward Multiplier is a semi-automatic trade manager based on pyramid trading that opens additional orders with the running profit of your trades to maximize return exponentially without increasing the risk. Unlike other similar EAs, this tool shows potential profit/loss and reward to risk ratio before even entering the first trade! Download Demo here  (starting lot is fixed at 0.01) Guide + tips here MT4 version   here You only open the first order. When your trade goes into profit RM opens a n
Break Of Structure Pro Is price action king? 1. Price is the ultimate king in the forex market, stock market or any other market. Using price action is the reason we can see more profit over loss. Technical analysis is the art of using data points to your advantage and taking informed decisions while entering, trailing and exiting a position on any timeframe. Break Of Structure Pro can be used to trend trade, scalp, hedge or swing trade. Price action is a trading technique that allows a tra
Introducing "TG Trade Service Manager" — your all-in-one solution for seamless trade management in both MQL4 and MQL5 environments. With a focus on speed, reliability, and convenience, this powerful library simplifies the complexities of trade execution and management, empowering developers with a single interface for enhanced efficiency. Metatrader4 Version   |   All Products   |   Contact   Key Features: Unified Interface : TG Trade Service Manager" provides a unified interface for   MQL4   a
이 제품의 구매자들이 또한 구매함
The following library is proposed as a means of being able to use the OpenAI API directly on the metatrader, in the simplest way possible. For more on the library's capabilities, read the following article: https://www.mql5.com/en/blogs/post/756098 The files needed to use the library can be found here: Manual IMPORTANT: To use the EA you must add the following URL to allow you to access the OpenAI API as shown in the attached images In order to use the library, you must include the following Hea
Binance Library
Hadil Mutaqin SE
5 (1)
The library is used to develop automatic trading on Binance Spot Market from MT5 platform. Support all order types: Limit, Market, Stop-Limit and Stop-Market. Support margin trading. Automatically display the chart on the screen. Usage: - Open MQL5 demo account - Move BinanceLib.ex5 from folder \MQL5\Scripts\Market to MQL5\Libraries - Download Header   file and EA sample https://www.mql5.com/en/code/download/34972_260999.zip Copy Binance.mqh header file to folder \MQL5\Include Copy  BinanceEA-
The library is dedicated to help manage your trades, calculate lot, trailing, partial close and other functions. Lot Calculation Mode 0: Fixed Lot. Mode 1: Martingale Lot (1,3,5,8,13) you can use it in different way calculate when loss=1 ,when profit=0. Mode 2: Multiplier Lot (1,2,4,8,16) you can use it in different way calculate when loss=1 ,when profit=0. Mode 3: Plus Lot (1,2,3,4,5) you can use it in different way calculate when loss=1 ,when profit=0. Mode 4: SL/Risk Lot calculate based on
Cryptocurrency analysis has never been easier with Crypto Charts for MetaTrader 5. Now, trading on BitMEX has never been easier with BitMEX Trading API for MetaTrader 5. BitMEX Trading API library was built to be as easy to use as possible. Just include the library into your Expert Advisor or Script, call the corresponding methods and start trading! Features Trade on BitMEX and BitMEX Testnet. Build and automate your strategies. Concern more with the trading strategy logic and less with the c
Goliath Mt5
Nicolokondwani Biscaldi
Goliath MT5 - scalper fully automated Expert Advisor for medium-volatile forex markets P roperties: The Library trades 10 currency pairs (USDCHF, EURCHF, EURGBP, AUDUSD, USDCAD, GBPUSD, EURUSD, NZDUSD, CADCHF, EURAUD, EURCAD, AUDJPY) The Library does not use martingale The Library sets a fixed stop loss and take profit for all orders The Library only trades a user input volume The Library can be installed on any currency pair and any timeframe Recommendations: Before using on a real account,
The library is used to develop automatic trading on Binance Futures Market from MT5 platform. Support all order types: Limit, Market, Stop-Limit, Stop-Market , StopLoss and TakeProfit. Automatically display the chart on the screen. Usage: - Open MQL5 demo account - Move BinanceFuturesLib.ex5 from folder \MQL5\Scripts\Market to MQL5\Libraries -  Download Header file and EA sample https://www.mql5.com/en/code/download/34976_252386.zip Copy BinanceFutures.mqh header file to folder \MQL5\Include C
This library implements a few functions to simplify the programming of Expert Advisors. * Build your own EA for MT5 / Binance, with a easy support for multisymbol / multytimeframe * Different SFE EAs based on the library provided. * Base signals of SFE EAs are inlcuded in base version. All the Pro filters and management are included in the base version all the 2022. * Customize the provided SFE Lib EA by changing or implementing its rules.. * Review the existing or ask for video tutorials to
This is standard library built for flexible neural Networks with performance in mind. Calling this Library is so simple and takes few lines of code:    matrix Matrix = matrix_utils.ReadCsv( "Nasdaq analysis.csv" );       matrix x_train, x_test;    vector y_train, y_test;         matrix_utils.TrainTestSplitMatrices(Matrix,x_train,y_train,x_test,y_test, 0.7 , 42 );    reg_nets = new CRegressorNets(x_train,y_train,AF_RELU_,HL, NORM_MIN_MAX_SCALER); //INitializing network       reg_nets.RegressorN
Hello everyone! I am a professional MQL programmer , Making EAs, Indicators and Trading Tools for my clients all over the world. I build 3-7 programs every week but I seldomly sell any ready-made Robots. Because I am fastidious and good strategy is so few...  this EA is the only one so far I think its good enough to be published here.  As we all know, the Ichimoku indicator has become world popular for decades, but still, only few people knows the right way of using it, and if we check the cl
Applying these methods, I managed to arrive at a nuanced conclusion that is crucial to understanding the importance of unique strategies in contemporary trading. Although the neural network advisor showed impressive efficiency in the initial stages, it proved to be highly unstable in the long run. Various factors such as market fluctuations, trend changes, external events, etc. cause its operation to be chaotic and eventually lead to instability. With these experiences, I accepted the challenge
This is an EXPERT with a FOCUS on LEARNING and PROFESSIONAL DEVELOPMENT!!! The idea of this product is to commercialize the source code, allowing those who want to develop their own robots, or start a professional activity developing customized experts, to have a reference source code that helps them in the learning and development process. This source code will be increased, that is, new functionalities will be created, thus allowing the project to continue evolving. For every 10 sales a new v
Nmt5
Liang Qi Quan
这段代码是一个简单的交易专家顾问(Expert Advisor)示例,主要功能如下: 使用两个移动平均线(MA)作为交易信号: 快速MA(FastMA)和慢速MA(SlowMA) 初始化函数(OnInit): 创建两个MA指标句柄 设置数组为时间序列模式 清理函数(OnDeinit): 释放指标句柄,防止内存泄漏 主要交易逻辑(OnTick): 获取最新的MA值 判断趋势和交易信号 在无持仓时执行交易 交易规则: 上升趋势+买入信号时开多单 下降趋势+卖出信号时开空单 使用固定的止损和止盈点数 风险管理: 使用输入参数设置交易手数、止损和止盈 每次只允许一个持仓(inTrade变量) 使用MQL5的Trade库进行交易操作,简化了下单过程 这个EA适合初学者学习,展示了基本的EA结构和简单的交易策略实现方法。但在实际使用前,还需要进行更多的测试和优化。
AO Core
Andrey Dik
3 (2)
AO Core is the core of the optimization algorithm, it is a library built on the author's HMA (hybrid metaheuristic algorithm) algorithm. An example of using AO Core is described in the article: https://www.mql5.com/ru/articles/14183 https://www.mql5.com/en/blogs/post/756510 This hybrid algorithm is based on a genetic algorithm and contains the best qualities and properties of population algorithms.  High-speed calculation in HMA guarantees unsurpassed accuracy and high search capabilities,
WalkForwardOptimizer MT5
Stanislav Korotky
3.86 (7)
WalkForwardOptimizer library allows you to perform rolling and cluster walk-forward optimization of expert advisers (EA) in MetaTrader 5. To use the library include its header file WalkForwardOptimizer.mqh into your EA source code, add call provided functions as appropriate. Once the library is embedded into EA, you may start optimization according to the procedure described in the User guide . When it's finished, intermediate results are saved into a CSV file and some special global variables.
이 라이브러리를 사용하면 EA를 사용하여 거래를 관리할 수 있으며 설명에 언급된 스크립트 코드와 전체 프로세스를 보여주는 비디오의 데모 예제를 사용하여 모든 EA에 통합하기가 매우 쉽습니다. - Place Limit, SL Limit, Take Profit Limit 주문 - 플레이스 마켓, SL-마켓, TP-마켓 주문 - 지정가 주문 수정 - 주문 취소 - 쿼리 주문 - 레버리지, 마진 변경 - 위치 정보 얻기 그리고 더... MT5에 바이낸스 차트가 없는 경우를 제외하고 암호화폐 차트 대여는 선택 사항입니다. 스크립트 데모를 보려면 여기를 클릭하세요. 트레이딩 패널과 거래하고 싶다면 이 제품에 관심이 있으실 것입니다. 이 제품은 Crypto Charting의 애드온입니다. 이 라이브러리를 사용하면 EA를 사용하여 거래를 관리할 수 있으며 설명에 언급된 스크립트 코드와 전체 프로세스를 보여주는 비디오의 데모 예제를
Native Websocket
Racheal Samson
5 (3)
An   easy to use, fast,  asynchronous   WebSocket library  for MQL5. It supports: ws://   and   wss://  (Secure "TLS" WebSocket) text   and   binary   data It handles: fragmented message  automatically (large data transfer) ping-pong   frames  automatically (keep-alive handshake) Benefits: No DLL required. No OpenSSL installation required. Up to 128 WebSocket Connections from a single program. Various Log Levels for error tracing Can be synchronized to MQL5 Virtual Hosting . Completely native to
The following library is proposed as a means of being able to use the OpenAI API directly on the metatrader, in the simplest way possible. For more on the library's capabilities, read the following article: https://www.mql5.com/en/blogs/post/756098 The files needed to use the library can be found here: Manual IMPORTANT: To use the EA you must add the following URL to allow you to access the OpenAI API as shown in the attached images In order to use the library, you must include the following Hea
MetaCOT 2 CFTC ToolBox is a special library that provides access to CFTC (U.S. Commodity Futures Trading Commission) reports straight from the MetaTrader terminal. The library includes all indicators that are based on these reports. With this library you do not need to purchase each MetaCOT indicator separately. Instead, you can obtain a single set of all 34 indicators including additional indicators that are not available as separate versions. The library supports all types of reports, and prov
Order Book, known also as Market Book, market depth, Level 2, - is a dynamically updated table with current volumes of orders to buy and to sell specific financial instument at price levels near Bid and Ask. MetaTrader 5 provides the means for receiving market book from your broker, but in real time only, without access to its history. The library OrderBook History Library reads market book state in the past from archive files, created by OrderBook Recorder . The library can be embedded into you
Binance Library
Hadil Mutaqin SE
5 (1)
The library is used to develop automatic trading on Binance Spot Market from MT5 platform. Support all order types: Limit, Market, Stop-Limit and Stop-Market. Support margin trading. Automatically display the chart on the screen. Usage: - Open MQL5 demo account - Move BinanceLib.ex5 from folder \MQL5\Scripts\Market to MQL5\Libraries - Download Header   file and EA sample https://www.mql5.com/en/code/download/34972_260999.zip Copy Binance.mqh header file to folder \MQL5\Include Copy  BinanceEA-
The Trade Tracker Library is used to automatically detect and display trade levels on custom charts. It is an especially useful add-on for EAs that trade on custom charts in MT5. With the use of this library, the EA users can see trades as they are placed via the EA (Entry, SL & TP levels) in real-time. The header file and two examples of EA skeleton files are attached in the comments section (first comment). The library will automatically detect the tradable symbol for the following custom
The library is dedicated to help manage your trades, calculate lot, trailing, partial close and other functions. Lot Calculation Mode 0: Fixed Lot. Mode 1: Martingale Lot (1,3,5,8,13) you can use it in different way calculate when loss=1 ,when profit=0. Mode 2: Multiplier Lot (1,2,4,8,16) you can use it in different way calculate when loss=1 ,when profit=0. Mode 3: Plus Lot (1,2,3,4,5) you can use it in different way calculate when loss=1 ,when profit=0. Mode 4: SL/Risk Lot calculate based on
This is a simplified and effective version of the library for walk forward analysis of trading experts. It collects data about the expert's trade during the optimization process in the MetaTrader tester and stores them in intermediate files in the "MQL5\Files" directory. Then it uses these files to automatically build a cluster walk forward report and rolling walk forward reports that refine it (all of them in one HTML file). Using the WalkForwardBuilder MT5 auxiliary script allows building othe
Cryptocurrency analysis has never been easier with Crypto Charts for MetaTrader 5. Now, trading on BitMEX has never been easier with BitMEX Trading API for MetaTrader 5. BitMEX Trading API library was built to be as easy to use as possible. Just include the library into your Expert Advisor or Script, call the corresponding methods and start trading! Features Trade on BitMEX and BitMEX Testnet. Build and automate your strategies. Concern more with the trading strategy logic and less with the c
Teclado trader, é uma BIBLIOTECA que você pode chamar no OnChartEvent para abrir posição de compra/venda/zerar, os botões padrões são: V = venda C = compra Z = zerar posições a mercado S = zerar posições opostas e depois a mercado X = zerar posições opostas Além da função de teclado, é possível mostrar os estados do ExpertAdvisor usando o MagicId, com informação de: lucro mensal, semanal, diario, e posição aberta, para isto use o OnTick, ou qualquer outro evento (OnTimer / OnTrade / OnBookEv
Goliath Mt5
Nicolokondwani Biscaldi
Goliath MT5 - scalper fully automated Expert Advisor for medium-volatile forex markets P roperties: The Library trades 10 currency pairs (USDCHF, EURCHF, EURGBP, AUDUSD, USDCAD, GBPUSD, EURUSD, NZDUSD, CADCHF, EURAUD, EURCAD, AUDJPY) The Library does not use martingale The Library sets a fixed stop loss and take profit for all orders The Library only trades a user input volume The Library can be installed on any currency pair and any timeframe Recommendations: Before using on a real account,
Gold plucking machine S   Gold plucking machine  S Gold plucking machine S   is an Expert Advisor designed specifically for trading gold. The operation is based on opening orders using the Fast and Slow lines indicator, thus the EA works according to the "Trend Follow" strategy, which means following the trend. Use grid strategy to place orders without stop loss operation, so please make sure the account has sufficient funds. magic number        -  is a special number that the EA assigns to its
The library is used to develop automatic trading on Binance Futures Market from MT5 platform. Support all order types: Limit, Market, Stop-Limit, Stop-Market , StopLoss and TakeProfit. Automatically display the chart on the screen. Usage: - Open MQL5 demo account - Move BinanceFuturesLib.ex5 from folder \MQL5\Scripts\Market to MQL5\Libraries -  Download Header file and EA sample https://www.mql5.com/en/code/download/34976_252386.zip Copy BinanceFutures.mqh header file to folder \MQL5\Include C
This library implements a few functions to simplify the programming of Expert Advisors. * Build your own EA for MT5 / Binance, with a easy support for multisymbol / multytimeframe * Different SFE EAs based on the library provided. * Base signals of SFE EAs are inlcuded in base version. All the Pro filters and management are included in the base version all the 2022. * Customize the provided SFE Lib EA by changing or implementing its rules.. * Review the existing or ask for video tutorials to
Matrix is the foundation of complex trading algorithms as it helps you perform complex calculations effortlessly and without the need for too much computation power, It's no doubt that matrix has made possible many of the calculations in modern computers as we all know that bits of information are stored in array forms in our computer memory RAM, Using some of the functions in this library I was able to create machine learning robots that could take on a large number of inputs To use this libra
제작자의 제품 더 보기
이 표시기는 거래자의 요구 사항에 따라 차트를 더 깔끔하게 만들기 위해 활성화/비활성화할 수 있는 최대 6개 레벨을 표시합니다. 이 6단계는 높음과 낮음의 2세트로 구성되어 있습니다. 각 세트에 대해 다른 시간대를 선택할 수 있습니다. 가격이 일일, 주간 또는 월간 고가에 도달할 때 일반적으로 5분과 같은 더 작은 시간 프레임에서 거부를 나타내는 것으로 간주되므로 이전 고가 반전 전략을 기반으로 합니다. 특징 : - 단일 차트에서 최대 6개의 시간대 고저를 추적합니다. - 이 수준, 메일, 푸시 또는 터미널 알림에 대한 알림을 설정합니다. 가격이 이러한 수준에 도달하면 즉시 알림을 받게 됩니다. - 선 스타일, 너비, 색상 등을 포함한 레벨 스타일 사용자 정의 - Shift : 2일차 또는 3일차의 High Low를 추적하거나 조사하고 싶으십니까? 두 번째 막대의 높음 낮음에 대해 2로, 세 번째 막대의 높음 낮음에 대해 3으로 이동을 설정할 수 있습니
Crypto Charting
Rajesh Kumar Nait
5 (3)
MT5용 암호화폐 차트. 특징 : 1. Websocket(wss)을 통한 라이브 OHLC 차트 2. API의 막대 기록 업데이트 3. MT5를 다시 시작할 때 차트의 자동 업데이트 기록으로 막대에 누락된 데이터가 없는지 확인하고 기본 차트처럼 항상 최신 상태로 유지됩니다. 4. API를 통한 예약 내역 업데이트 : 밀리초 동안 인터넷 연결이 끊길 경우 websocket은 스트리밍 프로토콜이므로 bar ohlc 값이 정확하지 않을 수 있습니다. 오류 가능성을 1~2% 줄이기 위해 API에서 예약 기록 업데이트 기능을 추가했습니다. 이 기능은 유틸리티 설정에서 설정할 수 있는 데이터를 몇 분마다 계속 업데이트합니다. 분석 오류가 없도록 OHLC 값이 항상 올바른지 확인합니다. 5. 유틸리티는 M1에서 MN1까지 모든 기간 지원을 지원합니다. 6. 사용 가능한 데이터 : 시가 상한가 하한가 실제 거래량 및 틱 거래량 7. 암호화폐 데이터에 대한
MT5용 바이낸스 거래 도구 1. 이 제품에는 웹소켓의 라이브 차트, 과거 차트, MT5 터미널 재시작 시 자동 업데이트를 통해 수동 개입 없이 원활하게 실행되도록 하여 Binance를 원활하게 거래할 수 있습니다. 현물 및 선물 거래, 라이브 차트 및 과거 데이터 이용 가능 사용하는 방법 : 1. 이 유틸리티의 입력 필드에 API 키와 비밀을 추가해야 합니다. API를 생성할 때 선물 거래를 활성화해야 합니다. 3. 도구 > 옵션 > URL 탭에서 웹 요청 허용에 언급된 대로 바이낸스 API URL을 추가하고 웹 요청 허용 확인란을 선택해야 합니다. 바이낸스 스팟 URL 1: api.binance.com URL 2: stream.binance.com 바이낸스 선물 URL 1: fapi.binance.com URL 2: fstream.binance.com 데모 거래를 테스트하려면 MT5의 Utiltiy 및 Webrequest에 이 정보
Double Top and Double Bottom
Rajesh Kumar Nait
5 (4)
This indicator finds Double Top and Double bottom Example : What is Double Top When price establishes a new high and then falls, then reverse to the same candle area of High then its considered a valid double top and vice versa for double bottom. 1. It plots and high and low on visible chart if ChartChange is set to true else it searches on new bar opening 2. If there is double top and double bottom found in visible chart window then it plots a line 3. It has options to customize text color, te
FREE
이 라이브러리를 사용하면 EA를 사용하여 거래를 관리할 수 있으며 설명에 언급된 스크립트 코드와 전체 프로세스를 보여주는 비디오의 데모 예제를 사용하여 모든 EA에 통합하기가 매우 쉽습니다. 이 제품은 API를 통해 거래 작업을 허용하며 차트를 포함하지 않습니다. 사용자는 암호화폐 차트를 제공하고 바이낸스에 주문을 보내는 브로커의 차트를 사용할 수 있습니다. - 단방향 및 헤지 모드 지원 - Place Limit, SL Limit, Take Profit Limit 주문 - 플레이스 마켓, SL-마켓, TP-마켓 주문 - 지정가 주문 수정 - 주문 취소 - 쿼리 주문 - 레버리지, 마진 변경 - 위치 정보 얻기 그리고 더... 스크립트 문서 Binance에 주문을 보내는 MQL5에서 간단한 EA를 코딩하는 초보자를 위한 1시간 프로그래밍 튜토리얼 https://www.youtube.com/watch?v=d_r4j2V
Real Spinning Top Candlestick
Rajesh Kumar Nait
5 (4)
실제 팽이 표시기 해머나 도지나 널 캔들스틱과 다른 팽이의 진정한 의미인 균형잡힌 몸체와 심지 높이 비율로 차트에서 정확한 팽이를 감지합니다. 이 지표는 차트에서 발견된 팽이의 수에 날개 아이콘을 표시합니다. 설정에는 다음이 포함됩니다. Number of Bars : 막대 수에 대한 검색 조정 아이콘 색상 : 아이콘 색상 변경 아이콘 코드 : 아이콘에 대한 wingdings 코드 변경 실제 팽이 표시기 해머나 도지나 널 캔들스틱과 다른 팽이의 진정한 의미인 균형잡힌 몸체와 심지 높이 비율로 차트에서 정확한 팽이를 감지합니다. 이 지표는 차트에서 발견된 팽이의 수에 날개 아이콘을 표시합니다. 설정에는 다음이 포함됩니다. Number of Bars : 막대 수에 대한 검색 조정 아이콘 색상 : 아이콘 색상 변경 아이콘 코드 : 아이콘에 대한 wingdings 코드 변경
FREE
다중 통화 이전 캔들 또는 이전 막대 스캐너를 사용하면 지표 설정에서 선택한 사용자 정의 기간으로 다중 기호 차트를 스캔할 수 있습니다. 제품 기준 : https://www.mql5.com/en/market/product/110229 전날 고가, 전주 고가, 전월 고저 또는 사용자 정의 기간에 대한 다중 기호를 스캔하는 데 사용할 수 있습니다. 이전 4시간 차트 고저 노이즈를 필터링하고 가격이 고점 또는 저점에 도달할 때 방향 알림을 제공합니다. 전략은 간단합니다. 전날, 주 또는 월 최고가에 도달하면 5분과 같은 더 짧은 시간 내에 가격이 거부되는 것으로 보입니다. 다양한 경고 유형을 선택하는 옵션이 있습니다. 밀리초 단위로 스캔할 빈도를 선택하고 설정할 수 있습니다. 1000은 시장 시계의 모든 기호를 매초마다 검색한다는 의미입니다. 제품 특징 1. 터미널 알림 2. 이메일 알림 3. 푸시 알림
Break of Structure
Rajesh Kumar Nait
시장 구조는 더 높은 기간의 돌파가 트레이더에게 추세를 정리하는 데 도움이 될 수 있는 구조입니다. 1. 이 표시기는 지그재그를 마지막 2개의 구조(지그재그의 이전 최고점 및 최저점)에만 끌어당기고 구조가 파손된 경우에만 새로운 지그재그 막대가 형성됩니다. 2. 구조의 파손시 터미널 및 푸시 알림을 제공합니다. 3. [ 및 ] 키에서 지그재그의 확장 깊이를 증가 및 감소시켜 스윙을 조정합니다. 4. Line AB BC 및 CD의 색상 변경 5. 많은 차트에 추가하고 여러 기호에 대한 경고 받기 Break of Structure Multi ExtDepth Breakout Multi Symbol Scanner를 찾고 있다면 이 제품을 사용할 수 있습니다. Multi Symbol Multi ExtDepth ZigZag Breakout Scanner
Fibonacci Font Label
Rajesh Kumar Nait
이 표시기를 사용하면 큰 글꼴 크기로 피보나치 레벨 레이블을 표시할 수 있습니다. . 최대 25개의 피보나치 레벨을 지원합니다. - 피보나치를 그리자마자 선택한 색상과 글꼴로 큰 글꼴 크기의 입력 매개변수로 추가한 레벨이 표시됩니다. 맞춤형 옵션: 1. Fibo 텍스트 글꼴 2. Fibo 텍스트 크기 3. Fibo 텍스트 색상 3. 각 레벨에 설명 추가 4. 앵커 및 각도와 같은 기타 옵션 이 표시기를 사용하면 큰 글꼴 크기로 피보나치 레벨 레이블을 표시할 수 있습니다. . 최대 20개의 피보나치 레벨을 지원합니다. - 피보나치를 그리자마자 선택한 색상과 글꼴로 큰 글꼴 크기의 입력 매개변수로 추가한 레벨이 표시됩니다. 맞춤형 옵션: 1. Fibo 텍스트 글꼴 2. Fibo 텍스트 크기 3. Fibo 텍스트 색상 3. 각 레벨에 설명 추가 4. 앵커 및 각도와 같은 기타 옵션
완벽한 초 차트 표시기를 사용하면 분초를 초로 변환할 수 있습니다. 1. 정확한 시간에 바를 100% 닫으려면 초 수를 선택하세요. 2. 이것은 요율 기반 데이터이며 진드기를 사용할 수 없는 경우에도 작동합니다. 3. 외부 DLL이 필요하지 않으며 VPS에서 원활하게 작동합니다. 4. 빠르고 최적화된 코드 5. BInance, Kucoin 및 선물 차트를 몇 초 단위로 쉽게 변환할 수 있는 기타 모든 거래소와 같은 암호화폐 쌍을 지원합니다. 6. 금, 외환쌍 등 모든 유형의 기호를 지원합니다. 7. 기호 및 요율을 삭제하는 옵션. 완벽한 초 차트 표시기를 사용하면 분초를 초로 변환할 수 있습니다. 1. 정확한 시간에 바를 100% 닫으려면 초 수를 선택하세요. 2. 이것은 요율 기반 데이터이며 진드기를 사용할 수 없는 경우에도 작동합니다. 3. 외부 DLL이 필요하지 않으며 VPS에서 원활하게 작동합니다. 4. 빠르고 최적화
다중 기호 차트의 아무 곳이나 더블 클릭하여 가격 알림을 설정하고 터미널 알림 또는 푸시 알림에서 알림을 받습니다. 1. 차트에 EA 유틸리티 추가 2. <- 왼쪽 또는 -> 오른쪽 화살표 키로 차트 탐색 3. 차트의 아무 곳이나 두 번 클릭하면 선이 추가됩니다. 이 선을 드래그하여 원하는 가격을 설정하면 짜잔, 알림이 설정됩니다! 가격이 라인에 도달하면 유틸리티 설정에 따라 터미널 또는 푸시 알림으로 알려줍니다. 이 경고는 터미널을 다시 시작해도 계속 작동합니다. 4. 여러 종목을 계속 탐색하고 알림을 받고자 하는 많은 차트에 라인을 계속 추가합니다. 5. 새로 시작하려는 경우 D를 눌러 설정한 모든 알림을 삭제합니다. 6. 수평선을 삭제하면 경고가 비활성화됩니다. -- 다중 기호 차트의 아무 곳이나 더블 클릭하여 가격 알림을 설정하고 터미널 알림 또는 푸시 알림에서 알림을 받습니다. 1. 차트에 EA 유틸리티 추가 2. <- 왼쪽 또는
이 표시기는 거래자의 요구 사항에 따라 차트를 더 깔끔하게 만들기 위해 활성화/비활성화할 수 있는 최대 6개 레벨을 표시합니다. 이 6단계는 높음과 낮음의 2세트로 구성되어 있습니다. 각 세트에 대해 다른 시간대를 선택할 수 있습니다. 가격이 일일, 주간 또는 월간 고가에 도달할 때 일반적으로 5분과 같은 더 작은 시간 프레임에서 거부를 나타내는 것으로 간주되므로 이전 고가 반전 전략을 기반으로 합니다. 특징 : - 단일 차트에서 최대 6개의 시간대 고저를 추적합니다. - 이 수준, 메일, 푸시 또는 터미널 알림에 대한 알림을 설정합니다. 가격이 이러한 수준에 도달하면 즉시 알림을 받게 됩니다. - 선 스타일, 너비, 색상 등을 포함한 레벨 스타일 사용자 정의 - Shift : 2일차 또는 3일차의 High Low를 추적하거나 조사하고 싶으십니까? 두 번째 막대의 높음 낮음에 대해 2로, 세 번째 막대의 높음 낮음에 대해 3으로 이동을 설정할 수 있습니
Cobra Pivot Points는 DEMO를 다운로드하여 직접 백테스트할 수 있는 가장 최적화된 피벗 포인트를 표시하는 지표입니다. 1. 두 가지 최고의 피벗 모드 선택: Cobra Pivots 또는 Camrilla Pivots 2. D1에 국한되지 않고 원하는 시간대를 사용할 수 있습니다. 3. Shift 매개변수를 사용하면 전일 고저 종가 값으로 플레이할 수 있습니다. 1 = 이전 막대, 2 = 이전 막대 앞의 막대 등. 이 매개변수는 피벗에 대한 연구 및 개발에 도움이 됩니다. 4. 레벨 터치 시 경고, 이메일 또는 푸시 알림을 한 번 누릅니다. 레벨을 터치하면 피벗 레벨이 완화된 것으로 간주되어 다시 경고하지 않습니다. 알림을 다시 받으려면 기간을 변경하여 알림을 재설정해야 합니다. 5. 선 색상, 선 스타일, 선 너비, 텍스트 색상 및 글꼴을 완전히 사용자 정의합니다. Cobra Pivots는 LZone(스캘핑을 위해 매우 가까운 레벨)
피벗 포인트 다중 기호 스캐너는 Floor, Woodie, Camarilla, Demark 또는 Fibonacci 피벗 포인트에 대해 마켓워치에서 사용할 수 있는 모든 기호를 스캔합니다. 원하는 기간을 선택하여 피벗 포인트를 계산하고 가격이 이러한 지지 및 저항 수준에 도달하면 알림을 받을 수 있습니다. 시각적 피벗 포인트의 경우 이 제품에 관심이 있을 수 있습니다: https://www.mql5.com/en/market/product/110231 다양한 경고 유형을 선택하는 옵션이 있습니다. 밀리초 단위로 스캔할 빈도를 선택하고 설정할 수 있습니다. 1000은 시장 시계의 모든 기호를 매초마다 검색한다는 의미입니다. 제품 특징 1. 터미널 알림 2. 이메일 알림 3. 푸시 알림
이 표시기를 차트에 추가하고 ZigZag의 ExtDepth 설정을 설정합니다. 가격이 추세선 상단, 하단 또는 중간 채널에 닿으면 즉시 알림을 제공합니다. 특징 : -상단, 하단 또는 중간 라인에 대한 알림 활성화/비활성화 - 몇 초 만에 경고 후 일시 중지 추가 - 차트의 버튼으로 트렌드 채널 일시 중지 또는 일시 중지 해제 - 입력 필드에 포인트를 추가하여 조기 경고를 추가합니다. 예를 들어 ETH 가격이 2900.25이고 여기에서 숫자 25는 "포인트"입니다. 따라서 입력 필드에 포인트로 25를 추가하고 트렌드 채널의 하단 라인 값이 2900.25인 경우 2900.50에서 조기 경보를 받을 것입니다(설정에서 25포인트 추가) - 방향성 터치 활성화/비활성화, 자세한 정보는 스크린샷 참조, 가격 터치는 하단에서 저항을, 상단에서 지원하면 방향 터치가 고려됩니다. 이 기능은 여러 경고로 인한 노이즈를 방지하기 위해 추가되었습니다. 1분~5분 차트에서 거래하는 경우
Crypto to MT5
Rajesh Kumar Nait
크립토닷컴에서 MT5로 Crypto.com websocket에서 Metatrader 5로 라이브 촛대 스트리밍 OHCLV(시가 고가 저가 종가) 실시간 요금 데이터입니다.  트레이더, 분 차트에서 OHLC 데이터가 정확하지 않으면 기술 차트 연구에서 잘못된 분석을 제공할 수 있습니다. 이 제품은 수동 분석에 도움이 될 수 있는 실시간으로 정확한 데이터를 제공하도록 보장합니다. 내 프로필 https://www.mql5.com/en/users/rajeshnait/seller에서 내 다른 암호화 제품을 확인할 수 있습니다. 1. OHLCV 데이터 2. 여러 심볼 지원 및 생성 3. 도구 > 옵션 > URL 탭에서 웹 요청 허용에서 언급한 대로 바이낸스 웹 소켓 및 API URL을 추가하고 웹 요청 허용 확인란을 선택해야 합니다. - 웹소켓 URL : stream.crypto.com - API URL : api.crypto.com 4. 차트는 GMT+0
대칭 삼각형, 비대칭 삼각형 또는 직각 삼각형과 같은 삼각형 패턴, 상승 쐐기 또는 하강 쐐기와 같은 쐐기 패턴, 확장 패턴 및 추세 채널에 대한 패턴 탐색기 이 지표는 과거의 패턴과 현재의 패턴을 탐색하며, 수동으로 추세선이나 삼각형을 그려 시간을 절약하고 차트에 가장 좋은 패턴을 그리는 자동 분석에 사용하려는 사람들에게 가장 적합한 지표입니다. 특징 : - 최적의 패턴을 조정하고 찾기 위해 즉시 ZigZag 확장 깊이를 변경하는 패널 - 패턴을 지그재그의 이전 막대로 다시 이동하여 과거에 발생한 일을 탐색하고 추세선이 존중되는지 여부를 탐색하고 가격 동작을 이해할 수 있습니다. 이 지표를 사용하여 이전의 과거 패턴을 탐색하고 분석하고 학습하여 마스터 전략을 도출합니다. - 전환 버튼에서 추세 채널 또는 추세선에서 쐐기 또는 삼각형 모드로 즉시 전환 - 패턴이 변경되지 않도록 일시 중지하고 경고에 대한 가격 터치를 계속 확인합니다. - 레벨 터치에 대
Kraken Crypto Exchange 선물 내역 업데이트 패널 특징 : 1. 설정을 기반으로 심볼을 생성하고 심볼에 대한 Kraken API에서 사용할 수 있는 업데이트 내역을 완전히 업데이트합니다. 이 패널은 시가 고가 저 종가 데이터로 Kraken 선물 기호의 내역을 업데이트하고 내역 업데이트가 완료되면 메시지도 인쇄합니다. 이것은 라이브 데이터가 아닙니다.   3. 도구 > 옵션 > URL 탭에서 웹 요청 허용에 언급된 대로 Kraken API URL을 추가하고 웹 요청 허용 확인란을 선택해야 합니다. - API URL : futures.kraken.com 4. 더 적은 메모리와 CPU를 사용합니다. 5. 터미널 재시작 시 누락된 데이터 자동 업데이트! 터미널을 열 때마다 최신 데이터가 준비되어 있습니다! 6. DLL 호출이 이루어지지 않음
5 EMA Scalping Strategy Multi Symbol Scanner This EA utility will scan all symbols which are selected in marketwatch and alert when such condition is formed in chart when Candle low is above EMA 5 for Sell alert and Candle high is lower from EMA5 so you can be ready before selling or buying for scalping purpose on 5min chart For more details watch attached video Logic : When a candle closes above 5 EMA in 5 mins chart, Wait for its low to break and Sell when low is broken by wick, Your SL sh
Multi Symbol ZigZag Breakout Scanner는 마켓워치에서 선택한 모든 기호를 스캔합니다. 가격이 해당 수준에 도달하려고 할 때 이중 상단, 이중 하단 또는 모든 피보나치 확장 수준을 쉽게 찾는 데 도움이 됩니다. Timeframe 및 Zigzag의 여러 Extdepths(최대 3개)를 선택할 수 있습니다. 권장 ZigZag는 21,34 및 55로 모든 유형의 지그재그 및 필터 노이즈를 포함합니다. 터미널 경고 또는 푸시 알림 또는 둘 다를 수신하도록 설정할 수 있습니다. Multi Symbol ZigZag Breakout Scanner는 마켓워치에서 선택한 모든 기호를 스캔합니다. 가격이 해당 수준에 도달하려고 할 때 이중 상단, 이중 하단 또는 모든 피보나치 확장 수준을 쉽게 찾는 데 도움이 됩니다. Timeframe 및 Zigzag의 여러 Extdepths(최대 3개)를 선택할 수 있습니다. 권장 ZigZag는 21,34 및
Fibo Musang FMBCR CB1 Breakout-Scanner MT5 Fibo Musang CB1 oder Candle Break 1 ist eine Strategie, die sehr gut mit Gold XAUUSD und anderen Forex-Symbolen funktioniert. Dieser Scanner hilft Ihnen dabei, Währungen mit mehreren Symbolen sehr schnell zu scannen und Benachrichtigungen über den Ausbruch von FMCBR CB1 zu erhalten Bitte sehen Sie sich das Video für weitere Details an, da es vollständig nach den Vorlieben des Händlers anpassbar ist: 1. Sie können den Zeitrahmen und den Balken
다중 기호 차트의 아무 곳이나 더블 클릭하여 가격 알림을 설정하고 터미널 알림 또는 푸시 알림에서 알림을 받습니다. 1. 차트에 EA 유틸리티 추가 2. <- 왼쪽 또는 -> 오른쪽 화살표 키로 차트 탐색 3. 차트의 아무 곳이나 두 번 클릭하면 선이 추가됩니다. 이 선을 드래그하여 원하는 가격을 설정하면 짜잔, 알림이 설정됩니다! 가격이 라인에 도달하면 유틸리티 설정에 따라 터미널 또는 푸시 알림으로 알려줍니다. 이 경고는 터미널을 다시 시작해도 계속 작동합니다. 4. 여러 종목을 계속 탐색하고 알림을 받고자 하는 많은 차트에 라인을 계속 추가합니다. 5. 새로 시작하려는 경우 D를 눌러 설정한 모든 알림을 삭제합니다. 6. 수평선을 삭제하면 경고가 비활성화됩니다. -- 다중 기호 차트의 아무 곳이나 더블 클릭하여 가격 알림을 설정하고 터미널 알림 또는 푸시 알림에서 알림을 받습니다. 1. 차트에 EA 유틸리티 추가 2. <- 왼쪽 또는
Control Candle is the candlestick which holds multiple inside bars and are in control until its high low range is broken by close of any candlestick. When control candle is broken, price may act on these control candle as support and resistance. This indicator create rectangles on chart which will help you find control candles fast. Control candle indicator box is customizable by color, style, width and other options in indicator settings.
Cobra Levels
Rajesh Kumar Nait
코브라 레벨 이는 외환, 암호화폐, 상품, Nifty 및 Banknifty를 포함한 범용 시장에서 작동하는 두 가지 주파수 모드를 갖춘 6가지 레벨 세트입니다. 금융상품에 대한 최고의 연구를 거쳐 출판되었습니다. 상위 레벨은 U1~U5, 하위 레벨은 D1~D5라고 합니다. 시장은 정상 상태에서 U3 또는 D3까지 내부 채널을 구동하거나 변동성 상태에서 외부 채널 U4~U5 또는 D4~D5를 구동할 수 있습니다. 가격이 U3 U4 U5 또는 D3 D4 D5에 도달하면 반전 가능성이 매우 높으며 거래자는 진입을 확인하기 위해 캔들이 닫힐 때까지 기다려야 하며 유효한 위험 관리를 통해 거래할 수 있습니다. 이 지표는 지표 설정의 사용자 정의 옵션을 통해 레벨을 이동할 수 있는 기능을 제공합니다. 사용자는 + 또는 - 포인트를 추가하여 레벨을 맞춤 설정할 수 있습니다. 1. 그들은 M1, M3, M5, M15, H1 및 H4 기간에만 작업하고 있습니다. 2. 장
이 지표는 동일한 차트에서 추적하려는 다른 기간 캔들스틱을 효율적으로 추적합니다. 1. 동일한 차트에 막대를 로드하려면 더 높은 기간을 선택하세요. 2. 촛대의 색상과 스타일을 사용자 정의하세요 3. 캔들스틱을 그릴 막대 수를 선택하세요. 4. 심지 및 몸체와 함께 더 높은 기간의 전체 양초를 추적합니다. 5. 차트 전환을 원하지 않는 사람들을 위해 쉽고 편리합니다. 이 지표는 동일한 차트에서 추적하려는 다른 기간 캔들스틱을 효율적으로 추적합니다. 1. 동일한 차트에 막대를 로드하려면 더 높은 기간을 선택하세요. 2. 촛대의 색상과 스타일을 사용자 정의하세요 3. 캔들스틱을 그릴 막대 수를 선택하세요. 4. 심지 및 몸체와 함께 더 높은 기간의 전체 양초를 추적합니다. 5. 차트 전환을 원하지 않는 사람들을 위해 쉽고 편리합니다.
Cobra Pivot Points는 DEMO를 다운로드하여 직접 백테스트할 수 있는 가장 최적화된 피벗 포인트를 표시하는 지표입니다. 1. 두 가지 최고의 피벗 모드 선택: Cobra Pivots 또는 Camrilla Pivots 2. D1에 국한되지 않고 원하는 시간대를 사용할 수 있습니다. 3. Shift 매개변수를 사용하면 전일 고저 종가 값으로 플레이할 수 있습니다. 1 = 이전 막대, 2 = 이전 막대 앞의 막대 등. 이 매개변수는 피벗에 대한 연구 및 개발에 도움이 됩니다. 4. 레벨 터치 시 경고, 이메일 또는 푸시 알림을 한 번 누릅니다. 레벨을 터치하면 피벗 레벨이 완화된 것으로 간주되어 다시 경고하지 않습니다. 알림을 다시 받으려면 기간을 변경하여 알림을 재설정해야 합니다. 5. 선 색상, 선 스타일, 선 너비, 텍스트 색상 및 글꼴을 완전히 사용자 정의합니다. Cobra Pivots는 LZone(스캘핑을 위해 매우 가까운 레벨)
다중 통화 이전 캔들 또는 이전 막대 스캐너를 사용하면 지표 설정에서 선택한 사용자 정의 기간으로 다중 기호 차트를 스캔할 수 있습니다. 제품 기준 : https://www.mql5.com/en/market/product/78657 전날 고가, 전주 고가, 전월 고저 또는 사용자 정의 기간에 대한 다중 기호를 스캔하는 데 사용할 수 있습니다. 이전 4시간 차트 고저 노이즈를 필터링하고 가격이 고점 또는 저점에 도달할 때 방향 알림을 제공합니다. 전략은 간단합니다. 전날, 주 또는 월 최고가에 도달하면 5분과 같은 더 짧은 시간 내에 가격이 거부되는 것으로 보입니다. 다양한 경고 유형을 선택하는 옵션이 있습니다. 밀리초 단위로 스캔할 빈도를 선택하고 설정할 수 있습니다. 1000은 시장 시계의 모든 기호를 매초마다 검색한다는 의미입니다. 제품 특징 1. 터미널 알림 2. 이메일 알림 3. 푸시 알림
피벗 포인트 다중 기호 스캐너는 Floor, Woodie, Camarilla, Demark 또는 Fibonacci 피벗 포인트에 대해 마켓워치에서 사용할 수 있는 모든 기호를 스캔합니다. 원하는 기간을 선택하여 피벗 포인트를 계산하고 가격이 이러한 지지 및 저항 수준에 도달하면 알림을 받을 수 있습니다. 시각적 피벗 포인트의 경우 이 제품에 관심이 있을 수 있습니다: https://www.mql5.com/en/market/product/110072 다양한 경고 유형을 선택하는 옵션이 있습니다. 밀리초 단위로 스캔할 빈도를 선택하고 설정할 수 있습니다. 1000은 시장 시계의 모든 기호를 매초마다 검색한다는 의미입니다. 제품 특징 1. 터미널 알림 2. 이메일 알림 3. 푸시 알림
Crypto Ticks and Depth
Rajesh Kumar Nait
5 (1)
암호화폐 라이브 틱 데이터 입찰 및 EA의 장부 깊이 사용 가능한 거래소 : 1. 바이낸스 현물(활성 차트 창에서 주문장 깊이 지원) 및 선물(여러 주문장 깊이 지원) 2. Kucoin 현물 및 선물, 활성 차트 창에서 주문장 깊이 지원 3. Bybit 선물 및 인버스 선물 틱 데이터 마지막 매수호가 다가오는 거래소 : OKX, MEXC 등.. 특징 : 1. 입찰 및 매도 정보가 포함된 실시간 틱 데이터 2. 최적의 입찰 요청 및 주문 수량, 사용자는 설정에서 깊이를 활성화/비활성화할 수 있습니다. 3. 로드 이력 : Open High Low Close Volume 및 Tick Volume 데이터 업데이트 4. 자동 업데이트 내역 : MT5 단말기 재시작 시 누락된 막대 채우기 5. 암호화폐 데이터에 대한 Strategy Tester를 사용하여 전문가 자문가와 함께 암호화폐 기호 틱에 대한 모든 전략을 백테스트할 수 있습니다
Easy Fibonacci
Rajesh Kumar Nait
Easy Fibonacci는 MT5용 지표로, 피보나치 되돌림을 쉽게 그릴 수 있게 해줍니다. 기능 지표 설정에서 최대 10개의 피보 레벨을 설정할 수 있습니다. 각 레벨은 다른 선 스타일, 선 색상, 선 너비 및 기타 설정을 사용자 정의할 수 있습니다. 추가 버튼이 있는 마우스를 사용하여 V 및 B 키를 매핑하고 피보나치를 편리하게 그릴 수 있습니다. 버튼 동작: B 및 V: 차트의 보이는 영역에 상단/하단 피보나치 그리기 N 및 M: 다음 및 이전 캔들 스윙 확장 R: 재설정 자세한 내용은 비디오 튜토리얼을 참조하세요. Easy Fibonacci는 MT5용 지표로, 피보나치 되돌림을 쉽게 그릴 수 있게 해줍니다. 기능 지표 설정에서 최대 10개의 피보 레벨을 설정할 수 있습니다. 각 레벨은 다른 선 스타일, 선 색상, 선 너비 및 기타 설정을 사용자 정의할 수 있습니다. 추가 버튼이 있는 마우스를 사용하여 V 및 B 키를 매핑하고 피보나치를 편리하게 그릴 수 있습니다. 버튼 동작
필터:
Mars Yang
45
Mars Yang 2024.06.22 05:06 
 

Product Works very good, Rajesh is was very responsive and supportive helped me get it setup no problem and the tutorial is also very detailed. It is easy to use.

Rajesh Kumar Nait
7178
개발자의 답변 Rajesh Kumar Nait 2024.06.22 05:24
Thank you
ümit gün
58
ümit gün 2024.03.03 21:41 
 

Your innovative contributions to "Crypto Charting" and "Binance EA Connection Library" have greatly enhanced MetaTrader 5, providing unmatched depth and functionality. Your integration of cryptocurrency data, alongside a user-friendly interface, enables investors to analyze markets with exceptional clarity and effectiveness. Your work sets new standards in the industry, serving as both a tool and a guide in understanding market dynamics. Congratulations on your exceptional achievements, and I wish you continued success. We also thank you for your support in system integration.

Rajesh Kumar Nait
7178
개발자의 답변 Rajesh Kumar Nait 2024.03.03 22:01
Thank you very much for your thoughtful and encouraging message. I'm delighted to hear that the contributions to "Crypto Charting" and "Binance EA Connection Library" have been valuable to MetaTrader 5 users. It's been a rewarding experience working on these projects, and I'm grateful for the opportunity to enhance the platform's depth and functionality. I'm committed to continuing to provide innovative solutions and contribute to the improvement of market analysis tools. Your acknowledgment motivates me to strive for even greater achievements. I'm also pleased to have played a part in system integration, and I look forward to ongoing collaboration and success in the future. Thank you again for your kind words.
Theechat Chatvijit
61
Theechat Chatvijit 2024.02.28 16:27 
 

The product owner, Rajesh, is very supportive.

Rajesh Kumar Nait
7178
개발자의 답변 Rajesh Kumar Nait 2024.02.28 16:29
Thanks
리뷰 답변
버전 1.9 2024.07.25
Derivatives Library API updates:
/fapi/v2/balance updated to /fapi/v3/balance
/fapi/v2/account updated to /fapi/v3/account
/fapi/v2/positionRisk updated to /fapi/v3/positionRisk
check documentation for script updates
버전 1.8 2024.05.09
minor updates
버전 1.7 2024.04.08
Added GetAccount api call for Spot
Added spot_mode to work with Binance Spot, set true for Spot and false for Futures : See script documentation
버전 1.6 2024.03.25
Added API Calls for Hedge Mode to open SHORT or LONG
Please refer to Library script documentation for details
버전 1.5 2024.03.02
Minor updates
버전 1.4 2024.03.02
Minor updates
버전 1.3 2024.02.28
Please check documentation for code structure changes
Added config struct and minimized functions by removing API Secret suffix calling to each function multiple times
버전 1.2 2024.02.28
Spot Symbols Creation supports Digits
Each API call will now have a message printed on expert tab for Get and Post response
버전 1.1 2023.12.24
Added Calls for EA:
Create Binance Spot / Futures Symbols
Load Binance Spot / Futures History