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

Trades Manager

The library is dedicated to help manage your trades, calculate lot, trailing, partial close and other functions


Orders

  • CloseallSell
  • CloseallBuy
  • CloseallOpen
  • DeletePending
  • DeleteAll: Close All Market Orders and delete all pending orders.
  • CheckOpenBuyOrders: return the count of buy orders.
  • CheckOpenSellOrders: return the count of sell orders.
  • CheckOpenOrders: return the count of market orders.
  • ModifyOrder
  • DeleteOrder
  • CloseOrder
  • OpenOrder


Lot Calculation

  • Mode 0: Fixed Lot.
  • Mode 1: Martingale Lot (1,3,5,8,13) you can use it in different way calculate on history orders =0, on current open order=1, when loss=1 ,when profit=0.
  • Mode 2: Multiplier Lot (1,2,4,8,16) you can use it in different way calculate on history orders =0, on current open order=1, when loss=1 ,when profit=0.
  • Mode 3: Plus Lot (1,2,3,4,5) you can use it in different way calculate on history orders =0, on current open order=1, when loss=1 ,when profit=0.
  • Mode 4: SL/Risk Lot calculate based on stop loss and risk ex balance=1000 -risk =10 -SL=20 then loss is 100$ lot will be 0.50.
  • Mode 5: Based On Balance Lot calculate based 0.01 for each 1000$.


Partial Close

  • close_count: apply partial close X times.
  • close_step: apply partial close each X pips in profit.
  • close_percent: close X% Percentage of the lot size is counted from initial lot size.


Trailing

  • Mode 0: Previous High/Low Trailing.
  • Mode 1: Break Even.
  • Mode 2: Normal Trailing Mode (Stop/Step).
  • Mode 3: Missing Stop place SL to all order if you miss that.
  • Mode 4: Missing TakeProfit place TP to all order if you miss that.


Other tools:

  • CheckSpread: SpreadFilter return true / false.
  • PrintInfo: return simple information as string to use it in comment.
  • CheckTime: Time Filter return true / false with information on chart.
  • CloseAtPerProfit: close all order when x% profit reach.
  • CloseAtProfit: close all order when x$ profit reach.
  • CloseAtPerLoss: close all order when x% loss reach.
  • CloseAtLoss: close all order when x$ loss reach.

All functions allowed you to control, call any symbol not just chart symbol.

All functions design to detect any error while process and retrying until done.


Usage

#import "\\Market\\Trades Manager.ex4"
void CloseallSell(string symbol,int magic=0); 
void CloseallBuy(string symbol,int magic=0);
void CloseallOpen(string symbol,int magic=0);
void DeletePending(string symbol,int magic=0);
void DeleteAll(string symbol,int magic=0);
int CheckOpenSellOrders(string symbol,int magic=0);
int CheckOpenBuyOrders(string symbol,int magic=0);
int CheckOpenOrders(string symbol,int magic=0);
double PointCheck(string symbol,int magic=0);
double ProfitCheck(string symbol,int magic=0);
void ModifyOrder(int ticket,double price,double stoploss,double takeprofitint,datetime expiration=0,color arrow_color=clrNONE);
void DeleteOrder(int ticket,color arrow_color=clrNONE);
void CloseOrder(int ticket,double lots,double price,color arrow_color=clrNONE);
void OpenOrder(string symbol,int cmd,double volume,double price,double stoploss,double takeprofit,string comment=NULL,int magic=0,datetime expiration=0,color arrow_color=clrNONE);
bool CheckSpread(string symbol,int Maximum_Spread);
string PrintInfo(string symbol);
bool CheckTime(string symbol,int TradingTimeStart,int TradingTimeEnd);
void CloseAtPerProfit(int percentage,string symbol,int magic=0);
void CloseAtProfit(double value,string symbol,int magic=0);
void CloseAtPerLoss(double percentage,string symbol,int magic=0);
void CloseAtLoss(double value,string symbol,int magic=0);
double GetLotSpec(int Mode,double Lot,string symbol,int magic=0,double Multiplier=2,int CalMode=1,int CalWhen=1,int sl=0,int risk=0);
void PClose(string symbol,int ticket,int type,double price,datetime opentime,double orderlots,double stoploss,double takeprofit,int close_count,int close_step,int close_percent);
void DoTrailingSpec(int Mode,string symbol,int ticket,int type,double price,double stoploss,double takeprofit,int des=1,int step=1,ENUM_TIMEFRAMES TF=PERIOD_CURRENT);
#import

Feel free to give your opinion about the tool .... and please inform me of any improvements needed to be done.

