Open da1k-matter opened 5 years ago
That is a good point, understandable. We started this project just trying to re-create history and see what the impact of various simulations would be. Live data is part of a later version in the roadmap. This will take some time to incorporate.
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.