the ea moves a stop loss (pushing it closer to the price) to a predefined fixed distance from the current price.//+----------------------------------------------+ //| expert adviso...
the expert advisor increases the volume of an open position if profit in points from the last trade increases a threshold fixed in the ea inputs.the data on addings are stored in a...
introduced new input parameters added a couple of calls to buysignal() and sellsignal() functions after the indicator calculation cycles in the oncalculate() block //--- buysigna...
analyzing crossing of the two imas on a zero bar. i have added the "reverse" parameter, which changes the logics of the signal direction after crossing of the two imas.testing on e...
the ea compares the current price location with the readings of the two indicators (sar("step fast_sar","maximum fast_sar") and sar("step slow_sar","maximum slow_sar")). buy signal...
the simplest expert advisor based on rsi. sells at a downward crossing of an oscillator overbought level, buys at an upward crossing of an oscillator oversold level. the entry sign...
the simplest expert advisor based on mfi. sells at a downward crossing of an oscillator overbought level, buys at an upward crossing of an oscillator oversold level. the entry sign...
the indicator with the timeframe selection option in the input parameters and display of values as fractal labels:to provide correct operation of the indicator, place the compiled ...
the entire chain: indicator signal module, the ea based on the signals module — .if the last three bars (the zero bar is not considered) are rising:(high[i+1]>high[i+2] &&am...
the entire chain: indicator, expert advisor based on the signal module.the signalcandelshighopen module of trading signals assumes that the custom indicator has already been compil...
the entire chain: indicator, indicator signals module.candelshighopen expert advisor is based on the candels high open indicator trading signals module. the ea has been generated b...
original turtle rules trader ea implements a trading system described in the book . according to the description given in the book, the famous turtle trader system consists of the ...
the simplest expert advisor based on wpr. sells at downward crossing of an oscillator overbought level, buys at an upward crossing of an oscillator oversold level. the entry signal...
the expert advisor opens an initial position in the current candle's direction and increases its volume if profit in points increases a threshold fixed in the ea inputs.the data on...
the exp_colorjfatl_digit_reopen trading system is based on the indicator color change with adding to trend-following positions. a trade signal forms at a bar closing if the indicat...
standard cci oscillator implemented as a histogram rounding its values to the standard range:1 — no rounding;2 — all values divided by two;5 — all values divided by five;10 — all v...
this is a modified envelopes indicator for measuring the price deviation. it displays the upper and lower borders of the price deviation from МА calculated considering the average ...
the indicator with the timeframe selection option available in the input parameters:to provide correct operation of the indicator, place the compiled yaanna.mq5 indicator file in t...
the expert advisor is based on moving averages crossing.simple fx ea trades forex automatically using the moving averages.the mas feature customizable period, method and type. orde...
this is a modified bollinger bands® displaying the upper and lower borders of the price deviation from МА calculated considering the average volatility of the symbol according to a...
the indicator with the timeframe selection option available in the input parameters:to provide correct operation of the indicator, place the compiled envelopesatr_cloud.mq5 indicat...
the exp_bezier_reopen trading system is based on the indicator color change with adding to trend-following positions. a trade signal forms at a bar closing if the indicator line co...
the ea opens and closes positions at a specified time. the condition is additionally checked:only hh:mm are considered in the inputs (time).inputs:opening time (only hh:mm are cons...
the main difficulty of the code is comparing icci and imacd values with the "buy sell level" variable. the indicator values may be different several or even dozens of times.for exa...
the exp_jbraintrend1stop_reopen trading system is based on the indicator color change with adding to trend-following positions. a trade signal forms at a bar closing if the indicat...
introduced new input parameters added a couple of calls to buysignal() and sellsignal() functions after the indicator calculation cycles in the oncalculate() block //--- buysigna...
the indicator with the timeframe selection option available in the input parameters:to provide correct operation of the indicator, place the compiled xma_bbxatr_cloud.mq5 indicator...
i have developed this ea based on my own trading experience. the market and the price are chaotic entities with no laws, therefore forecasting future movements is meaningless. howe...
the expert advisor trades on the market jumps using no indicators.the idea behind the ea is that stop orders move on the set distance from the current price discretely in time.if t...
fractal bollinger bands. the indicator expands the bollinger bands width to avoid or minimize false entry/exit signals. the contains more information.the original indicator was dev...
fractal graph dimension indicator. the contains more information.the original indicator was developed in the mql4 language and published in the on 21.01.2009.fig.1. fgdi indicator...
the indicator with the timeframe selection option available in the input parameters:to provide correct operation of the indicator, place the compiled xxdpo.mq5 indicator file in te...
if an even simpler ea exists, i would like to see it!the ea does not use any indicators. it simply opens two opposite positions when a new bar appears.then, it waits till both are ...
trendmeleaveme is a metatrader 5 ea. the semi-automated expert advisor using a trend line (trendline).before launching the ea, simply draw a bullish or a bearish trend. set the pro...
the script defines the place where it has been dragged by the mouse and looks for the nearest bar. the process is based on the concept of bar boundaries:...
description:just a very simple break-out trading example as seen on the buy-entry example image below.the sell-entry would be as revers of buy-entry image.by candles only with no i...
automatically draws fibonacci retracements on chart.added the following inputs:fib line color fib line style fib line width the fibonacci retracement automatic calculated position ...
displays current bid price and % change of (open price of) current bar or x previous bars, also high, low, and range.examples:% change of current day bar (period d1, shift 0). in t...
by using this indicator you can see the normalized price of any chart! you can use this indicator to find the divergence in the market, or you can put the normalized price of sever...
automated trading system for breakouts in the london and new york sessions, which considers trading ranges formed during the sydney and tokyo sessions.default settings: gbpjpy h1. ...
fractal channel by keltner. this indicator increases the width of the keltner channel in order to avoid false entry or exit signals, or to minimize them. for a more detailed descri...
fractal moving average with indication of the last value with a price label. for a more detailed description please see the .fig1. the fractal_ma indicator...
indicator in the form of a panel. displays the resulting direction of the position: resulting lot size and up or down arrow.the main area of application is hedge accounts, when the...
works only on the hedge accounts! martin, martingale. doubling the lot at loss.it starts by opening two opposite positions with the minimal lot. the "takeprofit" and "stoploss" lev...
the indicator with the timeframe selection option available in input parameters:to provide correct operation of the indicator, place the compiled fractal_rsi.mq5 indicator file in ...