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:...
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 ...
the exp_adaptivecgoscillator_x2 trend trading system based on the signals from two indicators. the first indicator determines the direction of the slow trend based on the position ...
the simplest ea based on the . sells at downward crossing of oscillator overbought level, buys at the upward crossing of oscillator oversold level. the signal is formed when a bar ...
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 ...
the exp_fishertransform_x2 trend trading system based on the signals from two indicators. the first indicator determines the direction of the slow trend based on the position of th...
real time indicator designed for scalping on forts.the chart data is displayed in percentages.yellow line — change in buy/sell deals (in %) crimson line — change in volumes of buy/...
getting the indicator values on the first and second bars://--- get moving average mas=imaget(handle_ima1,1); // long moving average 12 maf=imaget(handle_ima2,1); // short moving a...
the exp_2pbidealma ea is based on the crossing of moving averages with position scaling according to the trend. the signal is formed when a bar is closing if there is crossing of s...
the indicator with the timeframe selection option available in input parameters:to provide correct operation of the indicator, place the compiled fractal_bands.mq5 indicator file i...
signals based on four ima (ma) indicators, by price_open, price_high, price_low, price_close prices. trades only on hedge accounts.block for determining the signal direction:double...
the indicator with the timeframe selection option available in input parameters:to provide correct operation of the indicator, place the compiled fractal_keltner.mq5 indicator file...
the exp_colorzerolagmomentum_x2 trend trading system based on the signals from two indicators. the first indicator determines the direction of the slow trend based on the position ...
the indicator displays the balance and equity of the trade account.this indicator is especially useful when used in the strategy tester. it visualizes the balance and equity:to app...