Support Board
Date/Time: Tue, 04 Nov 2025 09:21:36 +0000
Post From: sc.HTTPResponse always empty.
|   [2020-02-22 11:54:45]     |  
| marcovth - Posts: 61 | 
| 
                For users interested to download their own data, WinExec(wgetCall, SW_HIDE) works better than system(wgetCall) because it hides the prompt. SCString wgetCall="c:/sierrachart/wget/wget \"https://www.yourlink.com?function=TIME_SERIES_INTRADAY&datatype=csv&symbol=AAPL&interval=5min\" -O c:/sierrachart/data/wget.txt"; //system(wgetCall); WinExec(wgetCall, SW_HIDE);  | 
        
