I am new to quantopian and I want to create a simple backtest.
I know how to code in other languages but I do not yet know Python.
The algorithm is very simple.
Buy on the first day a stock closes at a 20 day high.
Sell on the first day a stock closes at a 20 day low.
Can someone help?