mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-01 12:52:26 +08:00
Merge pull request #1794 from Peque/peque
Fix docstring in TradingEnvironment class
This commit is contained in:
@@ -64,12 +64,8 @@ class TradingEnvironment(object):
|
||||
The benchmark symbol
|
||||
exchange_tz : tz-coercable, optional
|
||||
The timezone of the exchange.
|
||||
min_date : datetime, optional
|
||||
The oldest date that we know about in this environment.
|
||||
max_date : datetime, optional
|
||||
The most recent date that we know about in this environment.
|
||||
env_trading_calendar : pd.DatetimeIndex, optional
|
||||
The calendar of datetimes that define our market hours.
|
||||
trading_calendar : TradingCalendar, optional
|
||||
The trading calendar to work with in this environment.
|
||||
asset_db_path : str or sa.engine.Engine, optional
|
||||
The path to the assets db or sqlalchemy Engine object to use to
|
||||
construct an AssetFinder.
|
||||
|
||||
Reference in New Issue
Block a user