tradejs

0.0.1-alpha-4 • Public • Published

Build Status

Alt text

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 Alt text

## Build in Editor Alt text

## Mobile Alt text   Alt text   Alt text

#### How to start (temp, this will be normalized in the future)

Package Sidebar

Install

npm i tradejs

Weekly Downloads

1

Version

0.0.1-alpha-4

License

Apache License 2.0

Last publish

Collaborators

  • dutchkevv