Method__init__(self, symbol, Open, Close, High, Low, Volume, Date, OP, CP, index, generate_heikin_ashi, tick,
old/bot-v1/Bot_Class.py:15
Method__init__(self, index: int, position_size: float, take_profit_val: float, stop_loss_val: float, trade_direction: int, o
back_testing/Helper.py:100
Method__init__(self, symbol: str, Open: [float], Close: [float], High: [float], Low: [float], Volume: [float], Date: [str],
back_testing/Bot_Class.py:17
Functionbreakout(Trade_Direction, Close, VolumeStream, max_Close, min_Close, max_Vol, current_index)
old/bot-v2/TradingStrats.py:582
Functionbreakout(Trade_Direction, Close, VolumeStream, max_Close, min_Close, max_Vol, current_index)
back_testing/TradingStrats.py:564
Functioncheck_TP(t: Trade, account_balance, High, Low, fee, use_trailing_stop, trailing_stop_callback, CP, printing_on=1)
old/bot-v2/Helper.py:783
Functioncheck_TP(t: Trade, account_balance, High, Low, fee, use_trailing_stop, trailing_stop_callback, CP, printing_on=1)
old/bot-v1/Helper.py:608
Functioncheck_TP(t: Trade, account_balance, High, Low, fee, use_trailing_stop, trailing_stop_callback, CP, printing_on=1)
back_testing/Helper.py:783
FunctionfibMACD(Trade_Direction, Close, Open, High, Low, MACD_signal, MACD, EMA200, current_index)
TradingStrats.py:23
FunctionfibMACD(Trade_Direction, Close, Open, High, Low, MACD_signal, MACD, EMA200, current_index)
old/bot-v2/TradingStrats.py:31
FunctionfibMACD(Trade_Direction, Close, Open, High, Low, MACD_signal, MACD, EMA200, current_index)
back_testing/TradingStrats.py:13
Functionget_aligned_candles(Date_1min, High_1min, Low_1min, Close_1min, Open_1min, Date, Open, Close, High, Low, Volume,
old/bot-v1/Helper.py:534
FunctiongoldenCross(Trade_Direction, Close, EMA100, EMA50, EMA20, RSI, current_index)
old/bot-v2/TradingStrats.py:273
FunctiongoldenCross(Trade_Direction, Close, EMA100, EMA50, EMA20, RSI, current_index)
back_testing/TradingStrats.py:255
Functionheikin_ashi_ema(OpenStream_H, Close_H, Trade_Direction, CurrentPos, Close_pos, fastd, fastk, EMA200, current_index)
TradingStrats.py:383
Functionheikin_ashi_ema(OpenStream_H, Close_H, Trade_Direction, CurrentPos, Close_pos, fastd, fastk, EMA200, current_index)
old/bot-v2/TradingStrats.py:391
Functionheikin_ashi_ema(CloseStream,OpenStream_H,CloseStream_H,Trade_Direction,stoplossval,takeprofitval,CurrentPos,Close_pos)
old/bot-v1/TradingStrats.py:417
Functionheikin_ashi_ema(OpenStream_H, Close_H, Trade_Direction, CurrentPos, Close_pos, fastd, fastk, EMA200, current_index)
back_testing/TradingStrats.py:373
Functionheikin_ashi_ema2(OpenStream_H, High_H, Low_H, Close_H, Trade_Direction, CurrentPos, Close_pos, fastd, fastk, EMA200, current_i
TradingStrats.py:327
Functionheikin_ashi_ema2(OpenStream_H, High_H, Low_H, Close_H, Trade_Direction, CurrentPos, Close_pos, fastd, fastk, EMA200, current_i
old/bot-v2/TradingStrats.py:335
Functionheikin_ashi_ema2(CloseStream,OpenStream_H,HighStream_H,LowStream_H,CloseStream_H,Trade_Direction,stoplossval,takeprofitval,Cur
old/bot-v1/TradingStrats.py:349
Functionheikin_ashi_ema2(OpenStream_H, High_H, Low_H, Close_H, Trade_Direction, CurrentPos, Close_pos, fastd, fastk, EMA200, current_i
back_testing/TradingStrats.py:317
Functionlog_info(active_trades: [Trade], trade_price, Dates, account_balance, csv_name, indicators)
old/bot-v2/Helper.py:1001
Functionlog_info(active_trades: [Trade], trade_price, Dates, account_balance, csv_name, indicators)
back_testing/Helper.py:1001