gooder

command module
v0.0.0-...-5ca2f50 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 14, 2021 License: MIT Imports: 20 Imported by: 0

README

GOODER

Graph goes up means world more gooder

TODOs

Release

- GODOC comments
- rasterm documentation
- build/install instructions
- screenshots

Terminal

- improve terminal identification
- check that mintty supports iterm/wezterm format, get mintty identifier

Meat & Potatoes

- append streaming prices to candles
- chart label placement
- configurable time range
- query/sleep selection for different assets
- user command to specify sixel, kitty, or wez
- alternate data sources / api selector (ameritrade, yahoo, google?, iex)
	https://github.com/ranaroussi/yfinance
	https://iexcloud.io/docs/api/#quote
	https://developer.tdameritrade.com/quotes/apis/get/marketdata/%7Bsymbol%7D/quotes
	https://live.euronext.com/en/intraday_chart/getDetailedQuoteAjax/FR0000031122-XPAR/full
	https://finnhub.io/
TESTING
MARKET HOURS
DEFS:
	BID: highest buyer will pay
	ASK: lowest seller will accept

MARKET HOURS:
	pre
		NYSE:	6:30a-9:30a
		NASD: 4:00a-9:30a
	reg
		9:30a-4:00p EST
	post
		NYSE: 4:00p-8:00p
		NASD: 4:00p-8:00p
Supported Image Encodings
Terminal requirements

Per https://saitoha.github.io/libsixel/:

To view the charts, use a terminal that supports the SIXEL image format:

Now SIXEL feature is supported by the following terminals:

XTerm Configuration
	http://invisible-island.net/xterm/
	You should launch xterm with “-ti vt340” option. The SIXEL palette is limited to a maximum of 16 colors. To avoid this limitation, Try

$ echo "XTerm*decTerminalID: vt340" >> $HOME/.Xresources
$ echo "XTerm*numColorRegisters: 256" >>  $HOME/.Xresources
$ xrdb $HOME/.Xresources
$ xterm
or

$ xterm -xrm "XTerm*decTerminalID: vt340" -xrm "XTerm*numColorRegisters: 256"

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL