Can someone please help me with this, I'm trying to change the wick color and body outline (if possible) only, and leave the fill color to the default colors.
I'm not sure how to edit this line
setPriceBarColor(Color, [WickColor], [bThinWick], [bHollow]);
so as to show a green wick when my strategy is long and red when short?
My problem is with the first entry (Color) how do I keep my default of green when up and red when down?
I'm not sure how to edit this line
setPriceBarColor(Color, [WickColor], [bThinWick], [bHollow]);
so as to show a green wick when my strategy is long and red when short?
My problem is with the first entry (Color) how do I keep my default of green when up and red when down?
Comment