Watch how to download trading robots for free
Find us on Facebook!
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
Views:
6627
Rating:
(31)
Published:
2013.08.08 22:08
Updated:
2023.03.29 13:42
\MQL5\Include\
velocity_v2.mq5 (9.49 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

Real author:

TrendLaboratory

The Momentum oscillator with a triple averaging and a signal line. In this case, the triple averaging is used for filtering the direction of the indicator.

This indicator was first implemented in MQL4 and published in Code Base on 06.03.2008.

The indicator uses SmoothAlgorithms.mqh library classes (must be copied to the terminal_data_folder\MQL5\Include). The use of the classes was thoroughly described in the article "Averaging price series for intermediate calculations without using additional buffers".

Figure 1. The Velocity_v2 indicator

Figure 1. The Velocity_v2 indicator

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

Bollinger_Squeeze_v9 Bollinger_Squeeze_v9

A trend indicator with four states

TrendChannel TrendChannel

The indicator draws two trend lines for the closest price extremes

MACD Divergence MACD Divergence

This indicator will plot divergence lines on the MACD indicator and will give buy and sell signal by displaying green and red arrows.

Percentage_Price_Oscillator Percentage_Price_Oscillator

A non-normalized oscillator.