Login Page - Create Account

Support Board


Date/Time: Thu, 02 May 2024 11:00:17 +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);