DAS Trader Pro – automatic checks for study trends

DAS Hotkeys08/20/2026

DAS Trader Pro – automatic checks for study trends

Until version 5.8.2.5 of DAS Trader Pro, retrieving a historical value of a study was possible as described in the previous posthttps://www.guardiantrading.com/das-trader-pro-reading-study-values ,msgbox(getwindowobj(NAME).getstudyval("MYEMA11","bybarnum",-3));which resulted in a text stringthat required a string-to-number conversion afterward.Since every newer version above 5.8.2.5, we can use a direct retrieval as a number by adding a fourth parameter to the getstudyval()...

studies