This repository is at very early stage. It's not usable and It does not work. This warning will be removed then the project will begin to be usable.
Program for stock trading. It does not perform trading but it can retrieve info and perform operation in order to check best operations.
Following remotes are added as subtrees.
The repository can be found at https://github.com/jepessen/wplot.git
Added with
git remote add -f wplot https://www.github.com/jepessen/wplot.git
git subtree add --prefix subtrees/wplot wplot master --squash
It should be updated from master branch. The update command is
git subtree pull --prefix=subtrees/wplot/ --squash wplot master