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

Track max and min of tokens #66

Open
2 tasks done
osatien opened this issue Dec 2, 2021 · 11 comments
Open
2 tasks done

Track max and min of tokens #66

osatien opened this issue Dec 2, 2021 · 11 comments
Labels
enhancement New feature or request

Comments

@osatien
Copy link

osatien commented Dec 2, 2021

  • I have searched the issues of this repo and believe that this is not a duplicate.
  • I have read the Readme and believe that my question is not covered.

Feature Request

As we are reading price every 5s can we have record of max and min during last x? Being x something configurable per token perhaps?

@osatien osatien added the enhancement New feature or request label Dec 2, 2021
@beeb
Copy link
Owner

beeb commented Dec 6, 2021

The only reasonable way to do this without becoming a charting software with a huge database of all the price history, would be to store the min and max price together with the times they occured inside the token record.

I have trouble to see how this would be more valuable than clicking one of the chart links and make your own personnalized assessment of the price movement.

What I want implement however, are price movement alerts as described in #27 but I lack the time to implement new features these days.

@osatien
Copy link
Author

osatien commented Dec 6, 2021 via email

@osatien
Copy link
Author

osatien commented Dec 6, 2021

Well I didn't have in mind any bd just something with min and max price in mem and reset every day at 0 but perhaps is related to price alert

@beeb
Copy link
Owner

beeb commented Dec 10, 2021

What do you mean by "alert price"?

@osatien
Copy link
Author

osatien commented Dec 10, 2021 via email

@beeb
Copy link
Owner

beeb commented Dec 10, 2021

I don't know what you mean by "alert" since there is no alert feature as of yet. There are tokens and orders which react to price in various ways.

@osatien
Copy link
Author

osatien commented Dec 10, 2021 via email

@beeb
Copy link
Owner

beeb commented Dec 10, 2021

So if I understand correctly, you would like to see more information on one of the messages that are produced by the bot. Can you show which message (copy-paste or screenshot) you would like to change and what the new content should be?

@osatien
Copy link
Author

osatien commented Dec 10, 2021 via email

@beeb
Copy link
Owner

beeb commented Dec 10, 2021

Yes, this message is shown while the transaction is pending. After that you should get a summary of which order executed, and then how much money you got from the sale, as well as the effective price (after any tax) that you got the tokens for. I really can't understand what you want, you need to be more clear. Probably a language barrier thing too. Try in spanish, I think I would understand because my mother is spanish.

@osatien
Copy link
Author

osatien commented Dec 10, 2021 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants