• 概述
  • 评论 (2)
  • 评论 (4)
  • 新特性

K Trade Lib5

3.5

MT4/5通用交易库(  一份代码通用4和5 )

#import "K Trade Lib5.ex5"
   //简单开单
   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);
   //复杂开单
   void SetMagic(int magic,int magic_plus=0);
   void SetLotsAddMode(int mode=0,double lotsadd=0);
   long OrderOpenAdvance(int mode,int type,double volume,int step,int magic,string symbol="",string comment="",double sl=0,double tp=0,bool slsetmode=false,bool tpsetmode=false);
#import

1.简单的系统OrderSend二次封装:

OrderOpen函数

long OrderOpen(
      int type,         //交易类型
      double volume,    //交易手数
      int magic,        //魔术号
      string symbol="", //交易品种
      string comment="",//注释
      double opprice=0, //挂单价格,非挂单可以留空
      double sl=0,      //止损点数,区别于系统的SL
      double tp=0,      //止盈点数,区别于系统的TP
      int expiration=0, //挂单中设置,同系统
      bool slsetmode=false,//设置为true,设置sl为价格否则为点数
      bool tpsetmode=false //设置为true,设置tp为价格否则为点数 
);

2.复杂订单系统开单(包含逆势加仓,顺势加仓,随机间距加仓; 手数增加模式有倍数模式,增量模式,以及固定手数模式)

void SetMagic(
   int magic,        //设置MAGIC,本设置是针对需要统计订单所对应的魔术号
   int magic_plus=0  //可以设置范围  当 (魔术号>=magic ,魔术号<=magic+magic_plus) 的范围内的魔术号订单都会作为统计 
);
void SetLotsAddMode(
   int mode=0,          //1->倍数开仓  2->增量开仓 ,0或者其他->固定手数下面参数设置无效
   double lotsadd=0     //根据mode设置而定,倍率手数本参数为倍率,增量模式为增量,否则无效
);
long OrderOpenAdvance(
   int mode,         //0x1 逆势加仓,0x2顺势加仓,0x4间距随机加仓 
   int type,         //交易类型 0->BUY 1->SELL
   double volume,    //固定手数 
   int step,         //加仓间距
   int magic,        //魔术号
   string symbol="", //品种
   string comment="",//注释 
   double sl=0,      //止损设置(默认设置点数)
   double tp=0,      //止盈设置(默认设置点数)
   bool slsetmode=false,//false为sl点数设置,true为sl价格模式
   bool tpsetmode=false //false为tp点数设置,true为tp价格模式
);

交易范例:(马丁逆势加仓)  非常简单实现马丁加仓,同样可以简单的实现顺势加仓等

void OnTick()
  {
//--- 

      SetLotsAddMode(1,2.0);
      int mode=1;//逆势加仓模式
      int type=0;//0为多单,1为空单  同系统方式
      double lots=0.01; //手数设置
      int step=200; //加仓间距
      int magic =556024;//设置魔术号
      
      OrderOpenAdvance(mode,type,lots,step,magic);
  }



评论 2
Peng Jin
320
Peng Jin 2021.10.08 09:58 
 

刚把爹

