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

K Trade Lib

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

#import "K Trade Lib.ex4"
   //简单开单
   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);
  }


추천 제품
RedeeCash Statistics
Patrick Odonnell Ingle
1 (1)
Version History Date Version Changes 07/10/2022 1.00 Initial release Description A collection of modern statistical functions that can be integrated into your own strategy. The included functions are, Mean Median Range Skew Max Min IRange Deviations AbsoluteDeviations MAD StandardDeviation Variance GetCorrelation SamplingDistributionStandardDeviation ZScore CorrelationCoefficient CoVariance Beta Confidence SNormInv PercentOfValue ValueOfPercent MQL Header (mqh) The required header is //+--------
FREE
Ichimoku Signals Scanner This is the Demo version, please download Full version  here. Find Ichimoku signals as easy as you can. Ichimoku is one of the most powerful trends recognition indicators. And it has valid signals for the trades. This indicator scans several symbols and time-frames by the Ichimoku to find all the signals that you want and show in a dashboard. It's easy to use, just drag it onto the chart. It's better to add  Ichimoku indicator  to chart before adding this indicator. Ichi
FREE
Mr Beast Indicator
Luis Mariano Vazquez Marcos
Indicador Gratuito desarrollado por Mr Beast Inversiones Mr Beast : Gestión de riesgo profesional. Brindo a la comunidad la entrada a productos de M Beast. Echar un vistazo a mis señales y expert advisors. Descuentos de hasta 70% Diclaimer: La negociación en Forex, CFD y Opciones conlleva un riesgo de pérdida sustancial y no es adecuada para todos los inversores. El alto grado de apalancamiento puede actuar en su contra y también en su favor, Antes de decidirse a operar en productos tan apalanca
FREE
Lib4 EAPadPRO for MT4
Vladislav Andruschenko
5 (5)
Library to add the Information Panel to your Expert Advisor for MetaTrader 4. We can not guarantee that the information and interface of the program will give you a profit on deals, but we will definitely say that even the simplest interface of the program can strengthen the first impression. Detailed description and instructions for adding our panel to your Expert Advisor are in our blog: LIB - EAPADPRO Step-by-step instruction Detailed description of our panel and instructions for using EAPADP
FREE
Base Trading System
Che Jeib Che Said
3.5 (4)
For Multi Time Frame version, please click here. BASE TRADING SYSTEM is a useful tool to trade with simple strategy. It draws automatically base up for long trade and base down for short trade. Clear trade when base is going opposite direction. User can trade by instant market entry or by pending order entry. It depends on user best strategy. input: Base Box Color- UP base box , DOWN base box, UP base shadow, Down base shadow.
FREE
This is an Indicator that plots Time & Price . This is a good ICT Starter Indicator especially if you're new. This also has 4 Silver Bullets and 4 Macros.  If you liked this one, you can purchase the updated version of this which has CBDR and Asian Range . Updated Version:  https://www.mql5.com/en/market/product/109904 Please leave a review about your experience with this Indicator
FREE
Simple RSI Forex Trading Strategy
Victor Manuel Valderrama Zamora
2.5 (2)
Diversify the risk in your trading account by combining our Expert Advisors. Build your own custom trading system here:   Simple Forex Trading Strategies The expert advisor opens trades when RSI indicator enter in oversold or overbought areas. The Stop Loss, Take Profit, and Trailing Stop are calculated based on the ATR indicator. The recommended currency pair is EURGBP and the recommended timeframe to operate and to do backtests is H4. This Expert Advisor can be profitable in any TimeFrame a
FREE
Macd Martin
Roman Yablonskiy
2.5 (2)
Double Breakout   is an automatic expert advisor with two separate strateges that uses martingale. The MACD indicator with adjustable parameters is used as inputs for each flow of orders. The specified takeprofit and stoploss levels are used to exit the position.  General recommendation The minimum recommended deposit is 1000 cents. Spread is recommended not more than 3 points. It is better to use trend currency pairs. The martingale parameter can be set from 0.1 to any value. When martingale
FREE
Vanexio
Sayan Vandenhout
VANEXIO USES THE TREND WAVE INDICATOR AND IT CAN IDENTIFY THE BEGINNING AND THE END OF A NEW WAVE TREND MOVEMENT. AS AN OSCILLATOR, THE INDICATOR IDENTIFIES THE OVERBOUGHT AND OVERSOLD ZONES. IT WORKS GREAT TO CATCH THE SHORT TERM PRICE REVERSALS AND USES A MARTINGALE STRATEGY TO CLOSE ALL TRADES IN PROFIT. USE DEFAULT SETTINGS ON H1 OR HIGHER TIME FRAME ON ANY PAIR FOR MORE ACCURATE TRADES WHY THIS EA : Smart entries calculated by 5 great strategies The EA can be run on even a $20000
FREE
After purchasing, you can request and receive any two of my products for free! После покупки вы можете запросить и получить два любых моих продукта бесплатно! Simple fully automatic trading robot with simple default settings for currency pairs: EURUSD, GBPUSD working timeframe H1. The EA has averaging with the  d'Alembert  rate system for each subsequent order in the grid. Settings: Magic Number is a magic number. SL - Fixed Stop Loss. TP - Fixed Take Profit. Lot% - market entry (lot) as a pe
FREE
Forex Market Profile and Vwap
Lorentzos Roussos
5 (2)
외환 시장 프로필(줄여서 FMP) 설명을 읽는 대신 라이브 차트에서 이것을 보고 싶다면 여기에서 무료 데모를 즉시 다운로드할 수 있습니다. 이것이 아닌 것 : FMP는 일반적인 문자 코드 TPO 표시가 아니며 전체 차트 데이터 프로필 계산을 표시하지 않으며 차트를 기간으로 분할하여 계산하지도 않습니다. 그것이 하는 일: 가장 중요한 것은 FMP 표시기가 사용자 정의 스펙트럼의 왼쪽 가장자리와 사용자 정의 스펙트럼의 오른쪽 가장자리 사이에 있는 데이터를 처리한다는 것입니다. 사용자는 마우스로 표시기의 양쪽 끝을 당기기만 하면 스펙트럼을 정의할 수 있습니다. 표시기 오른쪽 가장자리가 라이브 막대로 당겨지고 더 멀리(미래로) 표시되면 표시기가 "라이브"로 간주됩니다(새 막대로 업데이트됨). 표시기는 첨부된 차트에 "앵커" 개체를 놓은 다음 해당 앵커를 하드 드라이브의 파일과 연결합니다. 이렇게 하면 차트 또는 지표가 닫힐 때까지 다시 시작해도 설정이 유지되어 차트에서 계속
FREE
Vanda FX
Sayan Vandenhout
5 (2)
Vanda FX USES THE TREND WAVE INDICATOR AND IT CAN IDENTIFY THE BEGINNING AND THE END OF A NEW WAVE TREND MOVEMENT. AS AN OSCILLATOR, THE INDICATOR IDENTIFIES THE OVERBOUGHT AND OVERSOLD ZONES. IT WORKS GREAT TO CATCH THE SHORT TERM PRICE REVERSALS AND USES A MARTINGALE STRATEGY TO CLOSE ALL TRADES IN PROFIT. USE DEFAULT SETTINGS ON H1 OR HIGHER TIME FRAME ON ANY PAIR FOR MORE ACCURATE TRADES WHY THIS EA : Smart entries calculated by 4 great strategies The EA can be run on even a $2000
FREE
Email Drawdown Alert
Roman Starostin
5 (15)
Free informative Indicator-helper. It'll be usefull for traders who trade many symbols or using grid systems (Averaging or Martingale). Indicator counts drawdown as percent and currency separate. It has a number of settings: Count deposite drawdown according equity value and send e-mail or notifications to user if DD more than set; Sending e-mail when max open orders reached; Shows price and remaining pips amount before MarginCall on current chart and Account generally; Display summary trade lot
FREE
Trend Monitor for MT4
STE S.S.COMPANY
4.44 (57)
추세 및 변동성 분석기 지표를 분석하는 맞춤형 MT5(메타 트레이더 5) 지표. 또한 대부분의 통화 쌍 및 시간대에 적용되는 추세의 시작과 끝을 식별합니다. 결론적으로 변동성 분석기를 추가하여 보다 정확한 Super Trend Formula를 기반으로 코딩하였습니다. 훌륭하고 신뢰할 수 있는 지원 및 저항 표시기를 찾고 있습니까? 올인원 레벨 표시기( 풀백 영역, 강력한 지원/저항 영역, 시장 구조 스크리너 등)를 사용해 보십시오. , 여기를 클릭하세요. 주요 특징들 추세의 시작과 끝을 식별합니다. 추세의 강도를 쉽게 식별(최대 증가 및 최대 감소) 시장 조정을 식별합니다. ( 약세 추세 ) Potentiel 추세가 시작되면 경고를 받으십시오. 이점 모든 쌍(Forex, Crypto, 지수 및 상품)으로 작업 모든 시간대에 작업합니다. (권장 기간: H1 및 H4 기간) 경고 생성기. ( 팝업 알림, 푸시 알림 알림 등 ) 문서( 지침 ) 모든 Tr
FREE
TIbors Timer
Tibor Hartmut Sturm
Indikator zur klaren Anzeige im Metatrader Dieser Indikator wurde von mir Entwickelt damit die Anzeige der relevanten Parameter klar und deutlich im Chart auf einen Blick zu sehen ist.  Er dient zur Information und ist ohne Gewähr.  Folgende Parameter werden angezeigt: -   Der  Aktuelle Kurs - Das Aktuelle Handelspaar - Die Restzeit zur nächsten Kerzenbildung / Zum Abschluss der Aktuellen Kerze - Die Kontonummer des Handelskontos - Die Frei Verfügbare Margin - Die Margin auf 1 Lot - Der Akt
FREE
MACD Trader FREE
Konstantin Nikitin
3.25 (4)
This is an automated Expert Advisor that trades using the MACD and Envelopes indicators. 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 added to the database and 15 bars are c
FREE
PZ Goldfinch Scalper EA
PZ TRADING SLU
2.63 (49)
This is the latest iteration of my famous scalper, Goldfinch EA, published for the first time almost a decade ago. It scalps the market on sudden volatility expansions that take place in short periods of time: it assumes and tries to capitalize of inertia in price movement after a sudden price acceleration. This new version has been simplified to allow the trader use the optimization feature of the tester easily to find the best trading parameters. [ Installation Guide | Update Guide | Troublesh
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
[ Introduction ] . [ Installation ] Introduction 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 connection of brokers and the freedom of library utilization. The potential of your EA now becomes unlimited as you can create
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
Night Scalper EA Lite
Robots4Forex Ltd
2.33 (3)
The Night Scalper EA Lite is a fully automated Expert Advisor that trades at night and relies on price reversion. The EA trades using market orders and has the option to use time averaging to improve performance. This EA works best on EURUSD using the M5 timeframe, but will also work on AUDUSD, GBPUSD, NZDUSD, USDCAD, USDCHF and likely many more. A VPS is advisable when trading this system and a low spread and commission based broker is best. Check the comments for back test results and optimiz
FREE
MetaCOT 2 CFTC ToolBox Demo is a special demo version of a full-featured library MetaCOT 2 CFTC ToolBox MT4 . The demo version does not have any limitations, but it outputs data with a delay in contrast to the full version. The library provides access to the CFTC reports (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
FREE
SAAD TrendTracker
Adnan Iqbal
4.03 (34)
SAAD TrendTracker is a fully automated EA. It is based on mathematical algorithms Trend Tracker indicator and SAADScalper. The EA scalps pips by its strong Entry strategy based on SAADScalper. Trades that are not successful to scalp are handled in a different way of uniquely designed algorithm based on Trend Tracker indicator. EA is designed for M1, M5, M15 and M30. It consults daily chart for successful trading accuracy. It consults H1 to handle unsuccessful trades using Trend Tracker Indicator
FREE
Harvest FX
Sayan Vandenhout
5 (3)
Harvest FX USES THE TREND WAVE INDICATOR AND IT CAN IDENTIFY THE BEGINNING AND THE END OF A NEW WAVE TREND MOVEMENT. AS AN OSCILLATOR, THE INDICATOR IDENTIFIES THE OVERBOUGHT AND OVERSOLD ZONES. IT WORKS GREAT TO CATCH THE SHORT TERM PRICE REVERSALS AND USES A MARTINGALE STRATEGY TO CLOSE ALL TRADES IN PROFIT. USE DEFAULT SETTINGS ON H1 OR HIGHER TIME FRAME ON ANY PAIR FOR MORE ACCURATE TRADES WHY THIS EA : Smart entries calculated by 3 great strategies The EA can be run on even a $30
FREE
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
Royal GER30
Hossein Davarynejad
5 (3)
Royal Ger30  This Expert Working On High Time Farm H1 , H4  the Expert can Analyze The Daily and weekly Trend of the Market and  Open Trade on H1 or H4  Trade have Not SL but have Recovery Lot size  Minim Deposit  1k  Fix Lot 0.01 For EightCap Broker because you can Trade with 0.01 on Stocks    Best Time = H1 Make sure to  Add Set File  Symbol GER30,GER Cash , DE40, DE30  on Eightcap  Broker  No need Set File  this Expert Have Auto Set File 
FREE
Swing Climber EurUsd H1
Marco Bortolamasi
5 (1)
EURUSD H1 Simple Martingale that works on daily swing levels, low DD, TP and SL defined on the basis of certain pre-set calculations in the algorithm, executes one trade at a time, weekly trading no overnight on weekends, possibility to establish customized exit times, possibility of customize money management. average return of 7.92% per year with the factory settings of the V1, it is always constantly updated, it is recommended to use it with a GMT +2 server TESTED SINCE 2003  Happy trading
FREE
Colored MACD
Billel Hamza
5 (3)
The Normale MACD have 2 Corlors ( 1 for MACD Histogram and 1 for the Signal Line ) This version of Macd have 5 Colors  ( 4 for MACD Histogram and 1 for the Signal Line ) : - When the MACD get a Positive higher value  - When the MACD get a Positive Lower value - When the MACD get a Negative  higher value  - When the MACD get a Negative  Lower value This version have the same input like the normal one : * Fast EMA Period * Slow EMA Period * Signal SMA Period * Applied Price
FREE
Free automatic fibonacci
Tonny Obare
4.63 (59)
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
OrderBlock TS Roman
Vladislav Vlastovskii
4 (7)
Индикатор строит блоки заказов (БЗ) по торговой системе (ТС) Романа. Поиск блоков осуществляется одновременно на двух таймфремах: текущем и старшем (определяемым в настройках). Для оптимизации и игнорирования устаревших блоков в настройках задается ограничение количества дней в пределах которых осуществляется поиск блоков. Блоки строятся по правилам ТС состоящем из трех шагов: какую свечу вынесли (что?); какой свечой вынесли (чем?); правило отрисовки (как?).
FREE
이 제품의 구매자들이 또한 구매함
이 라이브러리를 사용하면 EA를 사용하여 거래를 관리할 수 있으며 설명에 언급된 스크립트 코드와 전체 프로세스를 보여주는 비디오의 데모 예제를 사용하여 모든 EA에 통합하기가 매우 쉽습니다. 이 제품은 API를 통해 거래 작업을 허용하며 차트를 포함하지 않습니다. 사용자는 암호화폐 차트를 제공하고 바이낸스에 주문을 보내는 브로커의 차트를 사용할 수 있습니다. - 단방향 및 헤지 모드 지원 - Place Limit, SL Limit, Take Profit Limit 주문 - 플레이스 마켓, SL-마켓, TP-마켓 주문 - 지정가 주문 수정 - 주문 취소 - 쿼리 주문 - 레버리지, 마진 변경 - 위치 정보 얻기 그리고 더... 스크립트 문서 Binance에 주문을 보내는 MQL5에서 간단한 EA를 코딩하는 초보자를 위한 1시간 프로그래밍 튜토리얼 https://www.youtube.com/watch?v=d_r4j2V
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
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
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
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
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
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) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++ +++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++
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 );    //复杂开单
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에는 LotOptimize라는 단일 기능이 있습니다. 프로젝트에 다음 RedeeCash_4XLOTS.mqh 파일을 복사하여 포함합니다. //+------------------------------------------------------------------+ //|                                             Redee
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
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  
This trailing stop application will helping trader to set the trailing stop value for many open positions, that apply a grid or martingale strategy as a solution. So if you apply a grid or martingale strategy (either using an EA or trading manually), and you don't have an application to set a trailing stop, then this application is the solution. For EAs with a single shot strategy, just use the FREE trailing stop application which I have also shared on this forum.
이 라이브러리를 사용하면 EA를 사용하여 거래를 관리할 수 있으며 설명에 언급된 스크립트 코드와 전체 프로세스를 보여주는 비디오의 데모 예제를 사용하여 모든 EA에 통합하기가 매우 쉽습니다. 이 제품은 API를 통해 거래 작업을 허용하며 차트를 포함하지 않습니다. 사용자는 암호화폐 차트를 제공하고 바이낸스에 주문을 보내는 브로커의 차트를 사용할 수 있습니다. - 단방향 및 헤지 모드 지원 - Place Limit, SL Limit, Take Profit Limit 주문 - 플레이스 마켓, SL-마켓, TP-마켓 주문 - 지정가 주문 수정 - 주문 취소 - 쿼리 주문 - 레버리지, 마진 변경 - 위치 정보 얻기 그리고 더... 스크립트 문서 Binance에 주문을 보내는 MQL5에서 간단한 EA를 코딩하는 초보자를 위한 1시간 프로그래밍 튜토리얼 https://www.youtube.com/watch?v=d_r4j2V
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
제작자의 제품 더 보기
[跟单系统] T he most friendly Copier interactive interface, the most abundant easy-to-use functions, and the best Copy solution.    EASY   : Easy to use, load and select the Master or SLAVE to use easily  FAST:   Quickly copy orders, algorithmic optimal follow-up mechanism, priority calculation of new signals, priority queue processing received special signals Multiple:   1. Support multiple signals to be sent at the same time, multiple accounts can select multiple accounts to copy at the same time
[跟单系统] T he most friendly Copier interactive interface, the most abundant easy-to-use functions, and the best Copy solution.    EASY   : Easy to use, load and select the Master or SLAVE to use easily FAST:   Quickly copy orders, algorithmic optimal follow-up mechanism, priority calculation of new signals, priority queue processing received special signals Multiple:   1. Support multiple signals to be sent at the same time, multiple accounts can select multiple accounts to copy at the same time 2
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
Necessary for traders: tools and indicators Waves automatically calculate indicators, channel trend trading Perfect trend-wave automatic calculation channel calculation , MT4 Perfect trend-wave automatic calculation channel calculation , MT5 Local Trading copying Easy And Fast Copy , MT4 Easy And Fast Copy , MT5 Local Trading copying For DEMO Easy And Fast Copy , MT4 DEMO Easy And Fast Copy , MT5 DEMO 砖图 Renko PRO->>>   The display of the brick map on the main map. The Renko chart ideal
FREE
Pivot trading: 1.pp pivot 2. r1 r2 r3, s1 s2 s3 Necessary for traders: tools and indicators Waves automatically calculate indicators, channel trend trading Perfect trend-wave automatic calculation channel calculation , MT4 Perfect trend-wave automatic calculation channel calculation , MT5 Local Trading copying Easy And Fast Copy , MT4 Easy And Fast Copy , MT5 Local Trading copying For DEMO Easy And Fast Copy , MT4 DEMO Easy And Fast Copy , MT5 DEMO Cooperation QQ:556024" Cooperation w
FREE
Necessary for traders: tools and indicators Waves automatically calculate indicators, channel trend trading Perfect trend-wave automatic calculation channel calculation , MT4 Perfect trend-wave automatic calculation channel calculation , MT5 Local Trading copying Easy And Fast Copy , MT4 Easy And Fast Copy , MT5 Local Trading copying For DEMO Easy And Fast Copy , MT4 DEMO Easy And Fast Copy , MT5 DEMO MACD is called Convergence and Divergence Moving Average, which is developed from the double e
FREE
더       트레이더를 위한 최고의 파트너!       트레이딩 어시스턴트: 이것은 매우 기능이 풍부한 거래 지원입니다. 개발이 쉽지 않습니다. Pro Click to jump를 지원해주세요. K 무역 어시스턴트 Pro MT5 트레이딩 어시스턴트 작동 지침 기본 사용 설정 기초적인: 지원 언어 선택 스위치 (현재 중국어 및 영어 지원)           자동 언어 인식 바인딩 지원       포지션을 열고 닫는 단축키       , 바로 가기 키를 사용하여 위치를 빠르게 열고 닫습니다...       위치를 닫는 바로 가기 키. 잠금 해제는 대부분의 기능을 지원합니다.       다시 하다       에서 사용할 수 있는 작업       테스트 환경 포지션 열기 및 닫기: 원클릭 위치 열기(       이익 실현 및 손절매를 위한 편리한 설정, 로트 크기 자동 계산 및 기타 편리한 기능 포함) 원 클릭 닫기       (잠금), 미니멀 스타일 디자인,
FREE
Pivot Trading 4
Kaijun Wang
5 (17)
Pivot trading: 1.pp pivot 2. r1 r2 r3, s1 s2 s3 Necessary for traders: tools and indicators Waves automatically calculate indicators, channel trend trading Perfect trend-wave automatic calculation channel calculation , MT4 Perfect trend-wave automatic calculation channel calculation , MT5 Local Trading copying Easy And Fast Copy , MT4 Easy And Fast Copy , MT5 Local Trading copying For DEMO Easy And Fast Copy , MT4 DEMO Easy And Fast Copy , MT5 DEMO Strongly recommend trend indicators,   a
FREE
이 지표는 실용적인 거래를위한 완벽한 웨이브 자동 분석 지표입니다! =》Increase the choice of international style mode, (red fall green rise style) 대역의 표준화된 정의는 더 이상 다른 사람들의 물결이 아니며 인공 간섭의 그림이 제거되어 접근 방식의 엄격한 분석에서 핵심 역할을 합니다.             현재 구매 할인 중!   색인 내용: 1.         기본파동:   첫째, 가격변동과정에서 기본변동의 변곡점을 찾았고, 물론 그의 주문이 너무 강하지 않아 다음 계산의 기초가 된다. 2.         2차 대역   : 기본파를 기반으로 알고리즘 분석을 통해 보다 명확한 2차 대역을 획득하고, 2차 대역은 파동 분석의 기반 제공 삼.         Wave:   추세가 더 명확하고 직관적이고 방향성이 있습니다.파동의 지속 여부를 분석하기 위해서는 2차 파동 대역의 형태를 살펴보고, 2차 파동의 구성을
Necessary for traders: tools and indicators Waves automatically calculate indicators, channel trend trading Perfect trend-wave automatic calculation channel calculation , MT4 Perfect trend-wave automatic calculation channel calculation , MT5 Local Trading copying Easy And Fast Copy , MT4 Easy And Fast Copy , MT5 Local Trading copying For DEMO Easy And Fast Copy , MT4 DEMO Easy And Fast Copy , MT5 DEMO Advanced Bollinger Bands: 1. The Bollinger rail will change color with the direction" 2. T
FREE
Renko indicator MainChart
Kaijun Wang
4.62 (21)
Necessary for traders: tools and indicators Waves automatically calculate indicators, channel trend trading Perfect trend-wave automatic calculation channel calculation , MT4 Perfect trend-wave automatic calculation channel calculation , MT5 Local Trading copying Easy And Fast Copy , MT4 Easy And Fast Copy , MT5 Local Trading copying For DEMO Easy And Fast Copy , MT4 DEMO Easy And Fast Copy , MT5 DEMO 砖图Renko PRO->>> The display of the brick map on the main map. The Renko chart ideally remo
FREE
이 지표는 실용적인 거래를위한 완벽한 웨이브 자동 분석 지표입니다!=>Increase the choice of international style mode, (red fall green rise style) 대역의 표준화된 정의는 더 이상 다른 사람들의 물결이 아니며 인공 간섭의 그림이 제거되어 접근 방식의 엄격한 분석에서 핵심 역할을 합니다.           현재 구매 할인 중!   색인 내용: 1.       기본파동:   첫째, 가격변동과정에서 기본변동의 변곡점을 찾았고, 물론 그의 주문이 너무 강하지 않아 다음 계산의 기초가 된다. 2.       2차 대역   : 기본파를 기반으로 알고리즘 분석을 통해 보다 명확한 2차 대역을 획득하고, 2차 대역은 파동 분석의 기반 제공 삼.       Wave:   추세가 더 명확하고 직관적이고 방향성이 있습니다.파동의 지속 여부를 분석하기 위해서는 2차 파동 대역의 형태를 살펴보고, 2차 파동의 구성을 분석하여 차후의
KDJ Index 4
Kaijun Wang
5 (11)
Necessary for traders: tools and indicators Waves automatically calculate indicators, channel trend trading Perfect trend-wave automatic calculation channel calculation , MT4 Perfect trend-wave automatic calculation channel calculation , MT5 Local Trading copying Easy And Fast Copy , MT4 Easy And Fast Copy , MT5 Local Trading copying For DEMO Easy And Fast Copy , MT4 DEMO Easy And Fast Copy , MT5 DEMO "Cooperative QQ:556024"  "Cooperation wechat:556024"  "Cooperative email:556024@qq.com" Strong
FREE
KDJ Index For MT5
Kaijun Wang
4.29 (14)
Necessary for traders: tools and indicators Waves automatically calculate indicators, channel trend trading Perfect trend-wave automatic calculation channel calculation , MT4 Perfect trend-wave automatic calculation channel calculation , MT5 Local Trading copying Easy And Fast Copy , MT4 Easy And Fast Copy , MT5 Local Trading copying For DEMO Easy And Fast Copy , MT4 DEMO Easy And Fast Copy , MT5 DEMO "Cooperative QQ:556024"  "Cooperation wechat:556024"  "Cooperative email:556024@qq.com" Strong
FREE
K Trade Assistant
Kaijun Wang
4.76 (25)
트레이더를 위한 최고의 파트너!     트레이딩 어시스턴트: 이것은 매우 기능이 풍부한 거래 지원입니다. 개발이 쉽지 않습니다. Pro Click to jump를 지원해주세요. K 무역 어시스턴트 프로     트레이딩 어시스턴트 작동 지침 기본 사용 설정 기초적인: 지원 언어 선택 스위치 (현재 중국어 및 영어 지원)       언어를 자동으로 식별하기 위해 바인딩 지원       포지션을 열고 닫는 단축키       , 바로 가기 키를 사용하여 위치를 빠르게 열고 닫습니다...       위치를 닫는 바로 가기 키. 잠금 해제는 대부분의 기능을 지원합니다.       다시 하다       에서 사용할 수 있는 작업       테스트 환경 포지션 열기 및 닫기: 원클릭 위치 열기(       이익 실현 및 손절매를 위한 편리한 설정, 로트 크기 자동 계산 및 기타 편리한 기능 포함) 원 클릭 닫기       (잠금), 미니멀
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 used to
Necessary for traders: tools and indicators Waves automatically calculate indicators, channel trend trading Perfect trend-wave automatic calculation channel calculation , MT4 Perfect trend-wave automatic calculation channel calculation , MT5 Local Trading copying Easy And Fast Copy , MT4 Easy And Fast Copy , MT5 Local Trading copying For DEMO Easy And Fast Copy , MT4 DEMO Easy And Fast Copy , MT5 DEMO Advanced Bollinger Bands: 1. The Bollinger rail will change color with the direction" 2. T
FREE
Indicators are for trend followers! A trading system constructed by three moving averages. Trade with the trend and let profits run. Necessary for traders: tools and indicators Waves automatically calculate indicators, channel trend trading Perfect trend-wave automatic calculation channel calculation , MT4 Perfect trend-wave automatic calculation channel calculation , MT5 Local Trading copying Easy And Fast Copy , MT4 Easy And Fast Copy , MT5 Local Trading copying For DEMO Easy And Fast Copy
FREE
Indicators are for trend followers! A trading system constructed by three moving averages. Trade with the trend and let profits run. Strongly recommend trend indicators,   automatic calculation of wave standard   and   MT5 version of automatic calculation of wave standard Necessary for traders: tools and indicators Waves automatically calculate indicators, channel trend trading Perfect trend-wave automatic calculation channel calculation , MT4 Perfect trend-wave automatic calculation channe
FREE
KTrade Fibo For MT5
Kaijun Wang
4.9 (10)
Necessary for traders: tools and indicators Waves automatically calculate indicators, channel trend trading Perfect trend-wave automatic calculation channel calculation , MT4 Perfect trend-wave automatic calculation channel calculation , MT5 Local Trading copying Easy And Fast Copy , MT4 Easy And Fast Copy , MT5 Local Trading copying For DEMO Easy And Fast Copy , MT4 DEMO Easy And Fast Copy , MT5 DEMO Fibo: from KTrade 1. Automatically calculate and analyze the band. -> Get the desired band 2.
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
Necessary for traders: tools and indicators Waves automatically calculate indicators, channel trend trading Perfect trend-wave automatic calculation channel calculation , MT4 Perfect trend-wave automatic calculation channel calculation , MT5 Local Trading copying Easy And Fast Copy , MT4 Easy And Fast Copy , MT5 Local Trading copying For DEMO Easy And Fast Copy , MT4 DEMO Easy And Fast Copy , MT5 DEMO The homeopathic indicator is also called the CCI indicator. The CCI indicator was propos
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
Necessary for traders: tools and indicators Waves automatically calculate indicators, channel trend trading Perfect trend-wave automatic calculation channel calculation , MT4 Perfect trend-wave automatic calculation channel calculation , MT5 Local Trading copying Easy And Fast Copy , MT4 Easy And Fast Copy , MT5 Local Trading copying For DEMO Easy And Fast Copy , MT4 DEMO Easy And Fast Copy , MT5 DEMO Can set the cycle for other varieties of K line graph covered this window, fluctuations obse
FREE
MACD two line four colors
Kaijun Wang
4.93 (14)
Necessary for traders: tools and indicators Waves automatically calculate indicators, channel trend trading Perfect trend-wave automatic calculation channel calculation , MT4 Perfect trend-wave automatic calculation channel calculation , MT5 Local Trading copying Easy And Fast Copy , MT4 Easy And Fast Copy , MT5 Local Trading copying For DEMO Easy And Fast Copy , MT4 DEMO Easy And Fast Copy , MT5 DEMO MACD is called Convergence and Divergence Moving Average, which is developed from the double e
FREE
Necessary for traders: tools and indicators Waves automatically calculate indicators, channel trend trading Perfect trend-wave automatic calculation channel calculation , MT4 Perfect trend-wave automatic calculation channel calculation , MT5 Local Trading copying Easy And Fast Copy , MT4 Easy And Fast Copy , MT5 Local Trading copying For DEMO Easy And Fast Copy , MT4 DEMO Easy And Fast Copy , MT5 DEMO Strongly recommend trend indicators,   automatic calculation of wave standard   and   MT5 ve
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
KTrade Fibo
Kaijun Wang
4.89 (9)
Necessary for traders: tools and indicators Waves automatically calculate indicators, channel trend trading Perfect trend-wave automatic calculation channel calculation , MT4 Perfect trend-wave automatic calculation channel calculation , MT5 Local Trading copying Easy And Fast Copy , MT4 Easy And Fast Copy , MT5 Local Trading copying For DEMO Easy And Fast Copy , MT4 DEMO Easy And Fast Copy , MT5 DEMO Fibo: from KTrade 1. Automatically calculate and analyze the band. -> Get the desired band 2.
FREE
Provide ideas for trend trading. Automatic calculation and generation of trend channels. The channel line, also known as the pipeline line, is to draw a straight line parallel to the trend line in the opposite direction of the trend line, and the straight line crosses the highest or lowest price of the recent period. These two lines run the price in the middle and have obvious pipe or channel shapes. Necessary for traders: tools and indicators Waves automatically calculate indicators, chann
CRW CCI and RSI and WPR
Kaijun Wang
4.38 (8)
Necessary for traders: tools and indicators Waves automatically calculate indicators, channel trend trading Perfect trend-wave automatic calculation channel calculation , MT4 Perfect trend-wave automatic calculation channel calculation , MT5 Local Trading copying Easy And Fast Copy , MT4 Easy And Fast Copy , MT5 Local Trading copying For DEMO Easy And Fast Copy , MT4 DEMO Easy And Fast Copy , MT5 DEMO The homeopathic indicator is also called the CCI indicator. The CCI indicator was propos
FREE
필터:
4654678 Akani
31
4654678 Akani 2022.09.28 18:45 
 

nice

리뷰 답변
버전 2.10 2021.10.22
>>>>>>>>>>>>>>>
버전 2.0 2021.10.21
>>>>>>>>>