mumlar - sayfa 34

 

Çubuk Süresi Geri Sayımı - MetaTrader 5 için gösterge

Çubuk Süresi Geri Sayımı - MetaTrader 5 için gösterge

Bu MT5 göstergesi, geçerli çubuğun kalan süresini SS:DD:SS biçiminde geri saymak içindir.

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
 

Ticaret, otomatik ticaret sistemleri ve ticaret stratejilerinin test edilmesi hakkında forum

CCİ Woodie gibi

Sergey Golubev , 2021.11.01 15:53

CCI Renkli Mumlar - MetaTrader 5 için gösterge


CCI Renkli Mumlar - MetaTrader 5 için gösterge

CCI Renkli Mumlar - MetaTrader 5 için gösterge

DRAW_COLOR_CANDLES grafik stilini kullanarak, iCCI göstergesinin (Mal Kanal İndeksi, CCI) okumalarına bağlı olarak grafiğin mum çubuklarını renklendirin.

 

Kalan süre - MetaTrader 5 için gösterge

 //--- 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