Skip to content

Unable to use macdStrategy #500

Open
@Aravin

Description

Describe the bug
macdStrategy is not exported into typescript I guess.
Unable to use this function

To Reproduce

import { macdStrategy } from 'indicatorts';

const defaultConfig = { fast: 12, slow: 26, signal: 9 };
const actions = macdStrategy(asset, defaultConfig);

TypeScrip Error

Module '"indicatorts"' has no exported member 'macdStrategy'.ts(2305)

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions