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

Oscillator Tarzan is a standard RSI with a channel having a central line, the color of which changes depending on the RSI line location as related to the channel:

  • If the RSI line enters the channel upwards, an "up" signal arrow is placed, and the central line is colored green
  • If the RSI line enters the channel downwards, a "down" signal arrow is placed, and the central line is colored red
  • If the RSI line is within the overbought/oversold zones (above/below the channel borders), the central line is colored pale gray.
  • If the RSI line is in the upper zone within the channel, the line is sky blue,
  • if the line is in the lower zone of the channel, the line is orange.

The central line of the channel is calculated by the RSI line smoothing method, and the indent for the upper and lower channel borders is added/deducted on both sides.

The indicator has six input parameters:

  • RSI period - RSI calculation period
  • RSI Applied price - RSI calculation price
  • MA period - channel calculation period (the RSI line smoothing period)
  • MA Method - channel calculation method
  • Channel top size - indent from the central line for calculating the upper border of the channel
  • Channel bottom size - indent from the central line for calculating the lower border of the channel

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

Smoothed_Smart_Money_Pressure_Oscillator Smoothed_Smart_Money_Pressure_Oscillator

Smoothed Smart Money Pressure Oscillator

SilverTrend_NRTR SilverTrend_NRTR

Semaphore signal indicator SilverTrend with the NRTR line of possible stop order locations.

SilverTrend_NRTR_HTF SilverTrend_NRTR_HTF

Indicator SilverTrend_NRTR with the timeframe selection option available in input parameters, alerting and sending e-mails and push-messages when the indicator changes its color.

SilverTrend SilverTrend

Indicator SilverTrend_Signal that generates alerts and sends e-mails and Push-messages when the indicator changes its color, implemented as candlesticks. Candlesticks with the trend are colored brightly, and those against the trend are colored darkly.