Its simple write an algorithm in python that :
Takes the cosine of the sum of day low and day close. So
something like this:
Cos(low+close) = ?
if sum > 0 =Buy signal
if sum < 0=Sell signal
Thanks. I wrote this program in R but i do not know python :p