거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Telegram에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
지표

Acceleration&Speed Indicator - MetaTrader 4용 지표

조회수:
28392
평가:
(13)
게시됨:
2008.02.27 08:42
업데이트됨:
2014.04.21 14:52
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

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.

MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: 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.