Skip to content

ADX gives different results when more than necessary data #672

@firebird631

Description

@firebird631

I explain,

I made many tests :

  1. compute ADX 7 with just the lookback minimal size (2 x period - 1, it seems)
  2. compute ADX 7 but with more input data (tried with different inputs size +5, +10 , +20 more samples...)
  3. compute ADX 7 using stream_ADX version

Results are never the same, the more the input array is, different the results is (sensibly different but that means no signal or deferred signal).

When using stream_ADX after case 1) it is similar as using only case 1).

Is it something related to the computation of true range ? What could we do to normalize the behavior ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions