the trading system based on the signals of the indicator. the signal is formed when a bar is closing if there is a channel breakthrough.for the generated ea to operate correctly, t...
indicator with the timeframe selection option available in input parameters:for the indicator to operate, the xwpr_histogram_vol.ex5indicator should be added to the <terminal_da...
indicator with additional averaging of the resulting histogram. a similar averaging is applied to dynamic overbought/oversold levels as well.the indicator uses smoothalgorithms.mqh...
vr donchian liteis a classic donchian channel.its main advantage is that it is based on classic trend definition rules.upward trend rule - new local highs and lows exceedthe previo...
"trend is your friend" trades with 2 moving averages and an engulfing pattern has trailing stop loss &take profit works on all time frames major forex pairs and stocks nasdaq.w...
theory : sylvain vervoort's article in may 2008 issue of tasc , "the quest for reliable crossovers," describes a trading system based on three functions: the triple exponential mov...
theory : sylvain vervoort's article in may 2008 issue of tasc , "the quest for reliable crossovers," describes a trading system based on three functions: the triple exponential mov...
theory : sylvain vervoort's article in may 2008 issue of tasc , "the quest for reliable crossovers," describes a trading system based on three functions: the triple exponential mov...
theory : sylvain vervoort's article in may 2008 issue of tasc , "the quest for reliable crossovers," describes a trading system based on three functions: the triple exponential mov...
scans multiple symbols looking for when the price crosses a pivot point or when xxpoints near or bounce off pivot then it alerts the trader.put scanner on a separate chart tab from...
theory :the indicator is coded exactly as it is described by vitali apirine (including the usage of high and low prices for adapting)usage :it can be used as any regular moving ave...
theory : usage : it can be used as any regular moving average (or, for the users of kama - perry kaufman's ama, as a "faster" substitute of kama). also, you can use the color chang...
theory : as a logical step there is a system that is combining the two indicators : this ama and perry kaufman's kama. the signals produced that way are interesting and can be used...
theory : as a logical step there is a system that is combining the two indicators : this ama and perry kaufman's kama. the signals produced that way are interesting and can be used...
theory : usage : ehlers suggests usage as signals on zero line cross. you can use it that way, but you can also use the slope change too.ps: indicator is using default parameters a...
theory : usage : change when the slope of rmo changeschange when the rmo crosses outer floating levels (default)change when the rmo crosses the middle (dynamic "zero") level ps:ind...
theory : usage : change when the slope of ama changeschange when the ama crosses outer floating levels (default)change when the ama crosses the middle (dynamic "zero") level...
theory : the usage of rsi (relative strength index) started for, mainly, two reason :to filter out insignificant price changesto emphasize the rsi values (to eliminate, if possible...
theory : the usage of rsi (relative strength index) started for, mainly, two reason :to filter out insignificant price changesto emphasize the rsi values (to eliminate, if possible...
"harami" trades with 2 moving averages and "harami" pattern has trailing stop loss &take profit works on 4h & 1d time frames major forex pairs and stocks nasdaq.try it on d...
"buy sell stop buttons" ea sets up 3 buttons for manual trading and allows to predetermine trailing stoploss & take profit, open and close all trades at once.try it on demo fir...
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...
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...
the library and icanvas class simplify writing programs using canvas.here is an example of a simple indicator using this library.in this example, the indicator body features no fun...
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...
this indicator is based on the money management approach used by vp from nononsenseforex.com it uses atr to calculate stop loss, take profit and volume you should enter into a trad...
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...