/comp4920-crypto-clean

Web app for analysing and visualising the performance of simple trading algorithms.

Primary LanguagePythonGNU Affero General Public License v3.0AGPL-3.0

Coinye

Desktop app for analysing and visualising the performance of simple trading algorithms.

Authors

Linux & macOS

To install requirements, run

pip3 install -r requirements.txt

To run the program

python3 coinye.py

Windows

Haven't got it working on the CSE Windows machines, due to some problem with importing PyQt5.

However, it does work fine on other Windows machines.

Troubleshooting

On the CSE computers, you may have the following error:

"<urlopen error [SSL: CERTIFICATE_VERIFY_FAILED]"

If you face this problem, uncomment the two lines 369 and 370 in coinye.py

Then it should work