Skip to content

"merge" function messes up MACD values #135

@iuliancioarca

Description

@iuliancioarca

I was wondering why the macd function does not return the same values as a manually computed one so I started debugging. So far so good up until (just the classical MACD implementation):

sig = ema(dif, signal, wilder=wilder)

Ahead to

merge(merge(osc, dif), sig, colnames=new_cols)
and the return results are different from the dif/sig/osc values.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions