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 'hotbutton'.
Found 3 results
-
Hey All! I am struggling to decide what hotkeys to use. Based on the info provided in the education center, I am assuming most people use Kyle's hotkey scripts. I would love to find out if this is accurate or if there are some who use other hotkey scripts. So let me know what you're using! Thanks! Elisabeth Price
-
Enhanced Finviz Fundamental Data HotKey/Button
Alastair posted a topic in Bear Bull Traders - Members Only!
@KyleK29 This tool could benefit community members as I am sure others could use. It's a quick stock fundamental data function. It would be the similar to the Trade Ideas Single Stock Window or DAS Fundamental Window, we just using Finviz free info. in a small browser window. Its basically the below hot button command (Norm shared it), but I want to implement with enhancements for OCD personality types like me. mymontagea; https://finviz.com/quote.ashx?t=%SYMB% Use the Opera browser. Chrome is my default but I do not want to mess with that setup. Other users may want another. Opera loads on 1st hotkey open/click if browser app not started and subsequent clicks with %SYMB% from selected/highlighted montage Browser window auto placed into the specific yellow area below on my scanner monitor screen, screengrab attached, or as req'd by a user. Browser autofocus or onload, adjusts and scrolls to the important data which is shown on browser e.g. float, short Interest, RVOL, ATR, Inst Ownership, etc. ............. Kinda like a OnLoad window.scroll JS or CSS function. They have both vertical and horizontal. Cleanup the browser interface i.e. Remove all tools bars, buttons, search bars, maybe also the scroll bars and borders If browser opened in COGNITO mode I think the browser does not save/remember style, position, etc. Anything else you could suggest to improve functionality, future maintenance and presentation? Can u help? Thanks in advance- 27 replies
-
- hotbutton
- symbol data
-
(and 3 more)
Tagged with:
-
Cover and Selling Hotkeys not working!
bibekpillai posted a topic in Bear Bull Traders - Members Only!
I recently came across an issue with covering and selling hotkeys. When I try to sell or buy a position during intraday trading, the order does not go through most of the time. I am a beginner (on DAS Simulator) and am trying to figure out why this may be a problem. I have posted my hotkey formulas below for you to check out. Let me know if there is an issue with them or if it is possible it could be another problem. Thank you. SELL 25% - ROUTE=LIMIT;Share=Pos*0.25;TIF=DAY+;Price=Ask+0.05;SELL=Send; SELL 100% - ROUTE=LIMIT;Share=Pos;TIF=DAY+;Price=Ask+0.05;SELL=Send; COVER 25% - ROUTE=LIMIT;Price=Bid-0.05;Share=Pos*0.25;TIF=DAY+;BUY=Send; COVER 100% - ROUTE=LIMIT;Price=Bid-0.05;Share=Pos;TIF=DAY+;BUY=Send;
