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...
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...
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 ...
to calculate the average price, you can specify the periods h1 and d1. for example, the d1 average price allows you to track whether the price of a certain financial instrument is ...
this is a variation on the standard deviationit is using momentum of price (instead price itself) for calculation it is calculated in a way that it takes minimal cpu load as far as...
as a quick example how momentum deviation (published here : ) can be used, this is a momentum deviation bands indicator (similar - but just similar - to bollinger bands)recommendat...
zigzag color indicator for line charts which works on close prices rather than high lowthis indicator has only one input parameter which is extdepth and its optimized for performan...
in his article in january 2022 issue of tasc, “(yet another) improved rsi,” john ehlers explains how he enhances the rsi by taking advantage of hann windowing. the rsih indicator p...
cycles though market watch symbols, using hotkeys comma and period for prev/next symbol in market watch listif you want to change hotkey default keys use this site to find out keyc...
zigzag nk sound alerts notifies you with sound alert, push notification or popup notification on terminal when zigzag changes its bar.this indicator has 3 buffers, two are used for...
net (noise elimination technology) - a sort of a rolling kendall rank correlation coefficient -was introduced in one of the rsi indicators posted at this code base.now it is used t...
this is a sort of stochastic indicator on chart. if, defaults are used, then it calculates the same way as built-in stochastic that uses high/low prices. in this indicator you have...
indicator is based on calculation of two standard deviations and result is ratio between them.as single indicator it doesnt show direction of price, it only show high activity area...
recommendations:some experimenting with parameters advised (see the example bellow : red is default, blue is with periods 100,100 - so there is plenty of room for experimenting) ...
when the triglv level specified in the settings is crossed within the deviation, the indicator sends a push notification to the mobile device if the input parameter notification is...
the laguerre filter is a smoothing filter based on laguerre polynomials. the indicator works by letting you know both the short-term and long-term trend.buy when the indicator line...
add popup or push alert notification on manually placed horizontal lines, the lines are deleted and reset itself as soon as price touches these lines...
simple moving average is calculated by adding prices for last n periods and then dividing that sum by the period. this addition is often done with help of a loop. this loop within ...
1. shows moving last price on bid line2. daily percentage change3. time based on input selection to the price line : local, gmt or current4. color for bear and bull can be set from...
this indicator was done to fulfill the need from eas to check on volume increase and decrease in a extremely simple way.all it does is calculate the average volume of a certain per...
i search moving average that can be hide and shown with button, just like in trading view, but i cannot found it.then i try to modify example of moving average code from mql5 metae...