거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Telegram에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
조회수:
7403
평가:
(33)
게시됨:
2013.05.06 07:03
업데이트됨:
2016.11.22 07:32
vama.mq5 (3.08 KB) 조회
vamacl.mq5 (4.03 KB) 조회
vazz.mq5 (3.06 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

The vaMA is the indicator drawn on the simple principle of price shift, the smoothed EMA, the increments of the first 3 orders with a step proportional to the period of smoothing. Then we get the smoothed and the fast indicator.

Indicator input parameters:

input int vaMA_period=15;           //Period
input bool use_double_smooth=1;     //Double smoothing

The vaZZ is the indicator which draws the ZigZag on the principle of the vaMA in the extremums (knees) points that displays where you can send the orders. In contrast to the standard ZZ, it is not redrawn and minimum lags behind.

 

P.S.

"va" from velocity and accelerate)))

MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/1661

Interpolation Interpolation

Use of the Lagrange polynomial interpolation to predict the future price

FullSSA FullSSA

The redrawing oscillator drawn on the basis of the SSA.mqh singular transformation library of functions

MUV_DIFF MUV_DIFF

The fast trends indicator.

MUV_Cloud MUV_Cloud

The fast trends indicator drawn on the basis of two normalized XMUV Moving Averages.