theory : the idea comes from another trading platform. they called it differently there, but the name here reflects exactly what it is all about. the idea is simple : we are counti...
this is a utility for beginning indicator programmers, or others, that want to have a look at values provided by oncalculate and a few other functions.the indicator shows:1) the mo...
theory : average true range (atr) is widely used indicator in many occasions. it is calculated as sma (simple moving average) of true range (which is calculated as the greatest of ...
theory : this indicator is showing an example how an adaptive atr (originally published here : ) can be used within some other indicator. as an addition, not only the atr is adapti...
theory : this indicator is showing an example how an adaptive atr (originally published here : ) can be used within some other indicator. it is using the original way how ketner ch...
theory : periodpriceno other parameters neededusage : it can be used as any other moving average type indicatorps: this type of adapting tends to produce smoother slopes than the e...
this indicator enhance the functionality of the standard crosshair of metatrader adding the difference in percentage and the time span in a human readable form (not in bars, but in...
theory : simple moving average (sma)exponential moving average (ema)smoothed moving average (smma)linear weighted moving average (lwma)usage :as any other rsi(oma) is used. some ad...
theory : stochastic oscillator is usually used on prices. but sometimes that produces much noise. some filtering methods can be used (like this : ).simple moving average(sma)expone...
twenty in a single window.the indicator uses the classes of library smoothalgorithms.mqh (to be copied to <terminal_data_directory>\mql5\include). the use of the classes was ...
three standard deviation channels using indicator buffers based on the number of bars defined in the indicator inputs with the channels' background filling.fig1. indicator standard...
three standard deviation channels using indicator buffers based on the number of bars defined in the indicator inputs.fig1. indicator standard_deviation_channels_x3...
code mq5 by: note: the ea was developed solely for checking a random market entry! the ea opens positions depending on the value obtained in the random number generator. stop loss ...
idea by:code mq5 by:the ea works both on netting and hedging accounts. it places pending orders only when a new bar appears.what it makes first, three parameters (hour 1, hour 2, a...
antonuk olegan indicator that shows buy and sell signals of three indicators (isar, iwpr, and ima) on nine timeframes with full settingsthe indicator uses the class of library (to ...
two identical trading systems (for long and short positions) based on the signals of indicator , which can be configured in different ways within one expert advisor. for this purpo...
a trading system based on the signals of indicator . the signal is formed when a bar is closing if there is change in candle direction maintaining change of its color.for the gener...
the robot works only on cryptocurrency exchange. it places a specified number of buy and sell orders considering the market depth price or a guide (fair contract price obtained fro...
a trading system based on the signals of indicator . trading signals are formed when a bar closes if the histogram direction has changed (which is displayed by five-pointed stars c...
idea by:code mq5 by:the ea uses indicators ima (moving avrage, ma) and irsi (relative strength index, rsi).original description:bago system can be categorized as a trend following ...
trading system based on indicator signals. the signal is formed when a bar is closing if there is breakthrough of an overbought/oversold level. since there are two levels, each of ...
the indicator with the timeframe selection option available in the indicator input parameters:for the indicator to operate, the xfisher_org_v2_candle.ex5indicator should be added t...
the indicator with the timeframe selection option available in the indicator input parameters:for the indicator to operate, the xfisher_org_v1_candle.ex5indicator should be added t...
the indicator uses the classes of library smoothalgorithms.mqh (to be copied to <terminal_data_directory>\mql5\include). the use of the classes was thoroughly described in ar...
the ea only checks for a trading signal or an addition to the position when a new bar appears.the ea is based on indicators ima (moving average, ma) and imacd (moving average conve...
trendlaboratory ltd.indicator highlights candles, the close prices of which are closed within overbought/oversold zones.the indicator uses the classes of library smoothalgorithms.m...
indicator with the timeframe selection option available in its input parameters:for the indicator to operate, the stochastic_histogram.ex5indicator should be added to the <termi...
the script calculates the average volatility of symbols according to the equation: the differences of the maximum and minimum values of the candles for the selected period in days ...
idea by:myth63code mq5 by: the ea only checks for a trading signal or an addition to the position when a new bar appears.the ea is based on indicators ima (moving average, ma) and ...
indicator represented as candlesticks. candlesticks result from processing the relevant price timeseries by the indicator algorithm. in many situations, such approach may be more i...
the with the timeframe selection option available in its input parameters:for the indicator to operate, the xfisher_org_v1.ex5indicator should be added to the <terminal_data_dir...
indicator with the level markup extended to the next session. the input parameter is added for extending the indicator levelfig1. hans_indicator_x62_cloud_system_tail_alert indicat...
closing positions when reaching the close all if profitlevel. the overall profit on all positions is considered regardless of the symbol or magic number.a profit is calculated only...
code mq5 by:the ea works on hedge accounts only!the ea tracks all positions regardless of the symbol or magic number.as soon as a position (opened by another ea or manually) featur...
idea by:code mq5 by:the ea works on hedge accounts only!a very simple idea: open two opposite positions simultaneously. however, stop loss must be greater than take profit. we expe...
trendlaboratory ltd.indicator with an additional smoothing for eliminating false intersection of the main and signal lines.the indicator uses the classes of library smoothalgorithm...
indicator with the timeframe selection option available in its input parameters:for the indicator to operate, the finetuningmacandle_chl.ex5indicator should be added to the <ter...
antonuk olegan indicator that shows buy and sell signals of three indicators (isar, irsi, and ima) on nine timeframes with full settings.the indicator uses the class of library (to...
martesindicator round_levels_xn draws multiple "round" levels nearest to the current price above and below it.this indicator was first implemented in mql4 and published in on march...
indicator with the timeframe selection option available in its input parameters:for the indicator to operate, the finetuningmacandle_chl_arr_stdev.ex5indicator should be added to t...
indicator that additionally indicates the trend strength with colored dots, based on the standard deviation algorithm.if the standard deviation of the finetuningmacandle_chl_arr ce...
indicator with the timeframe selection option available in its input parameters:for the indicator to operate, the finetuningmacandle.ex5indicator should be added to the <termina...
it has two adjustable parameters:sar step- parabolic sar stepsar maximum- parabolic sar maximumcalculations:oscsar = sar - Сlosewheresar - parabolic sar(sar step, sar maximum)the h...