MCPcopy Create free account
hub / github.com/QuantFans/quantdigger / wave_analyze

Function wave_analyze

quantdigger/backup/demo/summary.py:7–11  ·  view source on GitHub ↗
(fname)

Source from the content-addressed store, hash-verified

5import analyze
6
7def wave_analyze(fname):
8 #print waves
9 #load_data(0, fname)
10 data, = load_datas(0, False, fname)
11 t, = load_wavedata(fname)
12
13def tradeinfo(fname, n=10, intraday=False):
14 '''docstring for analyze'''

Callers

nothing calls this directly

Calls 2

load_datasFunction · 0.85
load_wavedataFunction · 0.85

Tested by

no test coverage detected