Added vwat info to the features.db.

This commit is contained in:
Kalzu Rekku
2026-07-14 21:54:55 +03:00
parent b754e40abf
commit e22dc05352
4 changed files with 17 additions and 6 deletions
+2 -1
View File
@@ -116,7 +116,8 @@ func (sm *StorageManager) initFeaturesDB() error {
realized_vol REAL NOT NULL,
ofi REAL NOT NULL,
volume_sum REAL NOT NULL,
close_price REAL NOT NULL
close_price REAL NOT NULL,
vwap REAL NOT NULL
);
`)
return err