MetaTrader MTall Indicator Source Code Downloads - Page 148

Showing 7382 results
geometric moving average indicator MT5
MetaTrader 5 indicator

geometric moving average

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...
rs i with channels indicator MT4
MetaTrader 4 indicator

rs i with channels

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...
adaptive sm a indicator MT4
MetaTrader 4 indicator

adaptive sm a

Download the source code for this indicator
moving averages. mqh part i indicator MT5
MetaTrader 5 indicator

moving averages. mqh part i

movingaverages.mqh part ioffer under conditions.other multi timeframe indicators are also available....
root mean square indicator MT5
MetaTrader 5 indicator

root mean square

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 ...
moving averages. mqh part ii indicator MT5
MetaTrader 5 indicator

moving averages. mqh part ii

movingaverages.mqh part iioffer under conditions.other multi timeframe indicators are also available....
tick rs i adaptive indicator MT5
MetaTrader 5 indicator

tick rs i adaptive

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...
linear regression value indicator MT5
MetaTrader 5 indicator

linear regression value

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...
linear regression slope indicator MT5
MetaTrader 5 indicator

linear regression slope

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...
linear regression line indicator MT5
MetaTrader 5 indicator

linear regression line

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...
linear regression line (apply to) indicator MT5
MetaTrader 5 indicator

linear regression line (apply to)

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...
bollinger bands with pre outer band smoothing indicator MT5
MetaTrader 5 indicator

bollinger bands with pre outer band smoothing

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...
bollinger bands with post outer band smoothing indicator MT5
MetaTrader 5 indicator

bollinger bands with post outer band smoothing

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...
zig zag auto fibo indicator MT5
MetaTrader 5 indicator

zig zag auto fibo

this indicator is designed to draw a fibonacci retracement, using as a basis the zigzag indicator. i converted from this metatrader 4 code...
sl-tp values indicator MT5
MetaTrader 5 indicator

sl-tp values

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...
risk reward box indicator MT5
MetaTrader 5 indicator

risk reward box

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 ...
dp o - ma modified indicator MT5
MetaTrader 5 indicator

dp o - ma modified

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...
dp o - ma modified indicator MT4
MetaTrader 4 indicator

dp o - ma modified

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...
hacking objects in an ex5 indicator MT5
MetaTrader 5 indicator

hacking objects in an ex5

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....
decision colored candles - mt5 indicator MT5
MetaTrader 5 indicator

decision colored candles - mt5

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...
find swing highs swing lows indicator MT5
MetaTrader 5 indicator

find swing highs swing lows

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...
trend strength index indicator MT4
MetaTrader 4 indicator

trend strength index

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...
custom bid ask lines indicator MT5
MetaTrader 5 indicator

custom bid ask lines

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...
hi lo indicator MT5
MetaTrader 5 indicator

hi lo

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 (fv g) indicator indicator MT5
MetaTrader 5 indicator

fair value gap (fv g) indicator

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 ...
engulfing indicator indicator MT5
MetaTrader 5 indicator

engulfing indicator

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...
rsi engulfing bar indicator MT5
MetaTrader 5 indicator

rsi engulfing bar

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...
rsi ema engulfing bar indicator MT5
MetaTrader 5 indicator

rsi ema engulfing bar

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...
counter trend ema indicator MT5
MetaTrader 5 indicator

counter trend ema

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&...
trendline alert indicator MT5
MetaTrader 5 indicator

trendline alert

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...
chart objects copy paste indicator MT5
MetaTrader 5 indicator

chart objects copy paste

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...
pt b indicator MT5
MetaTrader 5 indicator

pt b

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...
position risk calculation tool indicator MT5
MetaTrader 5 indicator

position risk calculation tool

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...
trade volume calculation tool indicator MT5
MetaTrader 5 indicator

trade volume calculation tool

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 MT5
MetaTrader 5 indicator

perfect seconds chart

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...
custom crosshair cursor with synchronization indicator MT5
MetaTrader 5 indicator

custom crosshair cursor with synchronization

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...
candle size indicator MT4
MetaTrader 4 indicator

candle size

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...
range forecast h1 indicator MT4
MetaTrader 4 indicator

range forecast h1

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...
hammer indicator indicator MT5
MetaTrader 5 indicator

hammer indicator

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...
© ROBOTFX Free educational tools by RobotFX. Use entirely at your own risk; we are not liable for any financial losses incurred.