Argo is an open source trading platform, connecting directly with OANDA through the powerful API to develop trading strategies.
You may give a try with the following steps (Node.js or io.js required):
$ npm install -g argo-trading
...
$ argo-trading
...
Eventually point your web brower to http://localhost:8000
.
Tested locally with Node.js 0.12.x (and io.js 2.1.x), AngularJS 1.4.x and Material 0.9.x.
- Account summary updated for each event.
- Quotes and spreads list updated tick-by-tick.
- Charts with different time frames updated tick-by-tick.
- Market and limit orders with stop loss, take profit and trailing stop.
- Trades list with current and profit updated tick-by-tick.
- Orders list with distance updated tick-by-tick.
- Positions summary.
- Expositions summary.
- Transactions history.
- Economic calendar.
- Executing trading strategies.
NOT INVESTMENT ADVICE AND WILL LOSE LOTS OF MONEY SO PROCEED WITH CAUTION.