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

Linear Regression - MetaTrader 4용 지표

조회수:
23642
평가:
(14)
게시됨:
2016.03.25 15:21
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
Author: tageiger

When applied to financial markets this method is usually used to determine the moments of prices extreme deviation from the "standard" level.

Plotting of a trend line using linear regression is based on the least squares method. This method assumes that a straight line is plotted that passes through the price points so that the distance between the price points to the line is minimal. In an attempt to predict tomorrow prices, it is logical to assume that they will be located close to the values of today's prices. If there is an uptrend, the best guess would be that the price value will be close to the current one with a certain upward deviation. Regression analysis provides statistical confirmation of these assumptions.


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

T3_adx_+di_-di_burst T3_adx_+di_-di_burst

Smoothing for the ADX indicator. Recalculates the specified number of bars at every tick (not optimized)

BW-wiseMan-1 BW-wiseMan-1

The first version of the wlxBWWiseMan indicator. Displays the candles of trend changes.

T3 TRIX (ROC of T6) T3 TRIX (ROC of T6)

The TRIX indicator represents the rate-of-change percentage, smoothed by the exponential МА of the closing price.

StrangeIndicator StrangeIndicator

This indicator belongs to the oscillator group.