Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Bug in minute mode
API

Bug in minute mode.

This bug not generate any exception. The log generate no errors.
Order the TLT only once but the system keep ordering the TLT
every minute.
Period produce the bug 04/15/2006 - 07/31/2006

Regards,
Yiannis Sarantitis
Software Engineer Analyst

1 response

Problem solved
according to your data price jump to 92.18 and back to 84.70
2006-07-13PRINT(92.189999999999998, 85.736699999999999)
2006-07-13PRINT(84.700000000000003, 85.736699999999999)

But the daily range in yahoo finance is
Date Jul 13, 2006

Open 84.70
High 85.05
Low 84.68
Close 84.99

is some kind of problem in the data?

Regards,
Yiannis