I'm developing my cluster indicator and I want to draw two areas: bid-ask indicator and delta indicator in different panels. Now I draw them in the main panel like this (see attachment #1)
In this case, main chart сrawls on these two indicators.
I don't want to create 3 indicators: cluster chart, bid-ask for each bar, delta for each bar. I want to leave all code as is, in one indicator, but draw in different panels.
Could you help me solve this issue? Maybe there is a code example of how to draw plots in different panels from one indicator?

Comment