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

Metatrader Expert Advisor e-Regr and Metatrader Indicator i-Regr - MetaTrader 4용 expert

조회수:
112652
평가:
(65)
게시됨:
2008.09.12 06:16
업데이트됨:
2014.04.21 14:53
e-Regr.mq4 (10.13 KB) 조회
i-Regr.mq4 (4.52 KB) 조회
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Regression Channel

Linear Regression Channel consists of two parallel lines, equidistant up and down from the line of linear regression trend. The distance between frame of the channel and regression line equals to the value of maximum close price deviation from the regression line.

Linear Regression Channel


Second-power (Parabolic) Polynomial Regression Channel


Third-power Polynomial Regression Channel

MetaTrader Indicator i-Regr Setting

Degree - power of Polynomial : 1- linear; 2- parabolic; 3- Third-power





MetaTrader Expert Advisor e-Regr based on Regression Channel MetaTrader Indicator

If price lower than under line - Buy
If price bigger than upper line - Sell

TakeProfit by average line.
Stop Loss = 0 but you can set Stop Loss
Trend Protection: If D1 candle (for previously day) bigger than 150 pips – trade prohibition and close all opened position.


MetaTrader Expert Advisor e-Reg Setting


Warning: The Expert advisor e-Regr was not adjusted and was not optimized.



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

Open SELL Open SELL

The script opens a SELL position with the specified part of the FreeMargin.

Ergodic Oscillator Ergodic Oscillator

Indicator Ergodic Oscillator.

StopLossMove StopLossMove

The script moves the StopLoss at the Distance from the market.

CloseAllBuySell CloseAllBuySell

The script closes all opened Buy and Sell positions in the active window.