Skip to content

Commit 73c5bfb

Browse files
authored
Add files via upload
1 parent b91fb13 commit 73c5bfb

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

params/ib_data_types.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
"""
2-
Author: James Ma
3-
Email stuff here: [email protected]
4-
"""
5-
61
"""
72
API doumentation:
83
https://www.interactivebrokers.com/en/software/api/apiguide/java/reqhistoricaldata.htm

params/strategy_parameters.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
"""
2-
Author: James Ma
3-
Email stuff here: [email protected]
4-
"""
51
from datetime import datetime
62
import pandas as pd
73
import datetime as dt
@@ -13,7 +9,7 @@ def __init__(self, evaluation_time_secs, resample_interval_secs):
139
self.resample_interval_secs = resample_interval_secs
1410
self.__evaluation_time_secs = evaluation_time_secs
1511

16-
self.__bootstrap_completed = False
12+
self.__bootstrap_completed = True
1713
self.last_evaluation_time = datetime.now()
1814

1915
self.__COL_BETA = 'beta'

0 commit comments

Comments
 (0)