idea by: .mql5 code by: .the ea analyzes the open and close between zero bar (the rightmost bar in the chart) to bar number of candles for analysis. new positions may only be opene...
as of the publication of this code, the integrated bars function used in this ibarshift function has a bug that manifests in the program lags for more than 10 seconds. basically, t...
the ea works in a channel drawn by the indicator.this indicator itself is not required for the ea operation, since its data are calculated inside the ea.the ea trades on a time bas...
the ea uses indicator that searches and displays the "inside bar" price action pattern.this indicator itself is not required for the ea operation, since its data are calculated ins...
the expert advisor searches for n identical candlesticks in a row. it buys on bullish candlesticks and sells on bearish ones. the ea checks whether the account is netting or hedgin...
idea by: .mql5 code by: .the ea uses reference to real ticks using the function - it waits for the price to pass nnn points within xxx ticks.inputs lots - the size of the position...
indicator named adaptive moving average was developed by perry j. kaufman and primarily presented in his book titled smarter trading: improving performance in changing markets in 1...
this is a stochastic inverse fisher transform smoothed using the rainbow smoothing method.the indicator has three input parameters:period- period;slowing- slowing;applied price- pr...
the volume accumulation oscillating indicator shows in a separate window the chart of candlestick volumes calculated by the following formula:the indicator has no input parameters....
the volume accumulation oscillating indicator shows in a separate window the chart of candlestick volumes calculated by the following formula:where:the indicator has one input para...
the william blau candlestick index indicator shows the william blau candlestick indexes.it has seven input parameters:period- period;applied price- the calculation price;first smoo...
the william blau candlestick momentum indicator shows the william blau candlestick momentum.it has two input parameters:period- calculation period;applied price- price used for cal...
the william blau directional trend index indicator shows the william blau directional trend indexes.it has six input parameters:period- calculation period;first smoothing period- t...
the william blau momentum oscillator shows the william blau momentum.it has five input parameters:period- calculation period;first smoothing period- the initial smoothin period;sec...
the william blau stochastic momentum indicator shows the william blau stochastic momentum.it has five input parameters:period- calculation period;first smoothing period- the initia...
the blau stochastic index oscillator indicator shows the william blau stochastic index.it has five input parameters:period- calculation period;first smooth period- the initial smoo...
the william blau trend momentum indicator shows the william blau trend momentum.it has one input parameter:period- calculation period. calculations:where:...
the william blau stochastic oscillator indicator shows the william blau stochastic oscillator.it has six input parameters:period- calculation period;first smooth period- the initia...
the william blau true strength index indicator shows the william blau true strength index.it has seven input parameters:period- calculation period;applied price- the calculation pr...
the william blau stochastic indicator shows the william blau stochastic.the indicator has five input parameters:period- calculation period;first smooth period- the initial smoothin...
zigzag on fractalsuses fractals (ifractals, fractals) as reference peaks. here, the following rule is applied: where the latest peak was built on the down-fractal and the current d...
idea by: .mql5 code by: .the fx-chaos_scalp trading strategy. no more than one position is in the market at a time. the ea uses the indicator, a zigzag based on fractals.when refer...
idea by: .mql5 code by: .the ea trades on two indicators: ima (moving average, ma) and imomentum (momentum). the ea also takes into consideration the close prices of bar #1 and the...
idea by: .mql5 code by: .the ea uses two moving average indicators, those being the signals on the intersection of two mas: here, the slow indicator (ma "open") is used for opening...
idea by: .mql5 code by: .the ea trades on the ima (moving average, ma) indicator. at the same time, there is a parameter (defined in percents) distance between "ma" and the price- ...
the indicator allows creating an index for one of the eight basic currencies. the index may contain up to ten components.the indicator has twenty-two input parameters:index- the cu...
indicator usdx shows the usd index.calculations:the indicator has two input parameters:applied price- the calculation price;reverse- reverse of the calculated index chart. please n...
indicator usdx shows the in form of japanese candlesticks.calculations:the indicator has one input parameter:reverse- reverse of the calculated index chart. please note that for th...
indicator advance decline line shows the trend strength line. it can also detect possible changes in its direction.it has two input parameters:period- calculation period;cumulative...
idea by: .mql5 code by: .the ea trades with the absorption pattern. it places pending orders buy stop and sell stop. it can move a position to a breakeven, as well as trailing. ind...
the indicator represents two awesome oscillators with different smoothing periods, ao fast and ao slow, calculated based on three components: fast ema, medium ema, and slow ema.it ...
john ehlers cyclic component oscillator.it has two input parameters:period- calculation period;applied price- price used for calculations. calculations:where:...
the fast stochastic oscillator shows in a separate window a stochastic calculated as follows:where:if max = 0,the indicator has four input parameters:period k- the period of calcul...
the slow stochastic oscillator shows in a separate window a stochastic calculated as follows:where:if max = 0,the indicator has five input parameters:period k- the period of calcul...
the stochastic macd oscillator shows in a separate window the stochastic macd.it has six input parameters:macd fast ma- fast ma to calculate macd;macd slow ma- slow ma to calculate...
price rate-of-change (roc) indicator based on stochastic.it has eight input parameters:stochastic k period- the period of calculating the stochastic %k line;stochastic d period- th...
the indicator shows the number of points passed. the methods of averaging from enumeration are supported.trading using the impulse indicator is similar to that based on rsi: the in...
idea by: .mql5 code by: .the ea uses indicators icci (commodity channel index, cci), zigzag, and . position trailing is possible.inputs lots- the initial volume of the positions;st...
the deletetradearrowsutility is designed to delete from the chart the arrow objects that mark transactions in the chart.how to use: drop the transactions from the trading history o...
idea by: .mql5 code by: .the ea trades by the doji pattern:at the same time, you can set the candlestick body size in the "size of a body of a candle (open close)" parameter.operat...
idea by: .mql5 code by: .the ea works with three moving average indicators. these three indicators, i.e., the "first", the "second", and the "third", have ascending average periods...
a simple oscillator based on the values of the idemarker, imfi and imomentum indicators and implemented as a two-colored histogram.indicator calculation formula:the growth of a fin...
indicator with the possibility to change the indicator timeframe in input parameters:for the indicator to operate, the kwan_rdp.ex5indicator must be added to the <terminal_data_...
a simple oscillator based on the values of the chaikin oscillator, commodity channel index and imomentum indicators and implemented as a two-colored histogram.indicator calculation...
the indicator with the possibility to change the indicator timeframe in input parameters.for the indicator to operate, the kwan_ccc.ex5indicator must be added to the <terminal_d...
idea by: .mql5 code by: .the ea trades on indicator moving average, all the preparatory and trading functions having been implemented as the cmovingtrading class in a separate file...
an oscillator based on the difference of two smoothed, different-period tenkan-sen lines in form of a colored histogram.for the indicator to work, there must be indicator xma_ichim...