Cryptocurrency-Trading-Bots-Python-Beginner-Advance icon indicating copy to clipboard operation
Cryptocurrency-Trading-Bots-Python-Beginner-Advance copied to clipboard

Crypto Trading Bots in Python - Triangular Arbitrage, Beginner & Advanced Cryptocurrency Trading Bots Written in Python

Results 19 Cryptocurrency-Trading-Bots-Python-Beginner-Advance issues
Sort by recently updated
recently updated
newest added

Binance Arbitrage Function Data Collection - Running ('List of Arbitrage Symbols:', ['BNBBTC', 'BCCBNB', 'BCCBTC']) Currency Pair: BNBBTC Exchange Rate: 0.00399410 list index out of range FAILURE INITIALIZE Restarting I try...

[flake8](http://flake8.pycqa.org) testing of https://github.com/Roibal/Cryptocurrency-Trading-Bots-Python-Beginner-Advance on Python 3.7.1 $ __flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics__ ``` ./Historic-Legacy/TriArbBot_Paper_and_Tweet.py:50:14: E999 SyntaxError: invalid syntax consumer_key = ^ ./Historic-Legacy/Sentiment_Analysis_Crypto_Historic.py:73:65: E999 SyntaxError: EOL while scanning string...

Struggling to initialize getting the following error: Traceback (most recent call last): File "/Users/genson/PycharmProjects/python-binance-master/examples/Crypto-Trading-Bots/Roibal_BinanceBot.py", line 29, in import save_historical_data_Roibal ImportError: No module named save_historical_data_Roibal

"LOADING BALANCES FROM BINANCE Starting Portfolio (Paper)" This "(Paper)" means paper trading? or the bot is trading in real time?

Hello, I get the following when I get an attempt to placing an ARB order: Binance Arbitrage Function Data Collection - Running List of Arbitrage Symbols: ['ETHBTC', 'EOSETH', 'EOSBTC'] Currency...

Regarding TriArb [TriArbTrader](https://github.com/Roibal/Cryptocurrency-Trading-Bots-Python-Beginner-Advance/blob/master/BinanceTriArbTrader.py) The fee calculation is incorrect it appears. line 573 ---- fee_percentage = 0.1*3 #divided by 100 pseudo -> fee_percentage = 10%*3 = 30% Shouldn't the fee percentage...

Hi, I am new to programming and Python. I was reading and checking your code piece by piece. At save_historical_data_Roibal.py get_historic_klines function, I added a **print(output_data)** line at the bottom...

Hi, i have this problem. my api key and secret key is the true. not false. but the bot give error. why?? I change my api key and secret key...

I've seen that you've been looking at my project, I'm very happy that you've taken me into account. https://github.com/Leci37/stocks-prediction-Machine-learning-RealTime-telegram They are predictive models created with hundreds of technical-economic patterns. If...