If your code is never executing it is
not slowing anything down.
-----Original Message-----
From: amibroker@xxxxxxxxxxxxxxx
[mailto:amibroker@xxxxxxxxxxxxxxx] On Behalf
Of mrdavis9
Sent: Monday, October 31, 2005
10:21
To: amibroker@xxxxxxxxxxxxxxx
Subject: Re: [amibroker] #Include
question
 
Landry
said>>If you're concerned about processing impact, I don't
think there's much of an impact if you load more code then you use, but then
that depends on how much code you're talking about. 
 
=================================
 
Joe, I have
some Custom indicators in which I created  a HUGE amount of repetive
code, in order to find the best time frames to use. 
 
The end result
is that I am using only a very small % of the HUGE amount of coding still
residing in the indicator .
 
I interpret
your answer above to mean that I should get rid of the coding that I am not
actually using if I want thigs to run at absolute maximum speed.  Is this
a correct conclusion of your answer above.  Ron  D.