거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Twitter에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
조회수:
12420
평가:
(34)
게시됨:
2018.11.02 20:14
업데이트됨:
2019.01.29 16:01
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Theory:

Linear regression attempts to model the relationship between two variables by fitting a linear equation to observed data. One variable is considered to be an explanatory variable, and the other is considered to be a dependent variable. For example, a modeler might want to relate the weights of individuals to their heights using a linear regression model. The equation is the following:


Where x is a number of bars and y are prices.

The ratios of the mentioned equation are calculated as follows:


There are quite a few good implementations (some are explained in a very good way here : 3 Methods of Indicators Acceleration by the Example of the Linear Regression but there are some issues that needed to be addressed (mainly that some methods are not suitable for usage on in-code data ...).

This version:

This is "yet another" method that is producing exact results (without an approximation) as the "to the last letter" method, that can be used on arbitrary data and is fast (it is faster than even the method that is using built in functions to speed up the calculation). Execution time does not depend on the calculation period (it is negligible slower for very large periods than the calculation for short periods) which makes it suitable for usage in all sorts of filtering / calculating / smoothing ...

Usage:

You can use the color change as a signal



Volume Profil & Range V6 Volume Profil & Range V6

Volume Profile + Range v6.0 (former TPO).

CCI variation CCI variation

CCI variation

Weis Waves Weis Waves

Volume Wave indicator originally idealized by Richard D. Wyckoff.

Corrected generalized DEMA Corrected generalized DEMA

Corrected generalized DEMA