the exp_i4_drf_v3 expert advisor is based on the indicator color change. the signal is formed when a bar is closing if there is change in color of the indicator histogram.this expe...
trading system based on the signals of the indicator. a signal is formed at the close of a bar if a color point of the indicator has appeared. market exit signal is generated if th...
the exp_delta_rsi expert advisor is based on the indicator color change. a signal to perform a deal is formed at the close of a bar if the color of the indicator histogram changes ...
the exp_delta_mfi expert advisor is based on the indicator color change. a signal to perform a deal is formed at the close of a bar if the color of the indicator histogram changes ...
the exp_delta_wpr expert advisor is based on the indicator color change. a signal to perform a deal is formed at the close of a bar if the color of the indicator histogram changes ...
trading system based on the signals of the indicator. a signal is generated at the close of a bar if a colored indicator arrow has appeared.this expert advisor requires the compile...
trading system based on the signals of the indicator. a signal is generated at the close of a bar if a colored indicator arrow has appeared.this expert advisor requires the compile...
trading system based on the signals of the indicator. a signal is generated at the close of a bar if a colored indicator arrow has appeared.this expert advisor requires the compile...
the exp_trigger_line is based on the signals of the indicator. the signal is formed when a bar is closing if there is crossing of the main and signal lines of the indicator, and if...
the exp_xmacandles 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 indicator.this exp...
exp_x2ma_jfatl trend-following trading system is based on and indicator signals. colorx2ma indicator is used to define the main slow trend direction, while colorjfatl indicator all...
exp_x2ma_jjrsx trend-following trading system is based on and indicator signals. colorx2ma indicator is used to define the main slow trend direction, while colorjjrsx indicator all...
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....
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...
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 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 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 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...
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...
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 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...
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...
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...