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

Stalin - MetaTrader 5용 지표

게시자:
Nikolay Kositsin
조회수:
11621
평가:
(32)
게시됨:
2011.10.20 15:57
업데이트됨:
2016.11.22 07:32
stalin.mq5 (9.42 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Real author:

Andrey Vassiliev

Stalin is one of the so-called "signal" indicators, as it provides a trader with accurate market entry points marking them by red and blue arrows for selling and buying respectively.

This indicator uses the most popular, simple and proven method - crossing of two Moving Averages. Though such signals are one of the strongest ones, they become false during flat movements and their quantity on the market increases in the manner sufficient to let your deposit diminish considerably. Therefore, three filter types are implemented in this indicator:

  • the filter based on the RSI indicator (Relative Strength Index);
  • movement confirmation filter;
  • side trend signals filter.

These filters let the indicator eliminate most of false signals.

Input parameters:

  • MAMethod – moving averages smoothing method:
    0 – SMA,
    1 – EMA,
    2 – SMMA,
    3 – LWMA;
  • MAShift – shift of moving averages relative to a price chart;
  • Fast – "fast" Moving Average period;
  • Slow – "slow" Moving Average period;
  • RSI – RSI period for signals filtration;
  • Confirm – confirmation ratio;
  • Flat – flat state confirmation ratio;
  • SoundAlert – audio alert on/off;
  • EmailAlert – e-mail alert on/off.

Parameters description:

Confirm parameter is responsible for one of the indicator filters designed to confirm the start of the price movement. That, in its turn, confirms that we enter the market in the right direction;

Flat parameter also participates in false signals filtration but this parameter is responsible for flat and market movements recognition when it is too risky to enter the market.

Application in trading:

it is quite easy to use it in trading, a trader must follow its signals on a chart or turn on the audio alert.

If we examine its history, we can notice that the number of accurate signals delivered by the indicator is considerable but not all of these potential deals would have been profitable. Therefore, it would be better to use this indicator with one of the oscillators that can show the moments to exit the market in case of the first reverse signals.

Stalin indicator

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

iSimpleClock iSimpleClock

This indicator shows the simple clock in comment.

Schaff Trend Cycle Schaff Trend Cycle

Schaff Trend Cycle indicator is a cyclical oscillator created by calculating the stochastic over MACD line using cycles. As a result, the developers managed to achieve more stable and reliable results of the indicator script operation.

XRSX XRSX

Relative strength index with dynamically changing oversold/overbought levels and the possibility to select smoothing algorithm.

XCCX XCCX

Commodity channel index having possibility to select smoothing algorithm and dynamically changing oversold/overbought levels.