make improvements to dashboards and logic of trading script

This commit is contained in:
lza_menace 2023-03-01 12:19:18 -08:00
parent e121cc8920
commit 2c1d398465
14 changed files with 3999 additions and 2171 deletions

View file

@ -0,0 +1,17 @@
apiVersion: 1
datasources:
- name: postgres
type: postgres
url: trader_postgres:5432
database: trader
user: trader
secureJsonData:
password: "trader"
jsonData:
sslmode: "disable"
maxOpenConns: 0
maxIdleConns: 2
connMaxLifetime: 14400
postgresVersion: 906
timescaledb: false