In previous versions of quantopian I believe I was able to get the min or max values as follows:
HighRange = max(history(15, '1m', 'high'))
LowRange = min(history(15, '1m', 'low'))
Now it seems that is not working. Can someone shed some light? Much appreciated.
EG