Skip to content

TA gaps not filling correctly #18

Description

@sodogemuchwow

We still seem to have some TA gaps in Redis, meaning that there is something wrong with automated TA filling.

To see the gaps, run the following:
python manage.py find_gaps (--key_pattern=...)
If the key pattern is not specified, it wil run with key_pattern='*BTC_USDT*Willr*'

This will show a log with all found data gaps (a gap = data instance where score[i+1] != score[i]+1).
Entries with duplicate entries will also be shown.

Source code is here:

def find_gaps(key_pattern, start_timestamp, end_timestamp):

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

criticalvery important to fix

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions