- crypto book and quote, use prefix
¢
- help menu bugfix
- 🐛 bugfixes for install.
- apologies for the breaking log update. in v0.1.1
pcap
dependency removed, you can optionally resolve xcode gyp errors by following a guide such as this blog post
- 📜 scroll back through past commands with up, up arrow.
- 🗄 logger for bot; read/write bot data. See bot README
- 🦙 alpaca account activities tracker. type
activities
- 🏫 tutorial, better docs
- 💹 small chart improvements (see @hp4k1h5/blessed-contrib changes)
- charts should no longer wrap horizontally with large datasets
- charts should occupy vertical space better
- beta release, more stability and reliability
- 🧮 name change! app was formerly called iexcli, please update your globals
accordingly. e.g.
yarn global remove @hp4k1h5/iexcli && yarn global add @hp4k1h5/agora
- more documentation
- 🖨 printer improvements. repl history preserved, bot printers now carousel switch aware
- 🤖 alpha bot is now an actual trading bot
- ❌ breaking api changes for those using
build...()
functions, please see commit history
- 🦙
cancel
orders,close
positions commands available. See trading
&
profile fixes. should work with etfs and other non-company symbols again
- 🦙
limit
,stop
andstop_limit
order types now accepted. Use limit-prefix<
and stop-prefix>
. See trading
- 💹 chart improvements, larger, more adherent
>
repl fixes/changes. components can no longer be focused at all while input fixes are afoot.
- log fix
- 🐴 alpaca bot integration. Type
bots ls
to see active bots. See bots README for more information - limit orders. Use
<
limit price prefix to set floor on limit orders
- 🐛 bugfix for manual trading
- 🐴 alpaca watchlist integration. set config.json key "watchlist" to "alpaca". for now all watchlists are displayed together
- 🏦 more iex/alpaca account information. alpaca daily/weekly/monthly/yearly
profit loss charts, orders, iex message use and more. Set env var or
config val
IEX_SECRET_KEY
to obtain iex account information in the account component. - ℹ updated
help
- 🐛 bugfixes for sectors, polling, and workspace switch
- 📖 config.json documentation. README updates
- 🐛 bugfix. windows are more persistent now within workspaces and across carousel rotations.
- 🌈 order book component. type
^
orbook
to see an order book for the active symbol. - ⌚ polling now available for all components. Use prefix-command
poll
or set config component keypollMs
to a value greater than 10.
- filepath fixes
- 📺 improved window handling.
new
keyword opens new windows.x
closes targeted window.all
updates all targetable windows. - ℹ new help component, and improved help menu
>
better repl focus and front behavior. English keywords for all commands.- 📉📈 technical indicators. use
%
indicator prefix to overlay indicators, such as bollinger bands%bbands
, weighted move average%wma
and more. currently only a limited subset of iex's technical indicators will display correctly. requires a paid iex subscription. See technical indicator - 📊 sector performance
- alpaca config fixes
- 🐛 bugfix for '>' return to repl command in carousel mode
- 🐴 alpaca integration. Users can now trade with alpaca api and see account and positions info. See trading
- bin fix,
iexcli
alias should work again.
- 💠 multi-component handling. user can specify as many component windows as they wish for any component except repl. See usage
- 🎠 carousel mode. use left and right arrows to switch workspaces.
- 📜 gainers/losers lists. use
*
command to see list info
- npm fix
- bin fix
- 🔍 fuzzy search for symbols by symbol or company name. thanks to farzher's
fuzzysort, users can now use
?
command to print possible matches. see - 💻 new shell alias
iexcli
should run from anywhere, if you have iexcli installed globally.
- 📖 profile view displays information about the active symbol
- 📔 improved watchlist display and scroll
- config.json allows user to set a number of variables. please be careful as very few configurations have been tested.
- 📰 news, command
!
will fetch latest 20 news results related to the active symbol. can be combined with other prefix commands. work-in-progress - 📔 watchlist, command
=
will refresh and focus the watchlist. work-in-progress