Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Help in creating a simple backtest

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?