양초 - 페이지 34

 

바 시간 카운트 다운 - 메타 트레이더에 대한 표시 5

바 시간 카운트 다운 - 메타 트레이더에 대한 표시 5

이 MT5 표시기는 현재 막대의 남은 시간을 HH:MM:SS 형식으로 카운트다운합니다.

Bar Time Count Down
Bar Time Count Down
  • www.mql5.com
This MT5 indicator is to count down the remaining time of the current bar as the format HH:MM:SS The label can be positioned with 2 ways: FOLLOW_PRICE
 

거래, 자동 거래 시스템 및 거래 전략 테스트에 관한 포럼

CCI 우디 라이크

세르게이 골루베프 , 2021.11.01 15:53

CCI 컬러 캔들 - 메타 트레이더에 대한 표시 5


CCI 컬러 캔들 - 메타 트레이더에 대한 표시 5

CCI 컬러 캔들 - 메타 트레이더에 대한 표시 5

DRAW_COLOR_CANDLES 그래픽 스타일을 사용하여 iCCI 표시기(상품 채널 지수, CCI)의 판독값에 따라 차트의 촛대에 색을 지정합니다.

 

남은 시간 - MetaTrader 5에 대한 표시

 //--- input parameters
input group             "Label"
input string                InpName     = "Time left" ;       // Label name
input int                   InpX        = 15 ;                 // X-axis distance
input int                   InpY        = 15 ;                 // Y-axis distance
input ENUM_BASE_CORNER      InpCorner   = CORNER_RIGHT_LOWER ; // Chart corner for anchoring
input string                InpFont     = "Calibri" ;         // Font
input int                   InpFontSize = 14 ;                 // Font size
input color                 InpColor    = clrDeepSkyBlue ;     // Color
input double                InpAngle    = 0.0 ;               // Slope angle in degrees
input ENUM_ANCHOR_POINT     InpAnchor   = ANCHOR_RIGHT_LOWER ; // Anchor type
input bool                  InpBack     = false ;             // Background object
input bool                  InpSelection= false ;             // Highlight to move
input bool                  InpHidden   = true ;               // Hidden in the object list
input long                  InpZOrder   = 0 ;                 // Priority for mouse click
//---

Timer showing the number of seconds until a new bar appears. Information is displayed using the OBJ_LABEL graphic object