the indicator with the timeframe selection option available in input parameters:the indicator requires the four_ma_strength.mq5 indicator file. save it to <terminal_data_folder&...
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 ...
the indicator shows a text block with the values of the user defined period for each timeframe. the size of the text block is customizable. you can also change the text font and ...
the indicator implemented as a colored histogram with an additional averaging.the indicator uses the smoothalgorithms.mqh library classes (copy it to <terminal_data_folder>\m...
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...
the script converts the news page downloaded from to a csv text file.the source page should be located in c:\users\<username>\appdata\roaming\metaquotes\terminal\common\files...
a classic oscillator imported from the fxaccucharts platform. it uses the same algorithm used on the original platform.fig. 1. the psychological indicator...
the indicator with the timeframe selection option available in indicator the input parameters.the indicator requires the kolierbands.mq5 indicator file. save it to <terminal_dat...
the indicator with the timeframe selection option available in indicator the input parameters.the indicator requires the psychological.mq5 indicator file. save it to <terminal_d...
the indicator shows a text block with the values of the user defined rsi period for each timeframe. the size of the text block is customizable. you can also change the text font ...
when price exits the gray channel, the candlestick color changes to the color corresponding to trend direction. green for the growth of a financial asset, pink color for its fall. ...
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...
this is an implementation of the market cycle indicator described by raghee horner.the indicator principle is simple:green bars represent the presence of an uptrend, which appears ...
breakout of the overbought zone trend in the overbought zone breakout of the indicator's midline - beginning of the buy trend continuation of the buy trend outside the overbought ...
the library can be connected usingall other files on this page provide examples/scenarios of library application; they are not needed for the operation of the library.features exam...
the 'history deals and orders' script shows absolutely all properties of deals and orders from the trading history over a given time interval.data can be displayed in the experts t...
the "pending orders up" script sets a grid of orders above the current price.input parameters gap for pending orders up from the current price (in pips)- the distance from the curr...
the "pending orders down" script sets a grid of orders below the current price.input parameters gap for pending orders down from the current price (in pips)- the distance from the ...
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 indicator with an additional signal line and arrows displayed at the intersection of the main and the signal lines.the principle for determining the intersection of the main an...
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 library can be connected usingall other files on this page provide examples/scenarios of library application; they are not needed for the operation of the library.features exam...
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...
the indicator was described in the article "the vortex indicator" published in the january issue of "technical analysis of stocks & commodities" (2010).a detailed description o...
this library provides every mql program with a separate icon in the notification area of the windows taskbar. the library enables you to display text messages by sending them from ...
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 script has three independent functions for determining the current (nearest) forts futures.the short name of the futures, such as br, is specified in the script parameters.the ...
indicator lines show the accumulated sums of bulls and bears power for the user-defined period.method of calculation bulls power is calculated by the following formula:bullspower(i...
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...
resistance and support lines are drawn based on the indicator. the indicator takes into account the fact that the last value of fractals can be redrawn, therefore +5 additional bar...
an implementation of the dictionary (associative array) data structure in mql5, based on and .hash function fnv-1ausage primitives:it can also store pointers to objects (but not ob...