Same problem, gives me an "waiting for execution to Start" in the Chart Window and there is no offline chart.
Anyone had any luck with this? Also has anyone checked if the script is safe to use?
Yes, I understand your concerns. Running such a script with "Allow DLL imports" option is a little bit dangerous!
I guarantee that the EA uses only these inetrnet related functions to connect and download data from bitcoincharts.com:
#import "wininet.dll"
int InternetOpenA(...);
int InternetOpenUrlA(...);
int InternetReadFile(...);
int InternetCloseHandle(...);
However, although it is safe, at the moment the script is pretty useless, because of the recent Bitcoincharts API changes.
I've tested their new example and the request returns no data! Until there's a way to get the whole history I can't do much!
I will continue to search a solution, and post it here if I found one, but any help will be appreciated...