I know how to have backcoloring in pricepanel or in all panels but I dont know how to backcolor only in a panel below pricepanel (panel 2 or 3....)
If this is not possibel then I have a workaround but this is not plotting even when I select in indicator parameters panel2.
Draw.Diamond(this, "barspeed" + CurrentBar, true, 0, 0.5, Brushes.Magenta);
I can plot it in pricepanel, but it doesn´t plot in lower indicator panel.
Thank you!
Tony

Comment