We have moved to Discord. Please click here to join us in the Trading Terminal Discord server.
These forums are read-only.
Search the Community
Showing results for tags 'software'.
Found 3 results
-
Interactive Broker TWS setups, hotkeys and subscriptions
Paul aka Aurbano posted a topic in Bear Bull Traders - Members Only!
Hi guys, I've been working on a nice dark setup that works for me on InteractiveBrokers TWS platform including : 3 monitors for active trading ( screenshot and XML attached below ) 1 monitor for watchlist + spy + scanner + portfolio Tons of Hotkeys ! And I 've been working heavily to setup hotkeys using Andrews' methodology : Buy long at the Ask + 0.03 Sell short at the Bid - 0.03 I implemented this on IB TWS using a similar approach but using : Buy long at the Ask with limit buy + 0.03 Sell short at the Bid with limit sell - 0.03 (check the screenshots below ) Here are the main hotkeys : (screenshot and XML attached below) New orders generators : Ctrl + [ 1 .... 0 ] : LMT buy at ask limit + 0.03 >> from 100 shares to 1.000 shares Shift + [ 1 .... 0 ] : LMT sell at bid limit - 0.03 >> from 100 shares to 1.000 shares Orders general management : Ctrl + Q : cancel all orders and close full position at market price but you can exit position using the opposite order ( Buy for Shorting and Sell for Longing ) Ctrl + C : cancel all active or pending orders for active chart Ctrl + U : partial placement every X cents with Y exits Ctrl + Enter : submit / transmit / update changes Tab : Select next order (inside chart) Order price changes : Ctrl + Home : move 0.02 up the limit price of the selected order Ctrl + End :move 0.02 down the limit price of the selected order Order size changes : Ctrl + RePag : add 100 shares to the current selected order size Shift + RePag : add 20 shares to the current selected order size Ctrl + AvPag : substract 100 shares to current selected order size Shift + AvPag : substract 20 shares to current selected order size If you have NO position opened yet Right clic on chart + Buy : enter long with $11.000 (default position) at the price selected on the chart after second clic (LMT order) Right clic on chart + Sell : enter short with $11.000 (default position) at the price selected on the chart after second clic (LMT order) Ctrl + S : Stop sell with $11.000 position for a short position at the selected price below current price (if placed above current price will sell inmediately) Ctrl + B : Stop buy with $11.000 position for a long position at the selected price above current price (if placed below current price will sell inmediately) If you have a position already opened Right clic on chart + Buy : close short position with LMT order at the selected price on chart Right clic on chart + Sell : close long position with LMT order at the selected price on chart Ctrl + S : Stop Loss to close a long position at the selected price on chart (whole position) Shift + S : Stop Loss Limit ($0.10 range) to close a long position at the selected price on chart during premarket (whole position) Ctrl + B : Stop Loss to close a short position at the selected price on chart (whole position) Shift + B : Stop Loss Limit ($0.10 range) to close a short position at the selected price on chart during premarket (whole position) New AutoHotKeys Script : ** F4 : Histogram / Volume by price indicator F5 : Refresh chart information F6 : Draw an horizontal line F7 : Remove all the drawings and personal annotation from the chart F8 : Draw fibonacci lines F9 : (De)activate Chart Trader F10 : (De)activate Chart Trader on smaller charts (yes menús are different) F11 : (Un)show completed trades marks F12 : Show window name Youtube video (7m) with fast explanation and examples (spanish with subtitles) : https://youtu.be/1gflAufNMxI Youtube video (1h20m) for the spanish community in BBT (with subtitles) : https://youtu.be/DOSHys3WoRk To access chart hotkey setup : File menu > Global configuration > Charts > ChartTrader > Hotkeys To download this hotkeys and layout : Download the text file attached : tws.txt Change the extension to XML File menu > Layout / Settings Recovery > Custom > Select file Do not forget to save your current setup before for roll back if needed ** AutoHotKey is a Windows Software that provide a simple macro script language to write down any kind of macro process that can be done over and over again. This software is 100% free and independent from TWS, however I managed a way to use a script that will only activate the above function keys on TWS windows. The function will be launched in the window which is inmediately under the mouse pointer, so be sure that the mouse is where it should be if you don't want any other function on TWS to be launched. This Script is very straight foreward and it has some comments inside to let you know what can be done with the keys and menu functions. I personally hated using the context menu or the main manu of the chart and click 3 times just to draw a simple horizontal line, but TWS has no support to many many basic commonly used tasks AND I DECIDED TO WRITE MY OWN 😉 To add on top of it the new AutoHotKey Script : Download and install AutoHotKey 1.33 software from : https://www.autohotkey.com/ Download the Custom Script file for TWS at the end of this post : TWS-AutoHotKeys.txt Open it with some text editor like WordPad, Notepad or SublimeText and check line 30 to add you own TWS Account Number Change the extension to AHK After launching TWS on your Windows PC, double click on the Script icon (which I personally store in the desktop). Last updates : Oct, 25th 2024 - Added two YouTube videos with examples (in Spanish with subtitles) Aug, 29th 2020 - Fixed AutoHotKey macro script to avoid using the macros outside TWS Aug, 28th 2020 - Added base subscriptions screenshot for L1 or SIM Aug, 27th 2020 - Added new Setup file with hotkeys fix If you wanna add option chanin information activate this options detailed here : tws_2020ago.txt TWS-AutoHotKeyScript.txt -
Updated: 6/30/2022 @ 2:34pm (PST) ** IMPORTANT NOTE: This program is released as-is without any warranty or implied support, please read all of the information, and understand what you're doing. This is a personal release by Kyle and not affiliated with BearBullTraders, so please do not request any support through the BBT support channels as they will not be answered. What it is: Bookmap Think-or-Swim Config Helper (say that five times fast) is a command line utility (.exe) you can use to run various functions against the Bookmap config file if you're using the Think-or-Swim version. For some reason, the ToS port of Bookmap does not include these features natively. The way the ToS version works is that it uses the lastUsed section of the config file to apply to any newly opened feeds if a symbol doesn't have a matching config. To make things more confusing, configs are stored with their feed# (e.g. AMD@DXFEED#3), so it's possible you will load an AMD chart and it will inherit the default settings stored in lastUsed, despite you previously setting the config for this symbol. I got tired of this and decided to make a fix. Functions: Print or Save the symbol list (saves the currently stored configs in the Bookmap config) Extract a Symbol's config to an external file (for importing later). Clear all stored configs from the Bookmap config. Inject a previously exported config to the lastUsed setting (so newly spawned charts will inherit the config you want them to). Overwrite all existing stored configs with a previously exported one (good if you use detached windows, as it leaves the window settings untouched). Auto backup of Bookmap config file before any destructive (change of data) action is taken. Instructions for Usage: Please see the ReadMe.md file on the GitHub for more detailed information, including the commands to use: https://github.com/kylek29/bookmap-tos-config/ DOWNLOAD: https://github.com/kylek29/bookmap-tos-config/tree/main/dist [zipfile: BookmapToSConfigEditor.zip] VIDEOS: - None yet, but I will make one on it. SUPPORT: Post here and I'll try to answer any issues as I have time. KNOWN ISSUES: None yet. Everyone should collectively cross their fingers. UPDATES: 06/30/2022 - Initial v1.0 release.- 4 replies
-
- 1
-
-
- thinkorswim
- utilities
-
(and 2 more)
Tagged with:
