Is it possible to "read" the bar color within a strategy when that color is generated by an indicator? So for example:
if(barcolor == green){do something, like trigger a trade...}
In my psuedo-code above the bar would be painted a green color from a seperate indicator unrelated to the strategy...thanks for any info.
Regards

Comment