earnforexwith its values displayed as fractal labels.the labels are repainted similar to the extreme values of the original zigzag!fig.1. zigzagonparabolic_arrows indicator...
indicator with the timeframe selection option available in the input parameters:to provide correct operation of the indicator, place the compiled zigzag2_r_color.mq5 indicator file...
indicator with the timeframe selection option available in input parameters:the indicator requires zpf.mq5 indicator file. place it in <terminal_data_folder>\mql5\indicators....
standard rsi oscillator implemented as a histogram rounding its values to the standard range:1 — no rounding; 2 — all values from 0 to 100 divided by 2; 5 — all values from 0 to 10...
exp_x2ma_digit_dm_361 trend-following trading system is based on and indicator signals. colorx2ma_digit indicator is used to define the main slow trend direction, while colordm_361...
the expert advisor widely uses the following standard library classes:, , and . the uniform code for data acquisition from imacd, istochastic, isar and imomentum indicators is used...
testing on eurusd h1, from 2016.01.01 to 2016.10.26, deposit 10 000:perhaps, it makes sense to optimize the ea parameters and check them on other timeframes....
regression channelthe linear regression channelconsists of two parallel lines that are equally distant above and below the trend line of the linear regression. the distance between...
zzueggthe indicator plots price channel and fibonacci levels based on the latest peaks.inputs://+------------------------------------------------+ //| inputs | //+-----------------...
standard mfi oscillator implemented as a histogram rounding its values to the standard range:1 — no rounding; 2 — all values from 0 to 100 divided by 2; 5 — all values from 0 to 10...
introduced new input parameters added three new functions to the end of the indicator code: buysignal(), sellsignal() and getstringtimeframe() added a couple of calls to buysign...
standard wpr oscillator implemented as a histogram rounding its values to the standard range:1 — no rounding; 2 — all values from minus 100 to 0 divided by 2; 5 — all values from m...
the indicator with the timeframe selection option available in the input parameters:the indicator requires rsi_histogram_round.mq5 indicator file. place it in <terminal_data_fol...
zzueggthe indicator plots price channel and fibonacci levels based on the latest peaks.inputs://+------------------------------------------------+ //| inputs | //+-----------------...
this is a ridiculously simple script that allows you to quickly estimate the exponent/power factor, characterizing the uniformity ("random walkness") of price changes in history. a...
the expert advisor using artificial intelligence - a single-layer neural network. the "perceptron" is used for identification of the quotes movement direction. the code implements ...
the ea opens and closes positions at a specified time. only hh:mm are considered in the inputs (time).inputs:opening time (only hh:mm are considered)— position open timeclosing tim...
rafael maia de amorimthe trading system based on the three stochastics signals from three different timeframes. the two stochastics are used to define a trend direction by the stoc...
the trading system based on the three rvi oscillator signals from three different timeframes. the two oscillators are used to define a trend direction by the oscillator location re...
roshthe indicator uses the Сmoving_average class of the smoothalgorithms.mqh library. working with that class was described in details in the article .fig.1. centerofgravitycandle ...
the expert advisor is based on analyzing ibullspower and ibearspower indicator readings on the first bar:testing on eurusd m5, deposit $100, 2016.06.01-2016.10.31, default paramete...
this indicator allows you to see the necessary price movement details via the convenient scale setting interface.the indicator makes possible to view the necessary price movements ...
this expert advisor closes all positions if the total loss exceeds a predefined limit. in fact, this is a global stop loss for all positions simultaneously....
this expert advisor closes all positions if the total profit exceeds a predefined limit. in fact, this is a global take profit for all positions simultaneously....
the indicator with the timeframe selection option available in the input parameters:the indicator requires mfi_histogram_round.mq5 indicator file. place it in <terminal_data_fol...
the ea's objective is as follows:suppose that we have a basic trading system(bts). we should design and train a neural network(nn) so that it can supplement bts by performing actio...
this expert advisor closes all positions if the total loss/profit exceeds a predefined limit. in fact, this is a global stop loss and take profit for all positions simultaneously. ...
the indicator with the timeframe selection option available in the input parameters:the indicator requires wpr_histogram_round.mq5 indicator file. place it in <terminal_data_fol...
the exp_centerofgravitycandles expert advisor is based on signals of the indicator. the signal is formed when a bar is closing if there is change in candlestick color of the indica...
the expert advisor opens and closes positions at the predefined moments in time.ea inputs://+-------------------------------------------------+ //| input parameters of the ea indic...
introduced new input parameters added three new functions to the end of the indicator code: buysignal(), sellsignal() and getstringtimeframe() added a couple of calls to buysigna...
the expert advisor moves a position to a breakeven when a predefined profit is reached.//+----------------------------------------------+ //| expert advisor input parameters | //+-...
the ea operation is based on the analysis of the four ima indicator readings on different bars:ima(symbol(),period_h1,2,0,mode_ema,price_close); ima(symbol(),period_h1,24,0,mode_em...
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...