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...
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...
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...
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 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 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...
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...
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 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 ...
trades using the pending sell limit and buy limit orders. removes all orders and closes positions at 23:59.calculation of prices for pending orders:in this case, if there are pendi...
the expert advisor which uses the ao and ac indicators in its operation, which were proposed by the bill williams.the ea buys at green ao and ac, sells at red ao and ac. the market...
the istochastic (stochastic) oscillator, iwpr (larry williams' percent range) indicators are used.recommended period is m5. test on eurusd m5, from 2016.06.01 to 2016.11.18, initia...
the ea represents a stealth program, which manages the positions using labels.the ea and this way of working are well proven when working with certain brokers.the ea functionality ...
the expert advisor processes signals from four iwpr indicators with different averaging periods: iwpr(26), iwpr(27), iwpr(29), iwpr(30). the obj_text objects are displayed on the c...
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 expert advisor trades based on two ima: ima(5) and ima(4) on the m5 timeframe. individual takeprofit and stoploss levels are set for buy and sell.block for making decisions:the...
the expert advisor opens a reverse position, additionally placing a grid of orders for reinforcement. analysis of price changes is performed on a certain number of bars.this simple...
grid with a constant step. grid lot sizes based on fibonacci.this is not a "set and forget" kind of expert, it is a tool for manual trading. the ea is in automatic mode of executio...
intersection of two ima.the expert advisor works based on intersections of two moving averages. at an intersection a position is opened either upward or downward, at a reverse inte...
attention: parameters should be optimized on the m5 timeframe for the last 12 weeks!the prophetexpert advisor consists of two independent linear perceptrons.each of them separates ...
the trading system based on crossing of the di+ and di- lines of the indicator. the signal is formed when a bar is closing if there is crossing of red and green lines of the indica...
signals from the iadx (average directional movement index) indicator.making decisions about opening and closing positions based on the iadx values:result on eurusd m15, from 2016.0...
uses 15 ima indicators (on three timeframes — М15, h1, h4 — and with five averaging periods — 5, 8, 13, 21, 34) and two iac indicators on m15 and h4).results for eurusd m15, from 2...
pipsing ea. take profit is set at 10 pips. different stop loss and take profit levels are provided for buy and sell orders.the peculiarity of the strategy is the lack of indicators...
the simplest ea based on the . sells at downward crossing of indicator zero level, buys at the upward crossing of this level. the signal is formed when a bar is closing if there is...
the exp_rsioma expert advisor based on the signals taken from the histogram. the signal is formed when a bar is closing if there is breakout of the support or resistance levels by ...
intersection of two ima (ma).users often ask to write a simple expert advisor.the presented ea does not claim to be able to save the deposit from "blowing". its task is to verify t...
the expert advisor trades daily breakouts. it places pending buystop and sellstop orders.trading daily breakouts. every day at the specified timeset time ("terminal time") pending ...
the exp_bykovtrend_reopen trading system based on the signals of the indicator with scaling up by the trend. the signal is formed when a bar is closing if a colored indicator arrow...
the exp_silvertrend_signal_reopen trading system based on the signals of the indicator with scaling by the trend. the signal is formed when a bar is closing if a colored indicator ...
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 ...
increasing the lot after a losing trade. ontradetransaction. entry signals are based on the demarker indicator.expert advisor input parametersp — period for the demarker oscillator...
uses signals from the indicators: atr, macd.block of getting the indicators:range=iatrget(1); rr=range*level; delta=imacdget(main_line,0)-imacdget(signal_line,0); delta1=imacdget(m...
the expert advisor works in martingale mode based on the signals of istochastic (stochastic oscillator).requires optimization for every timeframe and symbol.eurusd m30, from 2016.0...
bill williams. ialligator, alligator, ima, moving average.entry:buy fractal — a series of five consequent bars with two bars with lower maximums standing before and after a bar wit...
works based on two indicators: icci (commodity channel index, cci) and imacd (moving average convergence/divergence, macd). ontradetransaction().input int macd_coefficient=10000; /...
trading based on two indicators: ialligator (alligator).positions are opened only if there are no other positions opened.example of opening a sell 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 ...