the 20prexp-3 expert advisor is based on the intraday volatility breakthrough system. it additionally uses volume filters and the parabolic sar indicator. exit strategy: using a tr...
strategy: n bars up and one bar down. trailing. lot calculation based on the risk value as a percentage of free margin.examples:if the condition is met, open a sell position....
the system is not mine, it was described by chuck lebo and david lucas.this ea uses the following purchase rules:1. ma_long should go up - this is a filter.2 the closing price must...
we look for n identical candles in a row. if the found candles bull — we buy if bear — we sell.input parameters:n identical candles which go in a row lottake profit (in pips)stop l...
hedge the hedgetrader was developed to hedge the normal hedge(eurusd hedged with usdchf). pairs-trading, at times, has heavy dd. this trading strategy tries to hedge the hedgeto re...
the expert advisor closes all the current symbol positions opened on the account, if the current server time has exceeded the time limit specified in the input variables....
the expert advisor closes all positions opened on the account, if the current server time has exceeded the time limit specified in the input variables....
the expert advisor is based on the indicator with the same name . lot is calculated based on the risk value as a percentage of free margin.attention: in this expert advisor, it is ...
a list of all positions. an example of working with cpositioninfo.the following can be displayed on the screen:positions of all symbols;positions of the current symbol;positions fo...
the strategy is based on the indicator.when the price breaks through the channel, a position is opened in the direction opposite to the price movement. if the price breaks through ...
the ea searches for n identical candlesticks in a row. if the found candlesticks are bullish, it buys. i they are bearish, the ea sells.settings:n identical candles in a rowlot siz...
the expert advisor tracks the breakout of horizontal lines and generates a signal after the completion of the breaking candlestick.operation principles the expert advisor does not...
the exp_stochastic_chaikins_volatility expert advisor is based on the indicator color change. the signal is formed when a bar is closing if there is change in cloud color of the in...
the expert advisor calculates the maximum lot size that can be used to open a position using the entire free margin available on the deposit. the calculated value is displayed in t...
trading based on preset candlestick combinations (patterns), using take profit and stop loss.candlesticks are marked as "1" (bullish) and "0" (bearish):the desired combination of c...
when a position is closed (exit from the market, reversal or a close by operation), a sound is played.a sound alert is selected from the standard terminal package:version "1.002":a...
the exp_xfatlxsatlcloud trading system is based on change of the trend direction displayed by the indicator. the signal is formed when a bar is closing if there is change in cloud ...
shows an appropriate value for the last three bars on each timeframe: "1" if the bar is bullish, and "0" if the bar is bearish.inputs:backgroundbackground alphatext colortext alpha...
the exp_kolier_supertrend_x2 trend trading system based on the signals from two indicators. the first indicator determines the direction of the slow trend based on the line color. ...
analyzes bars whose opening time (hour and minute) is equal to the current bar opening time. lit increase, if the previous trade was closed with a loss. closing (forced) on a new b...
a trading strategy based on rsi and bollinger bands. bollinger bands is calculated using the rsi indicator handle. trailing stop is determined using the sar indicator (parabolic sa...
all information about the current symbol (information from the csymbolinfo class object is used) represented as a dialog panel. csymbolinfo. cdialog.mqh. clistview.mqh...
the ea waits for a tp or sl to trigger, and then opens a position in the opposite direction. it checks if there is enough money before sending a trade request. ontradetransaction.f...
features works on a new bar; the number of positions is not limited; if a buy signal is received, all sell positions are closed; if a sell signal is received, all buy positions ar...
the exp_totalpowerindicatorx expert advisor is based on the signals generated by the oscillator. it also provides the possibility to set a strict trading time interval.a trade sign...
the exp_percentagecrossover expert advisor is based on the change of the color, and provides the possibility to set a strict trading time interval.a trade signal is formed when a b...
the ea trades based on the fractals indicator. it only trades at the emergence of a new bar. lot calculation: percentage of free margin. when an upward fractal is found, a sell sig...
the ea trades in the specified time interval. it takes into account high and low within a certain number of bars. the ea includes protection against the "not enough money" error.hi...
the trading system is based on the indicator signals. a signal is formed when a bar is closing, if a colored bar has occurred, while the previous bar had the opposite color or no c...
the exp_colorjfatl_digit_tm expert advisor is based on the indicator signals and provides the possibility to set a strict trading time interval.a trade signal is formed when a bar ...
the exp_colorxmuv_tm expert advisor is based on the ma signals and provides the possibility to set a fixed trading time interval.a trade signal is formed when a bar is closing, if ...
added: the call to ima has been replaced by a call to icustom . in the tester (in the visual mode) or when attached to a chart, the ea visualizes the moving average indicators in d...
trades without setting take profit and stop loss levels (these levels are calculated virtually).buying:if there are no buy positions if there are buy positions, and the open price ...
the trading system is based on the indicator signals. a signal is formed at the close of a bar, if a large colored star has appeared.the expert advisor uses the compiled indicator ...
the trading system is based on volatility compression. an entry signal is generated when the market forms a smallest candlestick over a certain number of bars.entry signal generati...
the ea trades based on the "bullish and bearish engulfing" pattern.inputs:bullish engulfing — the type of the position that should be opened when there is "bullish engulfing"bearis...
the eveningstar expert advisor trades the "evening star" pattern. the below image shows an example of operation of the underlying indicator, while the ea does not draw anything on ...
the exp_xroc2_vg_digit_tm expert advisor trades based on signals generated by the oscillator. it also provides the possibility to set a strict trading time interval.a trade signal ...
the exp_xroc2_vg_x2 trend-following trading system is based on the signals generated by two indicators. the first indicator determines the direction of the slow trend based on the ...
the expert advisor searches for n identical candlesticks in a row. it buys on bullish candlesticks and sells on bearish ones. the cpositioninfo, ctrade and csymbolinfo classes are ...
this simple system is based on the crossover of two mas.buying if the fast ma crosses the slow one upward. selling if the fast ma crosses the slow one downward.closing at an opposi...
the expert advisor trades based on signals generated by stochastic oscillator. averaging. a limited number of positions. trailing.inputs:lots take profit stop loss (in pips) traili...
the expert advisor searches for n identical candlesticks in a row. it buys on bullish candlesticks and sells on bearish ones. the account type is taken into account, i.e. whether i...
the expert advisor uses two zigzag indicators for analysis: a smaller zigzag with parameters (13.5,3) and a larger zigzag with parameters multiplied by eight: (13*8,5*8,3*8)to make...
trading strategy: the breakout of a high/low in the selected time interval. to recover losing positions, the ea uses the "nevalyashka" strategy and a martingale technique to increa...