ใครมี Facebook ก็สามารถ add มาคุยกับ admin ได้แล้วนะครับ
{ string sComment = ""; string sp = "-------------------------------------------------------------"; string sp2 = "-----------------------------------"; string NL = "\n"; //---- sComment = sComment + sp + NL; sComment = sComment + "Sorry can not connect server. Please check your Account Number or License Key" + NL; sComment = sComment + sp + NL; Comment(sComment);
string sComment = ""; string sp2 = "-----------------------------------"; string NL = "\n"; string CountBuy = CountBuy(); string LotsDynamicBuy = LotsDynamicBuy(); string CalBuy = DoubleToStr(CalculateBuy(),4); sComment = sComment + "Count Buy Order = " + CountBuy + NL; sComment = sComment + "Next Lots Buy = " + DoubleToStr(LotsDynamicBuy,2) + NL; sComment = sComment + "Order Buy Average = " + CalBuy + NL; sComment = sComment + PF + " Buy = " + TBuy + NL; sComment = sComment + sp2 + NL;