I'm new to python, and trying to get a simple backtest to work using these examples pyalgotrade examples however when I try to run the line:
import rsi2
in an IPython Notebook I get:
ModuleNotFoundError: No module named 'rsi2'
Since every other import line works I'm not sure what I am missing. I tried: