Added vwat info to the features.db.
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user