Eulera dashboard is a tool allows you to monitor historical data, assist users in their decision-making process by showcasing selected technical indicators, use past data to have more information for your seasonal trading analysis and view current real-time news headlines for the availabale thickers. Eulera uses AI based algorithmic forecasting solutions for the capital markets to uncover the best investment opportunities.
Note: This is a prototype version, only for demonstration purposes.
Project using
Setup environment
You should create a virtual environment and activate it:
python -m venv venv/
source venv/bin/activate
And then install the development dependencies:
pip install -r requirements.txt
or using pipenv
in the root of the folder:
pipenv install
Run Dash
To run the app
py app.py
License
This project is licensed under the terms of the MIT License.