volume colored candlestick with bollinger bands as the standard deviationchangelogv1.02b: hotfix for static int chartbars, where it would be forever the first call value of bars(sy...
expert, trades using awesome oscillator, accelerator oscillator.stochastics can be used as a filter , upper and lower levels.for buy trade main stoch line must be greater than sign...
opens trades when a engulfing bar occurs at the same time as a change in heiken ashi colour opening above moving averages, two rsi filters, set at 5 &14 periods.engulfing bar m...
simple class for getting the number of microseconds (µs) elapsed since january 1, 1970.the error of this method is about 0.5 milliseconds. this is due to the temporal discreteness ...
it happens sometimes when you've been creating and ea and you haven't noticed a bug that causes too many positions if not orders to be opened . or maybe there was a trade execution...
the story behind this trading tool: most traders lose and this is a fact. there are lot of reasons behind their losses, but the main reason in my opinion is that they can't control...
buy when the indicator line is green and sell when it turns red.the fisher transform indicator is an oscillator that helps to identify trend reversals and can be applied to any fin...
this indicator plots fibonacci channel on last swing high low that can be changed from input variable "extdepth"55 is a best parameter which is set by default. it plots a fibonacci...
it can download data once and be removed or update each 1-5-10 minutes. since it is a service, it can always be active in the background without interfering with charts.32912008.08...
the story behind this trading tool: most traders lose and this is a fact. there are lot of reasons behind their losses, but the main reason in my opinion is that they can't control...
after the three average lines are arranged completely according to high and low, it can be regarded as a trend formation. after the pattern is destroyed, the hatching is no longer ...
the highpass-lowpass roofing filter was created by john ehlers (cycle analytics for traders pg.78)this is a variation of a roofing filter that will let you know which direction the...
this expert advisor demonstrates how to create and save graphic charts to a .bmp file from the mt5 strategy tester. the graphic.mqh package (include/graphics/) is used. in mt4 this...
history mode to indicator. set "historymode" parameter to true then "double click" on any point in price chart to see support and resistance zones in that point, is done by mr. beh...
this free code manages to close all open positions complying with fifo rules just by drag and drop into the chart, no matter if profit or loss.must enable autotrading....
basically margin required depends on the symbol attribute margin calc mode and leverage depends on margin required. calculaion details aare taken from the standard mql5 help....
history:v 2.3 adds fixes, code improvement and price-to-ma distanceinformation:trade value depends on price positioning,the shape of which can be described also by ma speed and pri...
nadaraya and watson, both in 1964, proposed to estimate values as a locally weighted average, using a kernel as a weighting functionit is producing a non-causal (re-calculating) sm...
this is the "moving average bands" indicator with only one change compared to the original : you can chose the price (while in the original only close price is used)recommendations...
recommendations: it is not a directional indicator - it indicates volatility you can probably use it for indication of possible trend changes (after the lower extremes are reached...
john ehlers introduced a variation of rsi calculation (as a part of another indicator) that he decided to call myrsi. since it produces results different then the built in rsi, it ...
in december 2020 issue of tasc, john ehlers published an indicator called myrsi with net (myrsi with noise elimination technology) in which he uses a sort of kendall (auto)correlat...
original rex indicator (with an explanation what and how it is done) was posted here :recommendations:you can use it the same way as any other rex indicator you can use the donchia...
this indicator allows trader to calculate the proper lot size based on percentage risk and stop loss. the stop loss can be defined either using average true range ratio or fixed si...
this indicator is one of the series of "experiments"even though it is named cci, it is not actually cci for that reason a sort of dynamic levels are added (a sort of donchian chann...
in the december 2021 issue of tasc article “the dmh: an improved directional movement indicator”, john ehlers explores a method of modernizing directional movement with hann window...
some of the digital filters in one place :hanning hamming blackman blackman / harris and (simply in order to demonstrate that almost anything can be a digital filter) :rectangular ...
this is a variation of a digital filter using hann windowing for filteringwith "speed up" factor set to 0, it is the same as original filter any speed up factor > 0 makes it a b...
on-balance volume (obv) is a technical trading momentum indicator that uses volume flow to predict changes in stock price. joseph granville first developed the obv metric in the 19...
as simple as it gets, channels based om high, low and atr distances, shows possible short term support / resistance or can be used as tp/sl in some trading systemsrecommendations: ...
this is the indicator originally posted here that is extended with a display of "states"."states" are displayed as colored histogram they can be calculated using :level 3 - outer ...
based on the austin passamonte's idea , this indicator calculates pivots for any time frame (provided that the chosen time frame is higher than the chart time frame).two modes of c...
the script is best use to clean up all drawings ( delete all object, comment, horizontal line, vertical line, arrows etc) on current chart. please feel free to modify based on your...
description: displays the current timeframe and symbol name in large font on the chart background. useful when hopping between several charts with different symbols at the same tim...
iexposure will show the opening of trading positions in tabular form in the sub-window below the main window. this allows the trader to see at a glance the positions in the market ...