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

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

It has six input parameters:

  • SAR step - Parabolic SAR step;
  • SAR max - the maximum value of Parabolic SAR;
  • ATR Period - ATR period for the SuperTrend calculation;
  • Multiplier - SuperTrend line multiplier (to set it closer/farther from the median price);
  • Swing - alteration of signals (Yes/No);
  • Show SAR - whether to display Parabolic SAR (Yes/No).

Green/red arrows (position entry) appear after a change in the SAR position, provided there is confirmation from SuperTrend.

Gray arrows (do not enter position/open position can be closed) appear after a change in the SAR direction, if there is no confirmation from SuperTrend.

If Swing (Yes) is used, arrows (only up/down) appear when both criteria are met, taking into account the previous signal direction.

The SuperTrend indicator is not required for operation - its values are calculated by the indicator.

Fig. 1. Super_SAR, Swing = No

Fig. 1. Super_SAR, Swing = No

Fig. 2. Super_SAR, Swing = Yes

Fig. 2. Super_SAR, Swing = Yes

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

Above Below MA Above Below MA

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

Mirror_MA Mirror_MA

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.

ChandelierExit_Candle ChandelierExit_Candle

The Chandelier Exit indicator implemented as a sequence of candlesticks

Demand_Index Demand_Index

The Demand_Index indicator developed by James Sibbet combines the price and volume, and is often considered a leading indicator of price change.