Goto a ID Charts.

 

There are 20 graphics.

how can i go to this chart  13 Chart. (Default)

example

long id=ChartID();

  

    Alert("This System is BUY Signals Chart ID: "+ID);

    // Show This Chart  from ID=

    //  ChartSymbol(131690754453499446)

 
Mehmet Bastem:

There are 20 graphics.

how can i go to this chart  13 Chart. (Default)

example

long id=ChartID();

  

    Alert("This System is BUY Signals Chart ID: "+ID);

    // Show This Chart  from ID=

    //  ChartSymbol(131690754453499446)

problem is solved.

 long chart_ID=131690745707808067; 

   

   if(!ChartSetInteger(chart_ID,CHART_BRING_TO_TOP,0,true)) 

     { 

     

      Print(__FUNCTION__+", Error Code = ",GetLastError()); 

      return(false); 

     } 

Reason: