Open
Conversation
Base a trade on a single pull of ticker information. Re-querying the API added latency and if the price increased between the queries the actual quantity traded could be lower than the previous holding
Submit Buy Order Quicker by Removing Redundant API Requests
Also change port to 5123, less likely to clash
The trading process can now send messages to the api server, which will forward them on to connected clients This will only work if you're using docker The message send from the trading process will include: * table - the name of the table that the updated/added model belongs to * data - the model data itself
The default value is only set after flushing, which means that sending the models over the socket before flushing was broken
…e activity and not think the bot has stopped.
BTT is renamed to BTTC from 2022/01/25 https://www.binance.com/en/support/announcement/2722e6da4f5141dd9b2fb07b5b1f3f75
… instead we slept unconditionally for 1s before making an order and did each attempt without further waiting. This should resolve some issues with 'sell price become lower' frequent messages
This reverts commit bbabb31.
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-SQLITE3-6139924 - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 - https://snyk.io/vuln/SNYK-DEBIAN12-OPENSSL-7411350 - https://snyk.io/vuln/SNYK-DEBIAN12-OPENSSL-7411350 - https://snyk.io/vuln/SNYK-DEBIAN12-OPENSSL-8229893
chore: add tg to readme
Update README
…977936 [Snyk] Security upgrade python from 3.8-slim to 3.13.2-slim
Bumps [flask](https://github.com/pallets/flask) from 2.1.1 to 2.3.2. - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](pallets/flask@2.1.1...2.3.2) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
update