-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Profit aware grid - Ruby Curve #34
Conversation
strategies/ruby/buy-curve.rain
Outdated
#uniswap-words !The address for orderbook subparser. | ||
#scale-factor !Scale factor for buy curve. | ||
|
||
#in-token-key 0x10b2c7dd2f0c383e8445066430f62720e189027b16a56ad4212eefac8e6c77ed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what's going on with all these hardcoded chunks of bytes?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Resolved
strategies/ruby/buy-curve.rain
Outdated
#calculate-io | ||
using-words-from orderbook-subparser uniswap-words | ||
|
||
out-tkn-amount: get(0x469017709316f7f258096e4e2ac47b89e1a104ffa810dcd5c906f95726cdbf78), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why isn't this using the key binding that looks like it's supposed to be for this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Resolved
strategies/ruby/sell-curve.rain
Outdated
#ensure-sale-start !Binding to ensure sale has began. | ||
#test-now !Binding to simulate current time. | ||
|
||
#in-token-key 0x10b2c7dd2f0c383e8445066430f62720e189027b16a56ad4212eefac8e6c77ed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same as above
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Resolved
this is no longer relevant for any active customers, if we need it we can dust it off for a specific use case when we have specific requirements |
Motivation
Ruby strategy buy and sell curve.
Checks
By submitting this for review, I'm confirming I've done the following: