Anyone have luck using HighestAll() in a custom options column? Trying to colorize only the highest value in a custom column.
OI_custom_example.assignvaluecolor(if HighestAll() then color.black else color.current);
assignbackgroundcolor (if HighestAll() then color.green else color.current);
I only want to highlight the highest value, can't seem to sort this one out....
Thanks in advance folks!
OI_custom_example.assignvaluecolor(if HighestAll() then color.black else color.current);
assignbackgroundcolor (if HighestAll() then color.green else color.current);
I only want to highlight the highest value, can't seem to sort this one out....
Thanks in advance folks!