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...
breakouts
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...