How can I call a web request function from indicator

 

Hi,

I try cu call WebRequest from an indicator an dont work. I try with wininet (dll call) but the indicator dont work.

How can i make to call a webpage from an indicator

Thanks. 

 
I don't see any reason why the call of the Windows functions should not work.
 
Yeah. The codes should reveal something here.
 
gooly: I don't see any reason why the call of the Windows functions should not work.
Indicators can not sleep. They run in the GUI thread. They must not slow down the thread. You can not use any of those blocking calls in an indicator.