Functionopen_trade(symbol, Order_Notional, account_balance, Open, fee, OP, CP, Trade_Direction, slippage, printing_on=1)
old/bot-v2/Helper.py:857
Functionopen_trade(symbol, Order_Notional, account_balance, Open, fee, OP, CP, Trade_Direction, slippage, printing_on=1)
back_testing/Helper.py:857
Methodopen_trade_check_threshold(self, symbol: str, trade_direction: int, order_notional: float, CP: int, OP: int, tick_size: float, time: int
back_testing/Helper.py:134
Methodplace_SL(self, symbol: str, SL: float, trade_direction: int, CP: int, tick_size: float, time: int)
back_testing/Helper.py:281
Methodplace_TP(self, symbol: str, TP: [float, float], trade_direction: int, CP: int, tick_size: float, time: int)
back_testing/Helper.py:235
Functionprint_trades(active_trades: [Trade], trade_price, Date, account_balance, change_occurred, print_to_csv, csv_name, path, cs
old/bot-v2/Helper.py:892
Functionprint_trades(active_trades: [Trade], trade_price, Date, account_balance, change_occurred, print_to_csv, csv_name, time_del
old/bot-v1/Helper.py:707
Functionprint_trades(active_trades: [Trade], trade_price, Date, account_balance, change_occurred, print_to_csv, csv_name, path, cs
back_testing/Helper.py:892
Functionrun_bot(API_KEY, API_SECRET, leverage, order_Size, buffer, Interval, Max_Number_Of_Trades,
use_trail
old/bot-v2/Live_Bot.py:339
Functionsingle_candle_swing_pump(Trade_Direction,Close,High,Low,CurrentPos,ClosePos,count,stoploss)
old/bot-v1/TradingStrats.py:24
Functiontrend_Ride(Trade_Direction,Close,High,Low,percent,current_Pos,Highest_lowest)
old/bot-v1/TradingStrats.py:681
FunctiontripleEMAStochasticRSIATR(Close, Trade_Direction, EMA50, EMA14, EMA8, fastd, fastk, current_index)
old/bot-v2/TradingStrats.py:460
FunctiontripleEMAStochasticRSIATR(Close, Trade_Direction, EMA50, EMA14, EMA8, fastd, fastk, current_index)
back_testing/TradingStrats.py:442