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

3_in_1_Stochastic - MetaTrader 5용 지표

조회수:
15096
평가:
(31)
게시됨:
2019.02.07 08:47
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Indicator 3 in 1 MTF Stochastic with MA Smoothing options represents three stochastics in one with smoothing options and signal pointers.

It has 24 adjustable parameters:

  • First Stochastic %K period - first stochastic %K line calculation period
  • First Stochastic %D period - first stochastic %D line calculation period
  • First Stochastic slowing - first stochastic slowing calculation period
  • First Stochastic %K smoothing type - first stochastic %K line smoothing type
    • Simple - simple smoothing
    • Exponential - exponential smoothing
    • Fast - fast smoothing
  • First Stochastic %D smoothing type - first stochastic %D line smoothing type
    • Simple - simple smoothing
    • Exponential - exponential smoothing
  • Second Stochastic timeframe - second stochastic timeframe
  • Second Stochastic %K period - second stochastic %K line calculation period
  • Second Stochastic %D period - second stochastic %D line calculation period
  • Second Stochastic slowing - second stochastic slowing calculation period
  • Second Stochastic %K smoothing type - second stochastic %K line smoothing type
    • Simple - simple smoothing
    • Exponential - exponential smoothing
    • Fast - fast smoothing
  • Second Stochastic %D smoothing type - second stochastic %D line smoothing type
    • Simple - simple smoothing
    • Exponential - exponential smoothing
  • Third Stochastic timeframe - third stochstic timeframe
  • Third Stochastic %K period - third stochastic %K line calculation period
  • Third Stochastic %D period - third stochastic %D line calculation period
  • Third Stochastic slowing - third stochastic slowing calculation period
  • Third Stochastic %K smoothing type - third stochastic %K smoothing type
    • Simple - simple smoothing
    • Exponential - exponential smoothing
    • Fast - fast smoothing
  • Third Stochastic %D smoothing type - third stochastic %D line smoothing type
    • Simple - simple smoothing
    • Exponential - exponential smoothing
  • Overbought - overbought level
  • Oversold - oversold level
  • Bigger timeframes drawing mode - drawing mode for the data of the stochastics from larger timeframes
    • Steps - by steps
    • Slope - by sloping lines
  • Show clouds - display the cloud between the main and the signal lines of the stochastics from larger timeframes (Yes/No)
  • Show alerts - show signal alerts
  • Send mail - send e-mail notifications
  • Send push - send push notification to your mobile device

The data of the first stochastic are always displayed from the current timeframe. The data of the second and the third stochastic can be displayed from the specified timeframes, but no smaller than the timeframe of the current chart.

  • At crossing the main and the signal lines of the first stochastic upwards and if the %K line is above the %D line of the stochastics from larger timeframes,
    the signal up-pointer is placed.
  • At crossing the main and the signal lines of the first stochastic downwards and if the %K line is below the %D line of the stochastics from larger timeframes,
    the signal down-pointer is placed.

Fig. 1. 3 in 1 MTF Stochastic, Bigger timeframes drawing mode = Steps


Fig. 2. 3 in 1 MTF Stochastic, Bigger timeframes drawing mode = Slope


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

Dynamic_Trend_MTF Dynamic_Trend_MTF

Indicator Multi timeframe Dynamic Trend

USDX_Slope USDX_Slope

Indicator USDX vs Slope Direction Line

LRMA LRMA

Indicator Linear Regression MA

MTF_LRMA MTF_LRMA

Indicator Multi Timeframe Linear Regression MA with signal line