two identical trading systems based on the change in the color of the indicator cloud for long and short trades, which can be configured in different ways in one expert advisor. fo...
a trading system based on indicator signals with the possibility to set a fixed position holding time. a signal is formed at a bar closing moment, if the indicator color has change...
the expert advisor was inspired by the forum topic requests & ideas (mql5 only!), comment .description of the system the expert advisor only performs actions on a new bar (calc...
a trading system based on indicator signals with the possibility to set a fixed position holding time. a signal is formed at the close of a bar, if the direction of the indicator m...
works on a new bar. the nearest vertex of the zigzag indicator is found:vertex at the bar high means a signal to open buy and to close all existing sell positions. vertex at the ba...
the expert advisor is only designed for manual trading. the ea sets stop loss and take profit for positions and pending orders on the current symbol. it also has trailing stop and ...
the expert advisor is based on the channel indicator .the strategy is simple:if the close price of the candlestick specified in settings (1 by default) is above the upper channel b...
the expert advisor trades based on the indicator . compile the indicator and add it to [data folder]\mql5\indicators\.configuring time interval for trading:intraday trading (start ...
expert advisor signals are based on the common intersection of two ma lines. these are signals of the indicator:if the ma of the current timeframe crosses the ma line of the higher...
the expert advisor uses the indicator.the strategy is simple:the mode of trading based on channel borders: if the low price of the first bar has crossed or touched the lower borde...
the expert advisor manages buy and sell positions (applies trailing stop) and sets pending buy stop and sell stop orders.parameters fixed lot- the pending order lot is not calculat...
a simple expert advisor the ea opens a position of the specified type at the time specified in the ea parameters. the position is closed at the time specified in the appropriate pa...
this non-trading expert advisor is designed for the simple trailing of take profit orders of open positions.the ea only works on hedging accounts. principle of operation: when a ne...
the ea opens and closes positions with a minimum lot every interval of opening and closing positionsminutes. the position type is determined as follows:if the random number generat...
the expert advisor places pending buy stop and sell stop orders at a distance of initial indentation. the max spreadparameters is also taken into account: if the current spread exc...
the rules of the trading system are as follows:a signal to open buy: sar on bar 1 is less than the close of bar 0, sar on bar 1 is less than sar on bar 0, rsi on bar 0 is greater t...
an intersection of two moving averages based on the data of two bars is searched for generating a signal:the number of the current bar can be specified in trade bar: either bar #0o...
the expert advisor works with one position (can be used on netting accounts). the direction of a new open signal is calculated depending on the direction of the last closed positio...
this non-trading expert advisor is designed for the simple trailing of stop loss and take profit orders of open positions.the ea only works on hedging accounts. principle of operat...
the expert advisor checks two parameters: the profitability of the last closed trade and the account balance.attention: works only on "eurusd"! input parameters stop loss (in pips)...
all indicators have hard coded parameters, including the timeframe: "h1". therefore, it is recommended to run the expert advisor on the h1 timeframe and on the eurusd symbol. you c...
an mql5 implementation of the adaptive expert advisor.general theory of trading (gtt): in order to make profit, trade your own function synchronized with the market.the attached ex...
the main principle of the ea operation is as follows: a market entry signal emerges when both indicator lines have the same sign, and an exit signal emerges when the lines become d...
trailing stop break-even, which is also the trailing step parameter, so it cannot be equal to 0. the operating algorithm: the ea tries to move a position to breakeven first and the...
the expert advisor searches for n identical candlesticks in a row. it buys on bullish candlesticks and sells on bearish ones. the ea checks if the account is netting or hedging. th...
when a signal emerges, an opposite position is closed. the ea can also close half of the position (the profit for closing half of the positionparameter), as well as move a position...
the expert advisor uses the indicator of thirty popular candlestick patterns: .several trading types can be used for opening positions. positions of the set type are opened for eac...
what's new in version 2 the ea now allows setting two time intervals, inside which positions can be opened; it also allows setting the days of the week when opening of positions i...
the expert advisor is based on the indicator.the calculation period of the indicator is constantly increased starting from the intersection of its line with the price until the nex...
the expert advisor uses the ifractals indicator signals to place pending buy stop and sell stop orders and trail the stop loss levels of positions. a condition to place a buy stop ...
the expert advisor calculates the nearest upper and lower "round" price depending on step of the "round" number(to see how the calculation of the "round" price is performed, commen...
buy position opening rule:tenkan-sen on bar #1 < kijun-sen on bar #0 andtenkan-sen on bar #0 >= kijun-sen on bar #0 andclose of bar #0 > senkou span b on bar #0 the follow...
the expert advisor places pending buy stop and sell stop orders. to place an order, the ea searches for the highest and lowest price within the given range of bars (set to 80 in th...
the expert advisor opens two opposite positions at the moment of formation of a bar.one of the positions should be closed with stop loss, and the other one should close with profit...
it is a semiautomatic expert advisor. it opens a position at the intersection of the lines drawn on the symbol chart.four types of lines are supported trendline trendline by angle...
the expert advisor trades based on the signals of two ima (moving average, ma) indicators (one of which has a hard coded 'period' parameter set to d1) and one isar (parabolic sar)....
the expert advisor determines the trend based on the last three formed bars.the trader can set time, during which the ea will analyze the previous three bars before that time, and ...
the expert advisor places pending buy stop and sell stop orders.the ea searches through an array of the last 100 bars for the prices to be used for pending orders. the price of the...
the stop loss value of an open position changes when the following conditions are met:the value of parabolic sar at index 1 is greater/less than the open price (for buy and sell tr...
the expert advisor opens no more than one position per day. conditions for opening a position are checked at the specified time. the ea searches for the highest high priceand the l...
the expert advisor searches for position opening conditions only on a new bar (performs operations at the moment of new bar emergence), while virtual profitis controlled on every t...
the expert advisor places a grid of pending buy stop and sell stop orders. when the profit reaches or exceeds profit purpose, all positions are closed and all pending orders are de...
the expert advisor works in a channel drawn by the indicator.the indicator itself is not required for the ea operation, since its data are calculated inside the ea.the ea trades on...
a further development of .an expert advisor based on the ibands (bollinger bands) indicator. when a signal is received, the ea closes opposite positions (see 'features' for details...
universal trailing of positions and pending orders. the expert advisor can also open positions and place pending orders.the ex can:trail stop levels for orders of any type (market ...