Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Indicators

Moving Average Based on Demark's Approaches - indicator for MetaTrader 4

Iurii Tokman
Iurii Tokman
Veda http://ytg.com.ua resource - the author works for automation of trade on the forex market - advisers, experts will, trading robots, indicators, trading strategies, scripts, functions and libraries. Provides the ability to create programs using a programming language and mql4 mql5 for trading
| English Русский 中文 Español Deutsch Português
Views:
21073
Rating:
(8)
Published:
Updated:
MUV.mq4 (2.52 KB) view
MQL5 Freelance Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

The drawing of the moving average is performed on the basis of Demark's method "Daily Range Projections".

Indicator on a zero bar points at the future price change.

Input Parameters:

period - the period of averaging,

ma_method - the method of averaging:

0 - Simple moving average


1 - Exponential moving average


2 - Smoothed moving average


3 - Linearly-weighted moving average

Picture:



You can develop some other indicators using this method.



Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/8542

CLEAR_CHART_ON_NAME_AND_TYPE  CLEAR_CHART_ON_NAME_AND_TYPE

The script selectively clears the chart by the part of the name and/or by the type of the object.

Pipsing_Close_on_DROP Pipsing_Close_on_DROP

The script closes any position using the Drag'n'Drop method, i.e. the method of "drag the script with the mouse and drop it on the order lines".

Expert Advisor Based on FXRaider's Trade Strategy Expert Advisor Based on FXRaider's Trade Strategy

Expert Advisor Based on FXRaider's Trade Strategy by ForTrader.ru.

RAVI (Range Action Verification Index) RAVI (Range Action Verification Index)

It is developed on the other principle, not on ADX's. Chand suggests 13-weeks SMA as a basis of the indicator.