Up to now I have been
cutting and pasting code to create my
systems and indicators. Some are becoming very big and it would seem
to
make sense to “module-ize” these as “all good programmers are
taught”. It just seems to make sense to parse out
the AT Interface, Informational functions to help in the decision
process (RS,CCI,
Resistance and Support, Reversals indicators, volume pressure, etc.)
used in
the Exploration but are not part of the actual trading system,
enhancements
using color in the exploration and interpretations, as well as others
tested
parts. Is the #include the way to go? Or is there some other technique
I
should consider like creating a “function” --- to help create modules
and reuse code.
Thanks Dave