• 概述
  • 评论
  • 评论

The Easiest License

Use a plain google sheet to license your product

After years of developing trading software, I noticed the lack of a simple and cheap system to license the software to your customer. 

Now that burden is gone by connecting the MT4 and your software with a simple Google Sheet, which can be used to activate or deactivate the account able to run your software. 


With a minimum setup you'll be able to compile your software and distributing it without the fear of being spoiled by hackers or bad people.

On one spreadsheet you'll be able to manage multiple products and make your customer happy (and paying). 


What the library can do: 

  • include a header file and the class constructor in your software (Indicator or Expert Advisor or Utility) 
  • initiate the class and call the setup method 
  • use the CheckLicense method in an OnTimer or OnClick to get a response 


Type of responses: 

The CheckLicense method will return:

  • 0 if there is some issue (terminal not connected, account number equal to zero, and so on) 
  • 1 if the license is valid and the account can operate your software
  •  -1 if the account number provided is not able to operate your software 

What you will have to do to use the library: 

Activate the web requests to https://sheets.googleapis.com domain

Produce a header file and put it in the "includes" folder

Produce a Google Sheet API KEY (google it or wait for me writing the actual procedure) 

Collect the Google Sheet ID (it's in the URL of the spreadsheet) 

Manage your software behavior in the three cases (send an alert, deactivate, don't paint anything, and so on)


Code example for an Indicator: 

// header file (Copy and paste it in a new LicenseEngineHeader.mqh file in the includes folder)

//+------------------------------------------------------------------+
//|                                                        CGSLE.mqh |
//|                                 Copyright 2024, D'ario Woollover |
//|                               https://www.automazionetrading.com |
//+------------------------------------------------------------------+
#property copyright "Copyright 2024, D'ario Woollover"
#property link      "https://www.automazionetrading.com"
#property version   "1.00"
#property strict


//+------------------------------------------------------------------+
//|                                                                  |
//+------------------------------------------------------------------+
class CGSLE
  {

private:
   string            m_base_url;
   string            m_product_name;
   string            m_spreadsheet_id;
   string            m_column_id;
   string            m_api_key;
   int               m_account_count;
   string            m_allowed_accounts[];

   string            m_cookie, m_headers;
   char              m_post[], m_result[];
   int               m_timeout;


public:
                     CGSLE() {};
                    ~CGSLE() {};
   virtual void              Setup(string API_KEY, string spreadsheet_id, string product_name, string column_to_check = "A", int account_count = 300) {};

   virtual int               CheckLicense(int account_number) {return 0;}; 

private:
   virtual int               Initialize() {return 0;};
   virtual string            BuildURL() {return "";};

  };
//+------------------------------------------------------------------+


// includes in yourproduct file

    #include <LicenseEngineHeader.mqh>

#import "LicenseEngine.ex4" 
CGSLE *iGSLE();
#import

// initiation 

 LicenseEngine = iGSLE();
   
 LicenseEngine.Setup(PERSONAL_API_KEY, SPREADSHEET_ID, PRODUCT_NAME);

// onTick or OnTimer, OnCalculate implementation

   if(!IsConnected())
     {
      return;
     }

   int account_num = AccountNumber();
   int check = LicenseEngine.CheckLicense(account_num);

   if(check == -1 && !alertSent)
     {
      MessageBox("Sorry, your account is not licensed, please contact 'greatdeveloper@tradingdomain.com'", "Invalid Account",  MB_ICONERROR | MB_OK);
      alertSent = true;
      return;
     }

   if(check != 1)
     {
      return;
     }
     



In future releases, if requested: 

  • Expiration date support
  • Check license by email 
  • Alerts customization
  • Refresh of activated accounts every XXX minutes
  • MT5 Version

4
推荐产品
TPSpro CopyOrders
Roman Podpora
5 (1)
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
H4 GBPUSD Trend Scalper is a trend signal scalper The EA trades according to the trend strategy using original built-in indicator for opening and closing orders. The external inputs for limiting trading on Fridays and Mondays are available. The purpose of the strategy is to use the current trend with the most benefit. According to the results of testing and working on demo and real accounts, the best results achieved by using the Н4 timeframe on the GBP/USD pair Works on MetaTrader 4 Build 971+
| Fully-automated Smart Money Concept (ICT) inspired trading solution with multi-strategy capabilities | Built by a grid trader >> for grid traders.  This is MT4 version, click  here  for  Blue CARA MT5  (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 perhapse most popular) Inn
Vizzion
Joel Protusada
Vizzion is a fully automated scalping Expert Advisor that can be run successfully using GBPJPY currency pair at H1 timeframe. Very Important This Expert Advisor can not run with any EAs in the same account. As part of the money management plan, it calculates and monitors the Margin Level % and assumes that all open trades are created by it. If you want an Expert Advisor that trades in a daily basis, this EA is not for you because using this requires a patience to wait for a few days or weeks o
Project Infinity
Sergey Yarmish
The Infinity Expert Advisor is a scalper. When the resistance and support levels are broken, trades are opened in the direction of the price movement. Open positions are managed by several algorithms based on the current market situation (fixed stop loss and take profit, trailing stop, holding positions in case of trend indication, etc.). Requirements for the broker The EA is sensitive to spread, slippages and execution quality. It is strongly recommended not to use the EA for currencies with
The King Advisor MT4
Guillem Boix Martin
The King Advisor   是一种高度先进的和 神经网络 算法。其策略基于通过 复杂的自学系统 和多年经验与工作设计出的 交易系统 识别支撑位、阻力位和趋势线。 由经验丰富的交易员团队开发。 请注意,200 个示例为限 --> 已更新的售出总量:4 The King Advisor   能够 控制执行 。在进行交易之前,机器人会评估交易对的 流动性吸收 情况,最大限度地减少滑点,确保在 最佳条件 下执行交易。 The   King Advisor   拥有非常出色的 风险管理能力 ,可以控制订单。该专家顾问在最恶劣的市场条件下进行了 严格测试 ,证明了其适应不同市场情况的能力。此外,该专家顾问经过 20多年的 优化和测试,建模质量达到 99.9% 。   Dukascopy . 国王顾问》的详细评测。 配置和指南 常见问题 配置 符号 欧元兑美元 时间段 H1 建议的杠杆作用 1:30 或以上 最低余额 $ 100 与其他专家合作的可能性 是 关于产品 购买产品后,请给我们发送信息,我们会给您寄送使用手册。 根据 mql5.com
Gyroscopes
Nadiya Mirosh
Gyroscope        professional forex expert   (for EURUSD, GBPUSD, USDJPY, AUDUSD, USDCHF, EURGBP, EURJPY, NZDUSD, USDCAD, EURCHF, AUDJPY, CADJPY pairs)   alyzing the market using the Elliot Wave Index. Elliott wave theory is the interpretation of processes in financial markets through a system of visual models (waves) on price charts. The author of the theory, Ralph Elliott, identified eight variants of alternating waves (of which five are in the trend and three are against the trend). The mo
Micron
Ivan Simonika
We present to you a fully automated Expert Advisor designed for trading major currency pairs. The bot uses a set of its own trading algorithms and has protection against crashes. Attention! The bot only works correctly when the spread is less than 6 pips! I ask you to weigh this fact, and if you do not have the appropriate conditions for trading, this bot will not work for you! The robot controls the volume of trading positions, slippage, spread, maintains and protects open orders, can work wit
Forex Fibonacci
Yuriy Kuzmin
4.33 (6)
After purchasing, you can request and receive any two of my products for free! После покупки вы можете запросить и получить два любых моих продукта бесплатно! The trading robot is designed for trading in the Forex market. Safety in trading: constant stop loss, take profit, protection from increased spread. The advantage of the advisor is trading Money Management (money management system) automatic lot calculation based on the size of your deposit, automatic installation and movement of Fibona
The Super scalper universal is a fully automated scalping Expert Advisor, which uses five indicators. Each open position is protected by a hidden stop order managed by an advanced modification algorithm. When searching for the suitable signals, the EA uses the integrated indicator in conjunction with the trend and time filters, as well as the volatility filter. It use dynamic position closure, which considers the location where the order had been opened and the subsequent price action. Profit is
Virtual Collider Manual   is a trading assistant with a built-in panel for manual trading. It automatically moves a position opened by a trader in profit using innovative adaptive grid algorithm of averaging and adaptive pyramiding Know-how of the grid algorithm of averaging and pyramiding of the   Virtual Collider Manual   trading robot is based on fully automatic adaptation of all characteristics of dynamically build order grid and pyramid with actual price movement with no need for adjusting
LUNA iGold
Mao Jun Hu
欢迎使用 LUNA 交易程序! 我们自豪地介绍 LUNA,这是一款专门为 XAUUSD 设计的EA。由拥有超过 15 年交易经验的作者经过多年的研发,最终取得技术的突破。 ————————————————   —————— Live Signal(mt4): Click here mt5: Click here ————————————————   —————— 特 点: 诚实的交易系统: LUNA不使用 AI神经网络、马丁格尔策略等技术。不会作弊以实现完美曲线。 高级算法: LUNA 使用高级算法来确定市场方向,并在关键突破点进行交易,确保最佳进入机会。 高效的损失管理: 每笔交易都有止损,分为多笔交易,并逐渐盈利平仓,直到所有亏损头寸被消除。 自动头寸调整: LUNA 根据您的账户规模和最大允许回撤调整手数。也可以选择自定义手数。 救援系统: 当损失达到一定水平时,LUNA 包含的救援系统会激活。此功能可以通过面板手动关闭。 简便安装: 安装过程简单,默认设置适用于大多数使用 GMT+3 服务器时间的经纪商。如果您的经纪商使用不同的服务器时间,只需进行少量调整。 体验 L
The Ichimoku Kinko Hyo, or Ichimoku for short, is a technical indicator used to gauge momentum along with future areas of support and resistance. Ichimoku technical indicators include five lines called Tenkan-sen, Kijun-sen, Senkou Span A, Senkou Span B, Chickou Span.   Rent EA, buy EA Connect via Skype link to exchange details: https://join.skype.com/invite/X1Y3At5EwsvY Support email:  sealteamhn@gmail.com Hotline: Mr.Tu 0971678888 
Elliott Wave Elliott Waves is one of the   most well-known  indicators . This indicator has its niche in Forex trading analysis. Elliott Waves show that investor psychology is the driving force of the movements within the financial markets. This indicator gives more detailed and profitable results. Many professional forex traders adopt the below approach while using Elliott Waves in Forex trading: Choosing a specific method for generating the count of Elliott Wave Let the Elliot Wave reach the “
Magic EA MT4
Kyra Nickaline Watson-gordon
3 (1)
Magic EA is an Expert Advisor based on Scalping, Elliot Waves and with filters such as RSI, Stochastic and 3 other strategies managed and decided with the robot smartly. Large number of inputs and settings are tested and optimized and embedded in the program thus inputs are limited and very simple. Using EA doesn't need any professional information or Forex Trading Knowledge. EA can trade on all symbols and all time frames, using special and unique strategies developed by the author. The EA
Eternal Engine EA 是一款采用了多种指标和策略的的先进EA,为交易者提供了一个全面的自动交易工具。Eternal Engine EA拥有较多的交易机会,对点差不敏感,采用严格的入场点位,以求精准的进入每一笔交易。本策略已经在实盘中证明了自己,拥有一年时长的低回撤实时信号。无论您是新手还是经验丰富的交易者,Eternal Engine EA 都能为您提供卓越的交易体验。 MT5版本 signal:  https://www.mql5.com/en/signals/2220467 下一个价格: $699 setfile: High risk Medium risk Low risk 本EA的特点: 适用货币对:GBPUSD,EURUSD,AUDCAD,AUDNZD 加载时间框架:任意 全天侯交易 自定义调节网格的距离与马丁的倍数 自定义允许同时交易的货币对数量 自定义允许交易的回撤范围 多种手段控制风险 对点差不敏感,适用于各种平台 小资金账户适用
RSI Intelligent is a fully automated scalping robot that uses a very efficient Relative Strength Index (RSI) breakout strategy, Probabilistic analysis with (RSI). Most effective in the price Cumulative probability of a normal distribution that occupy the bulk of the market time. Transactions happen almost every day like Scalping follow trend. A Forex robot using the Relative Strength Index (RSI) indicator combined with an artificial neural network would be an advanced automated trading system th
Copyright(c) 2019 Superfarabi EA Is the Scalping Forex Expert Advisor for MT4 Working on Timeframes (M5) Best Pair Recomended is EU/UChf=0.4 Calculation is based of Envelopes indicator ===========Rakyat +62 =========== Hak Cipta (c) 2019 Superfarabi EA Merupakan Scalping Forex Expert Advisor untuk MT4 Berjalan pada Time Frame Kecil (M5) Pair Rekomendasi adalah EU / UChf = 0,4 Perhitungan didasarkan pada indikator Envelopes
KopierMaschine - локальный копировщик сделок между различными счетами MetaTrader 4 и MetaTrader 5 в любом направлении расположенных на одном компьютере с интуитивно понятным интерфейсом. Направления копирования: MT4 --> MT5 MT4 --> MT4 MT5 --> MT5 MT5 --> MT4 для копирования между терминалами MetaTrader 4 и MetaTrader   5 необходимо приобрести версию продукта KopierMaschine  для  MetaTrader   5 Особенности Программа работает в двух режимах Master и Slave На один подчиненный счет можно копирова
[ 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
TLFv1
Thanakorn Suphakornthongchot
Short-Term Fibonacci Trading Strategy with Clear TP and SL Strategy: Timeframe: M15 Indicator: Fibonacci Retracement Fibonacci Levels: Buy Entry: 38.2%, 50.0% Sell Entry: 61.8%, 78.6% TP/SL Placement: SL: Below/above the Fibonacci level used for entry Minimum Capital: $100 Instruments: Metals: Gold (XAUUSD) The recommended spread starts from 10 to 25, and should not exceed 28.
Forex Auto Trading EA   is an Expert Advisor designed specifically for trading Forex Automatic 100%. - Min depost: 5,000$ for each Pair - Timeframe: D1 - Setting: Default Setting - Good Trading Pair: Best pair is AUDCAD, or Forex Pair have Daily Price range from 0.8 ~ 1.1, and have H1 H4 sideway chart. - First, before attach EA to chart, you need add   http://calendar.fxstreet.com/   in the list of allowed url in the tab 'Expert Advisors'   (Tool —> Option —> Expert Advisors —> Allow WebReque
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 );    //复杂开单
Ebot HODL PS
Septian Heri Priyatmo
ForexPair:   Live performance GoldPair :  Live performance Ebot HODL PS is the advanced   grid system   which already works on real accounts. Instead of fitting the system to reflect historical data (like most people do) it was designed to exploit existing market inefficiencies. Therefore it is not a simple "hit and miss" system which only survives by using grid. Instead it uses real market mechanics to its advantage to make profit Supported currency pairs:    All Pairs Recommended timeframe:
Owl smart levels
Sergey Ermolov
4.63 (54)
MT5版本  |  FAQ Owl Smart Levels Indicator   是一個完整的交易系統,包含   Bill Williams   的高級分形、構建正確的市場波浪結構的 Valable ZigZag 以及標記準確入場水平的斐波那契水平等流行的市場分析工具 進入市場和地方獲利。 策略的详细说明 指示灯使用说明 顾问-贸易猫头鹰助手助理 私人用户聊天 ->购买后写信给我,我会将您添加到私人聊天中,您可以在那里下载所有奖金 力量在於簡單! Owl Smart Levels   交易系統非常易於使用,因此適合專業人士和剛開始研究市場並為自己選擇交易策略的人。 策略和指標中沒有隱藏的秘密公式和計算方法,所有策略指標都是公開的。 Owl Smart Levels 允許您快速查看進入交易的信號,突出顯示下訂單的水平並向您發送有關已出現信號的通知。 優點很明顯: 清楚地顯示主要和更高時間框架的趨勢方向。 指示儀器信號的出現。 標記開單、止損設置和固定利潤的水平。 沒有多餘的,只有必要的結構! ZigZag   表示全球趨勢的方向,因此也表示貿易方向。 市場反轉點的短線清楚地表明在
Expert Advisor for MT4 Useful utility MUST have for all traders.  With 1 click button, you're able to close all your open positions. Its come with a warning pop up notification when you click to close all your trades, to avoid an accident press the button. Just press 'Yes' to confirm or 'No' to cancel it. The expert will close all your open positions no matter what pairs you currently open or directions. Just attach the expert on 1 of your chart, and you're good to go.
TrendLines And Volumes
Alexander Nikolaev
This Expert Advisor trades based on trend lines, as well as on the basis of volume analysis. Volumes are calculated using minute bars, in order to determine if they were ascending or descending. The trend lines are drawn based on High and Lows in the trade history. There are also additional indicators. Buy or sell signals depend on all those factors. This allows the EA to enter the market with more accuracy and to perform more deals. Input parameters Lots - lot size (if 0, a lot is calculated
斐波那契折返和扩展画线工具 适用于MT4平台的斐波那契折返和扩展画线工具,适合于使用黄金分割交易的交易者 优点:没有多余的线,没有过长的线,易于观察发现交易的机会 试用版: https://www.mql5.com/zh/market/product/35884 主要功能: 1.可以直接画出多组斐波那契折返,可以看出重要折返点之间的关系; 2.可以画出斐波那契扩展,比率有三种0.618,1,1.618 3.画出的斐波那契折返和扩展均可左右移动,有数值显示,方便观察 4.可通过数字键切换周期 使用指南和功能键: 1.按 [ 或R画折返,按需要画折返,最多云持8组折返; 2.按 ] 或E画扩展; 3.按 \ 删除当前周期下的所有扩展和折返,其余周期的不受影响 4.如何左右移动折返和扩展 (1)点击第一组折返的F5字符,可以左右移动折返; (2)点击COP的字符 ,可以左右移动扩展; 5. (1)点击第一组折返的F5字符,按del 可以删除这组折返; (2)点击COP的字符, 按del 可以删除这组扩展; 6.修改折返和扩展(随着市场的运行
Karman
Vladislav Filippov
Karman is a fully automated trading advisor working on a М30 timeframe. The settings of the advisor are based on the safe trading, the essence of which is to close the transaction, while achieving a positive profitability dynamism of several points, which allows the user to reduce the costs of opening losing trades. The Expert Advisor is multi-functional and does not require a specific type of account for the normal operation of all functions embedded in it. The advisor’s manual involves encapsu
Santa Scalping
Morten Kruse
3.05 (21)
Santa Scalping is a fully automated Expert Advisor with no use of martingale. Night scalping strategy. The SMA indicator filter are used for entries. This EA can be run from very small accounts. As small as 50 EUR. General Recommendations The minimum deposit is 50 USD,  default settings reccomend for eurusd m5 gmt +2 . Please use max spread 10 if you will not have orders change it to -1. Use a broker with good execution and with a spread of 2-5 points. A very fast VPS is required, preferably
该产品的买家也购买
实盘交易盈利,回测年化125%,回撤25%,交易量少,不是经常下单,挂起后要有耐心。没有多牛的技术,只是一套简单的交易策略,贵在长期坚持,长期执行。我们有时候就是把自己高复杂,想想我们交易的历程,你就会发现,小白好赚钱,当你懂得越多的时候也是亏损的开始,总是今天用这个技术,明天用那个指标,到头来发现,没有一个指标适合你。其实每个技术指标都是概率性的,没有100%的胜率。很多技术指标你要融合一套交易策略,资金仓位控制,止损止盈比例,一套策略下来下一步你做的就是执行力了,必须要坚决执行你的交易策略,如果不能坚持的话最终还是在亏损。说实话不是每个人都有好的心态和执行力,所以我们做出来这款ea自己来用,发现时间久了扭亏为盈了,那现在就拿出来给大家分享,让更多的人来达到自己的盈利目标。购买后留下邮箱或添加软件里的qq,我们会根据你的资金来调整软件参数。 经测试过的柱数 14794 用于复盘的即时价数量 51321985 复盘模型的质量 n/a 输入图表错误 213935 起始资金 10000.00 点差 当前 (54) 总净盈利 12583.42 总获利 37630.02 总亏损 -25046.
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
该库将允许您使用任何 EA 来管理交易,并且非常容易集成到任何 EA 上,您可以使用描述中提到的脚本代码以及显示完整过程的视频演示示例自行完成。 该产品允许通过API进行交易操作,不包括图表。 用户可以使用提供加密图表的经纪商的图表并向币安发送订单 - 支持单向和对冲模式 - 下限价、止损限价和止盈限价订单 - 下达市场订单、SL 市场订单、TP 市场订单 - 修改限价单 - 取消订单 - 查询订单 - 更改杠杆、保证金 - 获取位置信息 和更多... 脚本文档 1 小时编程教程,帮助初学者使用 MQL5 编写一个简单的 EA,将订单发送到币安 https://www.youtube.com/watch?v=d_r4j2V77mY 该库将允许您使用任何 EA 来管理交易,并且非常容易集成到任何 EA 上,您可以使用描述中提到的脚本代码以及显示完整过程的视频演示示例自行完成。 该产品允许通过API进行交易操作,不包括图表。 用户可以使用提供加密图表的经纪商的图表并向币安发送订单 - 支持单向和对冲模式
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
WalkForwardLight
Stanislav Korotky
5 (1)
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
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
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
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
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
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
Sirinya Pakkaman
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.
Trend broker killer
Mansour Rahkhofteh
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
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
RedeeCash 4XLOTS
Patrick Odonnell Ingle
RedeeCash 4XLOTS 庫是基於 4xlots.com WEB API 算法的本地化風險管理庫。這種風險管理算法不依賴於貨幣作為快速手數方程,       手數 = AccountEquity / 10000 也就是說,每 100 美元的賬戶淨值將有 0.01 手。 RedeeCash 4XLOTS 庫使用 2011 年首次開發的更詳細和增強的算法作為手動計算。 RedeeCash 4XLOTS 有一個稱為LotsOptimize 的函數。在您的項目中復制並包含以下 RedeeCash_4XLOTS.mqh 文件。 //+------------------------------------------------------------------+ //|                                             RedeeCash_4XLOTS.mqh | //|   Copyright 2011-2022, PressPage Entertainment Inc DBA RedeeCash | //|       
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
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
Super Woodies CCI
Biswarup Banerjee
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  
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.
Use a plain google sheet to license your product After years of developing trading software, I noticed the lack of a simple and cheap system to license the software to your customer.  Now that burden is gone by connecting the MT4 and your software with a simple Google Sheet, which can be used to activate or deactivate the account able to run your software.  With a minimum setup you'll be able to compile your software and distributing it without the fear of being spoiled by hackers or bad peopl
作者的更多信息
The  RSI Basket Currency Strenght  brings the RSI indicator to a new level.  Expanding the boundaries of TimeFrames and mono-currency analysis, the RSI Multi Time Frame Currency Strenght take the movements of each currency that composes the cross and confront them in the whole basket of 7 crosses.  The indicator works with any combination of  AUD, CAD, CHF, EUR, GBP, JPY, NZD, USD  pairs and with full automation takes in account every RSI value for the selected Time Frame.  After that, the ind
This practical tool let you setup your keyboard to have shortcuts and hotkeys to change Chart TimeFrame.  Bring your trading to another level by actually take fast and smooth control of switching Time Frames without losing time clicking all over the Meta Trader Terminal.  This tool is born due to scalping issues, where switching from higher timeframe and lower timeframes is really mandatory to make a multi timeframe analysis of the trading setup.  Uplift your trading activity, by letting your k
FREE
The WTR Dynamic Range Indicator is a powerful and deeply customizable range indicator that takes in account the average upward and downward movement of the price in the past trading days.  This fully customizable indicator can be setted for a lot of uses and cases:  • Trend trading on level breakouts  • Spotting high probability targets for Take Profits • Setting a multiple targets for position scaling out  The WTR Dynamic Range Indicator calculates the average movements in the long side, the
FREE
The  RSI Basket Currency Strenght  brings the RSI indicator to a new level.  Expanding the boundaries of TimeFrames and mono-currency analysis, the RSI Multi Time Frame Currency Strenght take the movements of each currency that composes the cross and confront them in the whole basket of 7 crosses.  The indicator works with any combination of  AUD, CAD, CHF, EUR, GBP, JPY, NZD, USD  pairs and with full automation takes in account every RSI value for the selected Time Frame.  After that, the indic
FREE
--->  Check all the other products  <--- The Candle Bias is a coloring indicator that doesn't take account of the close price of the bars.  It will color the candle in the bearish color (of your choice) if the downard range is greater than the upward range.  Conversely, it will color the candle in the bullish color of your choice if the upward range is greater than the downward range.  This is a major helper for Multi Time Frame analysis, it works on every security and every Time Frame. You
FREE
--->  Check all the other products  <--- The Multi Time Frame Chandelier Channel is a good synthesis of the chandelier trailing stop and let you analyze the trend.  Enter when the price breaks one of the two lines, then trail using the opposite line.  Ideal for scalping, entering after the dot appears.  Plenty of customization:  Choose the lookback period, the longer, the slower Choose the Time Frame to use (must be greater or equal your chart TF  Play around with the options to get the
FREE
The  Stochastic Basket Currency Strenght  brings the Stochastic indicator to a new level.  Expanding the boundaries of TimeFrames and mono-currency analysis, the SBCS take the movements of each currency that composes the cross and confront them in the whole basket of 7 crosses.  The indicator works with any combination of  AUD, CAD, CHF, EUR, GBP, JPY, NZD, USD  pairs and with full automation takes in account every stochastic value (main line) for the selected Time Frame.  After that, the indica
FREE
The Stochastic Basket Currency Strenght  brings the Stochastic indicator to a new level.  Expanding the boundaries of TimeFrames and mono-currency analysis, the SBCS take the movements of each currency that composes the cross and confront them in the whole basket of 7 crosses.  The indicator works with any combination of AUD, CAD, CHF, EUR, GBP, JPY, NZD, USD pairs and with full automation takes in account every stochastic value (main line) for the selected Time Frame.  After that, the indicator
CRAZY SALE! Was 250, NOW 50 USD till the end of MAY!!! --->  Check all the other products  <--- The WTR Dynamic Range Indicator is a powerful and deeply customizable range indicator that takes in account the average upward and downward movement of the price in the past trading days.  This fully customizable indicator can be setted for a lot of uses and cases:  • Trend trading on level breakouts  • Spotting high probability targets for Take Profits • Setting a multiple targets for position
--->  Check all the other products  <--- The Multi Time Frame Chandelier Channel is a good synthesis of the chandelier trailing stop and let you analyze the trend.  Enter when the price breaks one of the two lines, then trail using the opposite line.  Ideal for scalping, entering after the dot appears.  Plenty of customization:  Choose the lookback period, the longer, the slower Choose the Time Frame to use (must be greater or equal your chart TF  Play around with the options to get the
Engulfing Candle Screener
Dario Pedruzzi
4 (1)
--->  Check all the other products  <--- The Engulfing Candles Screener is a deeply customizable dashboard.  You can chose a trend filter, using 2 EMAs, with custom periods applied on a custom TimeFrames Then you can choose 3 timeframes to search, any TimeFrame is suitable and the screener will find the engulfing candles in the selected timeframe.  3 Timeframes to scan All the major forex pairs and crosses - up to 28 symbols Deeply Customizable How to setup the screener:  Let the crosses v
--->  Check all the other products  <--- The Candle Bias is a coloring indicator that doesn't take account of the close price of the bars.  It will color the candle in the bearish color (of your choice) if the downard range is greater than the upward range.  Conversely, it will color the candle in the bullish color of your choice if the upward range is greater than the downward range.  This is a major helper for Multi Time Frame analysis, it works on every security and every Time Frame. You
The pair strenght panel make easy to see the overall performance of the base and the quote currencies.  It can analyze Daily performance, Weekly performance and Monthly performance.  Seamlessly and without any further input option, it splits the cross in the two currency and analyze the performance of each one:  for example, if it's attched to an AUD/CHF chart, it will report the AUDCHF percentage variation and the composite percentage variation of the whole AUD basket against the other 6 curr
筛选:
无评论
回复评论