you have developed your own mt4/mt5 indicator ? for your personal usage for your clients just add 3 lines of code to your mql4/mql5 file to: add trading capabilities to your indi...
gaussian and other low lag filters"the first objective of using smoothers is to eliminate or reduce the undesired highfrequency components in the price data. therefore, these smoot...
the indicator is a powerful tool that predicts trend changes based on the analysis of price channels and the nature of the volatility of the instrument.it provides accurate signals...
set the maximum rollback size in the window on the top left of the chart, and the indicator will show the nearest reversal levels and their chances....
trend indicator based on the intersection of adaptive hma and its smoothed line. i recommend using it together with the flat indicator to determine the beginning of a trend early...
very useful way to advance your chart analysis. this indicator show you ratio of movement sizes inside bar to current bar size.this is can be good approval of signals. few examples...
this is super simple starter code for anyone looking to work or build with support and resistance. it includes a mid-line which is calculated using the average of the support and r...
there are 2 input parameters:atrmultiplier: the lines will have this* the current atr value distance from the moving averages. period: high and low moving average, atr period. the ...
with its advanced algorithm and precise calculations, this indicator provides traders with timely and highly reliable signals to enter or exit trades at the optimal point. by effec...
donchian channel the donchian channel is an indicator used in market trading developed by richard donchian it is formed by taking the highest high and the lowest low of the last n ...
the purpose of this indicator is to demonstrate newbie friendly way a structure of a multi time frame indicator based on recursion.a function which is responsible of the indicator ...
probably everyone has put up a heikin ashi chart one time or another. it makes it look so much cleaner with less noise and clearer trends.but there is one major flaw — it hides the...
ssh is a famous indicator which uses moving average high and low prices of candles to draw two lines. the cross point of these two lines considered as signal for buy or sell.illust...
basics:rsi indicator is frequently used in trading decisions coupled with levels checking. levels are supposed to show if there is overbought or oversold condition. but frequently ...
the indicator can calculate gain/loss in two modes: plain candlestick close and open difference, and as difference between current close and previous close. you can set minimum c...
the ava (adaptive volatility analysis) indicator is a tool i've developed, primarily for enhancing my own indicators and expert advisors (eas). it's designed to gauge market price ...
how template works? this indicator provides a template to be used to plot divergences based on your desired oscillator.depending on which oscillator you choose(whether it is cci, r...
this is an indicator to calculate 14 types of moving averages based on close price.the calculations are mostly based on pine script libraries.types included are:sma, ema, wma, vwma...
you can simply add function void onchartevent(...) to your indicatorthe screens are from ea and its gui, indicator only changes window sizebefore compilation you need uncomment few...
this indicator promote new way of analyses signals from standard indicator named rsi. main feature of rsi is level crossing signals. usually 30 and 70. but it's bad relative to rea...
ma modified dpo facilitate controlling all parameters of ma (ma period , ma mode , ma applied price) to change required ma curve to horizontal line and can easily used as support o...
the trend strength index indicator measures strength of current trend. basically it is similiar to a simplified auto regression indicator, because correlation function calculates t...
the indicator searches for candlesticks on the price chart that are larger than the size specified in the settings and marks them on the chart.you can choose two types of candlesti...
the indicator displays the actual range of the hourly candle in percent and the calculated range based on average statistics.indicator parameters:averaging period- averaging period...
in short, there are three indicator lines p1, p2, p3.according to which trajectory p3 sticks there and the price forecast.at the moments of a clear upward or downward movement, all...
the indicator draws the nearest levels of the specified price range.in the settings, you can choose what to measure the range in, points or percentages.the principle of the indicat...
double zigzag draws virtual buy and sell levels on the price chart.the tp and sl sizes are set in the settings and the indicator draws two zigzags: one draws the extremes of the bu...
1. you can display the level lines that correspond to the last extremes (maximum / minimum) of the zigzag. 2. enable displaying the size of the waves in points. indicates how many...
this is a simple indicator to calculate moving averages based on timeframe that currently viewed.the calculations are generally based on timeframe window and moving average's perio...
the indicator shows the names of the days of the week, as text labels on the chart.the indicator has input parameters:it shows labels on chart as follow...
input parameters showbodysize(default = false) — if true, a candle's body size will also be shown.havepipettes(default = false) — if true, the indicator will assume that the curren...
negative volume index (nvi)is a free technical indicator for advanced chart analysis in mt4, mt5 platforms. it is based on tick volume (can be substituted with real volume in mt5) ...
breakeven line indicatoris a metatrader indicator that calculates breakeven level based on all open positions and displays it on your chart as a horizontal line. additionally, it w...
input parameters ma_period (default = 50) — a period of the 3rd generation moving average. ma_sampling_period (default = 220) — a sampling period of the 3rd generation moving avera...
input parameters aroonperiod (default = 14) — the period in chart bars for the indicator to look up for the bottoms and the tops. as with many other indicators, the higher is the p...
basing candlesticks metatrader indicator— is an automatic indicator that detects and marks basing candles on the chart. a basing candle is a candle with body length less than 50% o...
bb macd metatrader indicator— is a basic macd (moving average convergence divergence) indicator variation, which helps in detecting the trend change points and measuring the curren...