John, Shrikrishna, Grant: for get_open_order
, just pass a security without naming the parameter (e.g. get_open_order(sid(24))
). We've renamed the parameter from sid
to asset
to be more consistent with other parts of our system, but you can just pass the security and it'll work. We've updated our help docs accordingly and will ship that out soon.
Alex S: adding custom properties to data
is something that we supported by accident in Q1. If you use context.history_cache = ...
, everything should work. Unfortunately adding custom properties to data
is not something for which we've built a compatibility shim, so it won't work in Q2.
Tar Xvzf: Q2's default slippage model lets you take 2.5% of the volume for a minute bar, instead of Q1's 25%. We've found that to be a much more realistic value, as the previous model was creating some unrealistic price impacts. This is also the value that our research team uses to evaluate algorithms for allocations. You can always customize your slippage model, and Q2 now gives you the full data
object so you can write much more complex slippage models that incorporate data from other securities if needed.
As for fundamentals in pipeline, we know that is currently a very slow part of our system and we are actively working on improving it, separately from Q2. Your algorithm shouldn't be noticeably slower in Q2 than in Q1's daily mode if it makes good use of schedule_function
. We're happy to help look at your code if you'd like.
Vladimir: We had some bugs in schedule_function
that have just been fixed on testdrive. Can you try again and let us know if you have any problems?
Thanks for all the feedback!
Disclaimer
The material on this website is provided for informational purposes only and does not constitute an offer to sell, a solicitation to buy, or a recommendation or endorsement for any security or strategy, nor does it constitute an offer to provide investment advisory services by Quantopian. In addition, the material offers no opinion with respect to the suitability of any security or specific investment. No information contained herein should be regarded as a suggestion to engage in or refrain from any investment-related course of action as none of Quantopian nor any of its affiliates is undertaking to provide investment advice, act as an adviser to any plan or entity subject to the Employee Retirement Income Security Act of 1974, as amended, individual retirement account or individual retirement annuity, or give advice in a fiduciary capacity with respect to the materials presented herein. If you are an individual retirement or other investor, contact your financial advisor or other fiduciary unrelated to Quantopian about whether any given investment idea, strategy, product or service described herein may be appropriate for your circumstances. All investments involve risk, including loss of principal. Quantopian makes no guarantees as to the accuracy or completeness of the views expressed in the website. The views are subject to change, and may have become unreliable for various reasons, including changes in market conditions or economic circumstances.