stt

A Simple Trading Terminal
git clone _git@git.brennen.work/stt.git
Log | Files | Refs | README

commit 660d5d134bf9b3542ada6e3db297a27cf763f2ba
Author: capitata <capitata@artemisia.brennen.work>
Date:   Fri,  8 Oct 2021 14:55:41 -0600

Added and framed README.md file

Diffstat:
AREADME.md | 26++++++++++++++++++++++++++
1 file changed, 26 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -0,0 +1,26 @@ +### AUTHENTICATION SCHEMA +Current concept/implimentation includes shell script which detects available ./auth/*.conf files in order to run a API connection/call for live datafeed. + + +### QUOTES +Quotes should be called via api - stored with historical data in local databases (structure to be ironed out later) + +### GENERAL FUNCTION +Look into management via tmux to open and run functions for rendering interactive charts pulling data from aforementioned local database. + +### CHARTING +charts should have individual conf files for pulling necessary scripts for applied indicators/strategies + +charts and watchlists determine which tickers and how often quotes need to be pulled. + +--- + +\### DELIBERATIONS + +[] Language to use for rendering/calculating charts +[] General structure for reading chart configuration +[] Database language to use for relational database storage +[] System structure for source files +[x] Open source && free code +[] Appropriate license to use for copyleft goals (GPL?BSDLicense?) +