Active Chart.

 
Hello Mql.
Is there a way of knowing if the current chart is the one on top/selected/active?(for indicator) 

(duh)
Let me rephrase that , can i check if the chart -the indicator is attached to -is active/ontop ?(MQL4)
 
if (ChartGetInteger(0,CHART_BRING_TO_TOP))    // from 745 build
{
   //...........
   //...........
}
 
ALXIMIKS:
Τhanks .
Its time to read the build775 upgrades i think
Reason: