#Under heavy development! (14 05 2017))
A full featured stock trading client + server that includes a full IDE and backtest environment. But can be you used with your preferred IDE also! (unlike MetaTrader/cloud9 etc)
Features
- Create or own EA / Indicators!
- MultiWindow
- Runs on Windows, Mac, Linux, Web (Android, IOS coming up)
- Backtesting
Can be run as
- Desktop client (electron)
- (public)Website
- Standalone client connected to the cloud (with a custom server)
- Standalone server running elastic in the cloud (with a custom client)
Make sure you have Docker installed
git clone https://github.com/DutchKevv/CoinPush.git
cd CoinPush
npm run d-up
Go to localhost:4000 in chrome (only newest versions of chrome are supported cause of shadow DOM)