mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-15 08:46:56 +08:00
docs and bug fixed
This commit is contained in:
@@ -131,6 +131,8 @@ class OnlineSimulationExample:
|
||||
self.rolling_online_manager.simulate(end_time=self.end_time)
|
||||
print("========== collect results ==========")
|
||||
print(self.rolling_online_manager.get_collector()())
|
||||
print("========== signals ==========")
|
||||
print(self.rolling_online_manager.get_signals())
|
||||
print("========== online history ==========")
|
||||
print(self.rolling_online_manager.get_online_history(self.exp_name))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user