需先登入日盛期貨網頁
http://www.jihsunfutures.com.tw/
點選交易中心後,會跳出視窗得到的網址:
http://www.jihsun.com.tw/JssFHCWeb/Asp/TradeJSF.asp?xxxx
感謝日盛的貼心,會將交易中心的網頁另外跳出來,接下來要做自動交易也就越來越簡單了。
並利用該網址來做網頁版的下單器
#include
#include
_IEErrorHandlerRegister ()
$oIE = _IECreateEmbedded ()
GUICreate("AutoLogon V1 (for jihsun)", 900, 700, _
(@DesktopWidth - 900) / 2, (@DesktopHeight - 700) / 2, _
$WS_OVERLAPPEDWINDOW + $WS_VISIBLE + $WS_CLIPSIBLINGS)
$GUIActiveX = GUICtrlCreateObj($oIE, 10, 10, 900, 600)
;; ie 交易中心的網址
_IENavigate ($oIE, "http://www.jihsun.com.tw/JssFHCWeb/Asp/TradeJSF.asp?xxxx ")
GUISetState() ;Show GUI
; Waiting for user to close the window
While 1
$msg = GUIGetMsg()
Select
Case $msg = $GUI_EVENT_CLOSE ;;;結束程式
ExitLoop
EndSelect
WEnd
GUIDelete() ;;關閉程式
Exit
- Dec 11 Fri 2009 16:34
autoit 登入日盛期貨網頁版--迷你下單版
close
全站熱搜
留言列表