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 ...
it uses the icci(cci, commodity channel index), irsi(rsi, relative strength index) indicators.recommended timeframe is h1.expert advisor inspired by ilan 1.6.the ea with functions ...
six (imacd, macd, moving average convergence/divergence) indicators and four (ima, ma, moving average) indicators.opens trades when the indicator's macd crosses its signal line:...
this is my first simple ea from the "ats based on neural network"series. for those who are not familiar with neural networks, i recommend to read the article the method of applicat...
trading based on indicators: ialligator (alligator), ifractals (fractals). martingale.from myself: try it on the m30 timeframe or higher.testing results on eurusd, h1, from 2016.01...
search for movements without rollbacks (analysis of ticks).idea of the algorithm: search for the moment when the price consistently increases/decreases for multiple ticks in a row ...
pipsing expert advisor. it works based on the ichaikin (chaikin oscillator) and ima (moving average, ma) indicators.it works on smaller timeframes.. default settings are for audusd...
the "10 points on eurusd" forex strategy has countless many variations and is somewhat similar to the strategy, and it also is used by many professional traders. therefore, good re...
this ea is based on fast demarker and stochastic indicators. it has hidden stop loss and take profit levels. stop loss is set by the system once the minimum take profit is obtained...
useful watcher for your expert advisor. this ea will send with every new trade opened or closed. information about opened or closed trade is included in the message.recommendations...
inspired by topic (in russian).warning: optimization is required!the world is changed. i feel it in the water. i feel it in the earth.i smell it in the air. much that once was is l...
trades using indicators: istochastic (stochastic oscillator) and irsi (relative strength index, rsi).it is recommended to use on the m15 timeframe and higher....
the expert advisor trades moving average breakouts. it uses the following indicators: two imas (moving average, ma), irsi(relative strength index, rsi) and two ienvelopes (envelope...
an example for calculating the lot value in accordance with the risk per trade.what's new:added two methods for outputting (printing) the calculated lot. method 1 — when setting st...
the expert advisor plays a sound when candlestick size exceeds a certain value.the size can be considered as ask - open (current price - candlestick open price) or as high - low, t...
the expert advisor uses parabolic sar and three emas (with the periods of 10, 25 and 50).the algorithm of trading strategy:1. open a h1 chart of eurusd, lots 0,1.2. draw parabolic ...
the expert advisor opens or closes positions at the intersection of lines.the ea draws 4 lines: "line buy", "line sell" and two "close" lines.your task is to move the lines to posi...
the automated trading systemgazonokosilka (in russian means "lawnmower") can provide often little profits. stop loss and take profit parameters are set to tight values so that trad...
the ea uses two istochastic (stochastic oscillator) indicators and one irsi (rsi, relative strength index).calculates the lot size based on the analysis of closed trades:results of...
the expert advisor uses the values of two ima (moving average, ma) indicators.operation principle2 sma — fast and slow. the averaging period of the fast sma is always less than tha...
two pending orders (buystop and sellstop) are placed with the specified expiration.operation start placing two pending orders:then we expect operation with only one position — if t...
the ea places pending stop orders buy_stop and sell_stop.recommended timeframe — m15.trading rules:find the maximum price value in the interval between 14 and 16 hours terminal tim...
this is a simple expert advisor with an implemented trailing stop.it has only two parameters:trailingstop — the distance between the price and the stop loss level.trailingstep — pr...
the expert advisor compares open prices of the zero and third bar.condition to open a buy position:if(iopen(0)>iopen(3))- if the opening price of a zero bar is higher than the o...
a tick expert advisor. comparing the price on the previous tick and the current price.attention! tests only in the "every tick based on real ticks" mode.algorithm: two variables:st...
the expert advisor places two pending orders at a certain time.two orders are placed at the specified time. when on eof them triggers, the second one should be deleted. exit either...
an example for calculating the lot value with a fixed margin level. that is, if you specify 10%, a position with the margin equal to 10% of free margin will be opened.input paramet...
rsi ea — trading based on overbought/oversold zones determined by the irsi (relative strength index, rsi) indicator.the expert advisor will buy when the rsi indicator enters the ov...
trading by moving average. checking for sufficiency of funds.operation principle:performance result on eurusd, m30 from 2016.05.08 to 2016.12.28:also, before each operation, we sho...
analysis of bars, if they contain n consecutive bars of the same type.an example of the strategy: find n consecutive bullish bars, the body of each bar is greater than the previous...
the expert advisor trades using pending buy limit (buylimit) and sell limit (selllimit) orders. once the price moves very close to the pending order:if((m_symbol.ask()-lastbuylimit...
the expert advisor makes trading decisions based on simple candlestick combinations. it is designed for use on the h4 period.testing results on eususd, h4, from 2015.01.11 to 2017....
two ima indicators (ma, moving average) — with hard coded periods of 3 and 7, and on irsi indicator (rsi, relative strength index) with the period of 2.testing results on eurusd, h...