Giter Site home page Giter Site logo

Comments (3)

Raynojam avatar Raynojam commented on August 14, 2024 1

Here are my logs for comparison

New coins detected: [{'symbol': 'GNOUSDT', 'price': '390.00000000'}, {'symbol': 'GNOBUSD', 'price': '390.00000000'}, {'symbol': 'GNOBNB', 'price': '0.92700000'}, {'symbol': 'GNOBTC', 'price': '0.00606900'}]
Preparing to buy GNOUSDT
3
PLACING TEST ORDER
Order created with 0.038 on GNOUSDT
New coin detected, but GNOBUSD is currently in portfolio, or USDT does not match
New coin detected, but GNOBNB is currently in portfolio, or USDT does not match
New coin detected, but GNOBTC is currently in portfolio, or USDT does not match
sold GNOUSDT at -3.6666666666666696

from binance-trading-bot-new-coins.

goblej216 avatar goblej216 commented on August 14, 2024 1

Here are my logs running a test last night. Looks like I was late on the jump as well plus I had a weird network issue not sure what that was about.

working...
HTTPSConnectionPool(host='api.binance.com', port=443): Read timed out. (read timeout=10)
('Connection aborted.', ConnectionResetError(54, 'Connection reset by peer'))
New coins detected: [{'symbol': 'GNOUSDT', 'price': '328.20000000'}, {'symbol': 'GNOBUSD', 'price': '328.50000000'}, {'symbol': 'GNOBNB', 'price': '0.68800000'}, {'symbol': 'GNOBTC', 'price': '0.00685400'}]
Preparing to buy GNOUSDT
3
PLACING TEST ORDER
Order created with 0.046 on GNOUSDT
New coin detected, but GNOBUSD is currently in portfolio, or USDT does not match
New coin detected, but GNOBNB is currently in portfolio, or USDT does not match
New coin detected, but GNOBTC is currently in portfolio, or USDT does not match
('Connection aborted.', OSError(50, 'Network is down'))
^CTraceback (most recent call last):
File "/Users/joe/binancebot/./main.py", line 197, in
main()
File "/Users/joe/binancebot/./main.py", line 140, in main
new_coins, all_coins_recheck = get_new_coins(all_coins)
File "/Users/joe/binancebot/./main.py", line 28, in get_new_coins
return [new_coins for new_coins in all_coins_recheck if new_coins['symbol'] not in [coin['symbol'] for coin in all_coins]], all_coins_recheck
File "/Users/joe/binancebot/./main.py", line 28, in
return [new_coins for new_coins in all_coins_recheck if new_coins['symbol'] not in [coin['symbol'] for coin in all_coins]], all_coins_recheck
File "/Users/joe/binancebot/./main.py", line 28, in
return [new_coins for new_coins in all_coins_recheck if new_coins['symbol'] not in [coin['symbol'] for coin in all_coins]], all_coins_recheck
KeyboardInterrupt
joe@Joes-MacBook-Pro-2:~/binancebot|main⚑ β‡’ python3 ./main.py
working...
sold GNOUSDT at -3.900060938452167

My config:

RUN_EVERY: 0.1

My order.json is empty and here is my sold.json:

"GNOUSDT": { "symbol": "GNOUSDT", "price": "315.40000000", "volume": 0.046, "time": 1630326322.613947, "profit": -12.800000000000011, "relative_profit": -3.9 }

from binance-trading-bot-new-coins.

d4fuQQ avatar d4fuQQ commented on August 14, 2024

interesting that my USDT & BUSD are different while yours are not..

perhaps the logs should also explcitily include at what price an order was bought and sold. then it would also be more clear what the percentage in the last line is based on for a particular coin/order :)

edit:
did anyone succeed here? ;)

from binance-trading-bot-new-coins.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.