推荐产品
Lib5 EAPadPRO for MT5
Vladislav Andruschenko
4.57 (7)
用于将信息面板添加到您的 MetaTrader 5 EA 的库。 我们不能保证程序的信息和界面会让您在交易中获利,但我们可以肯定地说,即使是最简单的程序界面也能增强第一印象。 将我们的面板添加到您的 智能交易系统的 详细说明和说明在我们的博客中:   LIB - EAPADPRO 分步说明 我们面板的详细说明和使用 EAPADPRO 的说明 MetaTrader 4 库版本 添加的过程包括 10 个步骤 ,我们的文章中详细介绍了它们。 安装库 从此站点安装库; 打开您的智能交易系统; 打开我们的示例和安装代码的分步指南,文件 Exp - EAPADPRO LIBRARY TEST(可以在博客中找到)   ; 按照建议中的说明执行每个步骤,或使用我们网站上的分步说明。 EAPADPRO 个性化 本段描述了您可以在我们的面板中更改的所有内容: versionea   - 面板中显示的智能交易系统版本; BMPLOGO   - 显示在面板上的 BMP 60x60 顾问的徽标; icon   - 您的专家的图标,显示在专家的属性中; defEANAME - 面板中显示的您的智能 交易系统的
FREE
MarketPro toolkit
Johannes Hermanus Cilliers
Start earning profits by copying All trades are sent by our successful Forex trader & are extremely profitable. You can earn profits by copying trades daily Trial Period included You'll also get access to extremely powerful trading education which is designed in a simple way for you to become a profitable trader, even if you have no trading experience. https://ec137gsj1wp5tp7dbjkdkxfr4x.hop.clickbank.net/?cbpage=vip
FREE
Market book tester
Aliaksandr Hryshyn
1 (1)
Using data from the order book in the strategy tester Key features: Simultaneous use of several symbols, up to 7 pieces DOM visualization With the visualization of order books, real-time simulation is available, as well as acceleration or deceleration Working with the library: This product also requires a utility to save data:  https://www.mql5.com/en/market/product/71642 Speed control utility:  https://www.mql5.com/en/market/product/81409 Include file:   https://c.mql5.com/31/735/Market_book_s
FREE
PZ Goldfinch Scalper EA MT5
PZ TRADING SLU
3.67 (43)
这是我著名的剥头皮机Goldfinch EA的最新版本,它是十年前首次发布。它以短期内突然出现的波动性扩张为市场提供了头条:它假设并试图在突然的价格加速后利用价格变动的惯性。这个新版本已经过简化,使交易者可以轻松使用测试仪的优化功能来找到最佳交易参数。 [ 安装指南 | 更新指南 | 故障排除 | 常见问题 | 所有产品 ] 简单的输入参数可简化优化 可定制的贸易管理设置 交易时段选择 工作日选择 金钱管理 谨防... ick牛黄牛是危险的,因为许多因素都会破坏收益。可变的点差和滑点降低了交易的数学期望,经纪人的低报价密度可能导致幻像交易,止损位破坏了您获取利润的能力,并且网络滞后意味着重新报价。建议注意。 回溯测试 EA交易仅使用报价数据。请以“每笔交易”模式回测。 它根本不使用HLOC(高-低-开-关)数据 交易时间无关紧要 为了获得更好的性能,请为您希望在每个刻度线模式下交易的每个交易品种运行云优化。稍后分享! 输入参数 触发点:触发点差所需的价格变动。 (预设= 10) 最小时间窗口:价格波动发生的最短时间。 (默认= 3) 最长时间窗口:价格波
FREE
The Scaled Awesome Oscillator (SAO) represents a refined adaptation of the Awesome Oscillator, aimed at establishing consistent benchmarks for identifying market edges. Unlike the standard Awesome Oscillator, which records the variation in pips across different commodities, the only unchanging reference point is the zero line. This limitation hampers investors and traders from pinpointing specific levels for trend reversals or continuations using the traditional Awesome Indicator, a creation of
FREE
Indicator measures strength of each currency in your list. Main idea: It simply iterates through all combinations of pairs and adds difference between open and close in percent. Parameters: List of currencies - what currencies will be calculated (maximum is 8) Calculation type - from which data will be strength calculated Calculation data input - used as input related to calculation type Symbol suffix - used in case of suffix on symbols, e.g: when your symbols look like EURUSDm, EURUSDmicro et
FREE
Countdown Candle Close
Sid Ali Temkit
4 (1)
The Candle Countdown Timer for MetaTrader 4 (also available for MT5) is a vital indicator designed to help you manage your trading time effectively. It keeps you updated about market open and close times by displaying the remaining time before the current candle closes and a new one forms. This powerful tool enables you to make well-informed trading decisions. Key Features: Asia Range: Comes with an option to extend the range. Broker Time, New York, London Time: Displays the current broker time
FREE
MACD Colored ZeroLag
Farzin Sadeghi Bonjar
4.14 (7)
It is the MQL5 version of zero lag MACD that was available for MT4 here: https://www.mql5.com/en/code/9993 Also there was a colored version of it here but it had some problems: https://www.mql5.com/en/code/8703 I fixed the MT4 version which has 95 lines of code. It took me 5 days to write the MT5 version.(reading the logs and testing multiple times and finding out the difference of MT5 and MT4!) My first MQL5 version of this indicator had 400 lines of code but I optimized my own code again and n
FREE
Free automatic Fibonacci is an indicator that automatically plots a Fibonacci retracement based on the number of bars you select on the BarsToScan setting in the indicator. The Fibonacci is automatically updated in real time as new highest and lowest values appears amongst the selected bars. You can select which level values to be displayed in the indicator settings. You can also select the color of the levels thus enabling the trader to be able to attach the indicator several times with differe
FREE
Institutional Momentum Stochastic Index
Agustinus Biotamalo Lumbantoruan
The Stochastic Momentum Index (SMI), developed by William Blau and featured in the January 1993 edition of Technical Analysis of Stocks & Commodities magazine, introduces a unique perspective to trading analysis. Distinguished from the conventional Stochastic Oscillator, which evaluates the current close in relation to the recent x-period high/low range, the SMI assesses the close's position relative to the midpoint of this range. This innovation yields an oscillator with a range of +/- 100, re
FREE
如果产品有任何问题或者您需要在此产品上添加功能,请联系我 Contact/message me if you encounter any issue using the product or need extra feature to add on the base version. PA Touching Alert is a tool to free you from watching price to touch certain critical price levels all day alone. With this tool, you can set two price levels: upper price and lower price, which should be greater than/less than the current price respectively. Then once price touches the upper price or lower price, alert and/or notification would be sent
FREE
PZ MA Crossover EA MT5
PZ TRADING SLU
3.95 (38)
此 EA 使用移动平均线交叉进行交易。它提供完全可定制的设置、灵活的头寸管理设置,以及许多有用的功能,如可定制的交易时段以及鞅和逆鞅模式。 [ 安装指南 | 更新指南 | 故障排除 | 常见问题 | 所有产品 ] 易于使用和监督 完全可定制的移动平均设置 它实现了两种不同的交易行为 可定制的盈亏平衡、止损、止盈和追踪止损 适用于 ECN/非 ECN 经纪人 适用于 2-3-4-5 位符号 交易可以符合 NFA/FIFO 标准 交易可以在相反的信号上关闭 实现鞅和逆鞅特征 按工作日和小时过滤交易 内置资金管理 EA 实现了四种不同的行为: 常规:在看涨交叉时买入,在看跌交叉时卖出 反向:在看涨交叉时卖出,在看跌交叉时买入 只买:看涨交叉点买入,不考虑看跌交叉点 只卖:在看跌交叉时卖出,不考虑看涨交叉 此外,它还实现了四种不同的资金管理模式: 手动交易手数:EA 将在每笔交易中交易固定手数 自动计算手数:EA 将在每笔交易中承担账户的 % 风险 Martingale:交易失败后,EA 将手数翻倍 逆鞅:交易获胜后,EA 将手数翻倍 输入参数 交易方向 - 按方向过滤交易:多头、空头
FREE
High Low Open Close
Alexandre Borela
4.97 (36)
如果你象这个项目一样,就有5个饥饿审查。 塔克的后续工作: borelatech 这项指标采用了既定价格的公开、高、低价和关闭价格 可以对特定时间区加以调整。 许多机构和专业人士都认为这些是重要的。 贸易商可以为你了解他们可能更进一步的地点, 积极。 现有期间为: 前一日。 前一星期。 曾任Month。 曾任。 前一年。 或: 目前日。 目前周。 目前 Month。 目前配额。 今年。
FREE
DemsFx BC Entry EA
Desmond Ebimobowei Dogubo
1. The Expert Adviser is built with a basic, simple and stable trading strategy with i touch or Price Action Principle that is highly effective and accurate with a sniper entry system for a good money management.. 2. The expert advisor works best as from 15 minutes time frame and above.... 3. The expert advisor work with all broker all currency pair and synthetic indices... 4. Use a reasonable lot size and correct settings if you want to get the best of the Expert Advisor.. 5. With Default setti
FREE
Trend Catcher with Alert MT5
Issam Kassas
4.64 (59)
趋势捕捉器: 具有警示指标的趋势捕捉器策略是一种多功能的技术分析工具,可帮助交易员识别市场趋势和潜在的进出点。它采用动态趋势捕捉器策略,根据市场条件进行调整,清晰地呈现趋势方向。交易员可以自定义参数,以符合其偏好和风险容忍度。该指标有助于识别趋势,发出潜在的反转信号,充当跟踪止损机制,并提供实时警报,以便及时应对市场。 具有警示指标的趋势捕捉器策略是一种多功能的技术分析工具,可帮助交易员识别市场趋势和潜在的进出点。它采用动态趋势捕捉器策略,根据市场条件进行调整,清晰地呈现趋势方向。交易员可以自定义参数,以符合其偏好和风险容忍度。该指标有助于识别趋势,发出潜在的反转信号,充当跟踪止损机制,并提供实时警报,以便及时应对市场。 特点: 趋势识别:信号牛市趋势和熊市趋势。 趋势反转:当蜡烛颜色从牛市变为熊市,反之亦然时,提醒可能的反转。 实时警报:为新趋势识别生成警报。 建议: 货币和货币对:EURUSD,AUDUSD,XAUUSD... 时间框架:H1。 账户类型:任何ECN,低点差账户。
FREE
MACD Trader FREE MT5
Konstantin Nikitin
4.5 (2)
This is an automated Expert Advisor that trades using the MACD and Envelopes indicators. The paid version is available here . The free version has the following limitations. No panel for opening orders. The trading is limited to the EURUSD currency pair and similar. Orders can only be opened with the minimum lot, no more than 5 orders can be opened in the same direction, to a total of 10 orders. Pause after closing of all orders is 6000 minutes. During the analysis, no more than 50 orders are ad
FREE
Market Profile 3 ForexArby com
Hussien Abdeltwab Hussien Ryad
4.17 (12)
Market Profile 3 MetaTrader 5 indicator  version 4.70— is a classic Market Profile implementation that can show the price density over time, outlining the most important price levels, value area, and control value of a given trading session. This indicator can be attached to timeframes between M1 and D1 and will show the Market Profile for daily, weekly, monthly, or even intraday sessions. Lower timeframes offer higher precision. Higher timeframes are recommended for better visibility. It is als
FREE
Donchian Pro
Paulo Henrique Faquineli Garcia
5 (2)
The Donchian Channel Channels are among the most popular tools of technical analysis, as they visually convey to the analyst the limits within which most price movement tends to occur. Channel users know that valuable information can be obtained at any time, whether prices are in the central region of a band or close to one of the border lines. One of the best known techniques to explore these concepts is Bollinger Bands. However, John Bollinger was not the only one to research the applicatio
FREE
QuantumAlert RSI Navigator is a free indicator available for MT4/MT5 platforms, its work is to provide "alerts" when the market is inside "overbought and oversold" regions in the form of "buy or sell" signals. This indicator comes with many customization options mentioned in the parameter section below, user can customise these parameters as needful. Join our MQL5 group , where we share important news and updates. You are also welcome to join our private channel as well, contact me for the priva
FREE
Follow The Line MT5
Oliver Gideon Amofa Appiah
4.42 (31)
This indicator obeys the popular maxim that: "THE TREND IS YOUR FRIEND" It paints a GREEN line for BUY and also paints a RED line for SELL. (you can change the colors). It gives alarms and alerts of all kinds. IT DOES NOT REPAINT and can be used for all currency pairs and timeframes. Yes, as easy and simple as that. Even a newbie can use it to make great and reliable trades. NB: For best results, get my other premium indicators for more powerful and reliable signals. Get them here: https://www.m
FREE
What is this indicator? This indicator is the MACD (Moving Average Convergence/Divergence) supporting Virtual Trading mode of  Knots Compositor . When the mode is turned on, the indicator will be recalculated based on the displayed candlesticks. When the mode is turned off, the indicator will be recalculated based on the original chart candlesticks. Types of the applied price - Close - Open - High - Low - Median Price (HL/2) - Typical Price (HLC/3) - Weighted Price (HLCC/4) KC-Indicators
FREE
Three Moving Averages
MetaQuotes Ltd.
3.37 (35)
交易策略基于三条移动均线。判断趋势, 使用三条指数平滑移动均线: FastEMA, MediumEMA 和 SlowEMA。 交易信号: 买信号: FastEMA>MediumEMA>SlowEMA (向上趋势)。 卖信号: FastEMA<MediumEMA<SlowEMA (向下趋势)。 输入参数: Inp_Signal_ThreeEMA_FastPeriod = 8; Inp_Signal_ThreeEMA_MediumPeriod = 38; Inp_Signal_ThreeEMA_SlowPeriod = 48; Inp_Signal_ThreeEMA_StopLoss = 400; Inp_Signal_ThreeEMA_TakeProfit = 900; Inp_Money_FixLot_Percent  = 10.0; Inp_Money_FixLot_Lots  = 0.1;
FREE
Trendline mt5 indicator
David Muriithi
3 (1)
Are you tired of drawing trendlines every time you're analyzing charts? Or perhaps you would like more consistency in your technical analysis. Then this is for you. This indicator will draw trend lines automatically when dropped on a chart. How it works Works similar to standard deviation channel found on mt4 and mt5. It has 2 parameters: 1. Starting Bar 2. Number of bars for calculation The   starting bar   is the bar which drawing of the trend lines will begin, while the   number of bars for c
FREE
Predator tail
Aleksandr Davydov
Thank you for your interest in The Tail. I have been trading since 2018. Or rather, it’s not me who trades, but the army of my robots, which I constantly develop. Tail is one such candidate. This robot works on moving averages, filters trades by RSI. The robot provides the functionality of volume and position control. Combine different approaches. I recommend using it in a group of 3-5 of the same robots on different instruments for the best result. I recommend keeping a high value of
FREE
Reversal Composite Candles
MetaQuotes Ltd.
3.43 (23)
该系统的思路是通过计算复合蜡烛来识别反转形态。 反转形态类似日本蜡烛条分析的 "锤头" 和 "吊颈" 形态。但它使用符合蜡烛替代单一的蜡烛,并且不需要复合蜡烛的小实体来确认反转。 输入参数: Range - 最大柱线数量, 计算复合蜡烛时用。 Minimum - 最小复合蜡烛大小 (传统的点数)。 ShadowBig and ShadowSmall - 影线 (复合蜡烛单元)。 Limit, StopLoss and TakeProfit - 开盘价, 止损位和止盈位, 它们是相对于复合蜡烛的收盘价 (复合蜡烛单元)。 Expiration - 订单过期时间 (单位柱线), 用于挂单 (Limit!=0.0)。 反向蜡烛条形态的判别如下。 它计算复合蜡烛参数,其自最后的完整柱线 (索引为 1) 至由 Range 输入参数定义的柱线数量。如果复合蜡烛大小大于由 Minimum 输入参数指定的数值, 它分析复合蜡烛的影线检测反转条件。 空头能量的特征是复合蜡烛的上影线为零, 多头能量的特征是复合蜡烛的下影线为零。 为确认空头趋势反转 (且多头开始),需要以下检查: 下影线的大小 (多头能量
FREE
Stop Out Line MT5
Sergey Batudayev
4.5 (2)
工作逻辑 止损实用程序是一个简单但非常方便的指标,显示离止损水平还有多少点/ 它的好处在于许多交易者为了追求利润而故意高估交易风险,最大限度地使用可用保证金,对于这种情况,了解经纪人可以在哪里强行平仓是非常重要的。 只需将指标放在图表上,根据买入或卖出的未平仓头寸,您将在图表上看到此交易价格的边界标记。 在您开仓之前,这条线在图表上是不可见的。 如果您没有在图表上看到这条线,这并不意味着该实用程序不起作用,很可能您交易的风险很小,而且存款很大,那么您需要寻找更高的止损线/ 低于交易,因为在当前风险下,您离止损还很远。 如果您有任何问题,可以在讨论部分写下来。 愉快的交易。 Recommended Robot Scalper -   https://www.mql5.com/en/market/product/77108 变量 字体大小 - 标签中的字体大小 边缘缩进 - 从边缘缩进 线条颜色 - 线条颜色 文字颜色 - 文字颜色
FREE
Important Lines
Terence Gronowski
4.88 (26)
This indicator displays Pivot-Lines, preday high and low, preday close and the minimum and maximum of the previous hour. You just have to put this single indicator to the chart to have all these important lines, no need to setup many single indicators. Why certain lines are important Preday high and low : These are watched by traders who trade in a daily chart. Very often, if price climbs over or falls under a preday low/high there is an acceleration in buying/selling. It is a breakout out of
FREE
Time Segmented Volume for MT5
Fernando Carreiro
5 (1)
(谷歌翻译) 该指标基于 Worden Brothers, Inc 开发的原始“ Time Segmented Volume (TSV) ”。 但是,我为此添加了一些额外的功能。 可以选择要应用的价格,而不是仅使用原始默认收盘价。 您还可以选择使用哪种交易量加权,包括基于真实范围的伪交易量,或根本不使用交易量加权。 (谷歌翻譯) 該指標基於 Worden Brothers, Inc 開發的原始“ Time Segmented Volume (TSV) ”。 但是,我為此添加了一些額外的功能。 可以選擇要應用的價格,而不是僅使用原始默認收盤價。 您還可以選擇使用哪種交易量加權,包括基於真實範圍的偽交易量,或根本不使用交易量加權。 (Original text) This indicator is based on the original “ Time Segmented Volume (TSV) ” developed by Worden Brothers, Inc . However, I added an extra few features to this one. One ca
FREE
PZ Penta O MT5
PZ TRADING SLU
4 (6)
The Penta-O is a 6-point retracement harmonacci pattern which usually precedes big market movements. Penta-O patterns can expand and repaint quite a bit. To make things easier this indicator implements a twist: it waits for a donchian breakout in the right direction before signaling the trade. The end result is an otherwise repainting indicator with a very reliable trading signal. The donchian breakout period is entered as an input. [ Installation Guide | Update Guide | Troubleshooting | FAQ | A
FREE
Classic v1
Sergio Tiscar Ortega
Introducing our advanced Expert Advisor (EA) meticulously crafted to navigate the forex market using two prominent technical indicators: Moving Average Convergence Divergence (MACD) and Relative Strength Index (RSI). MACD is a versatile trend-following momentum indicator that highlights changes in strength, direction, momentum, and duration of a trend. Meanwhile, RSI is a popular oscillator that gauges the speed and change of price movements, identifying potential overbought or oversold conditio
FREE
该产品的买家也购买
该库将允许您使用任何 EA 来管理交易,并且非常容易集成到任何 EA 上,您可以使用描述中提到的脚本代码以及显示完整过程的视频演示示例自行完成。 - 下限价、止损限价和止盈限价订单 - 下达市场订单、SL 市场订单、TP 市场订单 - 修改限价订单 - 取消订单 - 查询订单 - 更改杠杆、保证金 - 获取位置信息 和更多... 租赁加密货币图表是可选的,除非您的 MT5 上没有币安图表。 对于脚本演示:单击此处 如果您想与交易面板进行交易,您可能对此产品感兴趣 该产品是加密图表的插件 该库将允许您使用任何 EA 来管理交易,并且非常容易集成到任何 EA 上,您可以使用描述中提到的脚本代码以及显示完整过程的视频演示示例自行完成。 - 下限价、止损限价和止盈限价订单 - 下达市场订单、SL 市场订单、TP 市场订单 - 修改限价订单 - 取消订单 - 查询订单 - 更改杠杆、保证金 - 获取位置信息 和更多... 租赁加密货币图表是可选的,除非您的 MT5 上
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
WalkForwardOptimizer MT5
Stanislav Korotky
3.86 (7)
WalkForwardOptimizer library allows you to perform rolling and cluster walk-forward optimization of expert advisers (EA) in MetaTrader 5. To use the library include its header file WalkForwardOptimizer.mqh into your EA source code, add call provided functions as appropriate. Once the library is embedded into EA, you may start optimization according to the procedure described in the User guide . When it's finished, intermediate results are saved into a CSV file and some special global variables.
Native Websocket
Racheal Samson
5 (2)
An   easy to use, fast,  asynchronous   WebSocket library  for MQL5. It supports: ws://   and   wss://  (Secure "TLS" WebSocket) text   and   binary   data It handles: fragmented message  automatically (large data transfer) ping-pong   frames  automatically (keep-alive handshake) Benefits: No DLL required. No OpenSSL installation required. Up to 128 WebSocket Connections from a single program. Various Log Levels for error tracing Can be synchronized to MQL5 Virtual Hosting . Completely native to
OpenAI Library MT5
VitalDefender Inc.
该库旨在提供一种尽可能简单的方法,直接在MetaTrader上使用OpenAI的API。 要深入了解库的潜力,请阅读以下文章: https://www.mql5.com/en/blogs/post/756098 The files needed to use the library can be found here: Manual 重要提示:要使用EA,需要添加以下URL以允许访问OpenAI API  如附图所示 要使用该库,需要包含以下Header,您可以在以下链接找到:  https://www.mql5.com/en/blogs/post/756108 #import "StormWaveOpenAI.ex5" COpenAI *iOpenAI(string); CMessages *iMessages(void); CTools *iTools(void); #import 这就是您需要的所有信息,以便轻松使用该库。 以下是如何轻松使用该库并与OpenAI的API交互的示例 #include <StormWaveOpenAI.mqh>       //--- 包含用于A
AO Core
Andrey Dik
3 (2)
AO Core is the core of the optimization algorithm, it is a library built on the author's HMA (hybrid metaheuristic algorithm) algorithm. An example of using AO Core is described in the article: https://www.mql5.com/ru/articles/14183 https://www.mql5.com/en/blogs/post/756510 This hybrid algorithm is based on a genetic algorithm and contains the best qualities and properties of population algorithms.  High-speed calculation in HMA guarantees unsurpassed accuracy and high search capabilities,
T5L Library is necessary to use the EAs from TSU Investimentos, IAtrader and others. It contains all the functions framework needed to Expert Advisors working properly.  ツ - The Expert Advisors from  TSU Investimentos does not work without this library,  the T5L library can have updates during the year - At this Library you will find several funcionalities like order sends, buy and sell, trigger entry points check, candlestick analyses, supply and demmand marking and lines, and much more. 
The library is dedicated to help manage your trades, calculate lot, trailing, partial close and other functions. Lot Calculation Mode 0: Fixed Lot. Mode 1: Martingale Lot (1,3,5,8,13) you can use it in different way calculate when loss=1 ,when profit=0. Mode 2: Multiplier Lot (1,2,4,8,16) you can use it in different way calculate when loss=1 ,when profit=0. Mode 3: Plus Lot (1,2,3,4,5) you can use it in different way calculate when loss=1 ,when profit=0. Mode 4: SL/Risk Lot calculate based on
This is a simplified and effective version of the library for walk forward analysis of trading experts. It collects data about the expert's trade during the optimization process in the MetaTrader tester and stores them in intermediate files in the "MQL5\Files" directory. Then it uses these files to automatically build a cluster walk forward report and rolling walk forward reports that refine it (all of them in one HTML file). Using the WalkForwardBuilder MT5 auxiliary script allows building othe
OrderBook History Library
Stanislav Korotky
3 (2)
Order Book, known also as Market Book, market depth, Level 2, - is a dynamically updated table with current volumes of orders to buy and to sell specific financial instument at price levels near Bid and Ask. MetaTrader 5 provides the means for receiving market book from your broker, but in real time only, without access to its history. The library OrderBook History Library reads market book state in the past from archive files, created by OrderBook Recorder . The library can be embedded into you
BitMEX Trading API
Romeu Bertho
5 (1)
Cryptocurrency analysis has never been easier with Crypto Charts for MetaTrader 5. Now, trading on BitMEX has never been easier with BitMEX Trading API for MetaTrader 5. BitMEX Trading API library was built to be as easy to use as possible. Just include the library into your Expert Advisor or Script, call the corresponding methods and start trading! Features Trade on BitMEX and BitMEX Testnet. Build and automate your strategies. Concern more with the trading strategy logic and less with the c
Teclado trader, é uma BIBLIOTECA que você pode chamar no OnChartEvent para abrir posição de compra/venda/zerar, os botões padrões são: V = venda C = compra Z = zerar posições a mercado S = zerar posições opostas e depois a mercado X = zerar posições opostas Além da função de teclado, é possível mostrar os estados do ExpertAdvisor usando o MagicId, com informação de: lucro mensal, semanal, diario, e posição aberta, para isto use o OnTick, ou qualquer outro evento (OnTimer / OnTrade / OnBookEv
Goliath Mt5
Nicolokondwani Biscaldi
Goliath MT5 - scalper fully automated Expert Advisor for medium-volatile forex markets P roperties: The Library trades 10 currency pairs (USDCHF, EURCHF, EURGBP, AUDUSD, USDCAD, GBPUSD, EURUSD, NZDUSD, CADCHF, EURAUD, EURCAD, AUDJPY) The Library does not use martingale The Library sets a fixed stop loss and take profit for all orders The Library only trades a user input volume The Library can be installed on any currency pair and any timeframe Recommendations: Before using on a real account,
Binance Library
Hadil Mutaqin SE
5 (1)
The library is used to develop automatic trading on Binance Spot Market from MT5 platform. Support all order types: Limit, Market, Stop-Limit and Stop-Market. Support margin trading. Automatically display the chart on the screen. Usage: - Open MQL5 demo account - Move BinanceLib.ex5 from folder \MQL5\Scripts\Market to MQL5\Libraries - Download Header   file and EA sample https://www.mql5.com/en/code/download/34972_260999.zip Copy Binance.mqh header file to folder \MQL5\Include Copy  BinanceEA-
Gold plucking machine   Gold plucking machine   is an Expert Advisor designed specifically for trading gold. The operation is based on opening orders using the Fast and Slow lines indicator, thus the EA works according to the "Trend Follow" strategy, which means following the trend. Use grid strategy to place orders without stop loss operation, so please make sure the account has sufficient funds. magic number        -  is a special number that the EA assigns to its orders. Lot Multiplier     
Gold plucking machine S   Gold plucking machine  S Gold plucking machine S   is an Expert Advisor designed specifically for trading gold. The operation is based on opening orders using the Fast and Slow lines indicator, thus the EA works according to the "Trend Follow" strategy, which means following the trend. Use grid strategy to place orders without stop loss operation, so please make sure the account has sufficient funds. magic number        -  is a special number that the EA assigns to its
The library is used to develop automatic trading on Binance Futures Market from MT5 platform. Support all order types: Limit, Market, Stop-Limit, Stop-Market , StopLoss and TakeProfit. Automatically display the chart on the screen. Usage: - Open MQL5 demo account - Move BinanceFuturesLib.ex5 from folder \MQL5\Scripts\Market to MQL5\Libraries -  Download Header file and EA sample https://www.mql5.com/en/code/download/34976_252386.zip Copy BinanceFutures.mqh header file to folder \MQL5\Include C
The Trade Tracker Library is used to automatically detect and display trade levels on custom charts. It is an especially useful add-on for EAs that trade on custom charts in MT5. With the use of this library, the EA users can see trades as they are placed via the EA (Entry, SL & TP levels) in real-time. The header file and two examples of EA skeleton files are attached in the comments section (first comment). The library will automatically detect the tradable symbol for the following custom
MT4/5通用交易库(  一份代码通用4和5 ) #ifdef __MQL5__      #define KOD_TICKET ulong      #define KOD_MAGIC   long #else        #define KOD_TICKET long      #define KOD_MAGIC   int #endif class ODLIST; #import "K Trade Lib Pro 5.ex5"       //祝有个美好开始,运行首行加入    void StartGood() ;    //简单开单    long OrderOpen( int type, double volume, int magic, string symbol= "" , string comment= "" , double opprice= 0 , double sl= 0 , double tp= 0 , int expiration= 0 , bool slsetmode= false , bool tpsetmode= false );    //复杂开单
If you're a trader looking to use Binance.com and Binance.us exchanges directly from your MetaTrader 5 terminal, you'll want to check out Binance Library MetaTrader 5. This powerful tool allows you to trade all asset classes on both exchanges, including Spot, USD-M   and COIN-M futures, and includes all the necessary functions for trading activity. With Binance Library MetaTrader 5, you can easily add instruments from Binance to the Symbols list of MetaTrader 5, as well as obtain information ab
1. 这是什么 MT5系统自带的优化结果非常少,有时候我们需要研究更多的结果,这个库可以让你在回测优化时可以输出更多的结果。也支持在单次回测时打印更多的策略结果。 2. 产品特色 优化的输出的结果非常多。 可以自定义CustomMax。 输出结果在Common文件夹。 根据EA名称自动命名,且同一个EA多次回测会自动更新名称,不会覆盖上一次的结果。 函数非常简单,你一眼就可以看懂。 #import "More BackTest Results.ex5" // Libraries Folder, Download from the market. //---Set CustomMax void iSetCustomMax( string mode); //---Display multiple strategy results when backtesting alone (not opt). void iOnDeinit(); //--- void iOnTesterInit(); double iOnTester(); void iOnTesterPass( string lang
This library implements a few functions to simplify the programming of Expert Advisors. * Build your own EA for MT5 / Binance, with a easy support for multisymbol / multytimeframe * Different SFE EAs based on the library provided. * Base signals of SFE EAs are inlcuded in base version. All the Pro filters and management are included in the base version all the 2022. * Customize the provided SFE Lib EA by changing or implementing its rules.. * Review the existing or ask for video tutorials to
The Matrix
Omega J Msigwa
Matrix is the foundation of complex trading algorithms as it helps you perform complex calculations effortlessly and without the need for too much computation power, It's no doubt that matrix has made possible many of the calculations in modern computers as we all know that bits of information are stored in array forms in our computer memory RAM, Using some of the functions in this library I was able to create machine learning robots that could take on a large number of inputs To use this libra
EA Toolkit
Esteban Thevenon
EA Toolkit   is a library that allows any developer to quickly and easily program Advisor experts. It includes many functions and enumerations such as trailing stop, lot, stop loss management, market trading authorisations, price table updates, trading conditions and many more. Installation + Documentation : You will find all the information to install this library and the documentation of its functions on this GitHub : https://github.com/Venon282/Expert-Advisor-Toolkit WARNING : The installa
This is standard library built for flexible neural Networks with performance in mind. Calling this Library is so simple and takes few lines of code:    matrix Matrix = matrix_utils.ReadCsv( "Nasdaq analysis.csv" );       matrix x_train, x_test;    vector y_train, y_test;         matrix_utils.TrainTestSplitMatrices(Matrix,x_train,y_train,x_test,y_test, 0.7 , 42 );    reg_nets = new CRegressorNets(x_train,y_train,AF_RELU_,HL, NORM_MIN_MAX_SCALER); //INitializing network       reg_nets.RegressorN
这个库用于key 和 value 数组进行排序, 我们常常需要对值进行排序。 像python语言里面的 sorted(key_value.items(), key = lambda kv:(kv[ 1 ], kv[ 0 ])) 导入函数 #import "SortedByValue.ex5" bool SortedByDouble( long       &key[], double    & value []); bool SortedByDouble( string    &key[], double    & value []); bool SortedByInteger( long      &key[], long      & value []); bool SortedByInteger( string   &key[], long      & value []); bool SortedByDateTime( long     &key[],datetime & value []); bool SortedByDateTime( string &key[],
区间突破策略简介(收盘前清仓)      区间=昨高-昨低 上轨=开盘价+区间*k;下轨=开盘价-区间*K 止损平仓: 当价格向上突破上轨或向下突破下轨后, 再次回破当日开盘价  参数: Pairs List (comma separated)     = "GBPUSD,GBPJPY,USDJPY,XAUUSD,XTIUSD,USTEC"; - TimeFrame = PERIOD_D1; - MagicNumber    = 60037;          - OrderComment   = "RangeBreakOut"; - FixedLots( RiskPercent = 0)  = 0.1;            - RiskPercent(0 - 100)     = 1;              - RangeMultiplier   = 1;               - DistancePoints   = 10; - Exit Method   =  backopen;      - Close all positions n hours before c
GetFFEvents MT5 I tester capability
Hans Alexander Nolawon Djurberg
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 MT5 tab > Tools > Options > Expert Advisors > Check Allow web request for listed URL. Since the WebRequest() function can't be called from indicator ba
A Simple Moving Average (SMA) is a statistical indicator used in time series analysis. This indicator represents the arithmetic mean of a sequence of values over a specific period of time. SMA is used to smooth short-term fluctuations in data, helping to highlight the overall trend or direction of changes. This aids analysts and traders in better understanding the general dynamics of the time series and identifying potential trends or changes in direction.  More information you can find in Wiki 
Hello everyone! I am a professional MQL programmer , Making EAs, Indicators and Trading Tools for my clients all over the world. I build 3-7 programs every week but I seldomly sell any ready-made Robots. Because I am fastidious and good strategy is so few...  this EA is the only one so far I think its good enough to be published here.  As we all know, the Ichimoku indicator has become world popular for decades, but still, only few people knows the right way of using it, and if we check the cl
作者的更多信息
最友好的跟单交互界面,最丰富的易用功能,最优跟单方案.  跟单. EASY :简单使用,加载选择信号源或者接收端即可简单使用,轻松跟单 FAST: 快速复制订单,算法最优跟单机制,优先计算新信号,优先队列处理接收到特殊信号 Multiple: 1.支持多信号同时发送,多账户同时选择多个账户复制                                          2.多平台支持,MT4 和MT5互通.( 需同时购买安装MT4和MT5 ) Powerful :强大的功能,你可以找到市面上没有的功能 . .支持 减仓 ,支持手动 订单绑定信号订单 上....提供各种 过滤以及指定个性化设置( 给每个信号源或者品种分别制定跟单方案 ) ... [支持 中文,英文 ] 增加大手数分单功能 (应用场景,需要跟单较大手数,手数超出平台上限,也可以自己设置的上限,一般应用前者,分单会造成不必要的跟单性能开销,当达到平台单笔手数上限可以分单进行) 增加多种跟单内核, ①传统的强映射强绑定方式 ②可以支持设置MAGIC为0 模拟人工开单 ③可以支持默认一种MAGIC 进行跟单,类似单一
交易实用必备工具指标 波浪自动计算指标,通道趋势交易 完美的趋势-波浪自动计算通道计算 , MT4版本 完美的趋势-波浪自动计算通道计算 , MT5版本 本地跟单复制交易 Easy And Fast Copy , MT4版本 Easy And Fast Copy , MT5版本 本地跟单复制交易 模拟试用 Easy And Fast Copy , MT4 模拟账号运行 Easy And Fast Copy , MT5 模拟账号运行 砖图PRO->>> 砖图在主图上的显示 . 砖形图因为比较理想地剔除掉了价格毛刺,因此,看上去令人感觉非常舒服。特别是, 在其上建立基于形态的交易系统看起来非常理想。 比如,如果我们打算使用趋势线,我们会经常发现,有些趋势线的突破并没有多大的意义,它不过是在震荡而已。荡着荡着,趋势线就突破了。而使用砖形图就可以有效地避免类似的尴尬。
FREE
支点交易 : 1.pp 支点 2. r1 r2 r3 , s1 s2  s3 交易实用必备工具指标 波浪自动计算指标,通道趋势交易 完美的趋势-波浪自动计算通道计算 , MT4版本 完美的趋势-波浪自动计算通道计算 , MT5版本 本地跟单复制交易 Easy And Fast Copy , MT4版本 Easy And Fast Copy , MT5版本 本地跟单复制交易 模拟试用 Easy And Fast Copy , MT4 模拟账号运行 Easy And Fast Copy , MT5 模拟账号运行 合作QQ:556024" 合作wechat:556024" 合作email:556024@qq.com" 专业EA指标定制编写. 支点( pivot points) 作为一种交易策略已经很长时间了,最初是场内交易员使用这种方法。使用这种方法通过几个简单的计算就可以了解市场在一天中的去向。 支点法中的支点是一天中市场方向的转向点,通过简单地计算前日的高点、低点和收盘价,可以得到一系列点位。这些点位可能形成关键的支撑和阻力线。支点位,支撑和阻力位被统称为支点水位。 你所看到的市场每
FREE
最友好的跟单交互界面,最丰富的易用功能,最优跟单方案.  跟单 EASY :简单使用,加载选择信号源或者接收端即可简单使用,轻松使用跟单系统 FAST: 快速复制订单,算法最优跟单机制,优先计算新信号,优先队列处理接收到特殊信号 Multiple: 1.支持多信号同时发送,多账户同时选择多个账户复制                                          2.多平台支持,MT4 和MT5互通.(需同时购买安装MT4和MT5) Powerful :强大的功能,你可以找到市面上没有的功能 . .支持 减仓 ,支持手动 订单绑定信号订单 上....提供各种 过滤以及指定个性化设置(   给每个信号源或者品种分别制定跟单方案   ) ... [支持 中文,英文 ] 增加大手数分单功能 (应用场景,需要跟单较大手数,手数超出平台上限,也可以自己设置的上限,一般应用前者,分单会造成不必要的跟单性能开销,当达到平台单笔手数上限可以分单进行) 增加多种跟单内核, ①传统的强映射强绑定方式 ②可以支持设置MAGIC为0 模拟人工开单 ③可以支持默认一种MAGIC 进行跟单
交易者的最佳伙伴! 交易助手 : 这是一款功能非常丰富的交易辅助工具  . 开发不易请支持Pro 点击跳转 K Trade Assistant Pro MT5 助手详细说明文档,点击阅读 基本使用设置 基本: 支持语言的选择切换(目前支持中文和英文)   自动识别语言 支持 热键开平仓 绑定, 使用快捷键进行快速开平仓...... 快捷键平仓. 解锁支持大部分功能 复盘 操作,可以在 测试环境下使用 开仓平仓区域: 一键开仓( 包含止盈止损的便捷设置,手数自动计算等便捷功能) 一键平仓 (锁仓),极简的风格设计,可以自由选择平仓品种,平仓类型(多单,空单,或者挂单),是否平仓盈利大于0的订单,是否平仓亏损订单,平仓比例的设置(0~100%),且是否平仓反向,以及锁仓功能,均在选项中可以直接实现操作. 多键平仓 划线开单控件 计算出多单或者空单的 平均持仓价格 并划线 止盈止损等自动 设置 多品种,多,空,分类平仓 .. 挂单区: 批量间隔挂单 功能。 批量挂单删除 功能 自动化功能区: 止损保护功能 移动止损功能 账户风控 利润保护 批量图表
FREE
交易实用必备工具指标 波浪自动计算指标,通道趋势交易 完美的趋势-波浪自动计算通道计算 , MT4版本 完美的趋势-波浪自动计算通道计算 , MT5版本 本地跟单复制交易 Easy And Fast Copy , MT4版本 Easy And Fast Copy , MT5版本 本地跟单复制交易 模拟试用 Easy And Fast Copy , MT4 模拟账号运行 Easy And Fast Copy , MT5 模拟账号运行 MACD称为异同移动平均线,是从双指数移动平均线发展而来的 ,由快的指数移动平均线(EMA12)减去慢的指数移动平均线(EMA26)得到快线DIF,再用2×(快线DIF-DIF的9日加权移动均线DEA)得到MACD柱。MACD的意义和双移动平均线基本相同,即由快、慢均线的离散、聚合表征当前的多空状态和股价可能的发展变化趋势,但阅读起来更方便。MACD的变化代表着市场趋势的变化,不同K线级别的MACD代表当前级别周期中的 买卖趋势。 1.本指标增加MACD的双线显示, 2.并且对能量柱进行4色不同的渐变! 强烈推荐趋势指标, 波浪的标准自动计算   和
FREE
交易实用必备工具指标 波浪自动计算指标,通道趋势交易 完美的趋势-波浪自动计算通道计算 , MT4版本 完美的趋势-波浪自动计算通道计算 , MT5版本 本地跟单复制交易 Easy And Fast Copy , MT4版本 Easy And Fast Copy , MT5版本 本地跟单复制交易 模拟试用 Easy And Fast Copy , MT4 模拟账号运行 Easy And Fast Copy , MT5 模拟账号运行 高级布林带: 1.布林中轨会随着方向变色 "  2.布林外轨扩张和收缩都会在外轨进行变色标识"  3.布林中轨计算方式可以选择任意均线,例如EMA"  4.同样可以选择任意价格应用模式进行计算"    强烈推荐趋势指标 , 波浪的标准自动计算   和   波浪的标准自动计算MT5版本     "合作QQ:556024" "合作wechat:556024" "合作email:556024@qq.com" 布林线(Bollinger Band) 是根据统计学中的标准差原理设计出来的一种非常实用的技术指标。它由 三条 轨道线组成,其中上下两条线分别可以看
FREE
Pivot Trading 4
Kaijun Wang
5 (17)
支点交易: 1.pp 支点 2. r1 r2 r3 , s1 s2   s3 交易实用必备工具指标 波浪自动计算指标,通道趋势交易 完美的趋势-波浪自动计算通道计算 , MT4版本 完美的趋势-波浪自动计算通道计算 , MT5版本 本地跟单复制交易 Easy And Fast Copy , MT4版本 Easy And Fast Copy , MT5版本 本地跟单复制交易 模拟试用 Easy And Fast Copy , MT4 模拟账号运行 Easy And Fast Copy , MT5 模拟账号运行 强烈推荐趋势指标, 波浪的标准自动计算   和   波浪的标准自动计算MT5版本     合作QQ:556024" 合作wechat:556024" 合作email:556024@qq.com" 专业EA指标定制编写. 支点( pivot points) 作为一种交易策略已经很长时间了,最初是场内交易员使用这种方法。使用这种方法通过几个简单的计算就可以了解市场在一天中的去向。 支点法中的支点是一天中市场方向的转向点,通过简单地计算前日的高点、低点和收盘价,可以得到一系列点位
FREE
交易实用必备工具指标 波浪自动计算指标,通道趋势交易 完美的趋势-波浪自动计算通道计算 , MT4版本 完美的趋势-波浪自动计算通道计算 , MT5版本 本地跟单复制交易 Easy And Fast Copy , MT4版本 Easy And Fast Copy , MT5版本 本地跟单复制交易 模拟试用 Easy And Fast Copy , MT4 模拟账号运行 Easy And Fast Copy , MT5 模拟账号运行 高级布林带: 1.布林中轨会随着方向变色 "  2.布林外轨扩张和收缩都会在外轨进行变色标识"  3.布林中轨计算方式可以选择任意均线,例如EMA"  4.同样可以选择任意价格应用模式进行计算"    强烈推荐趋势指标, 波浪的标准自动计算   和   波浪的标准自动计算MT5版本     "合作QQ:556024  " "合作wechat:556024" "合作email:556024@qq.com" 布林线(Bollinger Band) 是根据统计学中的标准差原理设计出来的一种非常实用的技术指标。它由 三条 轨道线组成,其中上下两条线分别可以
FREE
本指标是实践实战交易完善的波浪自动分析的指标  !  黄金实战 案例... 注:波浪分级用西方叫法不习惯,因 受到缠论(缠中说禅)命名方式习惯的影响,我是将基础波浪命名为 笔 , 将二级波段命名为 段 , 同时具有趋势方向的段命名为 主趋段 (以后笔记中都是这种命名方式,先告知大家),但是算法上和缠论关系不大切勿混淆.反映的是本人分析盘面总结的 千变万化纷繁复杂的运行规律 . 对波段进行了标准化定义,不再是不同人不同的浪 ,  对人为干扰的画法进行了排除,在严格分析进场起到了关键的作用 . 使用这个指标,等于将交易界面提升美感,抛弃最原始的K线交易带你进入新的交易层次.如果不是为了交易,在宣传上也将使客户观感提升层次. 指标内容: 1. 基础波浪 (笔) : 首先我们找出了价格波动过程中的基础波动拐点,当然他的有序性还不算太强,为下一步的计算提供基础. 2. 二级波段( 段 ) :在基础波浪的基础上,通过算法分析得到层级更明显的二级波段,二级波段为波浪提供了分析基础 3. 波浪( 浪 ): 有着更清晰的趋势,更清晰直观的方向.分析一个波浪是否延续,需要看二级波段的形态,分析
Renko indicator MainChart
Kaijun Wang
4.62 (21)
交易实用必备工具指标 波浪自动计算指标,通道趋势交易 完美的趋势-波浪自动计算通道计算 , MT4版本 完美的趋势-波浪自动计算通道计算 , MT5版本 本地跟单复制交易 Easy And Fast Copy , MT4版本 Easy And Fast Copy , MT5版本 本地跟单复制交易 模拟试用 Easy And Fast Copy , MT4 模拟账号运行 Easy And Fast Copy , MT5 模拟账号运行 砖图PRO->>> 砖图在主图上的显示 . 砖形图因为比较理想地剔除掉了价格毛刺,因此,看上去令人感觉非常舒服。特别是, 在其上建立基于形态的交易系统看起来非常理想。 比如,如果我们打算使用趋势线,我们会经常发现,有些趋势线的突破并没有多大的意义,它不过是在震荡而已。荡着荡着,趋势线就突破了。而使用砖形图就可以有效地避免类似的尴尬。
FREE
XM Channel MT5
Kaijun Wang
5 (1)
The market price usually falls between the borders of the channel  . If the price is out of range, it is a trading signal or trading opportunity. Basically, Fit Channel can be used to help determine overbought and oversold conditions in the market. When the market price is close to the upper limit, the market is considered overbought (sell zone). Conversely, when the market price is close to the bottom range, the market is considered oversold (buy zone). However, the research can be used
本指标是实践实战交易完善的波浪自动分析的指标  ! 黄金实战 案例... 注:波浪分级用西方叫法不习惯,因 受到缠论(缠中说禅)命名方式习惯的影响,我是将基础波浪命名为 笔 , 将二级波段命名为 段 , 同时具有趋势方向的段命名为 主趋段 (以后笔记中都是这种命名方式,先告知大家),但是算法上和缠论关系不大切勿混淆.反映的是本人分析盘面总结的 千变万化纷繁复杂的运行规律 . 对波段进行了标准化定义,不再是不同人不同的浪 , 对人为干扰的画法进行了排除 ,  在严格分析进场起到了关键的作用 . 指标内容 1.   基础波浪(笔): 首先我们找出了价格波动过程中的基础波动拐点,当然他的有序性还不算太强,为下一步的计算提供基础 . 2.   二级波段(段) :在基础波浪的基础上,通过算法分析得到层级更明显的二级波段,二级波段为波浪提供了分析基础 3.   波浪(浪): 有着更清晰的趋势,更清晰直观的方向.分析一个波浪是否延续,需要看二级波段的形态,分析二级的构成,可以得出波浪后续的预测. 4.   通道: 通道计算采用了线性回归的方式进行计算. 5.   回撤: 波浪中的两个重要回撤会在
KDJ Index For MT5
Kaijun Wang
4.29 (14)
交易实用必备工具指标 波浪自动计算指标,通道趋势交易 完美的趋势-波浪自动计算通道计算 , MT4版本 完美的趋势-波浪自动计算通道计算 , MT5版本 本地跟单复制交易 Easy And Fast Copy , MT4版本 Easy And Fast Copy , MT5版本 本地跟单复制交易 模拟试用 Easy And Fast Copy , MT4 模拟账号运行 Easy And Fast Copy , MT5 模拟账号运行 "Cooperative QQ:556024 "  "Cooperation wechat:556024"  "Cooperative email:556024@qq.com" 强烈推荐趋势指标, 波浪的标准自动计算   和   波浪的标准自动计算MT5版本     KDJ指标又叫 随机指标 ,是一种相当新颖、实用的技术分析指标,它起先用于期货市场的分析,后被广泛用于股市的中短期趋势分析,是期货和股票市场上最常用的技术分析工具。 随机指标KDJ一般是用于股票分析的统计体系,根据统计学原理,通过一个特定的周期(常为9日、9周等)内出现过的最高价、最低价及
FREE
K Trade Assistant
Kaijun Wang
4.76 (25)
交易者的最佳伙伴!   交易助手 : 这是一款功能非常丰富的交易辅助工具    . 开发不易请支持Pro 点击跳转 K Trade Assistant Pro   助手详细说明文档,点击阅读 基本使用设置 基本: 支持语言的选择切换(目前支持中文和英文) 自动识别语言 支持 热键开平仓 绑定, 使用快捷键进行快速开平仓......  快捷键平仓. 解锁支持大部分功能 复盘 操作,可以在 测试环境下使用 开仓平仓区域: 一键开仓( 包含止盈止损的便捷设置,手数自动计算等便捷功能) 一键平仓 (锁仓),极简的风格设计,可以自由选择平仓品种,平仓类型(多单,空单,或者挂单),是否平仓盈利大于0的订单,是否平仓亏损订单,平仓比例的设置(0~100%),且是否平仓反向,以及锁仓功能,均在选项中可以直接实现操作. 多键平仓 划线开单控件 计算出多单或者空单的 平均持仓价格 并划线 止盈止损等自动 设置 多品种,多,空,分类平仓 .. 挂单区: 批量间隔挂单 功能。 批量挂单删除 功能 自动化功能区: 止损保护功能 移动止损功能 账户风控 利润保护 批量图表打
FREE
KDJ Index 4
Kaijun Wang
5 (11)
交易实用必备工具指标 波浪自动计算指标,通道趋势交易 完美的趋势-波浪自动计算通道计算 , MT4版本 完美的趋势-波浪自动计算通道计算 , MT5版本 本地跟单复制交易 Easy And Fast Copy , MT4版本 Easy And Fast Copy , MT5版本 本地跟单复制交易 模拟试用 Easy And Fast Copy , MT4 模拟账号运行 Easy And Fast Copy , MT5 模拟账号运行 "Cooperative QQ:556024 "  "Cooperation wechat:556024 "  "Cooperative email:556024@qq.com" 强烈推荐趋势指标, 波浪的标准自动计算   和   波浪的标准自动计算MT5版本     KDJ指标又叫 随机指标 ,是一种相当新颖、实用的技术分析指标,它起先用于期货市场的分析,后被广泛用于股市的中短期趋势分析,是期货和股票市场上最常用的技术分析工具。 随机指标KDJ一般是用于股票分析的统计体系,根据统计学原理,通过一个特定的周期(常为9日、9周等)内出现过的最高价、最低价
FREE
KTrade Fibo For MT5
Kaijun Wang
4.9 (10)
交易实用必备工具指标 波浪自动计算指标,通道趋势交易 完美的趋势-波浪自动计算通道计算 , MT4版本 完美的趋势-波浪自动计算通道计算 , MT5版本 本地跟单复制交易 Easy And Fast Copy , MT4版本 Easy And Fast Copy , MT5版本 本地跟单复制交易 模拟试用 Easy And Fast Copy , MT4 模拟账号运行 Easy And Fast Copy , MT5 模拟账号运行 Fibo:   来源于KTrade 1.自动计算分析波段.->得出所需波段 2.画出斐波那契 回撤线,以及扩展线作为参考 指标波段分析如何得来->请参考如下 波段分析来源于波浪分析指标↓↓↓ 波浪自动计算指标,通道趋势交易 完美的趋势-波浪自动计算通道计算 , MT4版本 完美的趋势-波浪自动计算通道计算 , MT5版本
FREE
Fit Channel
Kaijun Wang
5 (5)
The market price usually falls between the borders of the  channel   . If the price is out of range , it is a trading signal or trading opportunity  . Basically, Fit Channel can be used to help determine overbought and oversold conditions in the market. When the market price is close to the upper limit, the market is considered overbought (sell zone). Conversely, when the market price is close to the bottom range, the market is considered oversold (buy zone). However, the research can be
指标适用于趋势跟随者! 三条均线构建的交易系统.顺势交易,让利润奔跑 . 交易实用必备工具指标 波浪自动计算指标,通道趋势交易 完美的趋势-波浪自动计算通道计算 , MT4版本 完美的趋势-波浪自动计算通道计算 , MT5版本 本地跟单复制交易 Easy And Fast Copy , MT4版本 Easy And Fast Copy , MT5版本 本地跟单复制交易 模拟试用 Easy And Fast Copy , MT4 模拟账号运行 Easy And Fast Copy , MT5 模拟账号运行 强烈推荐趋势指标, 波浪的标准自动计算   和   波浪的标准自动计算MT5版本 合作QQ:556024" 合作wechat:556024" 合作email:556024@qq.com" 专业EA指标定制编写. 首先,我们要明白,所有的移动均线都是滞后指标,它们只能事后告诉你市场已经转向,即使它们提供了有价值的信息并且帮助你建立了头寸,不能协助在利润最大化方面发挥太多作用,所以要配合均线价值回归区域使用,价格可以根据重要支撑线的指示,不是滞后的,当市场从目前的隧道出发跟随趋势交易不
FREE
XM Channel
Kaijun Wang
4.67 (3)
The market price usually falls between the borders of the channel . If the price is out of range, it is a trading signal or trading opportunity . Basically, Fit Channel can be used to help determine overbought and oversold conditions in the market. When the market price is close to the upper limit, the market is considered overbought (sell zone). Conversely, when the market price is close to the bottom range, the market is considered oversold (buy zone). However, the research can be used
交易实用必备工具指标 波浪自动计算指标,通道趋势交易 完美的趋势-波浪自动计算通道计算 , MT4版本 完美的趋势-波浪自动计算通道计算 , MT5版本 本地跟单复制交易 Easy And Fast Copy , MT4版本 Easy And Fast Copy , MT5版本 本地跟单复制交易 模拟试用 Easy And Fast Copy , MT4 模拟账号运行 Easy And Fast Copy , MT5 模拟账号运行 顺势指标又叫CCI指标,CCI指标是 美国 股市 技术分析   家唐纳德·蓝伯特(Donald Lambert)于20世纪80年代提出的,专门测量股价、外汇或者贵 金属 交易是否已超出常态分布范围。属于超买超卖类指标中较特殊的一种。波动于正无穷大和负无穷大之间。但是,又不需要以0为中轴线,这一点也和波动于正无穷大和负无穷大的指标不同。 相对强弱指标RSI是根据一定时期内上涨点数和下跌点数之和的比率制作出的一种技术曲线。能够反映出市场在一定时期内的景气程度。由威尔斯.威尔德(Welles Wilder)最早应用于期货买卖,后来人们发现在众多的图表技术分析中,
FREE
指标适用于趋势跟随者! 三条均线构建的交易系统.顺势交易,让利润奔 跑. 交易实用必备工具指标 波浪自动计算指标,通道趋势交易 完美的趋势-波浪自动计算通道计算 , MT4版本 完美的趋势-波浪自动计算通道计算 , MT5版本 本地跟单复制交易 Easy And Fast Copy , MT4版本 Easy And Fast Copy , MT5版本 本地跟单复制交易 模拟试用 Easy And Fast Copy , MT4 模拟账号运行 Easy And Fast Copy , MT5 模拟账号运行 强烈推荐趋势指标, 波浪的标准自动计算   和   波浪的标准自动计算MT5版本 升级版蜡烛图颜色可变 合作QQ:556024" 合作wechat:556024" 合作email:556024@qq.com" 专业EA指标定制编写. 首先,我们要明白,所有的移动均线都是滞后指标,它们只能事后告诉你市场已经转向,即使它们提供了有价值的信息并且帮助你建立了头寸,不能协助在利润最大化方面发挥太多作用,所以要配合均线价值回归区域使用,价格可以根据重要支撑线的指示,不是滞后的,当市场从目前的隧道
FREE
交易实用必备工具指标 波浪自动计算指标,通道趋势交易 完美的趋势-波浪自动计算通道计算 , MT4版本 完美的趋势-波浪自动计算通道计算 , MT5版本 本地跟单复制交易 Easy And Fast Copy , MT4版本 Easy And Fast Copy , MT5版本 本地跟单复制交易 模拟试用 Easy And Fast Copy , MT4 模拟账号运行 Easy And Fast Copy , MT5 模拟账号运行 可以设置其他周期品种的K线图 覆盖到本窗口中,观察到关联性波动 品种名留空则放弃显示该品种 "Cooperative QQ:556024"  "Cooperation wechat:556024"  "Cooperative email:556024@qq.com"
FREE
MACD two line four colors
Kaijun Wang
4.93 (14)
交易实用必备工具指标 波浪自动计算指标,通道趋势交易 完美的趋势-波浪自动计算通道计算 , MT4版本 完美的趋势-波浪自动计算通道计算 , MT5版本 本地跟单复制交易 Easy And Fast Copy , MT4版本 Easy And Fast Copy , MT5版本 本地跟单复制交易 模拟试用 Easy And Fast Copy , MT4 模拟账号运行 Easy And Fast Copy , MT5 模拟账号运行 MACD称为异同移动平均线 ,是从双指数移动平均线发展而来的,由快的指数移动平均线(EMA12)减去慢的指数移动平均线(EMA26)得到快线DIF,再用2×(快线DIF-DIF的9日加权移动均线DEA)得到MACD柱。MACD的意义和双移动平均线基本相同,  即由快、慢均线的离散、聚合表征当前的多空状态和股价可能的发展变化趋势,但阅读起来更方便。MACD的变化代表着市场趋势的变化,不同K线级别的MACD代表当前级别周期中的买卖趋势。 1.本指标增加MACD的双线显示, 2.并且对能量柱进行4色不同的渐变! 强烈推荐趋势指标, 波浪的标准自动计算   和
FREE
Fit Channel MT5
Kaijun Wang
3.67 (3)
The market price usually falls between the borders of the channel    .   If the price is out of range , it is a trading signal or trading opportunity . Basically , Fit Channel can be used to help determine overbought and oversold conditions in the market. When the market price is close to the upper limit, the market is considered overbought (sell zone). Conversely, when the market price is close to the bottom range, the market is considered oversold (buy zone). However, the research can b
交易实用必备工具指标 波浪自动计算指标,通道趋势交易 完美的趋势-波浪自动计算通道计算 , MT4版本 完美的趋势-波浪自动计算通道计算 , MT5版本 本地跟单复制交易 Easy And Fast Copy , MT4版本 Easy And Fast Copy , MT5版本 本地跟单复制交易 模拟试用 Easy And Fast Copy , MT4 模拟账号运行 Easy And Fast Copy , MT5 模拟账号运行 强烈推荐趋势指标, 波浪的标准自动计算   和   波浪的标准自动计算MT5版本   合作QQ:556024" 合作wechat:556024" 合作email:556024@qq.com" 专业EA指标定制编写. 指标用于显示历史交易路径,方便大家看到本货币对的交易情况.
FREE
Donchian通道(唐奇安通道指标)是用于交易突破的最古老、最简单的技术指标之一。   一般来说,唐奇安通道的宽度越宽,市场波动就越大,而唐奇安通道越窄,市场波动性也就越小 。此外,价格走势可以穿过布林带,但你看不到唐奇安通道的这种特征,因为其波段正在测量特定时期的最高价和最低价。 交易实用必备工具指标 波浪自动计算指标,通道趋势交易 完美的趋势-波浪自动计算通道计算 , MT4版本 完美的趋势-波浪自动计算通道计算 , MT5版本 本地跟单复制交易 Easy And Fast Copy , MT4版本 Easy And Fast Copy , MT5版本 本地跟单复制交易 模拟试用 Easy And Fast Copy , MT4 模拟账号运行 Easy And Fast Copy , MT5 模拟账号运行 唐奇安通道指标计算: 唐奇安上阻力线 - 由过去N天的当日最高价的最大值形成。 唐奇安下支撑线 - 由过去N天的当日最低价的最小值形成。 中心线 - (上线 + 下线)/ 2   唐奇安通道信号   唐奇安通道常用作突破指标。它提供了两种主要类型的突破信号,一个是上阻力线或下支
FREE
CRW CCI and RSI and WPR
Kaijun Wang
4.38 (8)
交易实用必备工具指标 波浪自动计算指标,通道趋势交易 完美的趋势-波浪自动计算通道计算 , MT4版本 完美的趋势-波浪自动计算通道计算 , MT5版本 本地跟单复制交易 Easy And Fast Copy , MT4版本 Easy And Fast Copy , MT5版本 本地跟单复制交易 模拟试用 Easy And Fast Copy , MT4 模拟账号运行 Easy And Fast Copy , MT5 模拟账号运行 顺势指标又叫CCI指标,CCI指标是 美国 股市 技术分析   家唐纳德·蓝伯特(Donald Lambert)于20世纪80年代提出的,专门测量股价、外汇或者贵 金属 交易是否已超出常态分布范围。属于超买超卖类指标中较特殊的一种。波动于正无穷大和负无穷大之间。但是,又不需要以0为中轴线,这一点也和波动于正无穷大和负无穷大的指标不同。 相对强弱指标RSI是根据一定时期内上涨点数和下跌点数之和的比率制作出的一种技术曲线。能够反映出市场在一定时期内的景气程度。由威尔斯.威尔德(Welles Wilder)最早应用于期货买卖,后来人们发现在众多的图表技术分析中,
FREE
KTrade Fibo
Kaijun Wang
4.89 (9)
交易实用必备工具指标 波浪自动计算指标,通道趋势交易 完美的趋势-波浪自动计算通道计算 , MT4版本 完美的趋势-波浪自动计算通道计算 , MT5版本 本地跟单复制交易 Easy And Fast Copy , MT4版本 Easy And Fast Copy , MT5版本 本地跟单复制交易 模拟试用 Easy And Fast Copy , MT4 模拟账号运行 Easy And Fast Copy , MT5 模拟账号运行 Fibo:  来源于KTrade 1.自动计算分析波段.->得出所需波段 2.画出斐波那契 回撤线,以及扩展线作为参考 指标波段分析如何得来->请参考如下 波段分析来源于波浪分析指标↓↓↓ 波浪自动计算指标,通道趋势交易 完美的趋势-波浪自动计算通道计算 , MT4版本 完美的趋势-波浪自动计算通道计算 , MT5版本
FREE
Donchian通道(唐奇安通道指标)是用于交易突破的最古老、最简单的技术指标之一。 一般来说,唐奇安通道的宽度越宽,市场波动就越大,而唐奇安通道越窄,市场波动性也就越小 。此外,价格走势可以穿过布林带,但你看不到唐奇安通道的这种特征,因为其波段正在测量特定时期的最高价和最低价。 交易实用必备工具指标 波浪自动计算指标,通道趋势交易 完美的趋势-波浪自动计算通道计算 , MT4版本 完美的趋势-波浪自动计算通道计算 , MT5版本 本地跟单复制交易 Easy And Fast Copy , MT4版本 Easy And Fast Copy , MT5版本 本地跟单复制交易 模拟试用 Easy And Fast Copy , MT4 模拟账号运行 Easy And Fast Copy , MT5 模拟账号运行 唐奇安通道指标计算: 唐奇安上阻力线 - 由过去N天的当日最高价的最大值形成。 唐奇安下支撑线 - 由过去N天的当日最低价的最小值形成。 中心线 - (上线 + 下线)/ 2   唐奇安通道信号   唐奇安通道常用作突破指标。它提供了两种主要类型的突破信号,一个是上阻力线或下支撑线
FREE
筛选:
Shigeo Sorihashi
99
Shigeo Sorihashi 2024.03.24 11:12 
 

よくわからないです?

Peng Jin
320
Peng Jin 2021.10.08 09:58 
 

刚把爹

回复评论
版本 2.10 2021.10.22
>>>>>>>>>>>>>
版本 2.0 2021.10.21
>>>>>>>>>>>>
版本 1.1 2021.10.15
>>>>>>>>>>>>>