-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Description
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
Labels
help wantedExtra attention is neededExtra attention is needed