FabioLuca / invst

A project for algorithm trading. From fetching OHLC market data from either Alpha Vantage API or Yahoo Finance API, or other data providers, analyze data based on investment strategies, and decide and act on Comdirect API.
https://fabioluca.github.io/invst/
3 stars 0 forks source link

Callback in the Status Report doesn't work #8

Closed FabioLuca closed 2 years ago

FabioLuca commented 2 years ago

The 3rd chart from the Comdirect Status report is broken, and no results are shown. The issue happend due to the current callback used on Dash, which needs re-factor.

Issue was introduced with the combination of Flask and Dash applications.

FabioLuca commented 2 years ago

Solved issue when calling from Flask app. Trying to run direct from a Dash app will still not work, but this use-case is no longer valid.