Show 5 minute candlestick in 1 minute chart

Forums ProRealTime English forum ProBuilder support Show 5 minute candlestick in 1 minute chart

Viewing 15 posts - 1 through 15 (of 29 total)
  • #138760

    Is it possible to display the 5 minute candlestick in the 1 minute chart under Pro Realtime as shown in the picture?

    #138772

    Not possible with a default indicator, should be made with a custom code.

    #138778

    Hello Nicolas Thank you for your answer.

    #138797

    This is an indicator that does what you are asking, but plots the 5-minute bar when ALL 5 1-minute bars have closed.

    This is for v10.3+. If you have access to v11 you can also change the filling colour of the rectangle.

     

    2 users thanked author for this post.
    #138803

    Hello robertogozzi Thank you very much for your work, I would not have thought of it. I added the color change. Thanks again

    #138819

    in V11, you can now access easily the OHLC values with the ease of the MTF instruction for indicators!

     

    1 user thanked author for this post.
    #138820

    Hello Nicolas Thank you for your answer because I am a customer of IG it will probably be a while until V11 is available. Robertogozzi was so nice and once again helped me very well.

    #190444

    Possible to make the Drawrectangle with thicker boarder?

    #190464

    Hi, to make thicker edge on rectangles, add style(line,2) at the end (or 3 for even thicker, 4 or 5 work too, but not 6 and above), example:

     

    1 user thanked author for this post.
    #197154

    Guten Morgen

    Kann wie müsste der Code aussehen wenn Ich im 30 sek Chart die 15 Min Kerze sehen will ?

    Irgenwie bekomme Ich das nicht hin .

    Im vorraus Vielen Dan
    Good morning

    Can the code look like if I want to see the 15-minute candle in the 30-second chart?

    Somehow I can’t do that. In Advance

    thank you

    #197157

    Only post in the language of the forumthat you are posting in. For example English only in the English speaking forums and French only in the French speaking forums.

    Thank you 🙂

    Use Nicolas’code (https://www.prorealcode.com/topic/show-5-minute-candlestick-in-1-minute-chart/#post-138819) and replace 5 minutes with 15.

    You can apply it on your preferred timeframe.

     

    1 user thanked author for this post.
    #197160

    Good morning Yes, unfortunately that doesn’t seem to work, but 2 candles are always drawn every 15 minutes

     

    #197169

    That seems to work:

     

    1 user thanked author for this post.
    #197196

    Hi…

    Just be aware, the code above,  let’s say under a 3-5m timeframe and low market activity, may affect the position of the 15m candle’s . To be more specific the left hand, open side, of the candles body. Since your using this on 30s timeframe the probability of this happening is greatly increased.

    However depending on how critical your using it , and if not at time’s of low market activity this is decreased but no totally. And even if it does arise may not be significant to worry about. It may not be a problem to you and you could ignore it but I thought I should mention it.

    Unfortunately this doesn’t seem like a quick fix. Recognized problem because I came across it  on something I’m still working on.

    Though I can’t offer a solution at this time, adding the Line  of code below just before RETURN can give indication of when this problem is happening.

    The line displays a row of ‘x’ ‘s at the bottom of the indicator panel, if there’s a gap, a missing ‘x’ then the open/left side of the candle will be drawn out of position, to the left, by the number of missing ‘x’ ‘ s underneath that 15m candle’s real position.

    1 user thanked author for this post.
    #197208

    The position of the candles is affected by lines 22-24, this is specific to 30 seconds, if you use a 3-minute TF, then those values should be 4, 2, 2 instead of 29, 14, 14.

     

    2 users thanked author for this post.
Viewing 15 posts - 1 through 15 (of 29 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login