Discussions
»
Innovative Market Analysis
»
Online Help
»
MetaStock FAQ
»
Enhanced System Tester: How to limit a system test to specific hours
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)
|
Discussions
»
Innovative Market Analysis
»
Online Help
»
MetaStock FAQ
»
Enhanced System Tester: How to limit a system test to specific hours
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.