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...
this is a not big assistant for trading with limit orders.its meaning is that if you want to place two limit orders on both sides of the price, you will have to wait until one of t...
this expert advisor is using the macd indicator to open trades.it works on any symbol and support 5 and 4 digits brokers.the exits are based on fixed stop loss and take profit valu...
adx expert is based on adx indicator and can be traded on every tradable symbol.the expert is trading fixed position size, and has fixed stop loss and take profit.inputs lot size ...
this ea will monitor the net profit of a currency basket and close all positions when the specified profit has been acquired. it does not matter which chart you run the bot on, all...
zone recovery is an advanced hedging system. when the market goes against you by certain number of pips, you open an opposite trade by a trade with slightly bigger lot size.if the ...
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 ea uses two modes of martingale strategy:strategy 1 the ea enters trades according to the price that is above or below moving average. if we lose a trade then the ea will take ...
ea is run say once every minute and writes the status of isconnected, spread, stop and freeze level to a file.parameters i_recordperiodinminutes- in minutes, how often the spread e...
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 ...
the expert advisor uses the indicator. limitations: no more than one position can exist in the market, the next position can be opened not earlier than in 24 hours.donchian channel...
the expert advisor demonstrates the use of from the script, which enables automatic switch to a new futures before expiration. the ea opens a position of the appropriate volume on ...
the expert advisor determines price consolidation levels. consolidations are visually displayed as horizontal lines on a chart, forming a kind of a channel. the two upper lines (gr...
the ea determines whether or not to enter a position based on the random number generator. it has eight gradations: the poker combination numberparameter:straight-flush → 127; quad...
the expert advisor compares the values of five moving averages (with period 10, 20, 50, 100 and 200). when the lines of all five indicators get arranged one above the other:ma(10) ...