Giter VIP home page Giter VIP logo

Comments (8)

oonyeje-bside avatar oonyeje-bside commented on September 24, 2024

Also seeing the same issue

from gateio-crypto-trading-bot-binance-announcements-new-coins.

DominicFrei avatar DominicFrei commented on September 24, 2024

@alecsiemerink @oonyeje-bside Does the coin itself get detected or this where the problem is? Can you two post your logs just so that everyone can have a look at it?
Also, which version of the bot did you use?

from gateio-crypto-trading-bot-binance-announcements-new-coins.

oonyeje-bside avatar oonyeje-bside commented on September 24, 2024

@DominicFrei

2021-11-17 13:14:42,044 INFO: No coins announced, or coin has already been bought/sold. Checking more frequently in case TP and SL need updating
2021-11-17 13:14:44,463 INFO: Checking for coin announcements every 3 seconds (in a separate thread)
2021-11-17 13:14:45,054 INFO: No coins announced, or coin has already been bought/sold. Checking more frequently in case TP and SL need updating
2021-11-17 13:14:48,064 INFO: No coins announced, or coin has already been bought/sold. Checking more frequently in case TP and SL need updating
2021-11-17 13:14:48,415 INFO: Checking for coin announcements every 3 seconds (in a separate thread)
2021-11-17 13:14:51,068 INFO: No coins announced, or coin has already been bought/sold. Checking more frequently in case TP and SL need updating
2021-11-17 13:14:52,418 INFO: Checking for coin announcements every 3 seconds (in a separate thread)
2021-11-17 13:14:54,085 INFO: No coins announced, or coin has already been bought/sold. Checking more frequently in case TP and SL need updating
2021-11-17 13:14:56,367 INFO: Checking for coin announcements every 3 seconds (in a separate thread)
2021-11-17 13:14:57,087 INFO: No coins announced, or coin has already been bought/sold. Checking more frequently in case TP and SL need updating
2021-11-17 13:15:00,094 INFO: No coins announced, or coin has already been bought/sold. Checking more frequently in case TP and SL need updating
2021-11-17 13:15:00,309 INFO: Checking for coin announcements every 3 seconds (in a separate thread)
2021-11-17 13:15:03,099 INFO: No coins announced, or coin has already been bought/sold. Checking more frequently in case TP and SL need updating
2021-11-17 13:15:04,303 INFO: Checking for coin announcements every 3 seconds (in a separate thread)
2021-11-17 13:15:06,108 INFO: No coins announced, or coin has already been bought/sold. Checking more frequently in case TP and SL need updating
2021-11-17 13:15:08,252 INFO: Checking for coin announcements every 3 seconds (in a separate thread)
2021-11-17 13:15:09,111 INFO: No coins announced, or coin has already been bought/sold. Checking more frequently in case TP and SL need updating

it basically repeats that and I forked off the latest master 2 days ago

from gateio-crypto-trading-bot-binance-announcements-new-coins.

tejado avatar tejado commented on September 24, 2024

It does not detect the coin in the latest listings as it does not match the regex. It matches only for coins in brackets, e.g. "(MOVR)" but not MOVR or not MOVR/USDT. We have to adjust it.

So currently, the regex is the following:
found_coin = re.findall('\(([^)]+)', latest_announcement)

It would be good to check as well for anything uppercase in front of e.g. /USDT (or /[A-Z]+) and anything uppercase surrounded by spaces.

from gateio-crypto-trading-bot-binance-announcements-new-coins.

DominicFrei avatar DominicFrei commented on September 24, 2024

It does not detect the coin in the latest listings as it does not match the regex. It matches only for coins in brackets, e.g. "(MOVR)" but not MOVR or not MOVR/USDT. We have to adjust it.

So currently, the regex is the following: found_coin = re.findall('\(([^)]+)', latest_announcement)

It would be good to check as well for anything uppercase in front of e.g. /USDT (or /[A-Z]+) and anything uppercase surrounded by spaces.

@tejado New pairs like MOVR/USDT are left out on purpose because they do not lead to a reliable pump. Can you post a specific announcements where the initial(!) announcement happened without brackets?

from gateio-crypto-trading-bot-binance-announcements-new-coins.

tejado avatar tejado commented on September 24, 2024

@DominicFrei I guess it was not clear, that these are left out on purpose. Do you have any examples where it did not lead to a pump?

from gateio-crypto-trading-bot-binance-announcements-new-coins.

DominicFrei avatar DominicFrei commented on September 24, 2024

@tejado I remember looking into this a while ago and couldn't find a reliable pattern. Can you post some examples (more than just one since we need a pattern)? That would be great!

from gateio-crypto-trading-bot-binance-announcements-new-coins.

alecsiemerink avatar alecsiemerink commented on September 24, 2024

@DominicFrei New Listings are getting detected, but no orders are being placed.
Also logs: uppers=None since last commit.

Couldn't find why it's been doing this.

from gateio-crypto-trading-bot-binance-announcements-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.