tradejs
v0.0.1-alpha-4
Published
Javascript Trading Client and Server
Downloads
3
Maintainers
Readme
#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)
Installation
npm install tradejs
Running (remember, alpha)
Make sure you have a practise account on Oanda (https://www.oanda.com/).
index.js
const TradeJS = require('tradejs').default;
const app = new TradeJS();
app.init().catch(console.log);
Go to localhost:3000 in chrome (only newest versions of chrome are supported)
Dashboard
Build in Editor
Mobile