↓ 10 callersFunctionSetSLTP(stoplossval, takeprofitval,CloseStream,HighStream,LowStream,Trade_Direction,Type,SL=1,TP=1)
old/bot-v1/TradingStrats.py:756
↓ 2 callersMethodadd_hist(self, Date_temp: [float], Open_temp: [float], Close_temp: [float], High_temp: [float], Low_temp: [float], Vol
old/bot-v2/Bot_Class.py:231
↓ 2 callersMethodadd_hist(self, Date_temp, Open_temp, Close_temp, High_temp, Low_temp, Volume_temp)
old/bot-v1/Bot_Class.py:39
↓ 2 callersFunctionalign_Datasets(Date_1min, High_1min, Low_1min, Close_1min, Open_1min, Date, Open, Close, High, Low, Volume)
old/bot-v2/Helper.py:527
↓ 2 callersFunctionalign_Datasets(Date_1min, High_1min, Low_1min, Close_1min, Open_1min, Date, Open, Close, High, Low, Volume)
back_testing/Helper.py:527
↓ 2 callersMethodhandle_socket_message(self, Data, Date=0, Close=0, Volume=0, Open=0, High=0, Low=0)
old/bot-v2/Bot_Class.py:270
↓ 2 callersMethodhandle_socket_message(self, Data, Date=0, Close=0, Volume=0, Open=0, High=0, Low=0)
old/bot-v1/Bot_Class.py:78
↓ 2 callersMethodopen_trade_check_threshold(self, symbol: str, trade_direction: int, order_notional: float, CP: int, OP: int, tick_size: float, time: int
old/bot-v2/Helper.py:134
↓ 1 callersMethodadd_hist(self, Date_temp: [float], Open_temp: [float], Close_temp: [float], High_temp: [float], Low_temp: [float], Vol
back_testing/Bot_Class.py:231
↓ 1 callersFunctionalign_Datasets(Date_1min, High_1min, Low_1min, Close_1min, Open_1min, Date, Open, Close, High, Low, Volume)
old/bot-v1/Helper.py:409
↓ 1 callersFunctionget_aligned_candles(Date_1min, High_1min, Low_1min, Close_1min, Open_1min, Date, Open, Close, High, Low, Volume,
old/bot-v2/Helper.py:653
↓ 1 callersFunctionget_aligned_candles(Date_1min, High_1min, Low_1min, Close_1min, Open_1min, Date, Open, Close, High, Low, Volume,
back_testing/Helper.py:653
↓ 1 callersMethodhandle_socket_message(self, Data, Date=0, Close=0, Volume=0, Open=0, High=0, Low=0)
back_testing/Bot_Class.py:270
↓ 1 callersFunctionrun_backtester(account_balance_start, leverage, order_size, start, end, TIME_INTERVAL, Number_Of_Trades,
old/bot-v2/Backtester.py:18
↓ 1 callersFunctionrun_backtester(account_balance_start, leverage, order_size, start, end, TIME_INTERVAL, Number_Of_Trades,
back_testing/Backtester.py:18
FunctionCheck_for_signals(pipe: Pipe, leverage: int, order_Size: float, buffer: str, Interval: str,
Max_Number_Of
old/bot-v2/Live_Bot.py:92
FunctionCheck_for_signals(pipe: Pipe, leverage, order_Size, Max_Number_Of_Trades, client: Client, use_trailing_stop, trailing_stop_call
old/bot-v1/Live_Bot.py:94
FunctionRSIStochEMA(Trade_Direction,CloseStream,HighStream,LowStream,signal1,currentPos)
old/bot-v1/TradingStrats.py:521
FunctionSetSLTP(stop_loss_val_arr, take_profit_val_arr, peaks, troughs, Close, High, Low, Trade_Direction, SL, TP, TP_SL_choi
TradingStrats.py:690
FunctionSetSLTP(stop_loss_val_arr, take_profit_val_arr, peaks, troughs, Close, High, Low, Trade_Direction, SL, TP, TP_SL_choi
old/bot-v2/TradingStrats.py:699
FunctionSetSLTP(stop_loss_val_arr, take_profit_val_arr, peaks, troughs, Close, High, Low, Trade_Direction, SL, TP, TP_SL_choi
back_testing/TradingStrats.py:681
FunctionStochRSIMACD(Trade_Direction, fastd, fastk, RSI, MACD, macdsignal, current_index)
old/bot-v2/TradingStrats.py:290
FunctionStochRSIMACD(Trade_Direction, fastd, fastk, RSI, MACD, macdsignal, current_index)
back_testing/TradingStrats.py:272
Method__init__(self, symbol: str, Open: [float], Close: [float], High: [float], Low: [float], Volume: [float], Date: [str],
BotClass.py:12
Method__init__(self, symbol: str, Open: [float], Close: [float], High: [float], Low: [float], Volume: [float], Date: [str],
old/bot-v2/Bot_Class.py:17