pyjuque icon indicating copy to clipboard operation
pyjuque copied to clipboard

⚡ Open Source Algorithmic Trading Bot for Python.

Results 13 pyjuque issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Even though my Binance balance is 1000 EUR, InsufficientFunds error is raised when bot_config has starting_balance = 500 and initial_entry_allocation = 20. However, when I try with...

I noticed the bot forgot to update match_order_id in the order table. I'm trying to figure out how to add some maintenance function in the bot to let it populate...

Hello, I have the typical loop in my file: ``` def main(): bot_controller = defineBot(bot_config) while True: try: bot_controller.executeBot() except KeyboardInterrupt: return sleep(15) ``` However, when I hit ctrl+c the...

Hi Tudor, I noticed that even though my bot_config has `'symbols': ['BTC/USDT', 'ETH/USDT']`, in the DB table called `pair` 3 symbols show up (BTC, ETH and ADA) and ADA appears...

How to use the the open buy order time out? i dont know how to use this parameter......or whats the time format to use this option

I cant seem to get this bot to work, can i get some beginner instructions on this matter

**Describe the bug** A clear and concise description of what the bug is. I have bee using pyjuque in test mode and also in live mode. I see the bot...

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

https://github.com/tudorelu/pyjuque/blob/6d6ae358b49f29ad5840ad000891909f3b029a41/pyjuque/Engine/BotController.py#L106 Get error, when `entry_settings` -> `signal_distance` = 0 quantity = quote_qty / desired_price TypeError: unsupported operand type(s) for /: 'decimal.Decimal' and 'NoneType'

Running the bot on multiple symbols. 1m timeframe. After a while all the filled buy orders get this error: INFO:pyjuque.Engine.BotController:FILLED BUY order on BNB/USDT, try exit. INFO:pyjuque.Engine.BotController:Error placing order for...