UNPKG

fxcm

Version:

A client to programmatically trade with FXCM REST API

7 lines (5 loc) 185 B
const config = { token: "PASTE_YOUR_TOKEN_HERE", // get this from http://tradingstation.fxcm.com/ isDemo: true, // Set to false for live accounts }; module.exports = config;