logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
ABDULLAH7044  
#1 Posted : Saturday, March 24, 2012 8:19:00 AM(UTC)
ABDULLAH7044

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
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.