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

SeNSetiVe - MetaTrader 5용 지표

게시자:
Nikolay Kositsin
조회수:
8878
평가:
(21)
게시됨:
2012.02.20 13:47
업데이트됨:
2016.11.22 07:32
sensetive.mq5 (7.83 KB) 조회
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Real author:

QuantifiEd

The trend indicator that gives signals for performing deals. The indicator color depends on the market movement direction determined by the indicator position relative to the zero line. When the color changes from magenta to blue, that is a buy signal, when the color changes from blue to magenta, there is a sell signal.

This indicator was first implemented in MQL4 and published in CodeBase at mql4.com 11.02.2008.

Input parameters:

  • SPerioD - the period (100-200), the indicator line will give a lot of false signals in case of lower values (<100). The optimal value for H1 charts 160-180. For shorter ones - 100-160;
  • SFactoR (from 1 to 10) - market line sensitivity to sharp (sometimes false) trend line turns, optimal value (5-7);
  • ShiFt - shift relative to the zero line.

SeNSetiVe indicator

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

FP channel FP channel

The channel is based on the prices extreme values for a period. Central line, upper and lower channel borders values are determined by calculation of the Pivot Points used as assumed support and resistance levels.

BullsBearsEyes BullsBearsEyes

The sum of Bears Power and Bulls Power technical indicators values averaged using Laguerre algorithm.

at_Itp(t)Env at_Itp(t)Env

Curvelinear redrawing channel.

CCalendarInputBox CCalendarInputBox

New CCalendarInputBox control element of the IncGUI library has been designed for date and/or time input.