stefan-jansen / zipline-reloaded

Zipline, a Pythonic Algorithmic Trading Library
https://zipline.ml4trading.io
Apache License 2.0
1.03k stars 199 forks source link

Fixed missing ")" error #256

Open realfishsam opened 2 weeks ago

realfishsam commented 2 weeks ago

record(AAPL=data.current(symbol('AAPL'), "price"), lacks a closing bracket. I added this bracket to ensure beginners will not get stuck.