This project aims to predict future stock values using Sequence Alignment, translating historic values from markets into a known alphabet.
Current markets implemented:
First install the following packages with your favorite dependency manager:
- JDK 8
- Mill Build Tool
Metals with VSCode automatically detects the Mill Build.
Just run: Metals: Import build on Visual Studio Code.
Install Scala Plugin on IntelliJ.
Export dependency files to IntelliJ Structure:
$ mill mill.scalalib.GenIdea/ideaAnd import the project as usual.
$ mill mill.scalalib.Dependency/showUpdatesThis program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.