Discussions
»
Product and Service Development
»
MetaStock
»
The Source Code For Automatic switch of periodicity using AutoIt
Rank: Member
Groups: Registered, Registered Users, Subscribers Joined: 4/15/2011(UTC) Posts: 10
|
Hello Everybody
Here is the code for switching periodicity automaticly using AutoIt
the period start from 1 minute it increases by one untile 10 minute
WinWaitActive("[CLASS:MetaStockMainWnd]", "")
WinMenuSelectItem("[CLASS:MetaStockMainWnd]", "", "F&ormat", "&X-Axis..." )
Sleep(500)
WinMenuSelectItem("[CLASS:MetaStockMainWnd]", "", "Periodicity")
Sleep(5000)
Send("!C")
Sleep(5000)
Send("!I:Minute")
Sleep(5000)
Send("!P:1")
Sleep(5000)
Send("!A")
Send("!P:2")
Sleep(5000)
Send("!A")
Send("!P:3")
Sleep(5000)
Send("!A")
Send("!P:4")
Sleep(5000)
Send("!A")
Send("!P:5")
Sleep(5000)
Send("!A")
Send("!P:6")
Sleep(5000)
Send("!A")
Send("!P:7")
Sleep(5000)
Send("!A")
Send("!P:8")
Sleep(5000)
Send("!A")
Send("!P:9")
Sleep(5000)
Send("!A")
Send("!P:10")
Sleep(5000)
Send("!A")
|
|
|
|
Users browsing this topic |
Guest (Hidden)
|
Discussions
»
Product and Service Development
»
MetaStock
»
The Source Code For Automatic switch of periodicity using AutoIt
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.