适用于MetaTrader 4的新EA交易和指标 - 209
市场真的很喜欢整数,它们通常在下跌的市场中充当支撑,或在价格上涨时充当阻力。 该指标旨在以整数值绘制价格水平。它会自动执行此操作,但您也可以选择覆盖它并确定您希望看到的级别。 一轮水平可以像 10 步一样简单,例如 10、20、30 等,或者如果您从事外汇交易,您可能希望看到 0.1 或 0.01 的变化。 该指标绘制两类线,Major 和 Minor,每类都有不同的格式。这使您可以同时查看两个不同电平变化之间的变化。
警报
该指标包括当价格在可配置距离内时在主要、次要或两个价格水平发出警报的能力。
自动设置 默认情况下,该指标将为主要价格和次要价格确定适当的水平。它使用可配置的 DensityIndex 设置来做到这一点,该设置控制您希望随时在屏幕上看到多少行。 如果您设置自己的缩放比例,使用 MajorGap 和 MinorGap 设置,您仍然可以通过使用 ReduceAtScale 设置来获得限制在屏幕上绘制的线数的指标。 请查看屏幕截图以更清楚地了解此功能。
设置 基本配置 重大差距 当设置为 0.0 时,指标会自动计算出合适的刻度 小间隙 当设置为 0.0 时,指标会自
我在学习 Rob Smith 的 TheStrat 时创建了这个简单的指标,发现它非常有用,我想与您分享。如果您觉得它有用,请查看我在 MQL5 上发布的其他指标。 该指标只是在图表上绘制一条线,显示您从较高时间范围内选择的价格水平。 使用设置,您可以完全控制它显示的时间范围,但默认 情况下,它会自己计算更高的时间范围,只是将刻度向上移动一级。例如,如果您打开 H1 图表,它将显示 H4 图表中的数据。
设置
跟踪时间表 选择绘制价格水平的时间范围。如果您将其保留为当前的默认设置,它将为您选择合适的时间范围。如果您正在查看图表并在时间范围之间进行更改,这将非常有用,因为该线将始终向上调整。 跟踪值 您可以从以下标准价格值中选择一个。默认为开盘价。 PRICE_CLOSE 收盘价 PRICE_OPEN 开盘价 PRICE_HIGH 期间最高价 价格_低 期间最低价 PRICE_MEDIAN 中位数价格,(高 + 低)/2 PRICE_TYPICAL 典型价格,(最高价+最低价+收盘价)/3 PRICE_WEIGHTED 加权收盘价,(最高价+最低价+收盘价+收盘价)/4
FREE
FTFC 指的是 Rob Smith 的 The Strat 定义的全时间框架连续性。 该指标在图表上绘制两条线,一条是季度、每月、每周、每日或每小时开盘水平的最高水平,第二条是这些值中最低的水平。这为您提供了一个高于或低于该通道的交易更有可能在一个方向上非常强劲。言外之意,价格走势将更加波动,您可以使用更宽的止损。 还绘制了第三条虚线以显示高点和低点之间的中点。当市场试图将价格推向某个方向时,这通常是寻找支撑或阻力的好地方。如果您通过将颜色设置为无来选择,则可以关闭此行。
设置 包括季度级别 允许您选择在计算中包括季度开盘价,因为有些人喜欢忽略它。 IncludeCurrentTimeframe打开 为真时,如果当前显示的时间范围是 H1、D1、W1 或 MN1,指标将在其计算中包括开放的时段。这是最新版本指标中的新设置。以前,计算不包括当前打开的时间段,这与 TheStrat 不一致。 该设置默认为 false,因此现有用户不受影响,除非他们选择打开它。 MaxMilliSecondsToCalculate 对于加载了大量历史记录(超过 10,000 条柱)的图表,这将限制指标必
S Winger 是一个专家顾问,它使用以前的高点和低点结合 MACD 指标来进行交易。专家等到某个交易水平被突破,然后 MACD 指标用于确认下一笔交易。默认设置使用账户货币(美元,但也可以使用其他账户货币,如果盈利)和最大损失参数被调整)。如果第一笔交易没有获得利润,专家将在最有可能的价格反转水平上进行更多交易,直到获得利润。
推荐货币对:欧元/美元;
时间范围:H1;
手数可以是手动或自动的,如果选择自动手数,如果“KeepHigherLot”参数设置为“true”,手数不会降低,以保持订单和潜在利润之间的比率。为了重置自动手数计算,必须重新启动智能交易系统。在自动手数模式下,货币中的盈利和最大亏损成为盈利因子和最大亏损因子,它们与手数相关。
对于风险偏好较高的用户,有一个手数放大参数,可以根据当前的回撤增加手数,如果第一笔订单没有盈利,下一个订单的手数越大,放大参数越高。 , 下一个手数将越大(它将显示在图表注释上)。
如果用户希望在达到一定的跌幅时停止交易,专家也有安全停止选项。亏损按帐户余额的百分比计算。
Este indicador trabaja de manera multitimeframe en periodos 1D y 4H , las señales son las siguientes :
las entradas al mercado se dan cuando el indicador muestra color azul claro o azul para operaciones al alza , para operaciones a la baja , debe aparecer los colores naranja o rojo.
Cuando el indicador tiene los colores amarillo o blanco , se debe evitar entrar al mercado ya que no hay una tendencia clara de mercado , el stop loss se coloca en el ultimo area de swing alto\bajo el take profit deb
Este es un indicador tecnico que nos ofrece señales de entrada al mercado , el indicador no repinta , se puede utilizar en cualquier timeframe , yo lo recomiendo en periodos largos ya que es mi estilo de trading pero para aquellos que hagan scalping tambien puede funcionar , en el video lo muestro con una media movil de 150 periodos a modo de ejemplo . Las señales son las siguientes , entraremos largo cuando en el grafico se muentre una flecha azul , por el contrario si la flecha es roja entrare
Este indicador es muy practico ya que nos ofrece las señales directamente en el grafico en forma de linea , pero no solo eso , la misma linea nos indica el stop loss , al mismo tiempo , el indicador nos dice cuando salir del mercado con el cambio de señal pero para eso habria que monitorizar la señal por lo que se puede optar por poner un take profit minimo de 1:1. Las señales son claras , en el momento en que el indicador dibuja debajo del precio una linea azul , se abre una operacion de compra
Lord Info 是 META TRADER 4 平台上的金融市場指標。
您可以將領主資訊放置在您平台上的任何股票/貨幣對上。
Lord Info 能夠向我們展示最近 (10) 天或可設定的 ATR 報告,我們可以在其中看到該貨幣對的基本波動率及其後果。
平均真實波動幅度(ATR)是技術分析中使用的市場波動性指標。 它通常源自於一系列實際範圍指標的 14 天簡單移動平均線。 ATR 最初是為商品市場而開發的,但後來已應用於所有類型的證券。
Lord Info 向我們顯示了蠟燭的每日高低(最高/最低)、目前以及最後一根蠟燭。
多空互換操作。
簡化和定制止損位以獲得分析性能。
主振盪器,自動時間範圍辨識:使用我們的個人化指標 (PAID) LordOscilator,M1、M5、M15、M30、H1、H4、D1。
您還可以了解關閉最後一根蠟燭的剩餘時間(分鐘、小時)、當前價差。
Lord Info對於結論和/或圖形分析來說是非常有用的信息。
FREE
10册149美元!下一个价格将是499美元。
悉尼贸易X采用BTN技术的最新智能技术,可帮助您为交易创造最佳结果。
特别是,完美模式可让您交易100%的胜利(但必须保证有足够的资金)。
如果“完美模式”适用于高级用户,则初学者或偏爱安全交易的用户可以使用“安全模式”。
安全模式每天在指定的时间进行结算,并自动在您设置的损失范围内进行结算。
所有这些功能都是基于收入的,因此按“保护钱”功能指定的金额不会造成任何损失。哇!
每次激活EA时,Protect Money都会自动更新,以保证本金并支持安全交易。
愿您的梦想通过SYDNEY TRADE X实现。
祝你好运。
BTN FX推出了一系列20个城市,以支持您最好的交易环境。
它使用20种不同的逻辑为每种贸易环境提供优化的结果。
特别是,BTN FX的独特功能,例如完美模式,安全模式,资金保护和交易条件功能
我们在最佳交易环境中为您提供支持。我们希望您不再担心失去本金,享受交易和获利。
====功能说明====
交易设置
您可以设置幻数,交易订单数量,最大订单编号,最大购买订单编号,最大出售
10册149美元!下一个价格将是499美元。
马德里贸易X运用BTN技术的最新智能技术来帮助您为交易创造最佳结果。
特别是,完美模式可让您交易100%的胜利(但必须保证有足够的资金)。
如果“完美模式”适用于高级用户,则初学者或偏爱安全交易的用户可以使用“安全模式”。
安全模式每天在设定的时间进行结算,并自动在您设定的损失范围内进行结算。
所有这些功能都是基于收入的,因此按“保护钱”功能指定的金额不会造成任何损失。哇!
每次激活EA时,Protect Money都会自动更新,以保证本金并支持安全交易。
愿您的梦想通过MADRID TRADE X实现。
祝你好运。
BTN FX推出了一系列20个城市,以支持您最好的交易环境。
它使用20种不同的逻辑为每种贸易环境提供优化的结果。
特别是,BTN FX的独特功能,例如完美模式,安全模式,资金保护和交易条件功能
我们在最佳交易环境中为您提供支持。我们希望您不再担心失去本金,享受交易和获利。
BTN技术,您的交易的绝佳伴侣。
====功能说明====
交易设置
您可以设置幻数,交易订单数量,最大订单
10册149美元!下一个价格将是499美元。
莫斯科贸易X使用BTN技术的最先进的智能技术来帮助您为交易创造最佳结果。 特别是,完美模式可让您交易100%的胜利(但必须保证有足够的资金)。 如果“完美模式”适用于高级用户,则初学者或偏爱安全交易的用户可以使用“安全模式”。 安全模式每天在设定的时间进行结算,并自动在您设定的损失范围内进行结算。 所有这些功能都是基于收入的,因此按“保护钱”功能指定的金额不会造成任何损失。哇! 每次激活EA时,Protect Money都会自动更新,以保证本金并支持安全交易。 愿您的梦想通过MOSCOW TRADE X实现。 祝你好运。
====功能说明====
交易设置 您可以设置幻数,交易订单数量,最大订单编号,最大购买订单编号,最大出售订单编号以及下一个订单的时间。
交易时间设置 可以指定交易开始时间,结束时间和星期几。
获利设置 可以设置止盈和止损。 可以自由优化和使用。 但是,您应对优化的回报率和风险负责。
完美模式设定 完美模式可让您交易100%的胜利。 但是,有必要充分保证盈余资金,并且如果更改止损的初始值,则不能保证结果。
10册149美元!下一个价格将是499美元。
纽约贸易X使用BTN技术的最先进的智能技术来帮助您为交易创造最佳的结果。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。 特别是,完美模式可让您交易100%的胜利(但必须保证有足够的资金)。 如果“完美模式”适用于高级用户,则初学者或偏爱安全交易的用户可以使用“安全模式”。 安全模式每天在设定的时间进行结算,并自动在您设定的损失范围内进行结算。 所有这些功能都是基于收入的,因此按“保护钱”功能指定的金额不会造成任何损失。哇! 每次激活EA时,Protect Money都会自动更新,以保证本金并支持安全交易。 愿您的梦想通过纽约贸易X实现。 祝你好运。
====功能说明====
交易设置 您可以设置幻数,交易订单数量,最大订单编号,最大购买订单编号,最大出售订单编号以及下一个订单的时间。
交易时间设置 可以指定交易开始时间,结束时间和星期几。
获利设置
Les presento un indicador que funciona como estrategia por si solo , trabaja muy bien en periodos de 4 horas pero puedes aplicarlo a cualquier timeframe , las señales son muy faciles de interpretar , en momento en que la linea naranja pasa hacia arriba las media azul y roja , se entra en largos , la operativa se mantiene abierta hasta que la linea naranja cruce la media mas cercana ya sea la azul o la roja , si la operacion era long y la linea azul cruza hacia arriba la linea roja y la naranja c
Indicador Forex de tendencias , puede emplearse en cualquier timeframe aunque lo recomiendo en periodos de 4 horas , puede añadirse a tu estrategia o crear una estrategia con el . Las señales son las siguientes , se entra en largos cuando el indicador cambia a color azul , por el contrario se entrará en cortos cuando el indicador cambie su color a rojo , el stop loss se coloca en la ultima oscilacion alto\bajo del precio y el take profit minimo a 1:1 aunque yo recomendaria 2:1 , eso es elección
Indicador de tunel de tendencia , este indicador se utiliza de la siguiente forma :
Para entradas al alza , el precio debe cerrar primero por encima del tunel , si despues de cerrar el precio encima del tunel la siguiente vela abre y cierra su precio por encima del tunel abriremos una operacion al alza , para las operaciones a la baja las condiciones son las mismas solo que al contrario , el precio debe cerrar debajo del tunel y la siguiente vela debe abrir y cerrar debajo del tunel , el stop lo
This is a combine that combines the ATR, Candle Timer, Watermark indicators and a tool for working with graphical objects, which allows you to reduce the time for marking charts. Functionality: Levels and proteins with price tags; drawing strictly horizontal levels; continuous zigzag manually; expansion / truncation of lines, wrinkles; quick change of colors and fonts and shapes; Filling/removing the filling of vessels, triangles, ellipses; dragging by 1 (first) point and auto alignment of the h
FREE
Sirr Advanced Trend Scalper EA Pro is an automated and easy to use expert advisor that has the Stochastic indicator working in combination with RSI and MACD filters built in. We have spent a lot of time testing many expert advisors . After years of testing and development, the result is an dynamic EA that is very active with trades and capital management. Our product is also fully compatible with PipFinite Trend Indicator PRO as well. The EA has been designed for trading with the popular symb
Friends, at first you may think that this tool is difficult to use, but by reading its guide, you can easily use it. Once you learn, you can test thousands of strategies in it. Dear friends, this tool can not be tested in backtest. Using this tool, you can test your strategies live.
Create strategies that are in your mind. With this tool, you can make the strategies you have in mind a reality. Create and use experts using popular indicators such as RSI, MACD, Moving Average, Bollinger Band, etc
Project Maximum Heat is a unique fully automated system designed to operate on 28 currency pairs and 5 timeframes: M5, M15, M30, H1, H4. The strategy is based on numerous strategies such as working on a sideways trend, downtrend, uptrend, breakout of triangular trends and others. To calculate the required combinations, such indicators are used as: Moving Average, MACD, Standard Deviation, Commodity Channel Index, RSI, Momentum, Bollinger Bands. The EA uses a hidden one: stop loss, take profit,
这个BetMarsEA2可以交易BCTUSD和XAUUSD. 可以单独交易其中之一,也可以两个同时交易。 当两个货币对交易时,使用对冲策略。单独交易时使用趋势策略。 参数如下:(这些参数是保留参数,请不要修改。可以改的是 CurrentSymbolFlag) MaximumRisk =0.02; DecreaseFactor=3; MovingPeriod =12; MovingShift =6; CurrentSymbolFlag=true 当参数 CurrentSymbolFlag=true ,只交易当前图标中的货币对。 当参数 CurrentSymbolFlag=false ,同时交易BTCUSD和XUUSD货币对。 更详细的设置请看截图:
BeST_Fisher Oscillator Strategies is an MT4 Indicator that is based on the popular Fisher Indicator and it is mainly used to identify trend reversals with a high accuracy . It is a great forex trading indicator for scalping , day trading and swing trading purposes. The indicator comes with 2 corresponding Strategies of Reversed Entries each one of which can be used either as a standalone Trading System or as an add-on to any Trading System for finding or confirming the most appropriate Entry o
This utility can compare simultaneously time frames of different instruments and keep under control the nine major time frames of an instrument. It is composed by two changers, a crosshair and some additional components : the multicharts time frames changer is designed to simultaneously compare time frames for up to thirty different sy th symbols with the keyboard or the button the multicharts symbols changer can link up to nine charts and control simultaneously the nine major time fra
Dark Breakout is an Indicator for intraday trading. This Indicator is based on Trend Following strategy, providing an entry signal on the breakout. The signal is provided by the arrow, which confirms the breaking of the level. We can enter in good price with this Indicator, in order to follow the main trend on the current instrument. It is advised to use low spread ECN brokers. This Indicator does Not repaint and N ot lag . Recommended timeframes are M5, M15 and H1. Recommended working pairs
ForexBob 1 Click Button is very impresive forex tool for scalpers: 1. Helpful in Closing multiple trades in just Single Click. 2. Scalper can benefits the most who always eager to close multiple trades in averaging and lock the profits fast. 3. It helps to avoid latency and so profits can be locked where we need. 4. Easy to Install, same as we install any expert advisor. 5. Speed of closing trades depends on your broker's server speed.
If you find any improvements we are open to your feedback
FREE
Automatic trading system. This trend adviser will make a good company for your older brother. Optimized for the USDZAR currency pair. This Expert Advisor is also designed for trading on large timeframes. Both Expert Advisors showed a large percentage of winning trades, but they are better perceived as trading systems. For more profitable trading, in addition to the main signal, the Expert Advisors have a visual signal panel. It is displayed on the right side of the chart. If most of the cubes o
FREE
Forex Gump EA is a unique trading system that uses algorithms for trading with several indicators of the Forex Gump series. Thanks to the improved financial control system, this robot adjusts the aggressiveness of trading depending on the dynamics of the deposit growth. The more actively the deposit grows, the larger the lot size of new opened deals. That is, the trading volume of transactions increases with the growth of the deposit on the trading account. The robot in a fully automatic mode a
This indicator will draw patterns based on Rob Smith's The Strat as they emerge in real time on your chart.
As price evolves, TheStrat offers 18 distinct price action patterns that can help you get good entries in the market. Each pattern involves two or three candles, and this indicator will draw a bounding box around the candles and name the pattern. The indicator also shows when a potential setup is forming, known by stratters as an Actionable signal.
Candles
Each candle is defined by its
Reversal Prices is an indicator that has a fairly powerful and effective mechanism for adapting to changing market conditions. Reversal Prices - the new word in trend detection! With the development of information technology and a large number of participants, financial markets are less and less amenable to analysis by outdated indicators. Conventional technical analysis tools, such as the Moving Average or Stochastic, in their pure form are not able to determine the direction of the trend or it
This indicator draws the prior Highs and Lows for multiple timeframes, and can display potential Take Profit and Stop Loss levels. In Rob Smith's # The Strat terms, these are potential entry points, or alternatively potential targets for open positions. I like to use them in both ways. On a lower timeframe, say 5 minutes to get a good entry on a daily or weekly level, and then as a potential target. Very small stops required giving an excellent risk/reward ratio. Please watch the DEMO video
The Trends Change indicator can be used as an anticipator of the next trend, preferably confirmed by Price Action or another oscillator (RSi, Stochastic ..).
Great tool for indices, currencies and commodities.
It works on every timeframe.
Parameters
Range : setting to determine the speed of the indicator
Line_Up : higher RSI value
Line_Down : lower RSI value
Show_Bands : if TRUE shows RSI lines
MaxBars : analyzed bars
Change_Alert : pop-up alert Send App Notification: send notification on
****************** ******* *******
*** FREE Trail for Demo ***
****************** ******* *******
1. Search "ShootingAlert_bot in Telegram
2. Start it
3. Enjoy it
EA Alert is using Telegram to do various actions: 1. Check Account Info 2. Check Order 3. Place Order 4. Modify Order
5. Switch user to help trade
6. Check Market Info
7. Show Chart
8. Show Chart with your template
It is very useful for order management, especially while you are Working at office or Dine out with friends . It use
Please read before you purchase : - We don't have buyer's detail when purchase was made. In order to get the bonuses, you need to contact me via product comment ( not product review). That way I will contact you back via mql message asking for email. - Please make sure you enable receiving message from non-friend list, otherwise I cannot message you for email. This indicator is not just about Smart Money Concept, with lots of features which I believe could help you understand the concept. Not on
Super Trend Pro Its simple. as you see in product picture you can find out how it work. We Use Several MA and use Statistics and Probability inside the code to draw nice, great and pure Trend Detection. Do you like it? Yes me too Here, Super trend pro with 100% non-repainting indicator
Input Parameter is clear and simple.
Inputs Period 1 --------------------------->>>> Use for mathematical calculating
Period 2 --------------------------->>>> MA Period
Indicator Type ------------------->>>> Use
FREE
STRATEGY - We use risk and reward ratio of 1:5 to maximize the profit - We use trailing stop to lock profit and minimize loss
ALERT User will get notified with alert with the following condition: - Max Spread - Max Orders
UPDATE - Free Update and Support
COMPATIBILITY - MT4 and MT5 - M1 Timeframe - All Currency Pair
WHAT YOU GET 1) Free Online Forex Training (Normal Price: USD 299) 2) Free Expert Advisor (EA) (Normal Price: USD 288) 3) Free Copy Trading (CT) (Normal Service Fee: 20%) *Aft
Dark Mimas is a fully automatic Expert Advisor for Scalping Trading. This Expert Advisor needs attention, in fact presents highly customizable. Dark Mimas is based on Dark Oscillator indicator, these Trades can be manage with some strategies. The expert advisor is able to get a very high-rate of winning trades. Optimization experience is required to Download the robot. My tests are indicative, for best results it is necessary to study the user manual and create your settings. All the se
FREE
50 % OFF LIMITED TIME OFFER! (regular price $ 200 )
VR 4xEA is designed for traders looking for consistent Gains This is an autonomous trading software programme designed for the Foreign Exchange Market. This is a stable and safe investment tool designed to trade its way out of adverse trade situations that would challenge most manual traders. No Overoptimization and No false Claims. You can examine the EA working in strategy tester and can optimise it according to the way EA works VR 4
Big changes in prices (dips) can be opportunity for entering trend reversal trades. Dip histogram shows these big price movements. User can define minimal movement in %, as well as timeframe which will be used for calculation of price movement. Dip histogram input settings: Dip period - timeframe which will be used for price change calculation Price to compare - price type to compare Indication method - percent (alert when price movent is > min. dip in %) / Dip MA (alert when price movement
This script allows you to toggle the "Show Trade Levels" option, but for the current chart only. Normally, you can only change the setting using the Options -> Chart menu for ALL charts, but this script allows you to do it for a SINGLE chart. I'm using it when I take screenshots, because most of the time I'm not trying to show the trades, just some functionality of one of my other tools. Iif you need that functionality, then this script is very helpful!
If the script helps you, please let me k
FREE
This Dashboard is free to download but is dependent on you owning the Advanced Trend Breaker . Get the indicator here: https://www.mql5.com/en/market/product/66335
The Dashboard will show you on a single chart all the timeframes (M1 to Monthly) with their own status for the indicator: Advanced Trend Breaker
all time frame and all symbol: smart algorithm detects the trend,Support and resistance, filters out market noise and find breaker of entry signals!!!
!!!
How to understand th
FREE
Scalp using the behavior of a short moving average, the indicator gives the slope and identifies the "hyper" moments.
Operational advice:
Use M1 chart. Period 20 : open buy after two rising lows; sell after two max downhill; avoid countertrend openings; when the line goes flat put a stop at the opening price. Avoid actions in low volatility timeslots. When the curve that draws the min / max is very flat, it is better to postpone at least 15'.
Period 50 : matches the trend, when it is at the
FREE
This is a Bot which send notifications every hour at your MT4 platform. The notification consists of four part. <<Clock>> + Your Message + Symbols + profit + Total # of Orders + Total profit Here is an example : 21:00 Hodor: #US30 $+40.31 GOLD $-5.31 Total 5 Orders $+35.00 If there is no order : 21:00 Hodor: HODOR signals: https://www.mql5.com/en/signals/977796
There is a private message parameter where you can enter your own message also. Hodor_Comment_OnOff_Flag removes the "Hodor i
FREE
The Expert Advisor will help you forward all alert from MetaTrader 4 to discord channel. Parameters Discord url webhook - create webhook on your discord channel. Use multi webhook url - use file to input multi webhook url, with each line, input one link, input symbol before link to send only alert from the symbol to the channel. Example: EURUSD=link1 Forward alert - default true, to forward alert. Send message as caption of screenshot - default true, one message include alert and screenshot For
Follow Trend indicator , indicator works on Currencies , Indices ,Stocks Gold etc , good for follwoing trend on the markets suitable for scalping Buy Rules; When the histo changes to Blue you place buy order ,stop loss just below the previous swing low Sell Rules; When the histo changes to Red you place sell order ,stop loss just below the previous swing high Trade on a timeframe which best suits your trading style
Pyramid Magic EA is an automatic trading robot to trade Gold(XAUUSD) . Using advanced calculations it opens and manages trading for you automatically. It is a robot specifically adapted to withstand the high volatility conditions usually seen in gold. Its a strategy based on a series of indicators that measure the strength of the market to enter trades, when market conditions allow it. No experience is required and it’s easy to set up. Using Pyramid Magic is a way to improve your trading
This is a powerful indicator that is very easy to work with. Its default setting is for the euro-dollar pair, but with the right settings it can be used in all markets and all time frames less than daily. The basis of the work of the Ranging indicator is to find areas of price range and get signals from it. You can specify the duration of the valid sufferings and the minimum and maximum price in it. It is also possible to determine the number of reliable signals received from each range.
Other
Introducing the Trend Detection System: Your Key to Unveiling Market Trends with Precision.
The Trend Detection System is a sophisticated MetaTrader 4 indicator meticulously engineered to equip traders with the tools needed to identify and ride market trends effectively. Built upon customized Moving Average principles, this innovative indicator offers unparalleled flexibility and accuracy in trend analysis.
Key Features: 1. Customized Moving Average: The Trend Detection System allows users to
Advanced Trend Breaker Free Dashboard!!! Advanced Trend Breaker DashBoard: https://www.mql5.com/en/market/product/66336 Breaker's smart algorithm detects the trend,Support and resistance, filters out market noise and find entry signals!!! Test the demo version and explore its features, it would be useful tool added to your trading arsenal. Do not foget down load Free DashBoard!!! Advanced Trend Breaker DashBoard !!!
Advantages You Get Easy, visual and effective trend detection. Support an
Stochastic Trade X is an EA based on Stochastic Oscillator. Stochastic parameters such as %K period, %D period, Slowing, SellValue, BuyValue, and Shift can be adjusted. Stochastic Trade X applies BTN TECHNOLOGY's state-of-the-art intelligent technology to help you create optimal results for your trades. May your dreams come true through Stochastic Trade X. Good luck. === Inquiries === E-Mail:support@btntechfx.com
Moving Average Trade X is an EA based on Moving Average. Moving Average parameters such as BuyMovingAveragePeriod1, BuyMovingAverageMAShift1, BuyMovingAverageShift1, BuyCandlestickShift1, BuyMovingAveragePeriod2, BuyMovingAverageMAShift2, BuyMovingAverageShift2, BuyCandlestickShift2, BuyMovingAveragePeriod3, BuyMovingAverageMAShift3, BuyMovingAverageShift3, BuyCandlestickShift3, BuyMovingAveragePeriod4, BuyMovingAverageMAShift4, BuyMovingAverageShift4, BuyCandlestickShift4, SellMovingAveragePer
MACD Trade X is an EA based on MACD. MACD parameters such as Sell & Buy FastEMA, SlowEMA, MACDSMA and Shift can be adjusted. MACD Trade X applies BTN TECHNOLOGY's state-of-the-art intelligent technology to help you create optimal results for your trades. May your dreams come true through MACD Trade X. Good luck. === Inquiries === E-Mail:support@btntechfx.com
Bears Power Trade X is an EA based on Bears Power. Bears Power parameters such as BuyPeriod, BuyShift, BuyValue, SellPeriod, SellShift and SellValue can be adjusted. Bears Power Trade X applies BTN TECHNOLOGY's state-of-the-art intelligent technology to help you create optimal results for your trades. May your dreams come true through Bears Power Trade X. Good luck. === Inquiries === E-Mail:support@btntechfx.com
RSI Trade X is an EA based on Relative Strength Index. Relative Strength Index parameters such as BuyPeriod, BuyShift, BuyValue, SellPeriod, SellShift and SellValue can be adjusted. RSI Trade X applies BTN TECHNOLOGY's state-of-the-art intelligent technology to help you create optimal results for your trades. May your dreams come true through RSI Trade X. Good luck. === Inquiries === E-Mail:support@btntechfx.com
Force Trade X is an EA based on Force Index. Force Index parameters such as BuyPeriod, BuyShift, BuyValue, SellPeriod, SellShift, and SellValue can be adjusted. Force Trade X applies BTN TECHNOLOGY's state-of-the-art intelligent technology to help you create optimal results for your trades. May your dreams come true through Force Trade X. Good luck. === Inquiries === E-Mail:support@btntechfx.com
Fractals Trade X is an EA based on Fractals. Fractals parameters such as FractalsShift1, MovingAveragePeriod1, MovingAverageMAShift1, MovingAverageShift1, FractalsShift2, MovingAveragePeriod2, MovingAverageMAShift2, MovingAverageShift2, FractalsShift3, MovingAveragePeriod3, MovingAverageMAShift3, MovingAverageShift3, and RSIPeriod1, RSIShift1, RSIValue1 can be adjusted. Fractals Trade X applies BTN TECHNOLOGY's state-of-the-art intelligent technology to help you create optimal results for your t
MAO Trade X is an EA based on Moving Average Oscillator. Moving Average Oscillator parameters such as BuyFastEMA, BuySlowEMA, BuyMACDSMA, BuyShift, BuyValue, SellFastEMA, SellSlowEMA, SellMACDSMA, SellShift and SellValue can be adjusted. MAO Trade X applies BTN TECHNOLOGY's state-of-the-art intelligent technology to help you create optimal results for your trades. May your dreams come true through MAO Trade X. Good luck. === Inquiries === E-Mail:support@btntechfx.com
Bollinger Trade X is an EA based on Bollinger Bands.
Bollinger parameters such as Sell & Buy Period, Deviations, Bands Shift, Candlestick Index, and Shift can be adjusted.
Bollinger Trade X applies BTN TECHNOLOGY's state-of-the-art intelligent technology to help you create optimal results for your trades.
May your dreams come true through Bollinger Trade X.
Good luck.
=== Inquiries ===
E-Mail:support@btntechfx.com
Golden Cross Trade X is an EA based on Golden Cross. Golden Cross parameters such as BuyMovingAveragePeriod1, BuyMovingAverageMAShift1, BuyMovingAverageShift1, BuyMovingAveragePeriod2, BuyMovingAverageMAShift2, BuyMovingAverageShift2, SellMovingAveragePeriod1, SellMovingAverageMAShift1, SellMovingAverageShift1, SellMovingAveragePeriod2, SellMovingAverageMAShift2, and SellMovingAverageShift2 can be adjusted. Golden Cross Trade X applies BTN TECHNOLOGY's state-of-the-art intelligent technology
ADM Trade X is an EA based onAverage Directional Movement Index. Average Directional Movement Index parameters such as BuyPeriod1, BuyShift1, BuyPeriod2, BuyShift2, SellPeriod1, SellShift1, SellPeriod2 and SellShift2 can be adjusted. ADM Trade X applies BTN TECHNOLOGY's state-of-the-art intelligent technology to help you create optimal results for your trades. May your dreams come true through ADM Trade X. Good luck. === Inquiries === E-Mail:support@btntechfx.com
Parabolic SAR Trade X is an EA based on Parabolic SAR. Parabolic SAR parameters such as Step1, Maximum1, Shift1, CandlestickShift1, Step2, Maximum2, Shift2, and CandlestickShift2 can be adjusted. Parabolic SAR Trade X applies BTN TECHNOLOGY's state-of-the-art intelligent technology to help you create optimal results for your trades. May your dreams come true through Parabolic SAR Trade X. Good luck. === Inquiries === E-Mail:support@btntechfx.com
GMMA Trade X is an EA based on GMMA. GMMA parameters such as MovingAveragePeriod1-24, MovingAverageMAShift1-24, MovingAverageShift1-24 and CandlestickShift1-24 can be adjusted. GMMA Trade X applies BTN TECHNOLOGY's state-of-the-art intelligent technology to help you create optimal results for your trades. May your dreams come true through GMMA Trade X. Good luck. = == == Inquiries = == == E-Mail:support@btntechfx.com
CCI Trade X is an EA based on Commodity Channel Index. Commodity Channel Index parameters such as BuyShift, SlowEMA, BuyPeriod, BuyValue, SellShift, SellPeriod and SellValue can be adjusted. CCI Trade X applies BTN TECHNOLOGY's state-of-the-art intelligent technology to help you create optimal results for your trades. May your dreams come true through CCI Trade X. Good luck. === Inquiries === E-Mail:support@btntechfx.com
Ichimoku Trade X is an EA based on Ichimoku Kinko Hyo. Ichimoku Kinko Hyo parameters such as Tenkansen1, Kijunsen1, SenkouSpanB1, BuyShift1, Tenkansen2, Kijunsen2, SenkouSpanB2, BuyShift2, Tenkansen3, Kijunsen3, SenkouSpanB3, SellShift1, Tenkansen4, Kijunsen4, SenkouSpanB4 and SellShift2 can be adjusted. Ichimoku Trade X applies BTN TECHNOLOGY's state-of-the-art intelligent technology to help you create optimal results for your trades. May your dreams come true through Ichimoku Trade X. Good lu
Awesome Trade X is an EA based on Awesome Oscillator.
Awesome Oscillator parameters such as BuyShift, BuyValue, SellShift, and SellValue can be adjusted. Awesome Trade X applies BTN TECHNOLOGY's state-of-the-art intelligent technology to help you create optimal results for your trades.
May your dreams come true through Awesome Trade X.
Good luck.
=== Inquiries ===
E-Mail:support@btntechfx.com
Black Leopard indicator is a trend indicator which will compliment any strategy.
Features The movement direction of the moving average is indicated by the colors (blue for upward slope, red for downward slope) It does not change color after the candle close. It works on many instruments like forex, metals, stocks, indexes... and on all timeframes Alert function included : email alert, sound alert, and push notification.
Indicator parameters Period: the averaging period Price: type of price u
Monkey EA is fully automatic Expert Advisor for trading on GBPUSD . It based on Exponential Moving Average and Bollinger Bands. Monkey EA has been tested from year 2003 to March 2021 . You can download the demo and test it yourself. My test used the real tick data with 99,90% accuracy. I made Monte Carlo test with 200 simulations used too. Monkey EA offers hight profit factor and small drawndown . All trades are covers by TakeProfit and StopLoss ! Doesn't use Martingale or other dangerous star
Feature
No Martingale, grid trading or averaging in this EA. Logic is original,sound and robust. Augmented by machine learning.
Fixed Stoploss and Takeprofit = Safe. Win rate is 99%. ProfitFactor is over 5.
One trade at a time.
The Ultimate EA Finally,the EA with real edge has come to MQL5 Market.
This EA is easy to use.No Optimization is needed.
Currency Pairs
This EA works on USDJPY. On strategy tester and live trading,choose symbol "USDJPY".
Parameters Parameter name
Description
LotsMet
Indotrend is a Smart indicator to detects the Trend and also view support & resistance, multiple timeframe to get validate the trend. it can be use for Forex,Index,Metal,Stock and Crypto. Parameters: Alerts - show popup alert message on Metatrader Hi Lo H1 Timeframe - Show LIne Hi/Low Price base on H1 timeframe Show Fibonaci level - Show Fibonaci retracement level
Show Support Resistance, - Show Support & Resistance H1 timeframe.
FREE
Простой, но эффективный, эксперт. Основан на работе трёх стандартных индикаторах MACD,WPR, BB. Вы можете менять настройки индикаторов. Дополнительно есть сеточная стратегия с мартингейлом, которая отключается по Вашему желанию. Вы можете подобрать настройки под свою стратегию. Есть функция торговли в обе стороны одновременно, при использовании сеточной торговли на каждый ордер открывается своя сетка Во вкладке "обсуждение" вложены настройки для пары eur/usd
Простой, но эффективный, эксперт. Основан на работе семи стандартных индикаторах Вы можете менять настройки индикаторов. Дополнительно есть сеточная стратегия с мартингейлом, которая отключается по Вашему желанию. Вы можете подобрать настройки под свою стратегию. Есть функция торговли в обе стороны одновременно, при использовании сеточной торговли на каждый ордер открывается своя сетка/ Для каждого инструмента нужно подбирать настройки, если Вам трудно найти настройки, то напишите мне и я помог
MetaTrader市场是独有的自动交易和技术指标商店。
阅读MQL5.community用户备忘更多地了解我们提供给交易者的独特的服务:复制交易信号,自由职业者开发的自定义应用程序,通过支付系统完成的自动付款和MQL5云网络。
您错过了交易机会:
- 免费交易应用程序
- 8,000+信号可供复制
- 探索金融市场的经济新闻
注册
登录