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);
}

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
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)