SYMBOL INDEX (32 symbols across 6 files) FILE: config.py function generateStrategyParms (line 579) | def generateStrategyParms(pairs, leverage=1.0, tag=''): FILE: experiments/hurst_starke.py function hurst (line 5) | def hurst(p): FILE: experiments/kalman/kalmanfilter_test.py class OLSTest (line 26) | class OLSTest(): method __init__ (line 27) | def __init__(self, pair, startdate, enddate, lookback): method _loadOLSWindowBars (line 38) | def _loadOLSWindowBars(self): method _updateHedgeRatio (line 58) | def _updateHedgeRatio(self): method __iter__ (line 76) | def __iter__(self): method next (line 79) | def next(self): class KFTest (line 92) | class KFTest(): method __init__ (line 93) | def __init__(self, pair, startdate, enddate, lookback): method _loadLookbackBars (line 108) | def _loadLookbackBars(self): method _updateHedgeRatio (line 129) | def _updateHedgeRatio(self): method __iter__ (line 141) | def __iter__(self): method next (line 144) | def next(self): FILE: experiments/kelly.py function calc_kelly_leverages (line 19) | def calc_kelly_leverages(symbols, start, end): function main (line 43) | def main(args): FILE: experiments/sql-console-20151011.sql type edgar_sec_filings (line 13) | create table edgar_sec_filings ( type foo (line 56) | create table foo(symbol varchar, event_date date, content varchar, prima... type yahoo_company_events (line 67) | create table yahoo_company_events ( type company_events (line 79) | create table company_events ( FILE: huba.py class Huba (line 77) | class Huba(object): method __init__ (line 78) | def __init__(self, action, account, accountCode, twsConnStr, leverage,... method _liveTrade (line 85) | def _liveTrade(self, configs): method _loadHistoricalBars (line 134) | def _loadHistoricalBars(self, instrument, startDate, endDate, freq, of... method _loadBacktestFeed (line 143) | def _loadBacktestFeed(self, feed, pair): method _backtest (line 197) | def _backtest(self, configs): method run (line 264) | def run(self, pairs, parms=None): method __call__ (line 295) | def __call__(self, pairs, parms=None): function setup_logging (line 313) | def setup_logging(tag, args): function load_pairs (line 378) | def load_pairs(args): function flatten_pairs (line 433) | def flatten_pairs(pairs): function main (line 445) | def main(args):