From d2cbb856dae437ad238f31010972503c680913a8 Mon Sep 17 00:00:00 2001 From: Romazes Date: Fri, 9 May 2025 20:39:18 +0300 Subject: [PATCH 1/3] feat: new config in IB --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e2adabf1..03dba1df 100644 --- a/README.md +++ b/README.md @@ -376,6 +376,9 @@ Options: Weekly restart UTC time (hh:mm:ss). Each week on Sunday your algorithm is restarted at this time, and will require 2FA verification. This is required by Interactive Brokers. Use this option explicitly to override the default value. (Optional). + --ib-financial-advisors-group-filter TEXT + Use this field to filter data by a specific financial advisor group within your + Interactive Brokers account. Leave blank to include all groups. (Optional). --tradier-account-id TEXT Your Tradier account id --tradier-access-token TEXT Your Tradier access token --tradier-environment [live|paper] @@ -1315,6 +1318,9 @@ Options: Weekly restart UTC time (hh:mm:ss). Each week on Sunday your algorithm is restarted at this time, and will require 2FA verification. This is required by Interactive Brokers. Use this option explicitly to override the default value. (Optional). + --ib-financial-advisors-group-filter TEXT + Use this field to filter data by a specific financial advisor group within your + Interactive Brokers account. Leave blank to include all groups. (Optional). --tradier-account-id TEXT Your Tradier account id --tradier-access-token TEXT Your Tradier access token --tradier-environment [live|paper] From 88e67bd05b364bbd63bf5a256d457e3c49f13b76 Mon Sep 17 00:00:00 2001 From: Romazes Date: Thu, 10 Jul 2025 18:33:00 +0300 Subject: [PATCH 2/3] refactor: description of new IB config --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 03dba1df..bb4c41a0 100644 --- a/README.md +++ b/README.md @@ -377,8 +377,8 @@ Options: this time, and will require 2FA verification. This is required by Interactive Brokers. Use this option explicitly to override the default value. (Optional). --ib-financial-advisors-group-filter TEXT - Use this field to filter data by a specific financial advisor group within your - Interactive Brokers account. Leave blank to include all groups. (Optional). + Filter Interactive Brokers orders by a specific Financial Advisor (FA) group. + (Optional). --tradier-account-id TEXT Your Tradier account id --tradier-access-token TEXT Your Tradier access token --tradier-environment [live|paper] @@ -1319,8 +1319,8 @@ Options: this time, and will require 2FA verification. This is required by Interactive Brokers. Use this option explicitly to override the default value. (Optional). --ib-financial-advisors-group-filter TEXT - Use this field to filter data by a specific financial advisor group within your - Interactive Brokers account. Leave blank to include all groups. (Optional). + Filter Interactive Brokers orders by a specific Financial Advisor (FA) group. + (Optional). --tradier-account-id TEXT Your Tradier account id --tradier-access-token TEXT Your Tradier access token --tradier-environment [live|paper] From 41cff7f394fb29ebf32e87385d35372bf0e778b0 Mon Sep 17 00:00:00 2001 From: Romazes Date: Thu, 10 Jul 2025 18:36:55 +0300 Subject: [PATCH 3/3] Revert "refactor: description of new IB config" This reverts commit 88e67bd05b364bbd63bf5a256d457e3c49f13b76. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bb4c41a0..03dba1df 100644 --- a/README.md +++ b/README.md @@ -377,8 +377,8 @@ Options: this time, and will require 2FA verification. This is required by Interactive Brokers. Use this option explicitly to override the default value. (Optional). --ib-financial-advisors-group-filter TEXT - Filter Interactive Brokers orders by a specific Financial Advisor (FA) group. - (Optional). + Use this field to filter data by a specific financial advisor group within your + Interactive Brokers account. Leave blank to include all groups. (Optional). --tradier-account-id TEXT Your Tradier account id --tradier-access-token TEXT Your Tradier access token --tradier-environment [live|paper] @@ -1319,8 +1319,8 @@ Options: this time, and will require 2FA verification. This is required by Interactive Brokers. Use this option explicitly to override the default value. (Optional). --ib-financial-advisors-group-filter TEXT - Filter Interactive Brokers orders by a specific Financial Advisor (FA) group. - (Optional). + Use this field to filter data by a specific financial advisor group within your + Interactive Brokers account. Leave blank to include all groups. (Optional). --tradier-account-id TEXT Your Tradier account id --tradier-access-token TEXT Your Tradier access token --tradier-environment [live|paper]