SYMBOL INDEX (30 symbols across 2 files) FILE: CryptoFrog.py class CryptoFrog (line 20) | class CryptoFrog(IStrategy): method informative_pairs (line 133) | def informative_pairs(self): method HA (line 141) | def HA(self, dataframe, smoothing=None): method hansen_HA (line 167) | def hansen_HA(self, informative_df, period=6): method bbw_expansion (line 181) | def bbw_expansion(self, bbw_rolling, mult=1.1): method do_indicators (line 194) | def do_indicators(self, dataframe: DataFrame, metadata: dict) -> DataF... method populate_indicators (line 261) | def populate_indicators(self, dataframe: DataFrame, metadata: dict) ->... method populate_buy_trend (line 295) | def populate_buy_trend(self, dataframe: DataFrame, metadata: dict) -> ... method populate_sell_trend (line 358) | def populate_sell_trend(self, dataframe: DataFrame, metadata: dict) ->... method custom_stoploss (line 395) | def custom_stoploss(self, pair: str, trade: 'Trade', current_time: dat... method min_roi_reached_dynamic (line 420) | def min_roi_reached_dynamic(self, trade: Trade, current_profit: float,... method min_roi_reached (line 469) | def min_roi_reached(self, trade: Trade, current_profit: float, current... method get_current_price (line 482) | def get_current_price(self, pair: str, refresh: bool) -> float: method populate_trades (line 504) | def populate_trades(self, pair: str) -> dict: class HyperOpt (line 528) | class HyperOpt: method indicator_space (line 533) | def indicator_space() -> List[Dimension]: function RMI (line 538) | def RMI(dataframe, *, length=20, mom=5): function SSLChannels_ATR (line 556) | def SSLChannels_ATR(dataframe, length=7): function SROC (line 573) | def SROC(dataframe, roclen=21, emalen=13, smooth=21): FILE: custom_indicators.py function same_length (line 14) | def same_length(bigger, shorter): function linear_growth (line 20) | def linear_growth(start: float, end: float, start_time: int, end_time: i... function zema (line 33) | def zema(dataframe, period, field='close'): function RMI (line 47) | def RMI(dataframe, *, length=20, mom=5): function mastreak (line 65) | def mastreak(dataframe: DataFrame, period: int = 4, field='close') -> Se... function pcc (line 84) | def pcc(dataframe: DataFrame, period: int = 20, mult: int = 2): function SSLChannels (line 108) | def SSLChannels(dataframe, length=10, mode='sma'): function SSLChannels_ATR (line 133) | def SSLChannels_ATR(dataframe, length=7): function WaveTrend (line 150) | def WaveTrend(dataframe, chlen=10, avg=21, smalen=4): function T3 (line 169) | def T3(dataframe, length=5): function SROC (line 192) | def SROC(dataframe, roclen=21, emalen=13, smooth=21):