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 chart on chart indicator displays a chart of other symbol on the current chart.since the history data may not be loaded right away, the initial display of the indicator may tak...
the indicator with the timeframe selection option available in input parameters:the fractional_bands_htf repeater indicator requires the compiled custom indicator file fractional_b...
added a couple of calls to buysignal() and sellsignal() functions after the indicator calculation cycles in the oncalculate() block //--- buysignal("weightoscillator_alert",colorbu...
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...
the indicator with the timeframe selection option available in input parameters:the fractal_keltner_x5_cloud_htf repeater indicator requires the compiled custom indicator file frac...
oscillator, representing the weighted smoothed sum of four indicators: , , and .the compilation of the fractal_weightoscillator indicator requires the compiled indicator files frac...
added a couple of calls to buysignal() and sellsignal() functions after the indicator calculation cycles in the oncalculate() block //--- buysignal("colorxdinma_alert",colorxdinma,...
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 ...
the indicator with the timeframe selection option available in input parameters:the fractal_mfi_htf repeater indicator requires the compiled custom indicator file fractal_mfi.mq5 i...
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...
this is one of my first indicators, which is no longer in use. however, i decided to publish it — perhaps, it may be useful for someone. by the way, this indicator was had been use...
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...
when run on the price chart, the script modifies stop loss or take profit of all open orders for the current instrument.example:if multiple buy positions are opened on the gbpusd p...
rsi is mainly used in combination with levels or with a sort of signal lines. some prefer the levels some, on the other hand, "signal" line. we could dispute which one is the bette...
macd is usually calculated with an addition of one signal linethat is a long used trading system and has it's merits. but that way is somewhat lacking when it comes to ranging mark...
rsx is by it's nature "smoother rsi than rsi" without additional lag and because of that it has much less false signals than the rsi. rsx is mainly used in combination with levels ...
stochastic is mainly used in combination with built in signal line and levels. some prefer the levels some, on the other hand, signal line. we could dispute which one is the better...
double stochastic of rsi using floating levels instead of using fixed levels for overbought or oversold detection.in case when rsi period is set to <=1, you are going to get dou...
there is already one version of quantile bands (here : ) but some changes needed to be made in order to reflect the lates metatrader 5 development, and some code optimization has b...
well known schaff trend cycle is, no doubt, useful indicator.but it has some things that can be changed. one is that it has a fixed smoothing factor hard-coded in the formula itsel...
here is a "dma" indicator that calculates "dma" (the same thing as dema but this one can be applied to sma, ema, smma and lwma instead of just ema). that way it adds possible "dema...
this is an upgraded version of aroon oscillator that uses quantile bands for levels and can filter either prices, result or both in order to lessen the false signals number.code ha...
the indicator with the timeframe selection option available in input parameters.the fractal_weightoscillator_htf repeater indicator requires the compiled custom indicator file frac...
demonstration of three-dimensional visualization possibilities in metatrader 5.a surface is generated using a series of indicators. the surface is displayed in a three-dimensional ...
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 indicator shows symbol and account parameters, some of which are subject to change during important news releases or before the close of a weekly session.the following paramete...
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...