Reading indicator values in scripts In DAS Trader Pro the indicators are called “studies,” so I will be using the name “studies” from now on. Everybody knows the studies like moving averages or VWAP. Below I will describe how those…
If you are trading any strategies that have technical targets in the form of any indicator (which is called study in DAS Trader Pro), you might find this useful. Objectives Exit the trade when VWAP is reached. Use single button…
We have plenty of routes to choose from, which is broker-dependent, obviously. I am not going through the explanation of what they are or what they are to be used for. You can see their descriptions here: https://www.guardiantrading.com/pricing/routes/ Normally you…
There are multiple ways on how to populate the watch list. For some reason, the watch list is called market viewer in DAS Trader Pro. 1 by 1 This is obvious and most annoying. Type in the symbol in each…
Since few versions back, we can save the variables into a file. This is useful for The function itself is simple as where name represents the name of the file to be saved. The file is saved into the DAS…
Until version 5.8.2.5 of DAS Trader Pro, retrieving a historical value of a study was possible as described in the previous post https://www.guardiantrading.com/das-trader-pro-reading-study-values , msgbox(getwindowobj(NAME).getstudyval(“MYEMA11″,”bybarnum”,-3)); which resulted in a text string that required a string-to-number conversion afterward. Since every newer…
If you’re trying to speed up your trading, mastering how you cycle through tickers is a game-changer. Fumbling with your keyboard or clicking around too much can be frustrating. Here are 6 different ways to get the right symbol onto…
The topic might sound weird, but there are dedicated functions to retrieve the useful data from the chart based on where the cursor is pointing.Have you ever needed to know what the price of that candle is? Or what is…