Watch how to download trading robots for free
Find us on Telegram!
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

Acceleration&Speed Indicator - indicator for MetaTrader 4

Views:
28126
Rating:
(13)
Published:
2008.02.27 08:42
Updated:
2014.04.21 14:52
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

The idea of the indicator is very simple and obvious. Strange that similar indicators haven't appeared yet.

Prices constantly change - go up or down. If we take N bars for a period of time, the difference of prices, for example closing prices at the ends of the period, is equal to the speed of closing price change on this period of time.

If the speed is found, the acceleration can also be found.

The red line is speed, the green one is acceleration. They are calculated in points.

So, what is obvious at the picture?

1. The speed has boundary values.

2. The cyclic nature.

3. The speed and the acceleration do not always have the same direction.

I have also made some changes: added speed charts (yellow) and acceleration (blue) with a shift into history; added a switcher of charts visibility.

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

Awesome_Signal - Extended Awesome Awesome_Signal - Extended Awesome

The standard Awesome with some amendments: signal line, setup of quick, slow, signal line, shifting of the signal line.

ind_FullSymbol_v1 ind_FullSymbol_v1

Shows the full symbol name on a chart.

Z-Score Calculation Z-Score Calculation

The library helps to organize calculations of Max, Min, universal mean, standard deviation, skew, kurtosis, and Z-score, on the data array.

TREND_alexcud TREND_alexcud

A multi-timeframe indicator. It shows the trend direction of several time charts in a separate window.