MCPcopy Create free account

hub / github.com/conor19w/Binance-Futures-Trading-Bot / functions

Functions234 in github.com/conor19w/Binance-Futures-Trading-Bot

Method__init__
(self)
old/bot-v1/Helper.py:44
Method__init__
(self, index, position_size, tp_val, stop_loss_val, trade_direction, order_id_temp, symbol)
old/bot-v1/Helper.py:51
Method__init__
(self, client: Client, use_trailing_stop, trailing_stop_callback)
old/bot-v1/Helper.py:79
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, symbol: str, index: int)
back_testing/Helper.py:24
Method__init__
(self, symbol)
back_testing/Helper.py:49
Method__init__
(self)
back_testing/Helper.py:79
Method__init__
(self, symbol, TP_price, SL_price, trade_direction)
back_testing/Helper.py:86
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, client: Client, use_trailing_stop: bool, trailing_stop_callback: float, use_market: bool)
back_testing/Helper.py:128
Method__init__
(self, symbol: str, Open: [float], Close: [float], High: [float], Low: [float], Volume: [float], Date: [str],
back_testing/Bot_Class.py:17
Functionadd_new_coin
()
old/bot-v2/app.py:267
Functionalign_Datasets_easy
(Date, Close, Open)
old/bot-v2/Helper.py:597
Functionalign_Datasets_easy
(Date, Close, Open)
old/bot-v1/Helper.py:478
Functionalign_Datasets_easy
(Date, Close, Open)
back_testing/Helper.py:597
Functionbreakout
(Trade_Direction, Close, VolumeStream, max_Close, min_Close, max_Vol, current_index)
TradingStrats.py:573
Functionbreakout
(Trade_Direction, Close, VolumeStream, max_Close, min_Close, max_Vol, current_index)
old/bot-v2/TradingStrats.py:582
Functionbreakout
(Trade_Direction,CloseStream,VolumeStream,HighStream, LowStream)
old/bot-v1/TradingStrats.py:629
Functionbreakout
(Trade_Direction, Close, VolumeStream, max_Close, min_Close, max_Vol, current_index)
back_testing/TradingStrats.py:564
Functioncandle_wick
(Trade_Direction, Close, Open, High, Low, current_index)
TradingStrats.py:11
Functioncandle_wick
(Trade_Direction, Close, Open, High, Low, current_index)
old/bot-v2/TradingStrats.py:19
Functioncandle_wick
(Trade_Direction,Close,Open,High,Low)
old/bot-v1/TradingStrats.py:60
Functioncandle_wick
(Trade_Direction, Close, Open, High, Low, current_index)
back_testing/TradingStrats.py:1
Functioncheck_SL
(t: Trade, account_balance, High, Low, fee, printing_on=1)
old/bot-v2/Helper.py:841
Functioncheck_SL
(t: Trade, account_balance, High, Low, fee, printing_on=1)
old/bot-v1/Helper.py:666
Functioncheck_SL
(t: Trade, account_balance, High, Low, fee, printing_on=1)
back_testing/Helper.py:841
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
Methodcheck_close_pos
(self, trade_direction)
BotClass.py:388
Methodcheck_threshold_loop
Checks if any trades have gone past our specified threshold in live_trading_config.py
TradeManager.py:176
Functionclose_pos
(t, account_balance, fee, Close)
old/bot-v2/Helper.py:882
Functionclose_pos
(t, account_balance, fee, Close)
old/bot-v1/Helper.py:697
Functionclose_pos
(t, account_balance, fee, Close)
back_testing/Helper.py:882
Methodclose_position
(self, symbol: str, trade_direction: int, total_position_size: float, time: int)
back_testing/Helper.py:320
Functioncombine_data
(Bots: [Bot_Class.Bot], symbol, streams, buffer, Interval, client)
old/bot-v2/Live_Bot.py:63
Functioncombine_data
(Bots: [Bot_Class.Bot], symbol, streams, buffer, Interval, client)
old/bot-v1/Live_Bot.py:64
Methodcombine_data
Function that pulls in historical data so we have candles for the Bot to start trading immediately
Helper.py:133
Functionema_crossover
(Trade_Direction, current_index, ema_short, ema_long)
TradingStrats.py:587
Functionema_crossover
(Trade_Direction, current_index, ema_short, ema_long)
old/bot-v2/TradingStrats.py:596
Functionema_crossover
(Trade_Direction, current_index, ema_short, ema_long)
back_testing/TradingStrats.py:578
Functionfakeout
(Trade_Direction,CloseStream,VolumeStream,HighStream, LowStream)
old/bot-v1/TradingStrats.py:652
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)
old/bot-v1/TradingStrats.py:70
FunctionfibMACD
(Trade_Direction, Close, Open, High, Low, MACD_signal, MACD, EMA200, current_index)
back_testing/TradingStrats.py:13
Functiongenerate_trade_graphs
(trades: [trade_info], trade_graph_folder, auto_open_graph_images)
old/bot-v2/Helper.py:1226
Functiongenerate_trade_graphs
(trades: [trade_info], trade_graph_folder, auto_open_graph_images)
back_testing/Helper.py:1226
Functiongenerate_trade_graphs1
(trades: [trade_info], graph_before, trade_graph_folder)
old/bot-v2/Helper.py:1060
Functiongenerate_trade_graphs1
(trades: [trade_info], graph_before, trade_graph_folder)
back_testing/Helper.py:1060
Functionget_CAGR
(start, end)
old/bot-v2/Helper.py:592
Functionget_CAGR
(start, end)
old/bot-v1/Helper.py:473
Functionget_CAGR
(start, end)
back_testing/Helper.py:592
Functionget_TIME_INTERVAL
(TIME_INTERVAL)
old/bot-v2/Helper.py:347
Functionget_TIME_INTERVAL
(TIME_INTERVAL)
old/bot-v1/Helper.py:230
Functionget_TIME_INTERVAL
(TIME_INTERVAL)
back_testing/Helper.py:347
Methodget_account_balance
Function that returns the USDT balance of the account
Helper.py:190
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
Functionget_all_symbols
Function that returns the list of trade-able USDT symbols & removes coins you've added to your exclusion list in live_trading_config.py
SharedHelper.py:5
Functionget_candles_for_graphing
(Bot: Bot_Class.Bot, trade:Trade, graph_before, graph_after)
old/bot-v2/Helper.py:1179
Functionget_candles_for_graphing
(Bot: Bot_Class.Bot, trade:Trade, graph_before, graph_after)
back_testing/Helper.py:1179
Functionget_heikin_ashi
(Open, Close, High, Low)
old/bot-v2/Helper.py:630
Functionget_heikin_ashi
(Open, Close, High, Low)
old/bot-v1/Helper.py:511
Functionget_heikin_ashi
(Open, Close, High, Low)
back_testing/Helper.py:630
Functionget_historical
(symbol: str, start_string: str, Interval: str)
back_testing/Helper.py:506
Functionget_indicators_for_graphing
(indicators:{}, trade:Trade, graph_before, graph_after, current_index)
old/bot-v2/Helper.py:1318
Functionget_indicators_for_graphing
(indicators:{}, trade:Trade, graph_before, graph_after, current_index)
back_testing/Helper.py:1318
Functionget_required_buffer
Function to calculate the buffer for your strategy to use, ensuring accurate signals
SharedHelper.py:31
Functiongo_to_github
()
old/bot-v2/app.py:24
Functiongo_to_trello
()
old/bot-v2/app.py:27
FunctiongoldenCross
(Trade_Direction, Close, EMA100, EMA50, EMA20, RSI, current_index)
TradingStrats.py:265
FunctiongoldenCross
(Trade_Direction, Close, EMA100, EMA50, EMA20, RSI, current_index)
old/bot-v2/TradingStrats.py:273
FunctiongoldenCross
(Trade_Direction,Close, High, Low)
old/bot-v1/TradingStrats.py:283
FunctiongoldenCross
(Trade_Direction, Close, EMA100, EMA50, EMA20, RSI, current_index)
back_testing/TradingStrats.py:255
Methodhandle_socket_message
(self, msg)
BotClass.py:277
Methodhandle_socket_message
(self, msg)
old/bot-v2/Helper.py:31
Methodhandle_socket_message
(self, msg)
old/bot-v2/Helper.py:57
Methodhandle_socket_message
(self, msg)
old/bot-v1/Helper.py:24
Methodhandle_socket_message
(self, msg)
back_testing/Helper.py:31
Methodhandle_socket_message
(self, msg)
back_testing/Helper.py:57
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
Functionhost_mode
()
old/bot-v2/app.py:178
Functionlisten_pipe
(pipe: Pipe)
old/bot-v2/Live_Bot.py:30
Functionlisten_pipe
(pipe: Pipe)
old/bot-v1/Live_Bot.py:31
Functionlive_mode
()
old/bot-v2/app.py:30
Functionload_keys
()
old/bot-v2/app.py:256
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
Methodlog_trades_loop
Loop that runs constantly and updates the logs for the user when something happens or when a new candle is received
TradeManager.py:452
Methodmonitor_orders_by_polling_api
Loop that runs constantly to catch trades that opened when packet loss occurs to ensure that SL & TPs are placed on all positions
TradeManager.py:55
Methodmonitor_trades
Callback for user socket that places TP and SL and marks completed trades for removal Any logic to update trades based on hitting TPs
TradeManager.py:97
Functionmultiprocess_get_candles
(symbol, TIME_INTERVAL, start, end)
old/bot-v2/Helper.py:731
Functionmultiprocess_get_candles
(symbol, TIME_INTERVAL, start, end)
back_testing/Helper.py:731
← previousnext →101–200 of 234, ranked by callers