[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Exe too big error



PureBytes Links

Trading Reference Links

Hi Guys,

I have two systems that I am trying to combine and get the Exe too big
error.  What can I do to help myself here?

I have already used functions where ever possible.  I have shortened
variable names.  I have reduced arrays to positions used.  How can you
tell if you are making progress with changes and actually see the exe
file or some representation of it?

Are predefined terms like value1 and condition1 more efficient that
declaring you own variables?  What other tricks are there without
converting to C?  Can I read the array values in the included system by
some means?

By way of more explanation, my original system uses pattern recognition
to trades 4 ways for both buys and sells.  This is a large system in
itself in that it is difficult to keep it small enough to save despite
calling several functions.  I want to further filter this system with
another smaller system.

Is there a way to use the include system function conditionally from the
second system to control only buying or selling from the larger first
system?

Thanks,

John
corrion@xxxxxxxx