binary-person / stock-algorithm-js-sandbox

Sandbox to play around with using different algorithm techniques

Home Page:https://binary-person.github.io/stock-algorithm-js-sandbox/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stock Algorithm JS Sandbox

Click here to access the published product.

To host the website, serve the files in the root project directory, like so:

# You can pick python, apache, or anything really
python3.7 http.server 8080 # Use python 3.7 as this version fixes the socket issue with chrome

If you have any really cool algorithms, I encourage you to open an issue and post it there.

The website's CSS making your eyeballs bleed? Open a pull request and comment how lazy I am on styling the website properly while sharing your awesome CSS!

Have fun!
Simon Cheng

About

Sandbox to play around with using different algorithm techniques

https://binary-person.github.io/stock-algorithm-js-sandbox/


Languages

Language:JavaScript 60.0%Language:HTML 34.3%Language:CSS 5.7%