quoted from wikipedia:in mathematics, the geometric mean is a mean or average which indicates a central tendency of a finite set of real numbers by using the product of their value...
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...
this an indicator which understands mouse click and keyboard press, and the purpose is to create alerts at the price that the market has not yet reached. it can be very helpful to ...
was checking if this one exists as a standalone function/indicator and since i did not find it, here it iswhat you need to know if you want to use it : i have seen implementations ...
this indicator calculates an adaptive rsi using tick data and plots it along with fast and slow moving averages in a separate window. it provides options to customize the calculati...
in the "good old days" coders were trying to optimize all the code that could be optimized. one such example was the optimization of liner regression calculation. coder that was co...
this indicator uses the calculating method described in details here : . please check that post for more detailsthe same function from the above link is used to calculate this slop...
this indicator uses the calculating method described in details here : . please check that post for more detailsthe same function from the above link is used to calculate this line...
not all indicators are suitable to have an option to be applied to another indicator data via mt5 designed / allowed options. linear regression line (original that uses "simple" pr...
the premise of this bollinger bands indicator is that the outer bands can be individually controlled via smoothing. changing the smoothing period on the upper band does not have to...
another offshoot of the bollinger bands. the concept of post smoothing on the outer bands is to smooth the upper and lower band individually after the standard deviation calculatio...
indicator displays the value of defined stop loss and or take profit in the deposit currency. converted fromnote: it calculates an estimated value based on a simple calculation and...
this indicator creates automatically a risk/reward box on you all opened chart base on high, low price with the old candles. converted fromyou can use it easily to drag and change ...
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...
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...
this code demonstrates how you can modify the objects in an indicator without having the source code. there are some indicators that don't use buffers, they are only using objects....
higher confidence in candle implication rises with body to range percentage which shall be higher than or equal to 50%, therefore indicator colors these candles while leave other c...
swing high/low identifierthe swing high/low identifier is a custom metatrader 5 (mt5) indicator designed to highlight significant swing points on your chart. this indicator identif...
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...
this indicator will help visualize the bid and ask prices, making it easier to decide on trade entries and exits.a custom bid and ask line is created which is labelled and visually...
the high and low line indicatoris a straightforward yet powerful tool designed to plot the highest and lowest price levels of a selected symbol directly on the chart. this indicato...
fair value gap (fvg) in trading refers to a price inefficiency or imbalance that occurs when there is a significant gap between the opening, high, low, and closing prices of three ...
this is an indicator that helps identify engulfing candle patterns.the red arrow represents a bearish engulfing, while the green arrow represents a bullish engulfing.if you want to...
if you want to create your own trading bot that integrates with this indicator, please contact me.i will help you create an optimized trading bot tailored specifically for you....
rsi condition:the relative strength index (rsi) for the current period is below a specified low threshold (rsilow). this indicates oversold conditions. candlestick pattern:it chec...
this mt5 alert is designed to identify potential buying opportunities based on several technical indicators and price action patterns. here's how it works: buy conditions 1. rsi co...
mt5 alert indicatorplease add ema moving averages 60/100/200 & rsi period 10 levels 30/70 to your chart.this indicator alert on a trend reversal strategy were- ema 60 > 100&...
this indicator alerts on manually drawn trendline -must have both lower and upper trend line drawnalerts when price closes above upper trendlinealerts when price closes below lower...
have you ever needed to copy and paste some graphical objects between open charts? i think you have. surprisingly, metatrader does not provide "copy & paste" feature for object...
indicator description: ptb.mq5 overview: the ptb.mq5 indicator is designed for use in the metatrader 5 trading platform. it calculates and displays short-term and long-term high an...
this is a tool to calculate position risk from a lot size and stop loss level.click on the chart to set a virtual stop loss, and it will calculate the risk in percentage as well as...
this is a tool to calculate the lot size from a risk percentage and stop loss level. click on the chart to set a virtual stop loss, and it will calculate the lot size for the risk ...
perfect seconds chart indicator allows you to convert minute candles of live data into secondsremove this line of code from oninit and oncalculate in case of you find indicator not...
useful for multi timeframe charts to locate candle of interest.it converts optionally server time to local time shown as tooltip.press [ctrl] or [shift] key while moving mouse on a...
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...
features: automatic fibonacci levels: the indicator dynamically draws fibonacci retracement lines based on recent zigzag highs and lows, giving a clear view of potential reversal p...
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...
the indicator weekdays displays day of week, week of year, day of year or bar index in the data window, and optionally in labels on the chart. as usual, the information in the data...
the hammer indicator identifies key candlestick formations, specifically green and red hammers as well as inverted hammers, on a metatrader 5 chart. it is designed to highlight pot...