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

Notification

Icon
Error

Options
Go to last post Go to first unread
StorkBite  
#1 Posted : Monday, July 31, 2006 10:54:47 PM(UTC)
StorkBite

Rank: Advanced Member

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

Was thanked: 14 time(s) in 10 post(s)

How to limit a system test to specific hours

For example, how to limit formulas to trade between 9:30 am and 11 am only?

If you are using real-time data, you need to modify your formula and add a time statement.

For example, if the original signal was:

Cross(C,Mov(C,10,E))

Modify the signal like this:

Cross(C,Mov(C,10,E)) and

(

(Hour()=9 and minute()>=30)

or

Hour()=10

)

Users browsing this topic
Guest (Hidden)
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.