I have an indicator that changes the BackBrush color depending on conditions. I want to know if I can extract the backbrush color on a historical bar or current bar using the BackBrushes method. So far I have not been able to do that, I want to get on a string the color on the background of the bar.
Im using this code, but nothing is printed:
Print("CurrentBar: " + CurrentBar + " Color: " + BackBrushes[0]);
Please help!

Comment