PureBytes Links
Trading Reference Links
|
Without posting an example, it's difficult to understand the problem you're
having.
However, if you developed a system using a certain maxbarsback setting
and then included it to another system, the maxbarsback setting defaults
to the base system that you included it to. In other words, if you developed
a system with a maxbarsback setting of 50 and then pasted it into a system
file with a maxbarsback setting of 100, the included system now has a
maxbarsback setting of 100 thus yielding a different initial value for your
variable.
dbs
|