candle closing time remaining (cctr) mt5 is an indicator which displays the remaining time for an open candle to be closed.features changeable color and size. changeable location ...
from walter downs’ article "from terms to technical tools" he introduces the point of balance oscillator, two conditions to color bars and two system tests.the indicator shows curr...
developed by gerald appel in the late seventies, the moving average convergence/divergence oscillator (macd) is one of the simplest and most effective momentum indicators available...
this is the semaphore indicator of candles that highlights the candles on the chart, which have same direction like all candles for your chosen timeframes. for example, each of the...
this script provides quick work with a large number of pending orders in the market and contains functions for placing, changing, and deleting of orders within the your price range...
this is a not big assistant for trading with limit orders.its meaning is that if you want to place two limit orders on both sides of the price, you will have to wait until one of t...
this is the semaphore indicator with arrows based on bb and rsi.so very often, leaving the bollinger bands canal the price slows down and after that it returns into the canal. if t...
the stochastic oscillator is a momentum indicator comparing the price to the range of its prices over a certain period of time. the sensitivity of the oscillator to market movement...
there has been a lot of complaints of some people that metatrader 5 is so much more complicated than metatrader 4 regarding the code. but it seems that people haven't explored the ...
one more in the series of a simple-to-do code examples in metatrader 5 (the main loop of this one has 6 lines of code).this is a macd that can use average for input price instead o...
the schaff trend cycle (stc) indicator is the product of combining slow stochastics and the moving average convergence/divergence (macd). the macd has a reputation as a trend indic...
the code is based on the library.library contains errordescription()function with two input parameters error_codeand optional parameter txt_prefix.getlasterror() return codes can b...
renko 2.0 offline non-trading utility generates custom symbol information on 1m chart. based on indicator. references the library for metatrader 5 by fxsaber.this non-trading exper...
this expert advisor is using the macd indicator to open trades.it works on any symbol and support 5 and 4 digits brokers.the exits are based on fixed stop loss and take profit valu...
in their 1994 book, "the new technical trader", tushar s. chande and stanley kroll explain that rsi can oscillate between 80 and 20 for extended periods without reaching extreme l...
renko 2.0 offline non-trading utility generates custom symbol information on 1m chart. based on indicator. references the library for metatrader 5 by fxsaber.this non-trading exper...
in his tasc april 2008 article, françois bertrand describes a "what-if" rsi indicator: what should be the price so that some target rsi level would be reached.the indicator helps i...
the indicator is using 3 instances of hull moving average. the hull moving average (hma), developed by alan hull, is an extremely fast and smooth moving average. in fact, the hma a...
the relative strength index (rsi) is a momentum indicator developed by noted technical analyst welles wilder, that compares the magnitude of recent gains and losses over a specifie...
in an eternal search for an average with less lag, there were few attempts that were quite good. the zerolag ma indicator was described in the journal "technical analysis of stocks...
the indicator zerolag ma was described in journal technical analysis of stocks and commodities, april, 2000 for the first time and according to creators, the indicator zerolag ma i...
introduction it doesn't happen very often, but every once in awhile one needs to iterate over all of the combinations or permutations of a set of objects. or more specifically, giv...
display the actual stored value of a floating-point number (float or double type), with very high precision up to 55 decimal digits. this helps to debug exact value of floating-poi...
adx expert is based on adx indicator and can be traded on every tradable symbol.the expert is trading fixed position size, and has fixed stop loss and take profit.inputs lot size ...
adding zero lag ma to the rsi calculation as a preferred smoothing method has two things as a result:it is "faster" - zero lag ma is an average with significantly reduced lag. it r...
adding zero lag dema to the rsi calculation as a preferred smoothing method has two things as a result:it is "faster" - zero lag dema is an average with significantly reduced lag (...
indicator based on hull moving average.how it works it calculates the hull moving average. uses the slope of so calculated hull moving average as a criteria for a trend. depending...
the schaff trend cycle (stc) indicator is the product of combining slow stochastics and the moving average convergence/divergence (macd). the macd has a reputation as a trend indic...
the schaff trend cycle (stc) indicator is the product of combining slow stochastics and the moving average convergence/divergence (macd). the macd has a reputation as a trend indic...
the chande momentum oscillator is a technical momentum indicator invented by tushar chande. chande introduced the indicator in his 1994 book "the new technical trader". it is creat...
the chande momentum oscillator is a technical momentum indicator invented by tushar chande. chande introduced the indicator in his 1994 book "the new technical trader". it is creat...
source of this on is february 2004, active trader magazine.system concept this system was inspired by the more successful stock systems that have appeared in the trading system lab...
variation of the "triple" series of indicators.as a reminder: triple indicator is using 3 values - average of high, low and close to determine the overall trend direction and and r...
the stochastic oscillator is a momentum indicator comparing the price to the range of its prices over a certain period of time. the sensitivity of the oscillator to market movement...
this ea will monitor the net profit of a currency basket and close all positions when the specified profit has been acquired. it does not matter which chart you run the bot on, all...
this script allows you to start any arbitrary external program. use it as-is or as a starting point for something amazing.in order for this script to work, you will have to allow i...
zone recovery is an advanced hedging system. when the market goes against you by certain number of pips, you open an opposite trade by a trade with slightly bigger lot size.if the ...
this indicator is using filtered prices for rsi (instead of using "raw" prices) and is using discontinued signal line for trend assessment (instead of using slope or fixed levels)....
the article was published in the january 2010 issue of tasc.we might add that vortex seems to be working ok an all timeframes and can be used in a fairly reliable mode to determine...
denis meyers that invented polychromatic momentum, describes it as:the is by all means a useful indicator. but, as many "raw" momentum indicators do, when used without any form of ...
features displays 3 rsi lines of different periods and the ma of the first rsi line (smoothed rsi). displays the ma of the smoothed rsi. the crosses of smoothed rsi and its ma can...
the idea of this indicator is simple:instead of using one rsi, the indicator is using 3 instances of rsi. those 3 instances of rsi are then used to calculate the "synthetic" value ...