the indicator with the timeframe selection option available in input parameters:the fractal_momentum_htf repeater indicator requires the compiled custom indicator file fractal_mome...
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 ...
more details in thethe original indicator was developed in the mql4 language and published in the on 07.05.2009.fig1. the fractional_bands indicator...
the indicator with the timeframe selection option available in input parameters:the weightoscillator_htf repeater indicator requires the compiled custom indicator file weightoscill...
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 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...
this tool is designed to open orders / positions in metatrader 4 terminals with absolute control of the risk / reward ratio, automatically calculating the lot size (without the nee...
this script is useful if you want to open an order using risk management rules and magic numbers, you can also set take profit and stop loss in distance from the current price.you ...
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...
the attached script allows you to close more orders at once.you can choose the following filters:only instrument in the chart where the script is run or all instruments. only order...
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...
since rsx is already a "smoother than rsi" rsi, if you wish to turn the nonlag smoothing off, then simple set the nonlag smoothing period to <=1.inverse fisher transform enhance...
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...
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...