I'm using V11.
I have a simple barchart of the eminiS&P Continuous Future with all bars colored black.
What I can't manage to do is to write an EFS program to color the bars according to rules of my own.
For example, I'd like the default color to be black, but, if high(0)>high(-1) and close(0) < (high(0)+low(0))/2 then I'd like the bar color to be red.
Does anyone know how to do this?
I have a simple barchart of the eminiS&P Continuous Future with all bars colored black.
What I can't manage to do is to write an EFS program to color the bars according to rules of my own.
For example, I'd like the default color to be black, but, if high(0)>high(-1) and close(0) < (high(0)+low(0))/2 then I'd like the bar color to be red.
Does anyone know how to do this?
Comment