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 "...
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....
this ea opens a grid of buy stops and sell stops at a specified distance from price. it is not a fully automatic ea. you need to reset it once a while.features startinglot increas...
description this is an example for heiken ashi candles.only uses pending orders (buy-limit & sell-limit). hedging is possible (by using different magic numbers). filter is poss...
this expert will duplicate a trade with the preset lot multiplier on the same account. no cross-account functionality, trades only on the same account. can be synced on a virtual h...
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...
this ea calculates the strength of various currencies according to the percentage change in a day from the opening of the candle. if some currency is very strong or very weak, it w...
trailing stop allows you to automatically protect the profits with your positions. it adjusts itself according to the current market rate and the amount of pips you give it to trai...
the "test_chartevent.mq4" expert advisor is an example demonstrating the various types of chartevent: keyboard keys events, mouse click & move events, custom events. you can pr...
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...
this is a simple ea based on and indicators found in the market. this ea is for educational purposes only and does not guarantee any profit.ea rules the following are the rules of ...
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...