Algorithms to calculate generated profit from shares datasets.
To use these algorithms, make sure to create a virtual environment first.
Then create two folders named 'reports' and 'csv'.
Put your datasets in the csv format in the 'csv' folder.
Create a .txt file in the 'reports' folder, where your report will be written.
Make sure the name is the same in the algorithm.
Finally open the command prompt, activate your virtual environment and enter
py bruteforce.py
Your report will be saved in the .txt file you just created. You can interrupt the
calculation at any time, when you'll start the algorithm again, it will start where
you stopped it.
Open the command prompt, activate your virtual environment and enter
py bruteforce.py
Your report will be saved in the 'report' folder. You don't have anything else to do.