DAS Hotkeys04/21/2026
DAS Trader Pro – How to Exit All Positions at Once
Sometimes the unpredicted is happening, and we need to act before we understand what is going on. In those cases, many traders want to close all the positions quickly.Regular HoursFor regular hours there is one simple command, which is called PANIC. Its usage is simplePANIC;It can be a hotkey, a hot button, a window button,...
hotkeys
DAS Hotkeys04/13/2026
DAS Trader Pro – A simple green light for entries
I used to struggle with forgetting some of the rules for my entries. I was able to get around it with the help of a simple solution - a green light button for entries.It is working in a few stepsCheck if my condition is metChange the color of the button to green if yes or...
DAS Hotkeys03/23/2026
DAS Trader Pro – how to save the stop loss price value for later
Everybody has experienced it. You enter a trade having automated stop loss or update the stop loss to the value you like, but then you mis-click in the orders window and lose the stop loss. Now you are pressured to retrieve it back to stay protected.Here is the solution for such cases.setvar() and getvar() functionsas...
DAS Hotkeys03/09/2026
DAS Trader Pro – Where to run the scripts code
The stock market is a dynamic and constantly changing environment, and sometimes we might need to act differently in different situations and set some variable to a user defined value. This is where the input() function comes into play. To simply prompt the user for an input, we can call $Value=Input("Give me the value",Value,1); Which...