Plot moving averages behind bars
Forums › ProRealTime English forum › ProBuilder support › Plot moving averages behind bars
- This topic has 5 replies, 3 voices, and was last updated 6 years ago by
Vonasi.
Tagged: drawcandle
-
-
03/19/2019 at 8:53 AM #9398903/19/2019 at 9:04 AM #93992
I don’t think that there is a setting that can achieve this but it is certainly possible to create an indicator that first draws the averages and then draws candles. When applied to the price chart the candles should then be on top of the averages. In fact I think that just drawing candles should put them on top of any indicators but my platform is not open at the moment to test this.
See here for the DRAWCANDLE instruction:
https://www.prorealcode.com/documentation/drawcandle/
2 users thanked author for this post.
03/19/2019 at 9:48 AM #94000I don’t think that there is a setting that can achieve this but it is certainly possible to create an indicator that first draws the averages and then draws candles. When applied to the price chart the candles should then be on top of the averages. In fact I think that just drawing candles should put them on top of any indicators but my platform is not open at the moment to test this.
See here for the DRAWCANDLE instruction:
Yes, it works!
12345678910r = 0g = 0b = 0IF close > open THENb = 255ELSIF close < open THENr = 255ENDIFDRAWCANDLE(open,high,low,close) COLOURED(r,g,b,255)// BORDERCOLOR(R,G,B)RETURN03/20/2019 at 5:44 AM #94116Sorry I am new to this and I’m having trouble with the formula. What do I have wrong? When I apply this indicator to a chart does it override the “Price” that is already there?
Thanks
1234567IF close > open THENBARCOLOR = COLOURED(0,0,153)ELSIF close < open THENBARCOLOR = COLOURED(153,0,0)ENDIFDRAWBARCHART(open,high,low,close) BARCOLORRETURN03/20/2019 at 8:18 AM #94118I may have fixed it. Thanks for the help. Just one question. Do I add this as an indicator and does it override the price settings?
12345678910111213141516r = 0g = 0b = 0IF close > open THENR = 0G = 0B = 153ELSIF close < open THENR = 153G = 0B = 0ENDIFDRAWBARCHART(open,high,low,close) COLOURED(r,g,b,255)RETURNI called the indicator “Draw Bar Chart”. Do I add it like I have done in this image.
03/20/2019 at 9:25 AM #94123Add the indicator to a price chart via the spanner in the price chart label. It does not override the price/candles/bars drawn on the chart but simply draws on top of them so make sure your chart is set to display the same type of price bars/candles etc.
1 user thanked author for this post.
-
AuthorPosts
Find exclusive trading pro-tools on