a trading system based on the indicator signals. the trade signal is formed when a bar is closing if the color of the indicator bar has changed.the expert advisor uses the compiled...
a trading system using the price channel principle. position open signals are formed on the second bar after the price moves above or below the channel borders. trade should be per...
description of generation of position open signals:stoh_main_1 - the value of stochastic oscillator on bar #1. inpstochasticlevel - input for stochastic level. ac_1 - the value of ...
we open a new position opposite to the previous one. inputs only contain stop loss, take profit and the minimum lot.the stop loss and take profit parameters should be optimized.exa...
the strategy is based on the zigzag indicator and pending orders.the code idea first appeared in the forum topic (in russian).the general principle of the "last zz50" strategy:in t...
this assistant tool sets stop loss and take profit for all open orders. symbol settings, position type, stop loss and take profit are specified in an external file.requirement for ...
trading based on a random number generator or in one of the following sequences: buy - sell - buy or sell - buy - sell.at first glance it may seem that the sequences "buy - sell - ...
the expert advisor's trading is focused on the panic caused by the releases of important economic indicators in the forex market: we analyze the candlestick's high-low and open-clo...
opening a position opposite to the closed one, with the same volume. it works for any symbol and any magic number.for example, we have an open audusd buy 0.01 position. once this p...
a trading system based on the indicator signals. a signal is generated at the close of a bar if a colored indicator arrow has appeared.the expert advisor uses the compiled indicato...
the expert advisor uses burg's method for linear prediction. linear prediction is based on finding future values as linear functions of previous values. suppose we have the x[0]..x...
the expert advisor sets a grid of pending orders above and below the current price.the ea algorithm is as follows: if there are no pending orders and no positions, the ea sets five...
the expert advisor works with pending orders: it sets buy stop and sell stop at the specified time. pending orders are set with the stop loss. the ea uses virtual take profit, i.e....
the expert advisor opens positions at the specified time. you can set separate permissions for opening buy and sell positions. you can also configure the ea to close positions at a...
the ea trades using the signals of the following indicators: istddev (two indicators), imacd, icci, iatr.indicators parameters:as you can see, the timeframes of indicator are hard-...
trading strategy after a losing trade, the МТ45 ea opens the next trade with a higher lot.the first deal is always a buy operation, after that positions alternate, i.e. buying-sell...
the expert advisor tracks the signals of the indicator on three timeframes m1, m5, h1.attention: by default it is assumed that the compiled indicator is available in [data folder]m...
the expert advisor allows trading based on the istochastic (stochastic oscillator) indicator signals four financial symbols at a time. symbol names, as well as stop loss and take p...
a trading system based on the indicator signals.note in order to provide conditions for the ea operation, you should add the compiled indicator file to [data folder]\mql5\\indicato...
the flat channel ea trades breakouts of the flat channel. when a flat channel is found or when the market slows down, the ea places a pending order expecting the channel breakout. ...
the harvester expert advisor closes a half of the profitable position when the following condition is fulfilled: the distance between the current position price and the position op...
a trading system based on the alligator indicator. if possible, the ea moves positions to breakeven and then enables trailing stop.buy signal:sell signal:...
the expert advisor tries to take losing positions to profit. it locks positions.it is important to configure minimum profit (the "profit percentage" parameter) appropriate to your ...
the ea executes trading operations at the opening of the bar, and does not work inside the bar (does not analyze ticks).the "e-skoch pending orders" expert advisor places stop orde...
input parameters n-seconds ago- the number of seconds to record price movement.step (in pips)- step value.lots- position volume.stop loss (in pips)- stop loss value.take profit (in...
the expert advisor uses two indicators, including (moving average convergence/divergence, macd) and (stochastic oscillator). no more than one position per bar can be opened. it use...
it is a dream of mine to have a robot that optimized itself, that way i would know that it was always working with the best values. this is my humble attempt to bring a piece of my...
this expert advisor uses three indicators, rsi (relative strength index), fast moving average (5 period), slow moving average (200 period).the idea of this strategy is to determine...
eabreakevenis an ea that moves the stop loss to breakeven and simultaneously plays the sound, when the stop loss is changed. ea manages the positions for the current chart currency...
note:the current chart symbol can be switched by writing the desired one in the symbol box.used fonts arial arial black calibri tahoma trebuchet ms webdings wingdings wingdings 2...
when creating an automated trading system, developers often face the problem of choosing from a number of possible solutions. patterns would be very useful in such cases. almost ce...
two main ima (moving average, ma) indicators with periods 85 and 75 are calculated using low prices, the third ima (moving average, ma) with the period 5 is calculated based on clo...
the trading strategy is based on the observation, which shows that if the price crosses the ma chart and moves a certain distance, the price is likely to continue its movement in t...
the exp_nrtr_atr_stop_tm expert advisor is based on the indicator signals and provides the possibility to set a strict trading time interval.a signal is formed at the close of a ba...
two identical trading systems based on the change in the moving direction for long and short trades, which can be configured in different ways in one expert advisor. for this purpo...
the expert advisor closes positions according to one of the following conditions:close all positions close only profit positions close only loss positions ...
the expert advisor is based on bill williams' strategy.bill williams suggested an excellent market entry at fractal breakout.stop loss is set at the alligator lips levels (green li...
the expert advisor tracks positions of all symbols with all magic numbers. if a position has been open for "waiting for seconds" and its profit has reached "take profit" points, th...
the ea calculates the direction and lot of a position to open. the calculation is optimized so that the ea will either quickly accumulate positive spreads and close with a profit, ...
the ea uses fixed volume, take profit and stop loss levels.parameters osma: period of fast ma- fast moving average period;osma: period of slow ma- slow moving average period;osma: ...
the expert advisor is based on the (relative strength index, rsi) indicator signals. inspired by the forum topic at (in russian).input parameters rsi: averaging period stop loss ri...
the exp_stopreversal_tm expert advisor is based on the signals of the indicator and is provided with the possibility to set a strict trading time interval.a signal is generated at ...
the expert advisor shows the calculated lot depending on risk settings.input parameter risk in percent for a deal from a free margin. example (for 100% risk):...
many expert advisor have been created based on the idea of the martingale.this expert advisor allows testing classical martingale operating principles, as well as the anti-martinga...
the strategy uses three main bollinger bands indicators: red for "bollinger bands: number of standard deviations" specified in parameters, yellow for "bollinger bands: number of st...
a trading system based on the signals.attention! in order to provide conditions for the ea operation, you should add the compiled file to [data folder]\mql5\indicators backtest res...
warning! high risks!a trading system based on the martingale technique. opening of new positions can be limited in time, but the ea always controls position closing based on the to...