issues
search
QuantConnect
/
Documentation
QuantConnect Wiki Style Documentation Behind QuantConnect
https://www.quantconnect.com/docs/v2/
Apache License 2.0
173
stars
139
forks
source link
Examples Issue: Securities / Filtering Data
#1852
Closed
jaredbroad
closed
2 months ago
jaredbroad
commented
2 months ago
Securities / Filtering Data
Examples
Example 1: Filter price outliners from ticks based on the SMA of the trailing. Use is_suspicious().
Example 2: Filter non major exchanges // only look for BATS and trade illiquid exchanges for under valued assets.
Remember
Don't use variables that aren't defined.
Comment every line or few lines.
Include 40-100 word explanation.
Declare everything you need each example.
Copy from IDE to Docs so confirm it works. Copy-pastable examples.
ALWAYS make Examples.html at the end.
Checklist
[x] I have completely filled out this template
[x] I have confirmed that this issue exists on the current
master
branch
[x] I have confirmed that this is not a duplicate issue by searching
issues
Securities / Filtering Data
Examples
Remember
Checklist
master
branch