I'd like to assign instead 2 distinct colors to Upper Wick and Lower Wick.
For example:
If Open is less than Close, then color the High minus Close in Pink, and color the Open minus Low in Cyan.
Else if Open is greater than Close, then color the High minus Open in Cyan, and the Close minus Low in Pink.

Comment