Page 4 of 4 FirstFirst ... 2 3 4
Results 31 to 37 of 37
Like Tree9Likes

Custom Candles

This is a discussion on Custom Candles within the Trading tools forums, part of the Trading Forum category; Multi_Meter_CandleColor - indicator for MetaTrader 5 The Multi Meter Candle Color panel information panel displays in the form of colored ...

      
   
  1. #31
    member mql5's Avatar
    Join Date
    May 2013
    Posts
    2,317
    Blog Entries
    1634

    Multi Meter Candle Color panel

    Multi_Meter_CandleColor - indicator for MetaTrader 5

    Custom Candles-multimetercandlecolor1.png


    Custom Candles-multimetercandlecolor2.png


    The Multi Meter Candle Color panel information panel displays in the form of colored rectangles the type of candles of the selected timeframes of the specified symbols. The number of the displayed candle can be set: 0 - current, 1 - previous, etc.
    Metatrader 5 / Metatrader 4 for MQL5 / MQL4 articles preview preview
    Trading blogs || My blog

  2. #32
    member mql5's Avatar
    Join Date
    May 2013
    Posts
    2,317
    Blog Entries
    1634

    Bar Time Count Down for Metatrader 5

    Bar Time Count Down - indicator for MetaTrader 5

    Custom Candles-bar234.png


    This MT5 indicator is to count down the remaining time of the current bar as the format HH:MM:SS
    Metatrader 5 / Metatrader 4 for MQL5 / MQL4 articles preview preview
    Trading blogs || My blog

  3. #33
    Junior Member
    Join Date
    Sep 2020
    Posts
    1

    TTM_HPBars

    How can I get this indicator for MT4?

  4. #34
    Administrator newdigital's Avatar
    Join Date
    Feb 2013
    Posts
    10,473
    Blog Entries
    2910
    Follow newdigital On Twitter Add newdigital on Facebook Add newdigital on Google+ Add newdigital on MySpace
    Add newdigital on Linkedin
    Quote Originally Posted by srichaks View Post
    How can I get this indicator for MT4?
    According to the opinion of the author of this indicator (read post #2257):

    it's either TTM SSA bars or TTM HP bars both which recalculate(repaint).
    And there is the question on post #388

    Do the TTM HP BARS and TTM SSA BARS recalculate badly, or nothing so dramatic(1 bar, 2 bars, etc.)?
    The reply (post #389):

    it recalculates badly ..
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

  5. #35
    Junior Member
    Join Date
    Jul 2019
    Posts
    1
    Hello , Thanks for share !!

    Someone know why this indy in closing my week one day early?

    I mean at the moment we are in sunday but the weekly candle already clsed yesterday

  6. #36
    member mql5's Avatar
    Join Date
    May 2013
    Posts
    2,317
    Blog Entries
    1634

    Time left

    Time left - indicator for MetaTrader 5

    Code:
    //--- 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
    Metatrader 5 / Metatrader 4 for MQL5 / MQL4 articles preview preview
    Trading blogs || My blog

  7. #37
    Junior Member
    Join Date
    Nov 2023
    Posts
    1
    Hi baraozemo
    Can You add bool type for show current candle or not?

Page 4 of 4 FirstFirst ... 2 3 4

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •