Algotrader Versions Save

Simple algorithmic stock and option trading for Node.js.

2.4.9

5 years ago
  • Fixed Market.js to account for non-trading days

2.4.8

5 years ago
  • Fixed issue with OptionInstrument::getPrices if only one option was passed as a parameter

2.4.7

5 years ago
  • Added User.getOptionPositions

2.4.6

5 years ago
  • Updated OptionInstrument.js

2.4.5

5 years ago
  • Added getPrices function to OptionInstrument
  • Fixed scheduler in case offset is undefined
  • Market open/close functions will repeat after 24 hours
  • Fixed getBuyingPower for margin accounts

2.4.4

5 years ago
  • Fixed issue with UUID module not being listed as a dependency in package.json

2.4.3

5 years ago
  • Added images to docs
  • Removed docs from NPM

2.4.2

5 years ago
  • Updated README with new Discord link

2.4.1

5 years ago
  • Updated README

2.4.0

5 years ago
  • [pr/22] Fix crash when stopping stream if IEX wasn't enabled
  • [pr/21] Added MinusDI and PlushDI indicators
  • [pr/20] Removed the sort method on _technical
  • [pr/17] Added re-authentication by refresh token
  • [pr/15] Added ADX technical indicator to AlphaVantage