the trend is determined on the zero bar based on two moving averages (fast and slow). they also generate preliminary signals:if fast ma < slow mai.e. it a signal to open a sell ...
the expert advisor uses three indicators: ma(150), rsi(3) with levels 80 and 20, stochastic(6, 3, 3) with levels 70 and 30. you can change these parameters and set your own values....
an assistant expert advisor. only closing positions:positions are moved to breakeven, stop loss is calculated based on the stopatr_auto indicator, positions are closed at the inter...
the ea trades during two trading sessions, starting at the specified session beginning time. stop loss. take profit.inputs:start_hour_eu_session — the beginning of the european ses...
the expert advisor manages all open positions in the terminal (on all symbols and with all magic numbers). if the total profit has not reached "minimum_profit", the ea waits.if the...
positions are only opened at the specified time (+ shift set in "additional hour"). bullish and bearish bars are counted on period_m1 (m1). the money management classes cmoneyfixed...
this utility program is designed for recording tick quotes in the text (csv) and binary (bin) format. files are saved to the mql5\files folder. quotes are recorded with a constant ...
buy a security (open buy positions) at a lower price, sell (open sell positions) at a higher price.basic position opening principle:if the profit of all buy positions is less than ...
a breakout trading system based on the signals of the indicator. a signal is formed when a bar is closing, if a colored bar has occurred, while the previous bar had the opposite co...
a breakout trading system based on the signals of the indicator. a signal is formed when a bar is closing, if a colored bar has occurred, while the previous bar had the opposite co...
a trading system based on the indicator signals. a signal is formed at the close of a bar if a large colored indicator dot has appeared.the expert advisor uses the compiled indicat...
a further development of .difference from 1.000:the ea is only launched on period_m1 (see the explanation below, parameter time frame). the ea now trades two symbols simultaneousl...
if a trade is closed by stop loss, the volume is doubled; if it's closed by take profit the minimum volume is used. ontradetransaction is used to determine whether a trade was perf...
calculating moving average using commodity channel index data:it is similar to launching in the terminal the moving average indicator in the commodity channel index window with "pr...
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...
a trading system based on the signals of the indicator. a signal to open a position is generated at the close of a bar if the color of the histogram has changed to blue or pink, i....
description the expert advisor was created at the request of one of the forum participants.a comment by vvx080: the idea is to create a grid of stop orders, e.g. we first set two o...
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...
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...
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...