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

Simple timer next candle - MetaTrader 5용 지표

조회수:
85689
평가:
(106)
게시됨:
2011.08.17 11:23
업데이트됨:
2016.11.22 07:32
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

A non-invasive candle time that can be positioned next to price or near a corner.

Color, font, size and align (anchor) freely customizable.

Input parameters:

  • color lblColor=C'00,66,99';                                                // Color of the label
  • int fontSize=8;                                                                 // Size of the label font
  • ENUM_ANCHOR_POINT pAnchor = ANCHOR_LEFT_LOWER;  // Anchor of the label a sort of align
  • bool nextToPriceOrAnchor = true;                                      // Position near the price close or to Corner
  • ENUM_BASE_CORNER pCorner = CORNER_LEFT_LOWER;    // Corner position of the label
  • string fontFamily = "Tahoma";                                           // Font family of the label

Simple timer next candle

Variation Variation

This trend indicator shows the current trend direction and moments for closing of the opened position.

Fibonacci retracement Fibonacci retracement

The indicator plots the Fibonacci retracement levels for a user-defined number of bars.

Laguerre Laguerre

Trend strength indicator based on the Laguerre adaptive filter.

Karacatica Karacatica

The indicator generates market entry signals based on the ADX indicator.