PureBytes Links
Trading Reference Links
|
At 02:59 PM 8/6/2003, Alex Matulich wrote:
Has anyone noticed such dramatic inconsistencies from the same
calculation between indicators and signals? From code that's
essentially identical?
Sounds as if you have different MaxBarsBack settings in the three cases.
Make sure the Indicator and the Strategy are set to the same MaxBarsBack
value. Do not use autodetect for this test.
The XAverage function need a lot of bars to initialize properly.
Bob Fulks
|