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 Hotkeys04/07/2026
DAS Trader Pro – symbol notes
Often we need to put some notes on the symbols, being either warnings, whole trade plans, or just any other note.3 types of notesThere are 3 types of notes as of today, if I do not count any text you can write into a button by editing it. Although it is a valid way, there...
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...

