Export Alpari from Server


/ Published in: C
Save to your folder(s)

Opt("WinTitleMatchMode", 2) ;1=complete, 2=quick
$title = WinGetHandle("MetaTrader - Alpari UK")
If $title = 0 Then
MsgBox(0,"Not Found", "The window title specified was not found!")
Else
WinActivate($title)
WinWaitActive($title)
Send("^x")
WinWaitActive("Signal")
Send("{ENTER}")
EndIf

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.