ChartGetInteger(0,CHART_BRING_TO_TOP) does not work properly in mt5 tester

 
ChartGetInteger(0,CHART_BRING_TO_TOP);

It should return a value of 1 (or true) in visual testing, but it returns 0 (or false).

Meanwhile, in MT4 testing visual mode, it returns 1 (or true). It should be the same.

Could you please check this? Thank you.