Identifying colors of Acceleration/Deceleration Indicator (AC)

 

Is there any way to identify the color of the bars in Acceleration/Deceleration Indicator (AC) using codes.

Thanks in advance....

 

Value up - green color

Value down - red color

If value is equal to previous value see previous color (previous value up - green color, etc)

 

Try iCustom() to detect which indicator index (hence, which color) is diplayed on a bar. The "mode" parameter specifies the indicator index from which to retrieve a value.

AC indicator index 1 = is upcolor

AC indicator index 2 = is downcolor

(verify this with your Accelerator source code)

Reason: