Hello,
I am running a 135t chart of ES Z3, and am trying to have two different basicOSC indicators in the same study pane.
The complication is, I want them to do the following:
1. Color red when negative
2. Color green when positive
3. Do so individually (sometimes one will be green, one will be red)
4. Keep the same scale relative to each other. That is, creating two basicOSC and merging the study panes works, but the zero lines for the two individual indicators move relative to each other (I need these to be "stuck" together)
Whew, long post..thanks for reading this far.
My solution is a single .efs that plots both the OSC's.. But how do I change each individual OSC's bar color (setBarFGColor(Color.lime,0))?
Thanks
Daniel Parker
I am running a 135t chart of ES Z3, and am trying to have two different basicOSC indicators in the same study pane.
The complication is, I want them to do the following:
1. Color red when negative
2. Color green when positive
3. Do so individually (sometimes one will be green, one will be red)
4. Keep the same scale relative to each other. That is, creating two basicOSC and merging the study panes works, but the zero lines for the two individual indicators move relative to each other (I need these to be "stuck" together)
Whew, long post..thanks for reading this far.
My solution is a single .efs that plots both the OSC's.. But how do I change each individual OSC's bar color (setBarFGColor(Color.lime,0))?
Thanks
Daniel Parker
Comment