the main idea of the trading strategy is as follows: when there are three down bars on the current timeframe:and the main stochastic line is above the signal line on the other tw...
the expert advisor trades based on and signals. values of ima on four bars are compared. indices of these bars can be optimized. the bar index is specified as a shift from the prev...
warning! in order to provide conditions for the ea operation, you should add the compiled file to [data folder]\mql5\indicators input parameters kdj: m1- the m1 parameter of the kd...
breakout of the daily bar at the distance of "daily break" points.input parameters lots manual- enable/disable manual setting of lot value;lots- position volume (manual input);risk...
trading against the trend direction as of n hours ago. only one position a day can be opened at a certain hour.input parameters max positions- the maximum number of positions (valu...
trading system based on 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 indicator file...
two identical trading systems based on the crossover of the indicator and the zero line, for long and short trades, which can be configured in different ways in one expert advisor....
the expert advisor searches for n identical candlesticks in a row. it buys on bullish candlesticks and sells on bearish ones. the account type is taken into account, i.e. whether i...
the expert advisor generates a signal to open a position if the price has crossed ima (moving average, ma) and (what's more important) the specified number of minutes has passed si...
martingale is used. the ea trades either only buy or only sell direction.the best results are obtained during separate trading (either buy or sell). only buy trades are allowed in ...
the ea uses two indicators: and .the following three options are available for setting stop loss and take profit:trailing stopis greater than zero. in this case a usual trailing st...
the ea trades using signals of the imacd (moving average convergence/divergence, macd) indicator. lot is increased when the number of position grows (martingale).the ea is recommen...
this information indicator allows you to always be aware of the current account status.the indicator displays the following data: profit in points, percentage and currency, spread ...
the ea uses three imas (moving average, ma), one istochastic (stochastic oscillator) and one irsi (rsi, relative strength index). positions are opened by market, as well as buy sto...
x1 lot from low to high.mq5- a position is initially opened with a minimum lot, further positions are opened with an increased lot.input parameters:max lots (x lots maximum)- ratio...
description: metatrader 5 allows creating synthetic instruments. the price of such instruments can depend on the current values of a number of financial instruments.an example of s...
description:provides an example of calculation of forex currency strengths using synthetic financial instruments.similarly, we can calculate the strengths of rts, usd and rub of th...
the expert advisor uses the signals of "crossover of two imas (moving average, ma)". the ea uses trailing stop and take profit. sell positions are closed when a buy signal appears,...
the ea trades based on the signals of (ichimoku kinko hyo) using a fixed lot. when a signal emerges, opposite positions are closed.the buy signal:example:the sell signal:input para...
the trading idea: the imacd (moving average convergence/divergence, macd) oscillator and the trend indicator ima (moving average, ma). the initial signal to open a buy position is ...
the expert advisor is based on puria method with a few changes.the ea does not use the signal of intersection of fast and slow mas, but uses their movement in one direction instead...
a further development of "".uses the instead of the standard imacd (moving average convergence/divergence, macd).when the number of positions increases, the following is also incre...
the expert advisor trades using the japanese candlestick pattern.the doji candlestick has practically no body, it only has shadows. but this code provides the "maximum doji height"...
trading signals are generated based on a comparison of two trend indicators: ima (moving average, ma) and isar (parabolic sar). the ea works on the zero bar, only one position can ...
generates a random number, and if this number is even, it will buy, if odd - it will sell.only 1 position at a time.settings choose the sl distance. choose the tp distance. choose...
the ea works on each tick and can be optimized:get some data (on indicators and time series) only if a new bar appears sample tester runs with the appropriate settings (the termina...
usually most brokers do not provide m1 data over 3 months in metatrader 4, but they provide m1 data over 3 years in metatrader 5. so we can use this tool to obtain the m1 data in m...
the ea downloads the quote history of the current chart symbol and period by "pressing home button". the method is based on the idea implemented in the s-downloader от talex script...
moving average studies this ea was created to study the effects of various trade and money management strategies applied to a simple system, using only a moving average for bias. w...
an example of an expert advisor, which compares eurgbp to a synthetic equivalent and trades in the direction of a delay in quotes following an original logic (one-leg arbitrage). t...
the following indicators are used:the expert advisor first checks the possibility to open buy or sell according to the emaangle indicator: the indicator value and the configured an...
two identical trading systems based on the change in the color of for long and short trades, which can be configured in different ways in one expert advisor. for this purpose, all ...
the expert advisor uses three imas (moving average, ma), one iosma (moving average of oscillator and one irvi (relative vigor index, rvi). the ea can use either a fixed lot or a lo...
martingale based expert advisor specially designed for small deposits. this feature is enabled through the configurable parameter "number of bars to be skipped", which means skippi...
the expert advisor trades based on signals generated by the indicator:position volume management: either fixed volume (the 'lots' parameter should be greater than zero) or risk as ...
installation instructions testing the purpose of this publication is to demonstrate the potential profitability of the zigzaglw addition indicator, which can be briefly described a...
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...