forked from quantopian/zipline
-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
updating to zipline 1.3.0(no talib change) #119
Open
shlomiku
wants to merge
525
commits into
zipline-live:master
Choose a base branch
from
shlomiku:talib-rollback
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* DOC: Add tutorial on creating a custom TradingCalendar * DOC/STY: Formatting and fixup for the tutorial * MAINT: Suggested changes
* ENH: Use IEX Trading data instead of pandas-datareader * MAINT: Add attribution for IEX
Create MinLeverage control
when we haven't seen any minute volume yet today
…d-docs DOC: Docs & tutorial updates for ingesting, beginners, and csvdir
BUG: Fixed daily price ffill using today's close
Quandl's new API for the WIKI Prices dataset requires an API key. Omitting the API key when running 'zipline ingest' would cause: HTTPError: HTTP Error 400: Bad Request QUANDL_API_KEY is now checked at the start of the ingestion process, and an error is raised if its value is 'None'.
MAINT: Provides better error message when QUANDL_API_KEY isn't set
…ppage-model MAINT: set FixedBasisPointsSlippage as default
MAINT: make default bps value a float
Otherwise we get back NaN.
BUG: get_last_traded_dt expects a trading day
If a loadable term is in the graph but never loaded because all its dependents are pre-populated, we don't need to dispatch to its loader. This makes it so that you can avoid setting up all the loaders for a complex term if you supply it in the initial workspace, which is useful for local development and testing.
We were formatting in too few args.
BUG: cal attribute of aggregate rules was not being propagated
MAINT: bump empyrical to 0.3.4
to yesterday's data from today's perspective, but no adjustment happened between yesterday and today. They happened before yesterday's open.
…ebasing # Conflicts: # .appveyor.yml # .travis.yml # README.rst # docs/source/bundles.rst # setup.py # tests/data/bundles/test_csvdir.py # tests/resources/example_data.tar.gz # tests/resources/rebuild_example_data # tests/risk/test_risk_cumulative.py # tests/risk/test_risk_period.py # zipline/__main__.py # zipline/algorithm.py # zipline/data/benchmarks.py # zipline/data/bundles/csvdir.py # zipline/data/loader.py # zipline/finance/risk/cumulative.py # zipline/finance/risk/period.py # zipline/finance/trading.py # zipline/resources/market_data/SPY_benchmark.csv # zipline/testing/fixtures.py # zipline/utils/calendars/calendar_utils.py # zipline/utils/factory.py # zipline/utils/run_algo.py # zipline/utils/serialization_utils.py
installing talib on windows is a problem, using a pre-prepared whl instead. no whl for 0.4.9 nad python36 options - move to 0.4.17 or use python35. I chose talib. will change back if issues occur
['GPRO'] = 'SMART/NASDAQ' ['MSFT'] = 'SMART/NASDAQ' ['CSCO'] = 'SMART/NASDAQ'
adding polling for polling change in ib_broker
pulling from zipline origin latest code
due moving trading_calendars to a separate object, end date is mandatory for live algo's as well. This is incorrect, end data is not, and should not be mandatory
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
rebasing the master branch
additional commits:
adding vim to docker image
adding broker support to run_algorithm()
some more ticker exceptions to ib_broker.py
end date for live algo is required.