Hello Everyone,
I am new to Quantopian, and new to Python as well. I am trying to build an algorithm that will determine a set of action based on a set of stock that satisfy the following criteria but don't know how to start
- Daily traded volume higher than 100k (for 3 consecutive day)
- Traded stock price is higher than the latest 30 days average price. Let's say 10% higher
Could you please let me know if is possible to select the right stocks with the above critera using current API on Quanopian?
Thank you very much for your help
Ly