indicator link

 
sir,any help me how to link my indicator to other ip
 

Question does not make sense.

Indicators run when a tick comes in and the Terminal calls start() They can NOT sleep or wait for networking because it would hang the terminal.

An EA can run indefinitely and could get information from other sites. See "Native" MQL HTTP Client

 
And it could send data to other sites. Maybe that's what he was asking.