README.md (1085B)
1 ### AUTHENTICATION SCHEMA 2 Current concept/implimentation includes shell script which detects available ./auth/*.conf files in order to run a API connection/call for live datafeed. 3 4 5 ### QUOTES 6 Quotes should be called via api - stored with historical data in local databases (structure to be ironed out later) 7 8 ### GENERAL FUNCTION 9 Look into management via tmux to open and run functions for rendering interactive charts pulling data from aforementioned local database. 10 11 ### CHARTING 12 charts should have individual conf files for pulling necessary scripts for applied indicators/strategies 13 14 charts and watchlists determine which tickers and how often quotes need to be pulled. 15 16 --- 17 18 \### DELIBERATIONS 19 20 [x] Language to use for rendering/calculating charts(rust and python) 21 [] General structure for reading chart configuration 22 [x] Database language to use for relational database storage(time series db, mongodb or prometheusdb) 23 [] System structure for source files 24 [x] Open source && free code 25 [x] Appropriate license to use for copyleft goals (GPL?BSDLicense?)(leaning toward GPLv3) 26