Jump to content

Goldesel

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by Goldesel

  1. I have a question to this great script. i hope this is the right place to ask. _DdeInitialize("OnDDE_", $APPCLASS_STANDARD) $hszService = _DdeCreateStringHandle("MT4") $hszTopic = _DdeCreateStringHandle("QUOTE") $hConvSrv = _DdeConnect($hszService, $hszTopic) ;then I start the advise request $hszItem = _DdeCreateStringHandle("EURUSD") $res = _DdeClientTransaction($XTYP_ADVSTART+$XTYPF_ACKREQ, $hConvSrv, 0, 10000, $hszItem, $CF_TEXT)oÝ÷ Û^ëÞ¬îØ^)Þjëh×6$res = _DdeClientTransaction($XTYP_REQUEST, $hConvSrv, 0, 10000, $hszItem, $CF_TEXT) $res_b = _DdeGetDataAsString($res) GUICtrlSetData($lab_info,$res_B)oÝ÷ ÙëÞ¯+ax0¢¹,~)Þ!ƧëfÈ6­j)ÚÂ¥zZ(¦ð«^½êÛºÛajÛ'¢Ü!jÒ0j{^tî²ÜÛh©¶¬­ê®zËpéÞ½êíë®÷«±¬ªºG{'nuè ¢ÙÞÁÖ­iú+ʪºHØ^±È­yÊ'²^ư¶­¶uàVÚrGîËb¢x¬q©eyÜ!zw¯z»azÇ«½êìzwlu«Zjrº)]jw¯z{ajwez¸§k²)¶¬jëh×6Func OnDDE_DdeCallback($szTopic, $szCommand, $hConv) $res = _DdeClientTransaction($XTYP_REQUEST, $hConvSrv, 0, 10000, $hszItem, $CF_TEXT) $res_b = _DdeGetDataAsString($res) GUICtrlSetData($lab_info,$res_B) Return 0 EndFunc would be nice if somebody could help me
×
×
  • Create New...