diff options
| author | nic <ra@afu.re> | 2024-01-06 14:49:47 -0500 |
|---|---|---|
| committer | nic <ra@afu.re> | 2024-01-06 14:49:47 -0500 |
| commit | e320af8f2fc298e476a4b682ab3b44629d09af16 (patch) | |
| tree | ab9ffe04f44e2c92f45f9d8f2b94cd25d06f7c38 | |
| parent | 2b088b332ed493e2fb3282003fb56adabc6dcaf7 (diff) | |
Custom startup script for ibkr tws
| -rwxr-xr-x | .local/bin/ib-tws | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.local/bin/ib-tws b/.local/bin/ib-tws new file mode 100755 index 0000000..22fc22b --- /dev/null +++ b/.local/bin/ib-tws @@ -0,0 +1,14 @@ +#!/bin/bash + +V=1025 +#TWSUSERID= +#TWSPASSWORD=$(pass) +IBC_INI=$HOME/.local/src/Jts/ibc/config.ini +IBC_PATH=$HOME/.local/src/Jts/ibc +TWS_PATH=$HOME/.local/src/Jts +TWS_SETTINGS_PATH= +_2FA=exit # or ... ? +LOG_PATH= +JAVA_PATH= + +$HOME/.local/src/Jts/ibc/scripts/ibcstart.sh $V --tws-path=$TWS_PATH --tws-settings-path= --ibc-path=$IBC_PATH --ibc-ini=$IBC_INI --user= --pw= --fix-user= --fix-pw= --java-path= --mode= --on2fatimeout=$_2FA |
