Skip to content

No signals for the current day #18

@da1k-matter

Description

@da1k-matter

I make:
127.0.0.1:8000/load/nomics?currency=BTC // POST
127.0.0.1:8000/update/2/signal?currency=BTC // PATCH
Then I try 127.0.0.1:8000/2/signal?currency=BTC&date=2019-01-07 (today date)
And i get:
{
"status_code": 409,
"status": "Conflict",
"type": "AttributeError",
"message": "'NoneType' object has no attribute 'date'"
}
The most recent signal was from 2019-01-03.

The problem is that signals come from this strategy every day, but the last 4 days there are no signals.
And so on all strategies...

And I also try to make
/load/trends?currency=BTC
and
/update/candles?currency=BTC
The result remains the same!

How will this help trade if it gives only signals for the past?
I want to get a signal for the current day.
What is the problem?
Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions