//From EA. #import "OG TradeDash.ex5" string HostPage(string PageID, string html); #import void OnInit(){ EventSetTimer(PERIOD_M1); } void OnDeinit(const int reason){ } string CreateDemoPage() { double MQL5Open = iOpen(Symbol(), PERIOD_CURRENT, 0); double MQL5Close = iClose(Symbol(), PERIOD_CURRENT, 0); string html = "<!DOCTYPE html>\n" "<html>\n" "<head>\n" " <title>MQL5 Trading Data</title>\n" " <meta charset='utf-8'>\n" " <meta http-equiv='refresh' content='1'>\n" " <style>\n" " body { font-family: Arial, sans-serif; margin: 20px; }\n" " .data { margin: 10px 0; padding: 10px; background: #f0f0f0; }\n" " </style>\n" "</head>\n" "<body>\n" " <h1>Live Trading Data</h1>\n" " <div class='data'>\n" " <div>Symbol: " + Symbol() + "</div>\n" " <div>Open Price: " + DoubleToString(MQL5Open, Digits()) + "</div>\n" " <div>Close Price: " + DoubleToString(MQL5Close, Digits()) + "</div>\n" " <div>Time: " + TimeToString(TimeCurrent(), TIME_DATE|TIME_SECONDS) + "</div>\n" " </div>\n" "</body>\n" "</html>"; return html; } void OnTimer(){ HostPage("ThisisJustaBasicExample", CreateDemoPage()); }
http://og-td.eu-4.evennode.com/receive/ThisisJustaBasicExample
http://og-td.eu-4.evennode.com/receive/ThisisJustaBasicExampleIf for any reason you do not like the purchased program, you can request a refund within 30 days from the date of purchase. You can also make an exchange for any other product at an equal cost or by paying the difference.
Simply send a request for refund or exchange with your order number by email: [email protected].
Refund requests received more than 30 days after purchase will be rejected.