• 概要
  • レビュー
  • コメント
  • 最新情報

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
半自動取引のユーティリティである注文管理を使用して、アカウントの不採算ポジションを復元することもできます。不採算の注文を重ねることで、アカウントのドローダウンを減らす機能があります。手動注文、パネルから開かれた注文、または別のエキスパートアドバイザーによって開かれた注文で機能します。最小限のパラメーターがあり、構成が簡単で、任意の数の注文で機能します。テストには、ストラテジーテスターのビジュアルモードを使用します。 MT5バージョン https://www.mql5.com/ru/market/product/56493 オプション: START_LOT-初期ロット; LOT_MULTIPLIER-注文グリッドのロット乗数。 MAX_LOT-最大ロット; STEP_ORDERS-グリッドステップを注文します。 STEP_MULTIPLIER-次数ステップ乗算係数。=-1の場合、使用されません。 MAX_STEP-最大次数グリッドステップ。 OVERLAP_ORDERS-オーダーオーバーラップ機能を有効にするオーダー。 OVERLAP_PIPS-不採算注文を閉じるための
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 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
=============================== 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
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
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 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
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 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).
多機能ツール 搭載機能: ロット計算機、プライスアクション、リスク/リワードレシオ、トレードマネージャー、需要供給ゾーンなどをはじめ65以上の機能。 バージョ:デモ版   |   ユーザーマニュアル   |    MT5版 このユーティリティはストラテジー テスターでは機能しません。 ここからデモ バージョンをダウンロードして製品をテストできます。 ご不明な点や改善提案、バグの発見などございましたら、 連絡してください 。 取引プロセスを簡素化、高速化、自動化します。このダッシュボードで標準端末機能を拡張します 1. 新しい取引を開始します : ロット / リスク / RR の計算 1. Lot計算機(リスクサイズに基づく取引量計算 2. リスク計算機(ロットサイズに基づくリスク量) 3. リスク/リワードレシオ (R/R) 4. 注文のアクティベーション トリガー + Buy StopLimit / Sell StopLimit: MT4でも可  5. 仮想 SL / TP レベル (隠しSL、TP: ブローカーには見えない) 6.  Smart 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経由で取引操作が可能であり、チャートは含まれておりません。 ユーザーは、暗号チャートを提供するブローカーのチャートを使用し、Binance に注文を送信できます。 - 一方向モードとヘッジモードをサポート - 指値注文、SL 指値注文、利食い指値注文の発行 - マーケット、SLマーケット、TPマーケットの注文を行う - 指値注文の変更 - 注文をキャンセルする - 注文のクエリ - レバレッジ、マージンの変更 - 位置情報の取得 もっと... スクリプトのドキュメント Binance に注文を送信する MQL5 で簡単な EA をコーディングする初心者向けの 1 時間のプログラミング チュートリアル https://www.youtube.com/watch?v=d_r4j2V77mY
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 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 には、LotsOptimize という関数が 1 つあります。次の RedeeCash_4XLOTS.mqh ファイルをコピーしてプロジェクトに含めます。 //+------------------------------------------------------------------+ //|                                             RedeeC
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 には、LotsOptimize という関数が 1 つあります。次の RedeeCash_4XLOTS.mqh ファイルをコピーしてプロジェクトに含めます。 //+------------------------------------------------------------------+ //|                                             RedeeC
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 ターミナル間で取引をコピーできます。 Trade Copier Agent インストール & 入力ガイド コピーを開始する前、または注文がないうちに、プロバイダー アカウントで設定を適用してください。 注文中の変更は、受取人のアカウントに影響します。 例: プロバイダー アカウントが買い注文を適用し、その後、受信者アカウントのすべての買い注文を無効にすると、決済されます。 EA追加URL(   http://autofxhub.com   )MT4端末(スクリーンショット参照) に関する通知を受け取りたい場合 。 MT5 バージョン https://w
Trade Copier Agent は、複数の MetaTrader(4/5) アカウント/端末間で取引をコピーするように設計されています。 このツールを使用すると、プロバイダー (ソース) または受信者 (宛先) として機能できます。すべての取引アクションは、遅延なくプロバイダーからレシーバーにコピーされます。 このツールを使用すると、0.5 秒未満の超高速のコピー速度で、同じコンピューター上の複数の MetaTrader ターミナル間で取引をコピーできます。 Trade Copier Agent インストール & 入力ガイド コピーを開始する前、または注文がないうちに、プロバイダー アカウントで設定を適用してください。 注文中の変更は、受取人のアカウントに影響します。 例: プロバイダー アカウントが買い注文を適用し、その後、受信者アカウントのすべての買い注文を無効にすると、決済されます。 EA追加URL(   http://autofxhub.com   )MT4端末(スクリーンショット参照) に関する通知を受け取りたい場合 。 MT5 バージョン https://w
Draw Agent は、すべてのチャート分析、落書き、メモなどを作成および管理するための美しく革新的な方法として設計されています。 このツールは、チャート スペースを黒板として扱い、手で描くためのフリーハンド描画方法を提供します。 このフリーハンド描画ツールを使用すると、MT4/MT5 チャートに描画して、チャート上のイベントをマークまたは強調表示できます。 エリオット波動を手で下書きしたり、チャートに線を引いたり、チャートにアイデアを示したりしたい場合に 役立つツールです。クライアント向けのライブウェビナーを実行している場合、またはスクリーンショットやチャートファイルを人々に配布している場合に特に役立ちます同じように。 Draw Agent のインストールと入力ガイド EA追加URL(   http://autofxhub.com   )MT4/MT5端末(スクリーンショット参照) に関する通知を受け取りたい場合 。 MT4 バージョン https://www.mql5.com/en/market/product/14929 MT5 バージョン https://www.mql5.
素晴らしい信号を見つけましたが、プロバイダーの敷地が小さすぎますか?より大きなポジションボリュームが必要ですが、ターミナルの設定が悪すぎますか? Signal Lot Manager は、必要な量の重複注文によってプロバイダーのポジション量を増やします。 ロットサイズと注文をコピーするシグナルの名前を設定するだけです。 Signal Lot Manager は、端末上で注文を複製するためのロット乗数ユーティリティです。ソースは、任意のアドバイザー、手動取引、個別の取引シグナルを選択できます。簡単なセットアップで幅広い機能を備え、高速性と信頼性も備えています。 Sign Lot Manager インストールおよび入力ガイド EA に関する通知を受け取りたい場合は、URL を MT4/MT5 ターミナルに追加してください (スクリーンショットを参照)。 MT4のバージョン     https://www.mql5.com/en/market/product/34864 MT5のバージョン     https://www.mql5.com/en/market/product/41610
リスク対報酬比率マネージャー ツールは、包括的な取引ビジュアル注文ツールおよびポジション サイズ (ロット) 計算ツールであり、効率的で情報に基づいた意思決定のための直感的なパネルを提供します。多用途であり、通貨ペア、指数、金属、商品、暗号通貨などのさまざまなシンボルをシームレスに操作できます。 リスク対報酬比率マネージャー ツールは、視覚的なツール、自動計算、カスタマイズ オプションを提供することで取引プロセスを合理化し、効果的なリスク管理と戦略的意思決定のための包括的なソリューションをトレーダーに提供します。 リスクと報酬の比率マネージャー   インストールと入力ガイド EA に関する通知を受け取りたい場合は、URL (   http://autofxhub.com   ) MT4/MT5 ターミナルを追加します (スクリーンショットを参照)。 MT4版 https://www.mql5.com/ja/market/product/110797 MT5バージョン https://www.mql5.com/ja/market/product/110798 主な特徴: 直感的なパネル:
エリオット波動カウンターは、エリオット波動を迅速かつユーザーフレンドリーに手動でマークアップするためのパネルです。マークの色とレベルを選択できます。最後のマークアップとツールによって作成されたマークアップ全体を削除する機能もあります。マークアップはワンクリックで作成されます。 5 回クリック - 5 つの波があります。エリオット波動カウンターは、エリオット波動の初心者にもプロのアナリストにも最適なツールです。 エリオット波動カウンターのインストールと入力ガイド 取得したい場合     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
ワンクリック分析ツールは、     キーボード ショートカット ベースのオブジェクトの作成     MetaTraderのコピーツール。クリックするだけで MetaTrader の分析ツールを簡単に使用できます。私たちのツールを使用すると、サポートとレジスタンスのレベル、フィボナッチ レベル、形状、チャネル、トレンド ライン、およびチャート上の他のすべてのオブジェクトをすばやく描画できます。ボタンをクリックしてマウスを動かすだけで、ワンクリック分析ツールが残りの作業を行います。これにより時間が節約され、チャート分析がより効率的になり、分析に基づいて情報に基づいた取引決定を下すことに集中できるようになります。 ワンクリック分析ツールには、オブジェクトの作成に加えて、     あるチャートから別のチャートにオブジェクトを簡単にコピーできる オブジェクトコピー機 ( チャート 同期)   。これは、複数のチャートを開いていて、それらの間でオブジェクトを複製する必要がある場合に特に役立ちます。 ワンクリック分析ツールを使用すると、     すべてのシンボルに 1 つのチャートを使用する   メ
Draw Agent は、すべてのチャート分析、落書き、メモなどを作成および管理するための美しく革新的な方法として設計されています。 このツールは、チャート スペースを黒板として扱い、手で描くためのフリーハンド描画方法を提供します。 このフリーハンド描画ツールを使用すると、MT4/MT5 チャートに描画して、チャート上のイベントをマークまたは強調表示できます。 エリオット波動を手で下書きしたり、チャートに線を引いたり、チャートにアイデアを示したりしたい場合に 役立つツールです。クライアント向けのライブウェビナーを実行している場合、またはスクリーンショットやチャートファイルを人々に配布している場合に特に役立ちます同じように。 Draw Agent のインストールと入力ガイド EA追加URL(   http://autofxhub.com   )MT4/MT5端末(スクリーンショット参照) に関する通知を受け取りたい場合 。 MT4 バージョン https://www.mql5.com/en/market/product/14929 MT5 バージョン https://www.mql5.
Partial Close Expert は 、多くの機能を 1 つの自動システムに統合したツールです。この EA は、リスクを管理し、潜在的な利益を最大化するための複数のオプションを提供することにより、トレーダーがポジションをより効果的に管理するのに役立ちます。 Partial Close Expert を使用すると、トレーダーは   一部閉鎖   利益を固定するレベル、     トレーリングストップ   利益を保護し、損失を制限するレベル、     とんとん   価格が反対に動いた場合でも取引が中断されることを保証するレベル、およびその他のいくつかの機能。 このオールインワン Expert Advisor を使用することで、トレーダーは常に取引を監視する必要がないため、時間と労力を節約できます。代わりに、EA は市場の状況に基づいて事前に設定された命令を実行し、トレーダーにより多くの柔軟性と取引の制御を提供します。 部分クローズエキスパートを取り付け、     キーボードの「p」を押して 設定を変更すると、準備完了です。 部分クローズエキスパート   インストール & 入力ガイド
Telegram Publisher Agent は、 トレーダーが Telegram チャネルおよびグループにリアルタイムでシグナルを送信できるようにするアドオンです。このツールは、カスタマイズ可能なメッセージ、チャートのスクリーンショット、その他の機能を備えており、トレーダーが取引の洞察や戦略をフォロワーと共有するのに役立ちます。このツールは、明暗のテーマ切り替えを備えた美しいデザインも備えており、ユーザーに美的で機能的な取引体験を提供します。 Telegram Publisher Agent は、すべての取引をチャネルおよびグループ内のシグナルとして公開するように設計されています。あなたがしなければならないことは、取引を提供することだけです。その後、ボタンをクリックするだけで、Telegram Publisher Agent が取引シグナルを取引チャネルまたはグループに送信するためのすべての面倒な作業を実行します。 Telegram パブリッシャーエージェント   インストールと入力ガイド EA に関する通知を受け取りたい場合は、URL  ( http://autofxhub.c
バイナリートレードパネルは、MT4/MT5プラットフォームでバイナリーオプションを取引するための非常に便利なツールです。 MT4/MT5 の外部でプラグインを設定する必要はもうありません。 MT4/MT5チャート上にあるシンプルで便利なパネルです。 バイナリートレードパネルは、MT4/MT5プラットフォームを使用してバイナリーオプションを取引するトレーダーにとって便利なツールです。これは、トレーダーが外部プラグインを設定したり、複数の画面やメニューをナビゲートしたりすることなく、MT4/MT5 チャートから直接バイナリー オプション取引を行うことができるシンプルで便利なパネルです。 バイナリートレードパネルは、MT4/MT5取引プラットフォームを提供するバイナリーオプションブローカーと特に連携するように設計されています。 そうは言っても、バイナリー オプション取引の仕組みを好み、通常のブローカーを使用してそのスタイルで取引を続けたい場合は、使用しているブローカーがバイナリー オプション取引と同様のエクスペリエンスをトレーダーに提供するように設計されたバイナリー トレード パネルが設計
MetaTrader のニュース パネルは、MetaTrader 取引プラットフォーム内の経済カレンダー データを表示するツールです。このツールは、金融ニュース Web サイトやデータ プロバイダーなどの外部ソースから経済ニュースやデータ リリースを取得し、読みやすい形式で表示します。 このツールを使用すると、トレーダーはソース、タイムゾーン、影響レベル、通貨、通知方法ごとにニュースリリースをフィルタリングできます。また、ユーザーが手動でデータを更新し、最新の情報を利用できるようにするための [更新] ボタンも含まれています。 ニュースパネルのインストールと入力ガイド EA に関する通知を受け取りたい場合は、URL を MT4/MT5 ターミナルに追加してください (スクリーンショットを参照)。 ニュース パネルがソースからニュース データをロードできるようにするには、データ ソースの URL を [オプション] -> [エキスパート アドバイザー] -> [リストされた URL の WebRequest を許可する] に追加する必要があります。       (スクリーンショットを参照
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 を使用して、取引ルーチンを簡単に管理できます。この強力なツールは、指定された時間に注文執行を自動化し、取引アプローチを変革します。 購入から注文の設定まで、すべて手動介入なしで、さまざまな取引アクションのためのパーソナライズされたタスク リストを作成します。 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/ja/market/product/110797 MT5バージョン https://www.mql5.com/ja/market/product/110798 主な特徴: 直感的なパネル:
ワンクリック分析ツールは、     キーボード ショートカット ベースのオブジェクトの作成     MetaTraderのコピーツール。クリックするだけで MetaTrader の分析ツールを簡単に使用できます。私たちのツールを使用すると、サポートとレジスタンスのレベル、フィボナッチ レベル、形状、チャネル、トレンド ライン、およびチャート上の他のすべてのオブジェクトをすばやく描画できます。ボタンをクリックしてマウスを動かすだけで、ワンクリック分析ツールが残りの作業を行います。これにより時間が節約され、チャート分析がより効率的になり、分析に基づいて情報に基づいた取引決定を下すことに集中できるようになります。 ワンクリック分析ツールには、オブジェクトの作成に加えて、     あるチャートから別のチャートにオブジェクトを簡単にコピーできる オブジェクトコピー機 ( チャート 同期)   。これは、複数のチャートを開いていて、それらの間でオブジェクトを複製する必要がある場合に特に役立ちます。 ワンクリック分析ツールを使用すると、     すべてのシンボルに 1 つのチャートを使用する   メ
エリオット波動カウンターは、エリオット波動を迅速かつユーザーフレンドリーに手動でマークアップするためのパネルです。マークの色とレベルを選択できます。最後のマークアップとツールによって作成されたマークアップ全体を削除する機能もあります。マークアップはワンクリックで作成されます。 5 回クリック - 5 つの波があります。エリオット波動カウンターは、エリオット波動の初心者にもプロのアナリストにも最適なツールです。 エリオット波動カウンターのインストールと入力ガイド 取得したい場合     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 は 、多くの機能を 1 つの自動システムに統合したツールです。この EA は、リスクを管理し、潜在的な利益を最大化するための複数のオプションを提供することにより、トレーダーがポジションをより効果的に管理するのに役立ちます。 Partial Close Expert を使用すると、トレーダーは   一部閉鎖   利益を固定するレベル、     トレーリングストップ   利益を保護し、損失を制限するレベル、     とんとん   価格が反対に動いた場合でも取引が中断されることを保証するレベル、およびその他のいくつかの機能。 このオールインワン 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 Publisher Agent は、すべての取引をチャネルおよびグループ内のシグナルとして公開するように設計されています。あなたがしなければならないことは、取引を提供することだけです。その後、ボタンをクリックするだけで、Telegram Publisher Agent が取引シグナルを取引チャネルまたはグループに送信するためのすべての面倒な作業を実行します。 Telegram パブリッシャーエージェント   インストールと入力ガイド EA に関する通知を受け取りたい場合は、URL (   http://autofxhub.
素晴らしい信号を見つけましたが、プロバイダーの敷地が小さすぎますか?より大きなポジションボリュームが必要ですが、ターミナルの設定が悪すぎますか? Signal Lot Manager は、必要な量の重複注文によってプロバイダーのポジション量を増やします。 ロットサイズと注文をコピーするシグナルの名前を設定するだけです。 Signal Lot Manager は、端末上で注文を複製するためのロット乗数ユーティリティです。ソースは、任意のアドバイザー、手動取引、個別の取引シグナルを選択できます。簡単なセットアップで幅広い機能を備え、高速性と信頼性も備えています。 Sign Lot Manager インストールおよび入力ガイド EA に関する通知を受け取りたい場合は、URL を MT4/MT5 ターミナルに追加してください (スクリーンショットを参照)。 MT4のバージョン     https://www.mql5.com/en/market/product/34864 MT5のバージョン     https://www.mql5.com/en/market/product/41610
MetaTrader のニュース パネルは、MetaTrader 取引プラットフォーム内の経済カレンダー データを表示するツールです。このツールは、金融ニュース Web サイトやデータ プロバイダーなどの外部ソースから経済ニュースやデータ リリースを取得し、読みやすい形式で表示します。 このツールを使用すると、トレーダーはソース、タイムゾーン、影響レベル、通貨、通知方法ごとにニュースリリースをフィルタリングできます。また、ユーザーが手動でデータを更新し、最新の情報を利用できるようにするための [更新] ボタンも含まれています。 ニュースパネルのインストールと入力ガイド EA に関する通知を受け取りたい場合は、URL を MT4/MT5 ターミナルに追加してください (スクリーンショットを参照)。 ニュース パネルがソースからニュース データをロードできるようにするには、データ ソースの URL を [オプション] -> [エキスパート アドバイザー] -> [リストされた URL の WebRequest を許可する] に追加する必要があります。       (スクリーンショットを参照
バイナリートレードパネルは、MT4/MT5プラットフォームでバイナリーオプションを取引するための非常に便利なツールです。 MT4/MT5 の外部でプラグインを設定する必要はもうありません。 MT4/MT5チャート上にあるシンプルで便利なパネルです。 バイナリートレードパネルは、MT4/MT5プラットフォームを使用してバイナリーオプションを取引するトレーダーにとって便利なツールです。これは、トレーダーが外部プラグインを設定したり、複数の画面やメニューをナビゲートしたりすることなく、MT4/MT5 チャートから直接バイナリー オプション取引を行うことができるシンプルで便利なパネルです。 バイナリートレードパネルは、MT4/MT5取引プラットフォームを提供するバイナリーオプションブローカーと特に連携するように設計されています。 そうは言っても、バイナリー オプション取引の仕組みを好み、通常のブローカーを使用してそのスタイルで取引を続けたい場合は、使用しているブローカーがバイナリー オプション取引と同様のエクスペリエンスをトレーダーに提供するように設計されたバイナリー トレード パネルが設計
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 を使用して、取引ルーチンを簡単に管理できます。この強力なツールは、指定された時間に注文執行を自動化し、取引アプローチを変革します。 購入から注文の設定まで、すべて手動介入なしで、さまざまな取引アクションのためのパーソナライズされたタスク リストを作成します。 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