Skip to content

wrong indicator used #5

@parvezshah

Description

@parvezshah

// create EMA indicators with period 20
var ema20 = plot.sma(mapping, 20).series();
should be
var ema20 = plot.ema(mapping, 20).series();

ema20.stroke('#bf360c');

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