the exp_tdi-2_reopen trading system based on the intersection of indicator lines, with adding to trend-following positions. the signal is formed when a bar is closing if the indica...
the expert advisor uses the following indicators: ichimoku, ma, sar. optimized for currency pairs: gbpusd and eurusd with the m30 timeframe. the full description is available in co...
10 pips per day opposite to the "yesterday's trend".is it possible to make 10 pips a day? the question is not new, but it is very interesting for me being a beginner. as i have see...
opens a sell position on each bar, if close of the 1st bar > close of the 3rd bar. opens a buy position on each bar, if close of the 3rd bar > close of the 1st bar.if you wan...
modification of stoploss of any positions. trailing. trailing.the trading robot can be applied to any symbol window. it tracks all open positions and works with each profitable pos...
the expert advisor is based on the following indicators: rsi, wpr, stochastic, moving average, demarkerattention! it is designed for use on the h5 period!testing from 2016.01.05 to...
the "mql5 wizard ma rsi"expert advisor has been generated using the based on the signals of the and of the .the expert advisor only works at moment of new bar emergence://--- input...
the expert advisor idea is based on the constant change of trade direction depending on the takeprofit, stoploss and trailingstop levels.positions are opened in stages, in the dire...
an assessment is made based on the values of five indicators (gator, wpr, ac, demarker and rsi). uses trapezoidal membership functions. before sending a trade request, it checks if...
the strategy is based on two indicators: adx and ma, and the close of the first bar. also, different takeprofit, stoploss and trailing levels are used for buy and sell.eurusd,h1:...
the trading strategy uses two ma indicators, one atr and one cci.the value of the atr indicator is used when calculating the stop loss level.the ra uses lot calculation based on th...
the strategy uses two indicators moving average, ma with different periods, commodity channel index, cci and williams’ percent range, %r.launch the ea on timeframes higher than m30...
trading system using the indicator. the signal is formed when a bar is closing if there is change in cloud color.place ibs_rsi_cci_v4.ex5 compiled file to the <terminal_data_fol...
an example of receiving the high and low prices of bars over the past 24 hours.hot keys:the "h" key (case insensitive) — find the high pricethe "l" key (case insensitive) — find th...
the trading system is based on direction changes of the . sell when the oscillator changes direction from rising to falling, buy when direction changes to rising. the signal is f...
in many cases, when static stop loss and take profit are not enough, because it is unknown how long the trend will last, but the trend and the nature of price change are known. a s...
what's new in v.0.01:added possibility to choose operation time interval using startdate and stopdateadded possibility to work with a stretched martingale...
bollinger bands as support & resistance using pending orders:it will use the upper bb edge as sell pending order & lower bb edge to place the buy pending order. the central...
attention! the expert advisor will only work on the m15 timeframe!short-term trends. the expert advisor uses two ima indicators and one istochastic.system rules:compare the moving ...
this is another kind of martingale, because the expert advisor tries to fight back, expecting that the losing series will be replaced by a winning series.expert advisor input param...
before opening\closing a position, a simple market analysis is performed, which determines the support\resistance levels, as well as the trend direction — bullish or bearish.suppor...
the idea is based on the indicator. the expert advisor performs a sell or a buy operation when an arrow appears.you can configure to perform one or multiple trades at a time.recomm...
the expert advisor opens a deal in the breakout direction — the breakout level should be set manually. it is possible to configure the ea to trade only buy or only sell:breakout is...
the expert advisor shows an example of how to solve the following problem: how to determine the moment when a pending order has triggered?how the expert advisor works: in the () fu...
the exp_chandelexitsign_reopen trading system based on the signals of the indicator with trend following scaling. the signal is formed when a bar is closing if a colored indicator ...
condition to open buy: if the value of the first ma is greaterthan the second ma on the first bar, and the current price has broken the lowof the last six bars:condition to open bu...
the exp_ttm-trend_reopen trading system based on the signals of the indicator with trend following scaling. a trade signal is formed at the bar closure, if a colored bar appears, w...
the exp_cgoscillator_x2 trend trading system based on the signals from two indicators. the first indicator determines the direction of the slow trend based on the position of the m...
the exp_xosignal_reopen trading system based on the signals of the indicator with trend following scaling the signal is formed when a bar is closing if a colored indicator arrow ha...
the exp_ibs_rsi_cci_v4_x2 trend-following trading system is based on the signals of two indicators. the first indicator determines the direction of the slow trend based on the posi...
trading system based on the signals of the indicator. a signal is generated at the close of a bar if a colored indicator candlestick appears.the expert advisor uses the compiled in...
input parameters stop loss — the stop loss price level% risk — percentage of risk per trade based on the free marginreverse level cci(100) — the value of the cci(100) indicator, cr...
trading system based on the signals of the indicator. a signal is formed at the close of a bar, if the direction of the indicator histogram has changed.the expert advisor uses the ...
the expert advisor is based on the intersection of two moving averages. take profit and stop loss levels are virtual. the parameters of the indicators are hard coded and cannot be ...
all parameters of the expert advisor are calculated on the basis of a random number generator, including the position direction, stop loss and take profit. lot is calculated based ...
trades only the following symbols:"audcad""audjpy""audnzd""audusd""chfjpy""euraud""eurcad""eurchf""eurgbp""eurjpy""eurusd""gbpchf""gbpjpy""gbpusd""nzdusd""usdcad""usdchf""usdjpy"tr...
the expert advisor is based on the adx wilder and ichimoku kinko hyo indicators. lot is calculated based on risk percentage of margin.regarding the choice of the timeframe:the adx ...
a multi-currency expert advisor that opens a market position (either buy or sell) at the user defined time. you can also set to close the position at a particular time, select curr...
the implementation of the macd pattern "trend continuation".brief description of the strategy:time-frame: h1symbol: eurusdvolume: 0.1 лотindicators: macd 12, 26, 9.searching for a ...
the advantage of the expert advisor is that it can confidently move into positive direction. its main disadvantage is the drawdown.the idea is: trade eurusd. the average price chan...
an expert advisor based on the indicator. the chart layout in x-points reversal. a high-quality zigzag based on hilo.fig.1 the rpoint indicatorresults for the six months on the h3...
using#include <movingaverages.mqh>we average the array of values of the irsi indicator.we also get the values of two imas — the fast and the slow one.the "reverse" parameter ...
the expert advisor is configured to trade usdjpy on the h1 timeframe.the ea uses two moving averages, one macd and one cci. ontradetransaction is used to receive position opening t...
the exp_ssl expert advisor is based on signals of the indicator. a trade signal is formed at the bar closure, if there is a change in the indicator color.the expert advisor uses th...
a trade strategy based on the rsi indicator. checks if there is enough money before opening a position.initial check:to open buy: rsi on bar "1" < 45to open sell: rsi on bar "...