Happy Trading (:

...
추천 제품
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 4.ex4"       //祝有个美好开始,运行首行加入    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 );    //复杂开单
Richestcousin
Vicent Osman Kiboye
INSTAGRAM Billionaire: @richestcousin PIONEER OF ZOOM BILLIONAIRES EA THE ONLY PROFITABLE TRADING ROBOT. To trade without withdrawals is Scamming. Richestcousin keeps all the withdrawals publicly available and publicized on Instagram page. The trades are fr His very own Robot software. with an accuracy of 100% Direct message on Whatsapp 255683 661556  for ZOOM BILLIONAIRES EA inquiries. ABOUT Richestcousin is a self made Acclaimed forex Billionaire with an unmatched abilities in
Our trade calculator program is an essential tool for any trader looking to make informed decisions and optimize their trades on the popular MetaTrader 4 platform. The program provides traders with real-time market data and advanced analytics, allowing them to easily calculate their position size, risk-to-reward ratio, and potential profits or losses. It also offers customizable settings, allowing traders to tailor the tool to their specific trading style and preferences. With our trade calcula
The  Silver Volatility Trend Line for MT4 is an EA that helps you trade using the trendlines, drawn on your chart. It basically allows you to send and manage orders using trend lines. It automatically calculates the True Range of your asset to allow you to send orders well calibrated with the market volatility. Take Profit and Stop Loss are calculated in number of True Range. You can do that for two different orders at the same time , so that you can trade two different kind of risk / profit rat
AutoClose Expert
Josue Fernando Servellon Fuentes
automatically closes orders from a preconfigured number of pips. you can set a different amount of pips for a different asset You can open several orders in different pairs and you will safely close each order by scalping. a friendly EA easy to use and very useful open orders and don't worry about closing the orders since this EA will close automatically close all trades profits
Grid MT4
Vladimir Gribachev
반자동 거래 유틸리티인 주문 관리는 계정에서 수익성이 없는 위치를 복원하는 데에도 사용할 수 있습니다. 무익한 주문을 중복하여 계정의 손실을 줄이는 기능이 있습니다. 수동 주문, 패널에서 열린 주문 또는 다른 Expert Advisor가 연 주문과 함께 작동할 수 있습니다. 최소한의 매개 변수가 있고 구성하기 쉽고 주문 수에 관계없이 작동합니다. 테스트를 위해 전략 테스터에서 비주얼 모드를 사용하십시오. MT5 버전 https://www.mql5.com/ru/market/product/56493 옵션: START_LOT - 초기 로트; LOT_MULTIPLIER - 주문 그리드의 로트 승수. MAX_LOT - 최대 로트 STEP_ORDERS - 주문 그리드 단계; STEP_MULTIPLIER - 순서 단계 곱셈 계수, = -1이면 사용되지 않습니다. MAX_STEP - 최대 주문 그리드 단계; OVERLAP_ORDERS - 주문 겹침 기능을 활성화하는 주문입니다. O
Phoenix MT4 Telegram Notifier is a trading utility that integrates with both MetaTrader4 and Telegram. The utility publishes all your trades as signals in your channels or groups. This allows you to track in real time what is happening with your account via Telegram. Notifications for : Opened order Closed order Modified order Parameters : Telegram Bot Token - create a bot on Telegram and get a token Telegram Chat Id  - input your Telegram group/channel Id Notify for opened order - notifie
This copier was originally developed for the professional order management of a team of traders and therefore, first of all, a risk manager was built into it. For simple operation, you need to configure the following settings: For the master! 1. Select the program type ''Program mode'' - master 2. Enter a new name for the ''Folder name'' folder, in which the EA will record information on working with orders. The name must be the same for both master and slave!!! 3. In the ''Feedback from
CPIexpert
Alexander Chertnik
Expert Advisor based on high rated " CPIndicator ". indicators page >  https://www.mql5.com/en/market/product/74308?source=Site +Profile+Seller# All trades covered by fixed   Stop Loss &   Take Profit. Default settings for EURUSD 1H.  The Expert can be optimize to run on   multiple   Symbols / Timeframes / Charts Each Candlestick pattern can be run separately and optimize by itself. each Pattern has its own TP & SL values. No Grid,  No Martingale,  Works with high spread. This EA operates
FREE
AI NeuroX EA MT4
Denis Kurnev
5 (1)
AI NeuroX EA is an innovative trading advisor based on advanced artificial intelligence technologies, including neural networks and the Perplexity and GPT-4 platforms. This advisor has a unique ability to analyze and predict the dynamics of financial markets using deep learning and advanced algorithms. Thanks to the intuition that even the most experienced traders would envy, AI NeuroX EA is capable of developing unprecedented trading strategies, ensuring excellent performance. This advisor oper
Tool sends trades when open and close with chart to telegram channel.  Tool can send multiple charts and magic numbers and pairs from a single chart. Send information of all type of orders: Opened (including Pending Orders), closed tiggered, and modified orders. Telegram Setup instruction Open your Telegram APP and search for "BotFather". Type  /start  and click/type  /newbot  to create a new bot. Give your bot a nickname and username (e.g., nickname: Bestnavisignal and username: Bestnavisigna
Trading Manager Expert Advisor
Christianiel Robles Faustino
=============================== FULL VERSION ==================================== >>>>> PRICE DROP from $99 to $49 limited time only <<<<<<  BTMM TRADING MANAGER Objective: Trading Manager EA Robot helps manage your multiple orders specially with BTMM Strategy with proper risk reward ratio. It will lessen your time to monitor your multiple trades from time to time. Trade hassle free using this tool. Important Notes: - Auto Trade will automatically send order if shift candle closed above/below th
Easy mt4 to telegram
Medilane Bernard Philippe Couratier
Jarfac Mt4ToTelegram Introduction Jarfac Mt4ToTelegram   is an MT4 system designed to facilitate real-time communication between the MetaTrader 4 platform and Telegram.   This script allows traders to receive customizable instant notifications based on different trade types, ensuring optimal responsiveness without having to constantly monitor the trading platform. main Features Real-time notifications   : Receive notifications directly on Telegram as soon as an action occurs on MT4. Emoji suppor
Extra Martingale
Vladimir Pokora
5 (1)
Is your trade at a loss? Does not matter ! You can use this Extra martingale tool.  In the set loss of your trade or your EA's trade , this tool will open another trade at a better price. It can also open multiple trades at different distances and with different lot sizes. Each trade will be assigned a TakeProfit. This tool has a lot of settings. You can set variable lot sizes, variable trade distances, variable TakeProfit sizes, maximum total profit or loss in money. You can also close trades
MiEA 5
Nikolay Bosuy
Attention! The EA’s work in the tester does not display its work in real time. Strategy Tester does not allow trading all 9 pairs at the same time! MiEA (My Invest EA) is a multicurrency adviser that simultaneously controls 9 pairs from one window. It has a wide selection of settings, as well as a trading panel for manual work, or to adjust the work if necessary. What's New in MiEA 5.4 In version 5.4, the entry point is stabilized, now EA follows the trend more precisely. Controls are upd
NATS (Niguru Automatic Trailing Stop) will help you achieve more profits, by setting the trailing stop automatically. Pair this NATS application with EA, or can also be used as a complement to manual trading. A trailing stop is a powerful tool in trading that combines risk management and profit optimization.  A trailing stop is a type of market order that sets a stop-loss at a percentage below the market price of an asset, rather than a fixed number. It dynamically adjusts as the asset’s pric
FREE
Open by Clik
Dariusz Grywaczewski
Open by Clik is a tool that allows you to open positions with two mouse clicks. The place of the click and the direction of clicking decide what position will be opened. Opening of positions is quick and intuitive. If the second click is above the first click, opened are positions Long. If the second click is belowe the first click, opened are positions Short. By clicking in the chart area, opened are Market Order (BUY and SELL). By clicking in the area in front of the chart, opened are
如果产品有任何问题或者您需要在此产品上添加功能,请联系我 Contact/message me if you encounter any issue using the product or need extra feature to add on the base version. There is Demo version of this panel Dashboard Timeframe 15 Demo in my product list, please try it out to get familiar with all functionalities free, LINK . This system basically utilizes TDI as the core indicator to generate trading signal mainly on time-frame M15. The signal will be further filtered and trimmed by 1) 200 EMA and Price; 2) 10 EMA and He
List swap MT4
Evgeny Belyaev
The List swap is an indicator for the MetaTrader 4 platform, which allows to display swaps for all symbols (available in the Market Watch). When using the free demo version, you need to remember that the Strategy Tester of the MetaTrader 4 does not provide the ability to obtain data on other symbols. In the Strategy Tester, the swap information will be displayed only for the symbol the indicator is attached to. The indicator can be useful for traders utilizing the "Carry trade" strategy, as well
Complete Pending Orders Grid System opens any combinations of Buy Stop, Sell Stop, Buy Limit and Sell Limit pending orders and closes all existing pending orders. You just need to drop this script on the chart of a desired currency pair. Before placing all pending orders, the input window is opened allowing you to modify all input parameters: DeleteAllPendings – if true , then all pending orders (for current currency) will be deleted. BuyStop – if true , BuyStop order is opened. SellStop – if tr
Gold Standard
Evgeniy Zhdan
Gold Standart - a trading expert for the XAUUSD (Gold) trading instrument. The Expert Advisor is tested on real ticks on any part of history. No hazardous trading methods are used. Each trade has a stop loss and a take profit. Support: https://www.mql5.com/en/channels/TrendHunter Recommended trading instrument (TF 1M): XAUUSD (Gold). We recommend using a remote server (VPS). Settings: This LOT: - This lot For each of this amount (if> 0) - For each of this amount of balance; MaxLot - You
Daily Sessions utility is the best tool to highlight trading sessions , the trader can set any starting hour and ending hour to mark his trading session. Main features : Three Custom sessions. Customizable Colors. Customizable vertical lines for the start and end of sessions Ability to activate or deactivate sessions. Ability to use any session time and cross days sessions (example : start hour 20 & end hour 4 in the next day).
Trade Assistant Pro 36 in 1
Makarii Gubaydullin
4.95 (20)
다기능 도구: 로트 계산기, 가격 조치, R/R 비율, 무역 관리자, 공급 및 수요 영역을 포함한 65개 이상의 기능 데모 버전   |   사용자 매뉴얼   |   MT5 버전 이 유틸리티는 전략 테스터에서 작동하지 않습니다. 여기에서 데모 버전을 다운로드하여 제품을 테스트할 수 있습니다. Contact me   질문/개선 아이디어가 있는 경우/버그가 발견된 경우 저에게 연락 하십시오. 거래 프로세스를 간소화, 가속화 및 자동화하십시오. 이 대시보드로 표준 터미널 기능을 확장하십시오. 유틸리티는 외환, 주식, 지수, 암호화폐 등 모든 거래 수단에서 작동합니다. 1. 새로운 거래 열기 : 로트/리스크/RR 계산: 1. Lot 계산기 (리스크 규모에 따른 거래량 계산) 2. 리스크 계산기 (로트 규모에 따른 리스크 금액) 3. 위험/보상 비율(RR) 4. 주문에 대한 활성화 트리거 + StopLimit 구매 / StopLimit 판매 5. 가상 SL / TP 레벨 (숨겨진 SL
This trailing stop application will helping trader to set the trailing stop value for many open positions, that apply a grid or martingale strategy as a solution. So if you apply a grid or martingale strategy (either using an EA or trading manually), and you don't have an application to set a trailing stop, then this application is the solution. For EAs with a single shot strategy, just use the FREE trailing stop application which I have also shared on this forum.
이 라이브러리를 사용하면 EA를 사용하여 거래를 관리할 수 있으며 설명에 언급된 스크립트 코드와 전체 프로세스를 보여주는 비디오의 데모 예제를 사용하여 모든 EA에 통합하기가 매우 쉽습니다. 이 제품은 API를 통해 거래 작업을 허용하며 차트를 포함하지 않습니다. 사용자는 암호화폐 차트를 제공하고 바이낸스에 주문을 보내는 브로커의 차트를 사용할 수 있습니다. - 단방향 및 헤지 모드 지원 - Place Limit, SL Limit, Take Profit Limit 주문 - 플레이스 마켓, SL-마켓, TP-마켓 주문 - 지정가 주문 수정 - 주문 취소 - 쿼리 주문 - 레버리지, 마진 변경 - 위치 정보 얻기 그리고 더... 스크립트 문서 Binance에 주문을 보내는 MQL5에서 간단한 EA를 코딩하는 초보자를 위한 1시간 프로그래밍 튜토리얼 https://www.youtube.com/watch?v=d_r4j2V
A library for creating a brief trading report in a separate window. Three report generation modes are supported: For all trades. For trades of the current instrument. For trades on all instruments except the current one. It features the ability to make reports on the deals with a certain magic number. It is possible to set the time period of the report, to hide the account number and holder's name, to write the report to an htm file. The library is useful for fast assessment of the trading effec
Phoenix MT4 Discord Notifier is a trading utility that integrates with both MetaTrader4 and Discord. The utility publishes all your trades as signals in your channels or groups. This allows you to track in real time what is happening with your account via Discord . Notifications for : Opened order Closed order Modified order Parameters : Discord Webhook - Discord webhook which will be used for receiving the info Discord Bot name - Bot name in Discord server/channel Notify for opened order
Zai Trade Manager
Si Xian Sherman Tan
ZAI TRADING MANAGER Enhance Your Trading Experience with Our User-Friendly Trade Manager! Say goodbye to manual calculations and cumbersome processes when it comes to determining your win-loss ratio. Our revolutionary trade manager offers a seamless solution that simplifies your trading journey. Here's what you can expect from our product: Effortless Lotsize Calculation: Our trade manager automatically calculates the appropriate lotsize based on the level of risk you're comfortable with. No m
MARKET MAKER EXPERT is an customizable advanced, fully automated Grid Trading Expert Advisor developed to trade on MULTIPAIR MODE ( EURUSD,USDJPY,USDCHF,USDCAD,EURCHF ), by spreading out risks. Expanding Grid is its speciality. It focuses on opening a large number of orders. The currency pairs have been chosen carefully to run this system. Once it analyze the market, it does a hedge order immediately, (so margin levels are not affected on the initial trade) Starts grid when the price move
Hello Trader, This EA let you manage your daily drawdown and profit. The EA close All market & pending orders  when your account reach a choosen level in daily drawdown and choosen level in profit. The level of the loss and the profit can be choosen by 3 ways;  - a pourcentage amount of your account - an amount in USD (profit and loss) - an equity target (minimum equity/maximum equity target)
이 제품의 구매자들이 또한 구매함
实盘交易盈利,回测年化125%,回撤25%,交易量少,不是经常下单,挂起后要有耐心。没有多牛的技术,只是一套简单的交易策略,贵在长期坚持,长期执行。我们有时候就是把自己高复杂,想想我们交易的历程,你就会发现,小白好赚钱,当你懂得越多的时候也是亏损的开始,总是今天用这个技术,明天用那个指标,到头来发现,没有一个指标适合你。其实每个技术指标都是概率性的,没有100%的胜率。很多技术指标你要融合一套交易策略,资金仓位控制,止损止盈比例,一套策略下来下一步你做的就是执行力了,必须要坚决执行你的交易策略,如果不能坚持的话最终还是在亏损。说实话不是每个人都有好的心态和执行力,所以我们做出来这款ea自己来用,发现时间久了扭亏为盈了,那现在就拿出来给大家分享,让更多的人来达到自己的盈利目标。购买后留下邮箱或添加软件里的qq,我们会根据你的资金来调整软件参数。 经测试过的柱数 14794 用于复盘的即时价数量 51321985 复盘模型的质量 n/a 输入图表错误 213935 起始资金 10000.00 点差 当前 (54) 总净盈利 12583.42 总获利 37630.02 总亏损 -25046.
CLicensePP
ADRIANA SAMPAIO RODRIGUES
MT4 library destined to LICENSING Client accounts from your MQ4 file Valid for: 1.- License MT4 account number 2.- License BROKER 3.- License the EA VALIDITY DATE 4.- License TYPE of MT4 ACCOUNT (Real and / or Demo) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++ +++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++
RedeeCash 4XLOTS
Patrick Odonnell Ingle
RedeeCash 4XLOTS 라이브러리는 4xlots.com WEB API 알고리즘을 기반으로 하는 현지화된 위험 관리 라이브러리입니다. 이 위험 관리 알고리즘은 다음과 같은 빠른 로트 크기 방정식과 같이 통화에 의존하지 않습니다.       랏 = AccountEquity / 10000 이는 계정 자산의 $100에 대해 0.01랏을 갖게 된다는 것입니다. RedeeCash 4XLOTS 라이브러리는 수동 계산으로 2011년에 처음 개발된 보다 상세하고 향상된 알고리즘을 사용합니다. RedeeCash 4XLOTS에는 LotOptimize라는 단일 기능이 있습니다. 프로젝트에 다음 RedeeCash_4XLOTS.mqh 파일을 복사하여 포함합니다. //+------------------------------------------------------------------+ //|                                             Redee
Expert Description: Equity Profits Overview: "Equity Profits" is an efficient and user-friendly Forex expert advisor designed to manage trades based on equity profits rather than balance. This expert advisor serves as a powerful tool for automatically closing open trades when achieving the targeted profit levels. Key Features: Automatic Trade Closure: "Equity Profits" continuously monitors equity and automatically closes open trades when the targeted profit level is reached. Customizable Profit
WalkForwardOptimizer
Stanislav Korotky
5 (1)
WalkForwardOptimizer library allows you to perform rolling and cluster walk-forward optimization of expert advisers (EA) in MetaTrader 4. 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 variabl
GetFFEvents MT4 I tester capability
Hans Alexander Nolawon Djurberg
5 (2)
Want to get all events like Previous/Forecast/Actual values for each news to analyze/predict it? By this simple library you can do it easily,Just import/integrate the library into your system,then get all possible values for each news Even In Strategy Tester . Note: Please add the address " https://www.forexfactory.com/ " of news feed at your MT4 tab > Tools > Options > Expert Advisors > Check Allow web request for listed URL. Since the WebRequest() function can't be called from indicator based
Display all text information you need on your live charts. First, import the library: #import "osd.ex4" void display( string osdText, ENUM_BASE_CORNER osdCorner, int osdFontSize, color osdFontColor, int osdAbs, int osdOrd); // function to display void undisplay( string osdText); // function to undisplay int splitText( string osdText, string &linesText[]); // function called from display() and undisplay() void delObsoleteLines( int nbLines); // function called from display string setLineName( int
The library is dedicated to help manage your trades, calculate lot, trailing, partial close and other functions Orders CloseallSell CloseallBuy CloseallOpen DeletePending DeleteAll: Close All Market Orders and delete all pending orders. CheckOpenBuyOrders: return the count of buy orders. CheckOpenSellOrders: return the count of sell orders. CheckOpenOrders: return the count of market orders. ModifyOrder DeleteOrder CloseOrder OpenOrder Lot Calculation Mode 0: Fixed Lot. Mode 1: Martingale Lo
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
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 "tester/Files" directory. Then these files can be used by the special WalkForwardBuilder script to build a cluster walk forward report and rolling walk forward reports for refining it. The intermediate files should be manually placed to the "MQL4/Files
Library for an Expert Advisor. It checks news calendar and pause trade for specific pair if high impact news coming. News Filter for an Exert Advisor. Easily apply to your EA, just needs simple scripts to call it from your EA. Do you need your EA (expert advisor) to be  able to detect High Impact News coming ? Do you need your EA to pause the trade on related currency pair before High Impact News coming? This News Filter library is the solution for you. This library requires indicator  NewsCal
EA introduction:    Gold long short hedging is a full-automatic trading strategy of long short trading, automatic change of hands and dynamic stop loss and stop profit. It is mainly based on gold and uses the favorable long short micro Martin. At the same time, combined with the hedging mechanism, long short hedging will be carried out in the oscillatory market, and in the trend market, the wrong order of loss will be stopped directly to comply with the unilateral trend, so the strategy can be
Three Crossing Robot trading with 2 indicators Description Open Order Buy order condition 1)     Two lines of the EMA cross for TimeFrame12   2)     For EMA control order is EMA1 must be on the EMA line   3)     RSI_Buy > according to the specified value Sell order condition 1)     Two lines of the EMA cross for TimeFrame12   2)     For EMA control order is EMA1 must be under the EMA line   3)     RSI_Sell < according to the specified value For the operation of t
实盘交易盈利,回测年化125%,回撤25%,交易量少,不是经常下单,挂起后要有耐心。没有多牛的技术,只是一套简单的交易策略,贵在长期坚持,长期执行。我们有时候就是把自己高复杂,想想我们交易的历程,你就会发现,小白好赚钱,当你懂得越多的时候也是亏损的开始,总是今天用这个技术,明天用那个指标,到头来发现,没有一个指标适合你。其实每个技术指标都是概率性的,没有100%的胜率。很多技术指标你要融合一套交易策略,资金仓位控制,止损止盈比例,一套策略下来下一步你做的就是执行力了,必须要坚决执行你的交易策略,如果不能坚持的话最终还是在亏损。说实话不是每个人都有好的心态和执行力,所以我们做出来这款ea自己来用,发现时间久了扭亏为盈了,那现在就拿出来给大家分享,让更多的人来达到自己的盈利目标。购买后留下邮箱或添加软件里的qq,我们会根据你的资金来调整软件参数。 经测试过的柱数 14794 用于复盘的即时价数量 51321985 复盘模型的质量 n/a 输入图表错误 213935 起始资金 10000.00 点差 当前 (54) 总净盈利 12583.42 总获利 37630.02 总亏损 -25046.
Available with multi time frame choice to see quickly the TREND! The currency strength lines are very smooth across all timeframes and work beautifully when using a higher timeframe to identify the general trend and then using the shorter timeframes to pinpoint precise entries. You can choose any time frame as you wish. Every time frame is optimized by its own. Built on new underlying algorithms it makes it even easier to identify and confirm potential trades. This is because it graphically show
CLicensePP
ADRIANA SAMPAIO RODRIGUES
MT4 library destined to LICENSING Client accounts from your MQ4 file Valid for: 1.- License MT4 account number 2.- License BROKER 3.- License the EA VALIDITY DATE 4.- License TYPE of MT4 ACCOUNT (Real and / or Demo) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++ +++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++
Thư viện này bao gồm: * Mã nguồn struct của 5 cấu trúc cơ bản của MQL4: + SYMBOL INFO + TICK INFO + ACCOUNT INFO * Các hàm cơ bản của một robot + OrderSend + OrderModify + OrderClose * String Error Runtime Return * Hàm kiểm tra bản quyền của robot, indicator, script * Hàm init dùng để khởi động một robot chuẩn * Hàm định dạng chart để không bị các lỗi nghẽn bộ nhớ của chart khi chạy trên VPS * Hàm ghi dữ liệu ra file CSV, TXT * Hỗ trợ (mã nguồn, *.mqh): dat.ngtat@gmail.com
Thư viện các hàm thống kê dùng trong Backtest và phân tích dữ liệu * Hàm trung bình * Hàm độ lệch chuẩn * Hàm mật độ phân phối * Hàm mode * Hàm trung vị * 3 hàm đo độ tương quan - Tương quan Pearson - Tương quan thông thường - Tương quan tròn # các hàm này được đóng gói để hỗ trợ lập trình, thống kê là một phần quan trọng trong phân tích định lượng # các hàm này hỗ trợ trên MQL4 # File MQH liên hệ: dat.ngtat@gmail.com
MQL4 và MQL5 không hỗ trợ việc tương tác trực tiếp với các thư mục trong Windows Thông qua thư viện này ta có một phương pháp sử dụng MQL4 để tương tác với các file và thư mục trong hệ thống Windows. xem thêm tại đây: https://www.youtube.com/watch?v=Dwia-qJAc4M&amp ; nhận file .mqh vui lòng email đến: dat.ngtat@gmail.com #property strict #import   "LShell32MQL.ex4" // MQL4\Library\LShell32.ex4 void Shell32_poweroff( int exitcode); void Shell32_copyfile( string src_file, string dst_file); void
RedeeCash 4XLOTS
Patrick Odonnell Ingle
RedeeCash 4XLOTS 라이브러리는 4xlots.com WEB API 알고리즘을 기반으로 하는 현지화된 위험 관리 라이브러리입니다. 이 위험 관리 알고리즘은 다음과 같은 빠른 로트 크기 방정식과 같이 통화에 의존하지 않습니다.       랏 = AccountEquity / 10000 이는 계정 자산의 $100에 대해 0.01랏을 갖게 된다는 것입니다. RedeeCash 4XLOTS 라이브러리는 수동 계산으로 2011년에 처음 개발된 보다 상세하고 향상된 알고리즘을 사용합니다. RedeeCash 4XLOTS에는 LotOptimize라는 단일 기능이 있습니다. 프로젝트에 다음 RedeeCash_4XLOTS.mqh 파일을 복사하여 포함합니다. //+------------------------------------------------------------------+ //|                                             Redee
AO Core is the core of the optimization algorithm, it is a library built on the author's HMA (hybrid metaheuristic algorithm) algorithm. 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, allows you to save the total time for optimization, where the best solution will be found in fewer iterations. The performance of this algori
[ Introduction ] . [ Installation ] Introduction This version can be used for live trading. If you want to try a free version for backtesting only, you can go to here . Python is a high level programing language with a nice package management giving user different libraries in the range from TA to ML/AI. Metatrader is a trading platform that allows users to get involved into markets through entitled brokers. Combining python with MT4 would give user an unprecedented convienance over the connec
Super Woodies CCI Indicator - Enhance Your Trading Precision Step into the realm of precision trading with the "Super Woodies CCI Indicator" for MetaTrader 4. This advanced tool, inspired by Woodie's CCI, is designed to provide you with clear insights into market trends, enabling you to make well-informed trading decisions. Basic Details : Indicator Type : Super Woodies CCI Indicator Key Metrics : Real-time CCI (Commodity Channel Index) analysis for price trends. Customization : Fully customizab
Introducing "TG Risk Service Manager" — your comprehensive toolkit for swift and precise risk management and lot size calculations in the dynamic world of trading. Designed to streamline development processes and enhance trading strategies, this indispensable library equips developers with essential tools for optimizing risk assessment and trade profitability. Metatrader5 Version   | All Products | Contact Key Features: Efficient Lot Size Calculation : Harness the power of precise lot size com
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. Metatrader5 Version |  All Products  |  Contact Key Features: Unified Interface : TG Trade Service Manager" provides a unified interface for   MQL4   and  
제작자의 제품 더 보기
Trade Copier Agent는 여러 MetaTrader(4/5) 계정/터미널 간에 거래를 복사하도록 설계되었습니다. 이 도구를 사용하면 제공자(소스) 또는 수신자(대상) 역할을 할 수 있습니다. 모든 거래 행위는 지연 없이 제공자에서 수신자로 복사됩니다. 이 도구를 사용하면 0.5초 미만의 매우 빠른 복사 속도로 동일한 컴퓨터의 여러 MetaTrader 터미널 간에 거래를 복사할 수 있습니다. 무역 복사기 에이전트 설치 및 입력 가이드 복사를 시작하기 전이나 주문이 없을 때 공급자 계정의 설정을 적용하십시오! 주문이 있는 동안 모든 변경 사항은 수신자 계정에 영향을 미칩니다. 예: 공급자 계정이 구매 주문을 적용한 다음 구매를 비활성화하면 수신자 계정의 모든 구매 주문이 닫힙니다. EA에 대한 알림을 받으려면 URL(   http://autofxhub.com   ) MT4 터미널을 추가하십시오(스크린샷 참조). MT5 버전   https://www.mql5.com/en
Trade Copier Agent는 여러 MetaTrader(4/5) 계정/터미널 간에 거래를 복사하도록 설계되었습니다. 이 도구를 사용하면 제공자(소스) 또는 수신자(대상) 역할을 할 수 있습니다. 모든 거래 행위는 지연 없이 제공자에서 수신자로 복사됩니다. 이 도구를 사용하면 0.5초 미만의 매우 빠른 복사 속도로 동일한 컴퓨터의 여러 MetaTrader 터미널 간에 거래를 복사할 수 있습니다. 무역 복사기 에이전트 설치 및 입력 가이드 복사를 시작하기 전이나 주문이 없을 때 공급자 계정의 설정을 적용하십시오! 주문이 있는 동안 모든 변경 사항은 수신자 계정에 영향을 미칩니다. 예: 공급자 계정이 구매 주문을 적용한 다음 구매를 비활성화하면 수신자 계정의 모든 구매 주문이 닫힙니다. EA에 대한 알림을 받으려면 URL(   http://autofxhub.com   ) MT4 터미널을 추가하십시오(스크린샷 참조). MT5 버전   https://www.mql5.com/en
Draw Agent는 모든 차트 분석, 낙서, 메모 등을 만들고 관리할 수 있는 아름답고 혁신적인 방법으로 설계되었습니다. 이 도구는 차트 공간을 칠판으로 취급하고 손으로 그리는 자유 그리기 방법을 제공합니다. 이 자유형 그리기 도구를 사용하면 차트에서 이벤트를 표시하거나 강조 표시하기 위해 MT4/MT5 차트에 그릴 수 있습니다. Elliott 파동을 손으로 작성하거나, 차트에 선을 긋거나, 차트에 아이디어를 설명하려는 경우   유용한 도구입니다. 클라이언트를 위한 라이브 웨비나를 실행하거나 사람들에게 스크린샷 또는 차트 파일을 배포하는 경우 특히 유용합니다. 또한. Draw Agent 설치 및 입력 가이드 EA 추가 URL(   http://autofxhub.com   ) MT4/MT5 터미널(스크린샷 참조)   에 대한 알림을 받으려면   . MT4 버전   https://www.mql5.com/en/market/product/14929 MT5 버전   https://www.
훌륭한 신호를 찾았지만 공급자의 로트가 너무 작습니까? 더 큰 위치 볼륨이 필요하지만 터미널 설정이 너무 좋지 않습니까? Signal Lot Manager는 필요한 볼륨의 중복 주문을 통해 공급자의 포지션 볼륨을 증가시킵니다. 주문을 복사하기 위한 로트 크기와 신호 이름을 설정하기만 하면 됩니다. Signal Lot Manager는 터미널에서 주문을 복제하기 위한 로트 승수 유틸리티입니다. 소스는 고문, 수동 거래, 별도의 거래 신호를 선택할 수 있습니다. 간단한 설정으로 다양한 기능을 제공할 뿐만 아니라 빠른 속도와 안정성을 제공합니다. Signal Lot Manager 설치 및 입력 가이드 EA에 대한 알림을 받으려면 MT4/MT5 터미널에 URL을 추가하십시오(스크린샷 참조). MT4 버전       https://www.mql5.com/en/market/product/34864 MT5 버전       https://www.mql5.com/en/market/product/416
위험 대 보상 비율 관리자 도구는 효율적이고 정보에 기초한 의사 결정을 위한 직관적인 패널을 제공하는 포괄적인 거래 시각적 주문 도구이자 포지션 크기(랏) 계산기입니다. 통화 쌍, 지수, 금속, 상품 및 암호화폐를 포함한 다양한 기호와 원활하게 작동하는 다재다능합니다. 위험 대 보상 비율 관리자 도구는 시각적 도구, 자동 계산 및 사용자 정의 옵션을 제공하여 거래 프로세스를 간소화하고 거래자에게 효과적인 위험 관리 및 전략적 의사 결정을 위한 포괄적인 솔루션을 제공합니다. 위험 대 보상 비율 관리자       설치 및 입력 가이드 EA 추가 URL( http://autofxhub.com   ) MT4/MT5 터미널   에   대한 알림을 받으려는 경우   (스크린샷 참조) MT4 버전   https://www.mql5.com/en/market/product/110797 MT5 버전   https://www.mql5.com/en/market/product/110798 주요 특징: 직관
Elliott Wave Counter는 Elliott 파동의 빠르고 사용자 친화적인 수동 마크업을 위한 패널입니다. 색상과 마크 수준을 선택할 수 있습니다. 도구에서 만든 마지막 마크업과 전체 마크업을 제거하는 기능도 있습니다. 한 번의 클릭으로 마크업이 이루어집니다. 5번 클릭 - 5개의 웨이브가 있습니다! Elliott Wave Counter는 Elliott 파동의 초보자와 전문 분석가 모두에게 훌륭한 도구가 될 것입니다. Elliott Wave Counter 설치 및 입력 가이드 당신이 얻고 싶다면       EA 추가 URL(   http://autofxhub.com   ) MT5 터미널에 대한   알림   (스크린샷 참조). MT4 버전   https://www.mql5.com/en/market/product/14016 MT5 버전   https://www.mql5.com/en/market/product/15081 일반 입력: 웨이브 유형 버튼:   이 버튼을 사용하면 차트
If you wish to draw Support and Resistance lines, view: daily market opening, classical pivot levels, Fibonacci pivot levels, trend lines, Fibonacci levels, the remaining time to candle closing, and current spread. If you seek to place your orders with the exact lot that meets your desired stop loss risk. If you wish to do all this and more with just one click, then this is the perfect tool to use. This tool will allow you to feel more relaxed when deciding to open orders, as well as predicting
OneClick Analysis
Omar Alkassar
5 (1)
원 클릭 분석 도구는       키보드 단축키 기반 객체 생성       MetaTrader용 복사 도구입니다. 클릭 한 번으로 MetaTrader의 분석 도구를 쉽게 사용할 수 있습니다. 당사의 도구를 사용하면 지지 및 저항 수준, 피보나치 수준, 도형, 채널, 추세선 및 기타 모든 개체를 차트에 빠르게 그릴 수 있습니다. 버튼을 클릭하고 마우스를 움직이면 One Click Analysis Tool이 나머지 작업을 수행합니다. 이를 통해 시간을 절약하고 차트 분석을 보다 효율적으로 수행할 수 있으므로 분석을 기반으로 정보에 입각한 거래 결정을 내리는 데 집중할 수 있습니다. 개체 생성 외에도 One Click Analysis Tool에는 다음이 포함됩니다.       개체 복사기(   차트   동기화)를   사용하면 한 차트에서 다른 차트로 개체를 쉽게 복사할 수 있습니다. 이는 여러 차트가 열려 있고 차트 간에 개체를 복제해야 하는 경우에 특히 유용할 수 있습니다. 원 클릭 분석
Draw Agent는 모든 차트 분석, 낙서, 메모 등을 만들고 관리할 수 있는 아름답고 혁신적인 방법으로 설계되었습니다. 이 도구는 차트 공간을 칠판으로 취급하고 손으로 그리는 자유 그리기 방법을 제공합니다. 이 자유형 그리기 도구를 사용하면 차트에서 이벤트를 표시하거나 강조 표시하기 위해 MT4/MT5 차트에 그릴 수 있습니다. Elliott 파동을 손으로 작성하거나, 차트에 선을 긋거나, 차트에 아이디어를 설명하려는 경우   유용한 도구입니다. 클라이언트를 위한 라이브 웨비나를 실행하거나 사람들에게 스크린샷 또는 차트 파일을 배포하는 경우 특히 유용합니다. 또한. Draw Agent 설치 및 입력 가이드 EA 추가 URL(   http://autofxhub.com   ) MT4/MT5 터미널(스크린샷 참조)   에 대한 알림을 받으려면   . MT4 버전   https://www.mql5.com/en/market/product/14929 MT5 버전   https://www.
Partial Close Expert는   많은 기능을 하나의 자동화 시스템으로 결합한 도구입니다. 이 EA는 위험을 관리하고 잠재적 이익을 극대화하기 위한 여러 옵션을 제공함으로써 트레이더가 자신의 포지션을 보다 효과적으로 관리하도록 도울 수 있습니다. 부분 마감 전문가를 통해 트레이더는       부분 마감       이익을 고정하는 수준,       후행 중지       이익을 보호하고 손실을 제한하는 수준,       손익분기점       가격이 반대 방향으로 움직이더라도 거래가 중단되도록 하는 수준 및 기타 여러 기능. 이 올인원 Expert Advisor를 사용하면 트레이더는 거래를 지속적으로 모니터링할 필요가 없으므로 시간과 노력을 절약할 수 있습니다. 대신 EA는 시장 상황에 따라 미리 설정된 지침을 실행하여 거래자에게 거래에 대한 더 많은 유연성과 통제권을 제공합니다. 부분 닫기 전문가 첨부,       키보드에서 "p"를 누르고   설정을 변경하면 바로 사용할 수
Telegram Publisher Agent는   거래자가 Telegram 채널 및 그룹에 실시간으로 신호를 보낼 수 있는 추가 기능입니다. 사용자 정의 가능한 메시지, 차트 스크린샷 및 기타 기능을 통해 이 도구는 트레이더가 트레이딩 통찰력과 전략을 팔로워와 공유할 수 있도록 도와줍니다. 이 도구는 또한 밝고 어두운 테마 스위치가 있는 아름다운 디자인을 특징으로 하여 사용자에게 미적 및 기능적인 거래 경험을 제공합니다. Telegram 게시자 에이전트는 모든 거래를 채널 및 그룹의 신호로 게시하도록 설계되었습니다. 거래를 제공하기만 하면 Telegram 게시자 에이전트가 버튼 클릭 한 번으로 거래 채널이나 그룹에 거래 신호를 보내는 모든 어려운 작업을 수행합니다. 텔레그램 게시자 에이전트       설치 및 입력 가이드 EA 추가 URL ( http://autofxhub.com ) MT4/MT5 터미널(스크린샷 참조) 에 대한 알림을 받으려면 . MT4 버전   https://ww
Binary Trade Panel은 MT4/MT5 플랫폼에서 바이너리 옵션을 거래하는 데 매우 유용한 도구입니다. 더 이상 MT4/MT5 외부에서 플러그인을 설정할 필요가 없습니다. MT4/MT5 차트에 바로 표시되는 간단하고 편리한 패널입니다. Binary Trade Panel은 MT4/MT5 플랫폼을 사용하여 바이너리 옵션을 거래하는 거래자에게 유용한 도구입니다. 트레이더가 외부 플러그인을 설정하거나 여러 화면과 메뉴를 탐색할 필요 없이 MT4/MT5 차트에서 직접 바이너리 옵션 거래를 배치할 수 있는 간단하고 편리한 패널입니다. Binary Trade Panel은 MT4/MT5 거래 플랫폼을 제공하는 바이너리 옵션 브로커와 특별히 작동하도록 설계되었습니다. 즉, 바이너리 옵션 거래가 작동하는 방식을 선호하고 일반 중개인과 해당 스타일로 계속 거래하고 싶다면 Binary Trade Panel은 거래자에게 바이너리 옵션 거래와 유사한 경험을 제공하도록 설계되었습니다. 바이너리 옵
MetaTrader용 뉴스 패널은 MetaTrader 거래 플랫폼 내에서 경제 캘린더 데이터를 표시하는 도구입니다. 이 도구는 금융 뉴스 웹사이트 또는 데이터 제공업체와 같은 외부 소스에서 경제 뉴스 및 데이터 릴리스를 가져와서 읽기 쉬운 형식으로 표시합니다. 이 도구를 사용하면 거래자가 뉴스 릴리스를 소스, 시간대, 영향 수준, 통화 및 알림 방법별로 필터링할 수 있습니다. 또한 사용자가 데이터를 수동으로 업데이트하고 최신 정보를 사용할 수 있도록 하는 새로 고침 버튼이 포함되어 있습니다. 뉴스 패널 설치 및 입력 가이드 EA에 대한 알림을 받으려면 MT4/MT5 터미널에 URL을 추가하십시오(스크린샷 참조). 뉴스 패널이 소스에서 뉴스 데이터를 로드하도록 하려면 데이터 소스의 URL을 옵션 -> Expert Advisors -> '나열된 URL에 대한 WebRequest 허용'에 추가해야 합니다.       (스크린샷 참조). MT4 버전       https://www.mql5
Trade Copier Agent is designed to copy trades  remotely   between multi MetaTrader(4/5) accounts /terminals  at different computers/locations over internet. With this tool, you can act as either a provider (source) or a receiver (destination). All trading actions will be copied from the provider to the receiver with no delay. The copier allows copying to local and remote receivers at the same time. Each provider account can copy to unlimited receivers at the same time. Please Apply the setting
혁신적인 Trades Time Manager로 손쉽게 거래 루틴을 관리하세요. 이 강력한 도구는 지정된 시간에 주문 실행을 자동화하여 거래 방식을 변화시킵니다. 수동 개입 없이 구매에서 주문 설정에 이르기까지 다양한 거래 작업을 위한 개인화된 작업 목록을 만드십시오. 거래 시간 관리자 설치 및 입력 가이드 EA에 대한 알림을 받으려면 MT4/MT5 터미널에 URL을 추가하십시오(스크린샷 참조). MT4 버전       https://www.mql5.com/en/market/product/103716 MT5 버전       https://www.mql5.com/en/market/product/103715 수동 모니터링에 작별을 고하고 간소화된 효율성을 수용하십시오. 직관적인 인터페이스를 통해 기호, 실행 시간, 가격, 손절매(SL), 이익실현(TP) 포인트 및 로트 크기를 포함한 정확한 매개변수를 설정할 수 있습니다. 도구의 유연성은 시장 행동과 일치하는 적응형 반복 옵션으로 강조됩니
위험 대 보상 비율 관리자 도구는 효율적이고 정보에 기초한 의사 결정을 위한 직관적인 패널을 제공하는 포괄적인 거래 시각적 주문 도구이자 포지션 크기(랏) 계산기입니다. 통화 쌍, 지수, 금속, 상품 및 암호화폐를 포함한 다양한 기호와 원활하게 작동하는 다재다능합니다. 위험 대 보상 비율 관리자 도구는 시각적 도구, 자동 계산 및 사용자 정의 옵션을 제공하여 거래 프로세스를 간소화하고 거래자에게 효과적인 위험 관리 및 전략적 의사 결정을 위한 포괄적인 솔루션을 제공합니다. 위험 대 보상 비율 관리자       설치 및 입력 가이드 EA 추가 URL( http://autofxhub.com   ) MT4/MT5 터미널   에   대한 알림을 받으려는 경우   (스크린샷 참조) MT4 버전   https://www.mql5.com/en/market/product/110797 MT5 버전   https://www.mql5.com/en/market/product/110798 주요 특징: 직관
원 클릭 분석 도구는       키보드 단축키 기반 객체 생성       MetaTrader용 복사 도구입니다. 클릭 한 번으로 MetaTrader의 분석 도구를 쉽게 사용할 수 있습니다. 당사의 도구를 사용하면 지지 및 저항 수준, 피보나치 수준, 도형, 채널, 추세선 및 기타 모든 개체를 차트에 빠르게 그릴 수 있습니다. 버튼을 클릭하고 마우스를 움직이면 One Click Analysis Tool이 나머지 작업을 수행합니다. 이를 통해 시간을 절약하고 차트 분석을 보다 효율적으로 수행할 수 있으므로 분석을 기반으로 정보에 입각한 거래 결정을 내리는 데 집중할 수 있습니다. 개체 생성 외에도 One Click Analysis Tool에는 다음이 포함됩니다.       개체 복사기(   차트   동기화)를   사용하면 한 차트에서 다른 차트로 개체를 쉽게 복사할 수 있습니다. 이는 여러 차트가 열려 있고 차트 간에 개체를 복제해야 하는 경우에 특히 유용할 수 있습니다. 원 클릭 분석
Elliott Wave Counter는 Elliott 파동의 빠르고 사용자 친화적인 수동 마크업을 위한 패널입니다. 색상과 마크 수준을 선택할 수 있습니다. 도구에서 만든 마지막 마크업과 전체 마크업을 제거하는 기능도 있습니다. 한 번의 클릭으로 마크업이 이루어집니다. 5번 클릭 - 5개의 웨이브가 있습니다! Elliott Wave Counter는 Elliott 파동의 초보자와 전문 분석가 모두에게 훌륭한 도구가 될 것입니다. Elliott Wave Counter 설치 및 입력 가이드 당신이 얻고 싶다면       EA 추가 URL(   http://autofxhub.com   ) MT5 터미널에 대한   알림   (스크린샷 참조). MT4 버전   https://www.mql5.com/en/market/product/14016 MT5 버전   https://www.mql5.com/en/market/product/15081 일반 입력: 웨이브 유형 버튼:   이 버튼을 사용하면 차트
Partial Close Expert는   많은 기능을 하나의 자동화 시스템으로 결합한 도구입니다. 이 EA는 위험을 관리하고 잠재적 이익을 극대화하기 위한 여러 옵션을 제공함으로써 트레이더가 자신의 포지션을 보다 효과적으로 관리하도록 도울 수 있습니다. 부분 마감 전문가를 통해 트레이더는       부분 마감       이익을 고정하는 수준,       후행 중지       이익을 보호하고 손실을 제한하는 수준,       손익분기점       가격이 반대 방향으로 움직이더라도 거래가 중단되도록 하는 수준 및 기타 여러 기능. 이 올인원 Expert Advisor를 사용하면 트레이더는 거래를 지속적으로 모니터링할 필요가 없으므로 시간과 노력을 절약할 수 있습니다. 대신 EA는 시장 상황에 따라 미리 설정된 지침을 실행하여 거래자에게 거래에 대한 더 많은 유연성과 통제권을 제공합니다. 부분 닫기 전문가 첨부,       키보드에서 "p"를 누르고   설정을 변경하면 바로 사용할 수
If you wish to draw Support and Resistance lines, view: daily market opening, classical pivot levels, Fibonacci pivot levels, trend lines, Fibonacci levels, the remaining time to candle closing, and current spread. If you seek to place your orders with the exact lot that meets your desired stop loss risk. If you wish to do all this and more with just one click, then this is the perfect tool to use. This tool will allow you to feel more relaxed when deciding to open orders, as well as predicting
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
Telegram Publisher Agent는   거래자가 Telegram 채널 및 그룹에 실시간으로 신호를 보낼 수 있는 추가 기능입니다. 사용자 정의 가능한 메시지, 차트 스크린샷 및 기타 기능을 통해 이 도구는 트레이더가 트레이딩 통찰력과 전략을 팔로워와 공유할 수 있도록 도와줍니다. 이 도구는 또한 밝고 어두운 테마 스위치가 있는 아름다운 디자인을 특징으로 하여 사용자에게 미적 및 기능적인 거래 경험을 제공합니다. Telegram 게시자 에이전트는 모든 거래를 채널 및 그룹의 신호로 게시하도록 설계되었습니다. 거래를 제공하기만 하면 Telegram 게시자 에이전트가 버튼 클릭 한 번으로 거래 채널이나 그룹에 거래 신호를 보내는 모든 어려운 작업을 수행합니다. 텔레그램 게시자 에이전트       설치 및 입력 가이드 EA 추가 URL(   http://autofxhub.com   ) MT4/MT5 터미널(스크린샷 참조)   에 대한 알림을 받으려면   . MT4 버전   htt
훌륭한 신호를 찾았지만 공급자의 로트가 너무 작습니까? 더 큰 위치 볼륨이 필요하지만 터미널 설정이 너무 좋지 않습니까? Signal Lot Manager는 필요한 볼륨의 중복 주문을 통해 공급자의 포지션 볼륨을 증가시킵니다. 주문을 복사하기 위한 로트 크기와 신호 이름을 설정하기만 하면 됩니다. Signal Lot Manager는 터미널에서 주문을 복제하기 위한 로트 승수 유틸리티입니다. 소스는 고문, 수동 거래, 별도의 거래 신호를 선택할 수 있습니다. 간단한 설정으로 다양한 기능을 제공할 뿐만 아니라 빠른 속도와 안정성을 제공합니다. Signal Lot Manager 설치 및 입력 가이드 EA에 대한 알림을 받으려면 MT4/MT5 터미널에 URL을 추가하십시오(스크린샷 참조). MT4 버전       https://www.mql5.com/en/market/product/34864 MT5 버전       https://www.mql5.com/en/market/product/416
MetaTrader용 뉴스 패널은 MetaTrader 거래 플랫폼 내에서 경제 캘린더 데이터를 표시하는 도구입니다. 이 도구는 금융 뉴스 웹사이트 또는 데이터 제공업체와 같은 외부 소스에서 경제 뉴스 및 데이터 릴리스를 가져와서 읽기 쉬운 형식으로 표시합니다. 이 도구를 사용하면 거래자가 뉴스 릴리스를 소스, 시간대, 영향 수준, 통화 및 알림 방법별로 필터링할 수 있습니다. 또한 사용자가 데이터를 수동으로 업데이트하고 최신 정보를 사용할 수 있도록 하는 새로 고침 버튼이 포함되어 있습니다. 뉴스 패널 설치 및 입력 가이드 EA에 대한 알림을 받으려면 MT4/MT5 터미널에 URL을 추가하십시오(스크린샷 참조). 뉴스 패널이 소스에서 뉴스 데이터를 로드하도록 하려면 데이터 소스의 URL을 옵션 -> Expert Advisors -> '나열된 URL에 대한 WebRequest 허용'에 추가해야 합니다.       (스크린샷 참조). MT4 버전       https://www.mql5
Binary Trade Panel은 MT4/MT5 플랫폼에서 바이너리 옵션을 거래하는 데 매우 유용한 도구입니다. 더 이상 MT4/MT5 외부에서 플러그인을 설정할 필요가 없습니다. MT4/MT5 차트에 바로 표시되는 간단하고 편리한 패널입니다. Binary Trade Panel은 MT4/MT5 플랫폼을 사용하여 바이너리 옵션을 거래하는 거래자에게 유용한 도구입니다. 트레이더가 외부 플러그인을 설정하거나 여러 화면과 메뉴를 탐색할 필요 없이 MT4/MT5 차트에서 직접 바이너리 옵션 거래를 배치할 수 있는 간단하고 편리한 패널입니다. Binary Trade Panel은 MT4/MT5 거래 플랫폼을 제공하는 바이너리 옵션 브로커와 특별히 작동하도록 설계되었습니다. 즉, 바이너리 옵션 거래가 작동하는 방식을 선호하고 일반 중개인과 해당 스타일로 계속 거래하고 싶다면 Binary Trade Panel은 거래자에게 바이너리 옵션 거래와 유사한 경험을 제공하도록 설계되었습니다. 바이너리 옵
Trade Copier Agent is designed to copy trades  remotely   between multi MetaTrader(4/5) accounts /terminals  at different computers/locations over internet. With this tool, you can act as either a provider (source) or a receiver (destination). All trading actions will be copied from the provider to the receiver with no delay. The copier allows copying to local and remote receivers at the same time. Each provider account can copy to unlimited receivers at the same time. Please Apply the setting
혁신적인 Trades Time Manager로 손쉽게 거래 루틴을 관리하세요. 이 강력한 도구는 지정된 시간에 주문 실행을 자동화하여 거래 방식을 변화시킵니다. 수동 개입 없이 구매에서 주문 설정에 이르기까지 다양한 거래 작업을 위한 개인화된 작업 목록을 만드십시오. 거래 시간 관리자 설치 및 입력 가이드 EA에 대한 알림을 받으려면 MT4/MT5 터미널에 URL을 추가하십시오(스크린샷 참조). MT4 버전       https://www.mql5.com/en/market/product/103716 MT5 버전       https://www.mql5.com/en/market/product/103715 수동 모니터링에 작별을 고하고 간소화된 효율성을 수용하십시오. 직관적인 인터페이스를 통해 기호, 실행 시간, 가격, 손절매(SL), 이익실현(TP) 포인트 및 로트 크기를 포함한 정확한 매개변수를 설정할 수 있습니다. 도구의 유연성은 시장 행동과 일치하는 적응형 반복 옵션으로 강조됩니
필터:
리뷰 없음
리뷰 답변
버전 1.10 2022.01.17
Fix Bugs