Nevron Forum

NHighLowSeries Gradient

https://www.nevron.com/Forum/Topic3167.aspx

By Brian J Warren - Sunday, February 28, 2010

Hello Nevron,

I'm coding my own Renko series so that I have access to the Renko output values. In the attached jpg, you can see the middle chart with the Nevron Renko series. The gradient is applied element-by-element. This is what I'd like to have for my custom Renko series.

In the bottom chart is my custom Renko, implemented as an NHighLowSeries, but the gradient is applied across the chart, rather than element-by-element.

Is there a way to apply the gradient the way I'm hoping to an nHighLowSeries? Or maybe I should be implementing my Renko in a different way?

Thank you, Brian Warren

By Milen - Monday, March 1, 2010

Hi Brian,

Currently the High-Low series doesn't support such kind of gradient mapping. I think You can successfully use a Floating Bar series to display the Renko chart. With the Floating Bar you'll be able to place the gradient just like in the built-in Renko.

Best Regards,
Milen
By Brian J Warren - Monday, March 1, 2010

Thanks, Milen.

I re-coded it with the Floating Bars and it works perfectly now.

Thanks for your help, Brian