neural-candlestick icon indicating copy to clipboard operation
neural-candlestick copied to clipboard

Can you provide more details to get the usecase: Configure Gekko, Launch the server, execute the backtest?

Open erbrito opened this issue 5 years ago • 0 comments

I try to integrate with Gekko. I don't arrive to get the details on the documentation. I arrived to launch the server; however when I executed the backtest on Gekko, the server has a 500 error.

Can you provide more details to get the usecase: Configure Gekko, Launch the server, execute the backtest ... ?

Thanks.

Here are the logs

Traceback (most recent call last):
  File "/Users/xxx/yyy/gekko2019/neural-candlestick/venv2/lib/python3.7/site-packages/flask/app.py", line 2292, in wsgi_app
    response = self.full_dispatch_request()
  File "/Users/xxx/yyy/gekko2019/neural-candlestick/venv2/lib/python3.7/site-packages/flask/app.py", line 1815, in full_dispatch_request
    rv = self.handle_user_exception(e)
  File "/Users/xxx/yyy/gekko2019/neural-candlestick/venv2/lib/python3.7/site-packages/flask/app.py", line 1718, in handle_user_exception
    reraise(exc_type, exc_value, tb)
  File "/Users/xxx/yyy/gekko2019/neural-candlestick/venv2/lib/python3.7/site-packages/flask/_compat.py", line 35, in reraise
    raise value
  File "/Users/xxx/yyy/gekko2019/neural-candlestick/venv2/lib/python3.7/site-packages/flask/app.py", line 1813, in full_dispatch_request
    rv = self.dispatch_request()
  File "/Users/xxx/yyy/gekko2019/neural-candlestick/venv2/lib/python3.7/site-packages/flask/app.py", line 1799, in dispatch_request
    return self.view_functions[rule.endpoint](**req.view_args)
  File "nc-server.py", line 97, in storeCandlestick
    app.candleBank[app.currentBank].attach(Candles['candles'])
AttributeError: 'Flask' object has no attribute 'candleBank'

erbrito avatar Jul 09 '19 02:07 erbrito