Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
How can i calculate price "leg-sizes"?

Example,
when the price moves more than 100 points up or down.
program should calculate from that movement, difference of high and low price.
idea is to see all more than 100 point movements, at given period.

many thanks.