DAS Hotkeys03/02/2026
DAS Trader Pro – How to prompt for user input
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 gives us a prompt...
DAS Hotkeys02/24/2026
DAS Trader Pro – Rounding
Rounding function is a crucial part of the scripting in DAS Trader Pro because various technological rules apply for symbols below $1 price, rounding to 3(4) decimals is required for symbols above $1 price rounding to 2 decimals is required for options below $3 rounding to nearest 0.05 is required for options above $3 rounding...
DAS Hotkeys02/24/2026
DAS Trader Pro – universal exit hotkey function for all market hours
This hotkey is useful for anyone exiting positions manually or just to have it at hand when things are going south or for advanced scripting when calling an Exit is needed at a specific situation or a specific price.The features of the universal Exit hotkeyOne hotkey for seamless long and short execution.Intelligent detection and rounding...
DAS Hotkeys02/24/2026
DAS Trader Pro – how to read the symbol properties
Symbol propertiesSometimes we need to use a different approach for symbols that are on SSR or that are hard to borrow. For this purpose, the getquoteobj() function will retrieve all the information about the symbol.Note: The properties are being added with each version of DAS Trader Pro, so make sure you use the latest one...

