MQL5 - Language of trade strategies built-in the MetaTrader 5 client terminal

Source code library - Expert Advisors, Indicators and Scripts

Custom Panel DemoCustom Panel Demo Try product
Custom Panel Demo
Author: markon
Screenshot
EURGBP, D1
Real
How to call indicators in MQL5 How to call indicators in MQL5 Subscribe to signal
LINADFX
37.79%, 348.71 USD
i-OrdersMQL5 Indicator
i-OrdersMQL5
Author: hasayama
To post a new code, please log in or register

Interesting script?
So post a link to it -
let others appraise it

You liked the script? Try it in the MetaTrader 5 terminal

2012.06.06 16:30
EMA_STD_VA

EMA_STD_VA [ru]

Integer

Downloads:
391
Views:
1656
Rating:
votes: 16
Files:
\MQL5\Indicators\
ema_std_va.mq5 (4.08 KB)view

Description:

Adaptive Exponentially Smoothed Moving Average, based on StdDev indicator.

The indicator is similar to EMA_ATR_VA, but based on StdDev, instead of ATR indicator.

Image:

EMA_STD_VA

Input parameters:
  • STDPeriod - Period of StdDev indicator;
  • EMAPeriods - Period of EMA indicator;
  • Sensitivity - Sensitivityот (from -100 to 100);
  • Price - Applied price.

Translated from Russian by MetaQuotes Software Corp.
Original code: http://www.mql5.com/ru/code/908