Implementing Python-like function decorators in plain JavaScript ES5
There’s an amazing pattern in Python, called function decorators. It’s a set of declarations at the top of a function definition, that slightly … (more…)
Read more »
bt is a flexible backtesting framework for Python used to test quantitative
trading strategies. Backtesting is the process of testing a strategy over a given
data set. This framework allows you to easily create strategies that mix and match
different Algo… Read more