#property copyright "Eriks Daliba" #property link "mailto:edaliba@gmail.com" #include int start() { string tick = TimeToStr(TimeCurrent(), TIME_DATE|TIME_SECONDS) + ";" + Symbol() + ";" + Bid + ";" + Ask; string res = fxphp("php", "d://wamp//www//fx//callback.php " + URLEncode(tick)); Print( res ); return(0); } //+------------------------------------------------------------------+