Skip to content

Instantly share code, notes, and snippets.

@slukin1
slukin1 / example.py
Created March 30, 2026 13:13
Example Gist created via Python API
# Example Python script
print('Hello from GitHub Gist!')

Keybase proof

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:

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'