idea by: .mql5 code by: .the ea is debugged to work with eurusd and on h1 only in the quietest hours (upon closing the american session and before opening the asian one).input para...
idea by: .mql5 code by: .the ea trades on several candlestick patterns. for positions buy and sell, there must be the separate settings of take profit, stop loss, and trailing. the...
idea by: .mql5 code by: .the ea analyzes four parameters:value of the main line of macd on bar #1(macd_main_1) value of the signal line of macd on bar #1(macd_signal_1) value of in...
a trading system based on the signales of indicator the signal is formed when a bar is closing if the indicator has crossed the overbought/oversold level and got into the relevant ...
idea by: .mql5 code by: .an ea without using any custom indicators; positions are opened pseudorandomly. the ea can show the current statistics in two languages:trailing modifies t...
idea by: .mql5 code by: .working with pending orders buy stop and sell stop. a channel of two indicators ima (moving average, ma).input parameters take profit- take profit;trailing...
idea by: .mql5 code by: .a modified ea from the standard delivery: mql5\experts\examples\moving average\moving averageparameters "stoploss" and "takeprofit" are added. moreover, if...
in developing it, we were inspired by code . however, the code below is only based on the idea, while absolutely all implementation is in mql5 and on new trading classes.trading pa...
two identical trading systems based on the signals of , which can be configured in different ways within one expert advisor. for this purpose, all input parameters can be divided i...
idea by: .mql5 code by: .the ea opens trades at the intersection of the fast and the slow mas. it closes trades if there is a reverse signal.if the close lossesoption is enabled, t...
idea by: .mql5 code by: .the ea waits for breaking down any timframe from 1 minute through 1 month. bar #1 is checked for breakdown at a specified timeframe breakdown previous cand...
idea by: .mql5 code by: .the ea closes all positions (for any symbol and with any magic number), if the equity reaches a certain ratio as related to the balance.it has only one inp...
idea by: .mql5 code by: .the ea trades based on indicator stochastic. take profit and stop loss levels can be disabled (the value "0" is set in properties). the size of a position ...
a trading system based on the signals of indicator . the signal is formed when a bar is closing if the indicator cloud color changes.for the generated ea to operate correctly, the ...
idea by: .mql5 code by: .the ea trades on two indicators ima (moving average, ma) and one irsi (relative strength index, rsi). decision on trade signals is only made when a new bar...
the exp_candlesticksbw_tm expert advisor is based on the color change of the candlesticks and allows strictly define the trading time interval.a trade signal is formed when a bar i...
two identical trading systems (for long and short positions) based on the signals of indicator , which can be configured in different ways within one expert advisor. for this purpo...
a trend-following trading system exp_sinewave2_x2 is based on the signals of two indicators the first indicator determines the direction of the slow trend based on the position of ...
idea by: .mql5 code by: .the ea works only when a new bar appears. only one input is needed - the lot size: either a permanent lot size (parameter "lots" is above zero and paramete...
idea by: .mql5 code by: .an expert advisor based on two oscillators: imacd (with adjustable timeframe) and istochastic taken on the current timeframe. the main idea is that the mac...
idea by: .mql5 code by: .the ea is based on indicator ima (moving average, ma) with timeframe d1.you can increase your positions (set parameter "increase positions" to "true"), but...
idea by: .mql5 code by: .the ea only operates when a new bar appears on timeframe working timeframe. indicators are also taken from timeframe working timeframe. the ea itself must ...
idea by: .mql5 code by: .a trading system that only trades on resverse and from thursday to friday only.inputs lots- position volume (lot size is set manually, trading with a const...
idea by: .mql5 code by: .you need trading in the opposite trend? when trading manually or using another ea, utility ees hedger can instantly open opposite positions in a manner spe...
idea by: .mql5 code by: .a trading strategy based on working with a "fan" of moving averages (three timeframes, five moving averages on each). the ea is designed to work on gbpusd,...
trend-following trading system exp_absolutelynolaglwma_x2 is based on the signals of two indicators . the first indicator determines the direction of the slow trend based on the li...
the ea uses indicator (the indicator must be in the mql5\indicators\myind\ folder)inputs lots (or "lots">0 and "risk"==0 or "lots"==0 and "risk">0) - constant lot size risk ...
trend-following trading system exp_colorx2ma_x2 is based on the signals of two indicators . the first indicator determines the direction of the slow trend based on the line color. ...
a trading system using oscillator with the option of strictly setting a trading time interval.a trade decision is made when the histogram changes direction, at the breakthrough of ...
expert advisor exp_blautvi_tm is based on the signals of trend-following indicator , with the option of setting a strict trading time interval. the signal is formed when a bar is c...
idea by: .mql5 code by: .operation algorithm searching for a signal within the interval from bar "0" to depth of search.buying:rsi must be below 30; the price must reach the lowest...
a trading system using oscillator . signal is formed when a bar is closing, if the oscillator color changes from any of many red or green variances for the opposite one. positions ...
idea by: .mql5 code by: .the ea only operates when a new bar appears: it compares the tick volumes of the first and the second bar. block for making decisions:if the tick volume of...
a trading system based on the signals of the indicator. the signal is formed when a bar is closing if there is a change in the oscillator direction.for the ea to operate correctly,...
idea by: .mql5 code by: .the ea uses custom indicator :separate stop loss, take profit, and trailing are used for buy and sell positions.inputs maximum risk in percentage- lot size...
trend-following trading system exp_wami_cloud_x2 is based on the signals of two indicators . the first indicator determines the direction of the slow trend based on the position of...
a trading system based on the indicator signals with the possibility to set a fixed position holding time. the signal is formed when a bar is closing if there appears a caudate can...
a trading system based on the signals of indicator . the signal to open a trade is formed when a bar is closing, if the trend direction changes, which is determined by the indicato...
trend-following trading system exp_xperiodcandle_x2 is based on the signals of two indicators . the first indicator determines the direction of the slow trend based on the color of...
idea by: .mql5 code by: .indicator is used:the expert advisor works in two timeframes: indicator resistance & support is constructed on the current timeframe, while object fibo...
an unorthodox approach to indicator macd: the ea calculates the indicator's area displayed above and below zero line.depending on parameter "reverse signal", either buy or sell pos...
idea by: .mql5 code by: .the ea waits for the candlestick size to become higher than or equal to "candle size minimum" within "the position can be opened within n minutes" minutes....
idea by: .mql5 code by: .it opens four positions with different take profit levels. as soon as one of the positions is closed by take profit, the other positions will be moved to b...
two independent trading systems using indicators and absolutelynolaglwmafor the generated ea to operate correctly, the compiled files of indicators braintrend2_v2.ex5and absolutely...
two independent trading systems using indicators and within one ea. signals to open trades by trading systems are formed when a bar is closing, if the trend has changed, displayed ...
two independent trading systems using indicators and within one ea. signals to open trades by trading systems are formed when a bar is closing, if the trend has changed, displayed ...
idea by: .mql5 code by: .an expert advisor based on cluster indicatorstop loss, take profit, and trailing levels in true points. for instance, parameter 500 means 0.00500 for a fiv...
idea by: .mql5 code by: .the ea uses indicator iadx (average directional movement index, adx), places stop loss and take profit, and can enable trailing of your positions. two main...