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

TicksVolume - MetaTrader 5용 지표

게시자:
Matthias De Paolis
조회수:
8082
평가:
(24)
게시됨:
2016.12.02 15:41
업데이트됨:
2016.12.02 15:41
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

This is my translation of the code by Alexey Viktorov from MQL4 to MQL5. For those who work mainly on MQL5 it can be useful.

The indicator shows the price change in points and how many times there was a change for a selected period, unfortunately only from launch to stop.

No input parameters.

It can be used to determine the speed and/or acceleration of price changes. In the screenshot it can be seen that the Volume equals 44, the TickVolume indicator shows that the price increased in 27 ticks ("Tick up") and decreased in 17 ticks ("Tick down"). During this time, the price has increased by 53 points ("Pips up") and decreased by 9 points ("Pips down", in the fifth digit).

Very important, all mathematical operations with the values of the indicator must be carried out in absolute values.

Stochastic experiment Stochastic experiment

Stochastic - one classical and 3 new types of stochastic.

RSI - of adaptive T3 RSI - of adaptive T3

RSI of adaptive T3 (calculates 7 types of RSI that can be filtered by adaptive T3).

Holt's  double exponential smoothing Holt's double exponential smoothing

Holt's double exponential smoothing with linear forecasting

Maksigen channels - 2 Maksigen channels - 2

Maksigen channels - extended version.