I want to draw a region between two Series<double>firstSeries, Series<double>secondSeries but coloring it according to the Trend series.
From the forum I see that in general support directs people to use the code from
to teach them how to Draw Region Between two Series.
But obviously there the coloring is based on the crossing of SenkouSpanA&B lines, i.e. SenkouSpanA being greater than SenkouSpanB line.
I've been not able to modifying the code for what I need and I wander if someone can help. This is probably something other people also may need to resolve.
Or maybe someone can suggest a simpler code or indicate me where a code that does what I am asking is already present or direct me to another pre-existent indicator.
Thank you!
Gio

Comment