Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Open Bids Not Recognized #628

Closed
GuyWhoKnowsTheGuy opened this issue Dec 20, 2020 · 1 comment
Closed

Open Bids Not Recognized #628

GuyWhoKnowsTheGuy opened this issue Dec 20, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@GuyWhoKnowsTheGuy
Copy link

// see a sample bug report here: #1

Describe the bug

// A succinct description of the buggy behavior.
// This section includes what the bot is doing and why you think it is incorrect.

The bot does not recognize open bids and thus terminates the bot. I believe the bot should recognize open bids and continue bot execution.

Expected behavior

// A succinct description of what you expected to happen.

I think the correct behavior in this situation is for the bot to continue execution if there are open bids

Frequency

// How often does this happen?
// Unpredictable = it's hard to predict when it will happen
// Sometimes = it happens every now and then but there's no pattern to it
// Always = it always happens consistently at the same point

The frequency is: always

Steps To Reproduce

// A concise description of the steps to reproduce the buggy behavior along with screenshots wherever applicable:

Here are the steps to reproduce the issue (see attachments in section below):

  1. Set up your configuration file with these parameters:
    HORIZON_URL="https://horizon-testnet.stellar.org"

  2. Start the bot using this command: .\kelp.exe trade --botConf chicoin_trader.cfg --strategy buysell --stratConf chicoin_buysell.cfg

Possible Solution

// Optional, suggest a fix.

This bug can be fixed by ...

Your Environment

// Run kelp version to get the version and build information and paste it here
// cli version: v1.0.0-rc1
// gui version: v0.0.1
// git hash: 1bcc4e9
// build date: 20180813T013016Z
// GOOS: linux
// GOARCH: amd64

cli version: master:v1.10.0
gui version: v1.0.0-rc1
git branch: master
git hash: b4ea3fe
build date: 20201022T184632Z
env: release
GOOS: windows
GOARCH: amd64

Context

// A succinct description of how has this bug has affected you or prevented you from accomplishing what you wanted.

I am unable to test liquidity for my new coin's ICO because of this bug.

Attachments

// Attach any relevant configuration files, logs, tx hashes, etc. here.
Proof of Open Bid - https://horizon-testnet.stellar.org/accounts/GDNRAX6GDM2MUDR4LYIOAURD4OTOS6MXSNBEA5WUUFXWXCV453AOEDYG/offers

chicoin_buysell.zip

@GuyWhoKnowsTheGuy GuyWhoKnowsTheGuy added the bug Something isn't working label Dec 20, 2020
@GuyWhoKnowsTheGuy
Copy link
Author

User error, I was crossing my own bids.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant