Add paper URL support
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
|
||||
mod config;
|
||||
mod database;
|
||||
mod init;
|
||||
mod routes;
|
||||
mod threads;
|
||||
mod types;
|
||||
@@ -33,8 +34,9 @@ async fn main() {
|
||||
)
|
||||
.unwrap();
|
||||
|
||||
threads::trading::check_account(&config).await;
|
||||
threads::trading::check_positions(&config).await;
|
||||
init::check_account(&config).await;
|
||||
init::rehydrate_orders(&config).await;
|
||||
init::check_positions(&config).await;
|
||||
|
||||
spawn(threads::trading::run(config.clone()));
|
||||
|
||||
|
Reference in New Issue
Block a user