I hereby claim:
- I am slukin1 on github.
- I am slukin (https://keybase.io/slukin) on keybase.
- I have a public key ASAN8IGQgIw29jly8AE70DVSF8mhLhKcrGSfjQVWortOGgo
To claim this, I am signing this object:
| # Example Python script | |
| print('Hello from GitHub Gist!') |
I hereby claim:
To claim this, I am signing this object:
| from numpy import asarray, cumprod, convolve, exp, ones, nan | |
| from numpy.random import lognormal, gamma, uniform | |
| from bokeh.models import ColumnDataSource, Slider, VBox, HBox, Select | |
| from bokeh.plotting import ColumnDataSource, curdoc, Figure | |
| from bokeh.driving import count | |
| BUFSIZE = 200 | |
| MA12, MA26, EMA12, EMA26 = '12-tick Moving Avg', '26-tick Moving Avg', '12-tick EMA', '26-tick EMA' |