Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

(BUG / Major QOL)List Blocks VS Indicators #3531

@hotmatrixx

Description

@hotmatrixx

Most Indicators require a Candles List to work off, this is fine.
The candles lists list the last 1000 candles, this is fine.

The issue, is that the indicator seems to use the Oldest available Data in the list, whereas most of the time, a user is likely wanting to use the most fresh data first, meaning that result that we get is the indicator is 1000 candles old.

There is no simple way to tell an incidator to use the end of the string, I have "worked around this"
in 2 ways;

1 is to create my own list using a loop that counts backwards, then using that data
or
2 snipping the last few candles for the period I want using "Get Sub List"

Metadata

Metadata

Assignees

No one assigned

    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