Something I have been playing with today as I attempt to learn both Python and Quantopian simultaneously. Coming from PHP, Python is more different than originally anticipated.
The goal of this strategy is as follows:
1) Wait till 10AM before activating algo logic
2) Check the day's high as of 10AM and record it
3) Keep checking the high while simultaneously looking for a dip, and;
4) Once the DIP occurs record that activity and wait for a new high to be reached AFTER the dip, then buy
Feedback and suggestions are most welcome.
Thanks.