To improve speed you need to compile the code. I 
  assume that's what you mean by converting it to plug-in. 
   
  Putting it into an include file will make no 
  difference.
  
    ----- Original Message ----- 
    
    
    Sent: Sunday, December 09, 2007 8:37 
    AM
    Subject: [amibroker] Is native AFL or 
    AFL converted to a Plugin faster?
    
    My code is too long for my taste( little over 
    600 lines)...Lot of it is just assignment of entry,stop,exit variables. I'd 
    like to ask for suggestions..
     
    1. Does it make any difference if I remove 
    chunk of the code and make it part of an include file ?.
     
    2. Does iy make any difference if I have the 
    AFL code converted into an AFL plugin(similar to the chandlier plugin)?. 
    Does this improve speed?.
     
    3. What else can be done to manage legnthy 
    codebase better?. 
     
     
    I have already eliminated various repetitions 
    in my code.
     
    Thanks,Padhu