all averages mt5

all averages mt5
Download ALL MT5 indicators (5742)
YouTube Video Thumbnail



Similar MetaTrader Tools

all averages mt5

Info

The all averages mt5 is a Indicator for MetaTrader 5 that available formulas (ma_method)sma simple moving average ema exponential moving average wilder wilder exponential moving average lwma linear weighted moving average sinewma sine weighted moving average trima triangular moving average lsma least square moving average (or epma, linear regression line) smma smoothed moving average hma hull moving average by a. hull zerolagema zero-lag exponential moving average dema double exponential moving average by p.

Usage

This tool is typically used for enhancing chart analysis and decision making.

Platform

This Indicator works exclusively on MetaTrader 5 (both build 600+ and newer versions).

Setup

Place the downloaded file in MQL5/Indicators folder via File ? Open Data Folder in MetaTrader 5.


How to Install and Use all averages mt5

1. Installation: Place your file in the MQL/Indicators folder via "Open Data Folder" and restart your terminal.

2. Loading: Find the indicator in the Navigator, drag it onto your chart, and configure the input parameters in the popup window.

3. Customization: Press Ctrl+I to open the indicator list, select your tool, and click "Properties" to change colors, levels, or visual styles.

4. Updating: Replace the old file in the Indicators folder with the new version and restart the platform to apply changes.

Frequently Asked Questions

Q: Why is my indicator not showing? A: Verify the file is in the MQL/Indicators folder, or try right-clicking the "Indicators" tree in the Navigator and clicking "Refresh."

Q: Do custom indicators slow down the platform? A: Too many complex indicators can impact performance; remove unused ones via the "Indicator List" (Ctrl+I).

Q: Can I use MT4 indicators on MT5? A: No, MQL4 and MQL5 are distinct languages; ensure the indicator is compiled specifically for your platform version.

What this tool does

available formulas (ma_method)sma simple moving average ema exponential moving average wilder wilder exponential moving average lwma linear weighted moving average sinewma sine weighted moving average trima triangular moving average lsma least square moving average (or epma, linear regression line) smma smoothed moving average hma hull moving average by a.

Typical Use Case

This Indicator excels in automated trading and technical analysis on MetaTrader 5.

Compatible Platform & Setup

This Indicator works on MetaTrader 5. Place the file in the MQL5/Indicators folder and restart the terminal.

Description & Settings

Related: trade with moving averages (mas) - another powerful indicator for MetaTrader 5 traders.


available formulas (ma_method)

sma simple moving average

ema exponential moving average

Also recommended: Moving Averages Convergence/Divergence Indicator - similar indicator with strong performance on MetaTrader 5.


wilder wilder exponential moving average

lwma linear weighted moving average

sinewma sine weighted moving average

trima triangular moving average

lsma least square moving average (or epma, linear regression line)

smma smoothed moving average

hma hull moving average by a.hull

zerolagema zero-lag exponential moving average

dema double exponential moving average by p.mulloy

itrend instantaneous trendline by j.ehlers

median moving median

geomean geometric mean

rema regularized ema by c.satchwell

ilrs integral of linear regression slope

ie_2 combination of lsma and ilrs

trimagen triangular moving average generalized by j.ehlers

vwma volume weighted moving average

jsmooth m.jurik's smoothing

sma_eq simplified sma

alma arnaud legoux moving average

tema triple exponential moving average by p.mulloy

laguerre laguerre filter by j.ehlers

md mcginley dynamic

bf2p two-pole modified butterworth filter by j.ehlers

bf3p three-pole modified butterworth filter by j.ehlers

supersmu supersmoother by j.ehlers

decycler simple decycler by j.ehlers

evwma modified evwma

ewma exponential weighted moving average

dsema double smoothed ema

tsema triple smoothed ema

vema volume-weighted exponential moving average(v-ema)
the choice of prices used to build moving averages:

close close

open open

high high

low low

median median

typical typical

weightedclose weighted close

medianbody median body (open+close)/2

average average (high+low+open+close)/4

trendbiased trend biased

trendbiasedext trend biased(extreme)

haclose heiken ashi close

haopen heiken ashi open

hahigh heiken ashi high

halow heiken ashi low

hamedian heiken ashi median

hatypical heiken ashi typical

haweighted heiken ashi weighted close

hamedianbody heiken ashi median body

haaverage heiken ashi average

hatrendbiased heiken ashi trend biased

hatrendbiasedext heiken ashi trend biased(extreme) timeframe = 0 selecting the timeframeprice = 0 choice of prices usedma_period = 14 averaging period of the moving averagema_shift = 0 shift the moving average by a specified number of periods ma_method = sma choice of moving average formulashowincolor = true show/hide color rendering, up-trend color selection, down-trend color selection number of bars counted = 0 plotted on the chart for a specified number of candles (bars), "0" - all bars are involved in the construction

You may also like: Three Ichimoku Cloud Moving Averages - excellent alternative for indicator users on MetaTrader 5.

Source Code

яю//+------------------------------------------------------------------+
#property copyright "RobotFX"
#property link "https://robotfx.org"
#property link "https://robotfx.org"
#property indicator_chart_window
#property indicator_buffers 3
#property indicator_plots   1
#property indicator_type1   DRAW_COLOR_LINE
#property indicator_color1  clrYellow,clrDeepSkyBlue,clrOrangeRed
#property indicator_width1  2

.......

Leave your opinion, ask a question, share some knowledge

Limitations & Risk Warning

  • This tool is provided for educational and testing purposes only.
  • Past performance does not guarantee future results.
  • Trading involves substantial risk of loss. Use on a demo account first.
  • Results may vary depending on market conditions, broker, and settings.
  • We recommend thorough backtesting and forward testing before using with real funds.
© ROBOTFX Free educational tools by RobotFX. Use entirely at your own risk; we are not liable for any financial losses incurred.