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

Notification

Icon
Error

Options
Go to last post Go to first unread
bogey  
#1 Posted : Wednesday, March 2, 2005 2:06:31 PM(UTC)
bogey

Rank: Newbie

Groups: Registered, Registered Users
Joined: 3/2/2005(UTC)
Posts: 2

How to specify in the test formula to trade between 9:30 am and 11 am only? I'm finding very little information about this anywhere, if somebody knows, please post it.
Patrick  
#2 Posted : Wednesday, March 2, 2005 4:19:09 PM(UTC)
Patrick

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 9/8/2004(UTC)
Posts: 2,266

Was thanked: 1 time(s) in 1 post(s)
If you are using realtime data, you need to modify your formula and add a time statement. For example my original signal was : Cross(C,Mov(C,10,E)) I would modify the formula to read : Cross(C,Mov(C,10,E)) and ( (Hour()=9 and minute()>=30) or Hour()=10 ) Hope this helps.
bogey  
#3 Posted : Wednesday, March 2, 2005 5:42:54 PM(UTC)
bogey

Rank: Newbie

Groups: Registered, Registered Users
Joined: 3/2/2005(UTC)
Posts: 2

This helps a lot, thanks :)
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.