This indicator is not working and and many error while i compile please make it ok

 
learn to code it, or pay someone. We're not going to code it FOR you. We are willing to HELP you when you post your attempt (using SRC) and the nature of your problem.
 
WHRoeder:
learn to code it, or pay someone. We're not going to code it FOR you. We are willing to HELP you when you post your attempt (using SRC) and the nature of your problem.
THE LIST OF ERROR I GOT :(
 
:(
 
 
half of your errors comes from the end of the file
void initGraph() 
  {
   ObjectsDeleteAll(0,OBJ_LABEL);

   int GraphShift;
   if (DisplayCompact){GraphShift=-156;} else GraphShift=0;

// Stochastic Graphs -------------------
   objectCreate("M_1_90",130,91);
   objectCreate("M_1_80",130,83);
   objectCreate("M_1_70",130,75);
   objectCreate("M_1_60",130,67);
   objectCreate("M_1_50",130,59);  
   objectCreate("M_1_40",130,51);
   objectCreate("M_1_30",130,43);
   objectCreate("M_1_20",130,35);
   object                                    <<<<<< Where's the rest of your file?
Reason: