Is it possible to draw 2 Histogram Bars NEXT to each other at the same bar/datetime value?

Created at 18 Feb 2020, 13:44
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
FI

firemyst

Joined 26.03.2019

Is it possible to draw 2 Histogram Bars NEXT to each other at the same bar/datetime value?
18 Feb 2020, 13:44


Hello Spotware / @Panagiotis:

I have two Histogram Outputs defined as follows:

[Output("Long", LineColor = "Green", PlotType = PlotType.Histogram, LineStyle = LineStyle.Solid, Thickness = 5)]

[Output("2nd TF Long", LineColor = "LightGreen", PlotType = PlotType.Histogram, LineStyle = LineStyle.Solid, Thickness = 5)]
        

When they're drawn in the Indicator area, they are drawn on top of each other.

Is there any way to have them drawn NEXT to each other so they don't appear on top of each other?

Thank you.


@firemyst
Replies

PanagiotisCharalampous
19 Feb 2020, 08:11

Hi firemyst,

No that is not possible.

Best Regards,

Panagiotis 

Join us on Telegram

 


@PanagiotisCharalampous