거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Facebook에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
당사 팬 페이지에 가입하십시오
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
- 조회수:
- 4712
- 평가:
- 게시됨:
- 2018.09.27 15:40
-
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
The Mirror MA indicator features two mirrored moving averages in a separate chart window calculated based on a difference between two MAs with different calculation data, and one signal line calculated based on a direct moving average data.
It has eight input parameters:
- First MA period - direct MA calculation period;
- First MA method - direct MA calculation method;
- First MA applied price - direct MA calculation price;
- Second MA period - reverse MA calculation period;
- Second MA method - reverse MA calculation method;
- Second MA applied price - reverse MA calculation price;
- Signal period - signal line calculation period;
- Signal method - signal line calculation method.
Calculations:
Direct = MA1-MA2, Reverse = MA2-MA1 Signal = MA(Direct, Signal period, Signal method)
where:
MA1 = MA(First MA applied price, First MA period, First MA method) MA2 = MA(Second MA applied price, Second MA period, Second MA method)
If calculation data of these two MAs coincide (which lead to a zero difference between the two MAs), a warning with the error message will be displayed and the indicator will exit until the user changes the parameters.
MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/21731

One of the variations of the "Avalanche" strategy. Martingale is used.

Klinger Oscillator developed by Stephen Klinger to determine the long-term trend while remaining sensitive to detect short-term fluctuations enabling the trader to predict short-term reversals.

An Expert Advisor based on the iMA (Moving Average, MA) indicator.

Super SAR is a signal indicator based on SuperTrend and iSAR.