QuantConnect / Documentation

QuantConnect Wiki Style Documentation Behind QuantConnect
https://www.quantconnect.com/docs/v2/
Apache License 2.0
171 stars 135 forks source link

Framework Examples Copy-Pasteable #1535

Closed jaredbroad closed 8 months ago

jaredbroad commented 10 months ago

Make framework easier to use; https://www.quantconnect.com/docs/v2/writing-algorithms/algorithm-framework/alpha/supported-models

e.g. .# Type of insight (Only Price supported), direction of insight (Up, Flat, or Down), and period in timedelta self.AddAlpha(ConstantAlphaModel(InsightType.Price, InsightDirection.Up, timedelta(days=1)))

Expected Behavior

Copy paste framework demos

Actual Behavior

Users expected to know hidden types

Checklist

jaredbroad commented 10 months ago

Generally whole copy-pastable examples as well.