mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-30 17:22:40 +08:00
BUG: Fix constant of trading hours to be 6.5. Fixes #214.
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
# limitations under the License.
|
||||
|
||||
TRADING_DAYS_IN_YEAR = 250
|
||||
TRADING_HOURS_IN_DAY = 6
|
||||
TRADING_HOURS_IN_DAY = 6.5
|
||||
MINUTES_IN_HOUR = 60
|
||||
|
||||
ANNUALIZER = {'daily': TRADING_DAYS_IN_YEAR,
|
||||
|
||||
Reference in New Issue
Block a user