<@1002414905804193863> someone is impersonating you in the DMs
<@1002414905804193863> someone is impersonating you in the DMs
该用户的聊天记录定位。
<@1002414905804193863> someone is impersonating you in the DMs
<@1002414905804193863> someone is impersonating you in the DMs
Can somebody explain combos to me? Why would you take a worse bet for the same payout?
Can somebody explain combos to me? Why would you take a worse bet for the same payout?
https://docs.kalshi.com/getting_started/demo_env
https://docs.kalshi.com/getting_started/demo_env
read the api docs it walks you through the whole process
read the api docs it walks you through the whole process
If you have access to the API, it should work.
If you have access to the API, it should work.
I would not expect demo behaviors to line up with prod and I believe most people test in prod with smaller numbers.
I would not expect demo behaviors to line up with prod and I believe most people test in prod with smaller numbers.
It is expected that demo is trash and nobody really uses it lol
It is expected that demo is trash and nobody really uses it lol
Good luck then 😛 I would probably upgrade to a more modern library. Even the docs suggest using gorilla lol https://pkg.go.dev/golang.org/x/net/websocket
Good luck then 😛 I would probably upgrade to a more modern library. Even the docs suggest using gorilla lol https://pkg.go.dev/golang.org/x/net/websocket
You could try setting the origin to the Kalshi URL.
You could try setting the origin to the Kalshi URL.
Is this not valid? ``` package main import ( "net/http" "net/url" "github.com/gorilla/websocket" ) func main() { u := url.URL{Scheme: "ws", Host: "example.com", Path: "/ws"} // Set a custom Origin header (or leave it blank) headers := http.Header{} headers.Set("Origin", "") // Clears/omits the default origin dialer := websocket.Dialer{} c, resp, err := dialer.Dial(u.String(), headers) // ... } ```
Is this not valid? ``` package main import ( "net/http" "net/url" "github.com/gorilla/websocket" ) func main() { u := url.URL{Scheme: "ws", Host: "example.com", Path: "/ws"} // Set a custom Origin header (or leave it blank) headers := http.Header{} headers.Set("Origin", "") // Clears/omits the default origin dialer := websocket.Dialer{} c, resp, err := dialer.Dial(u.String(), headers) // ... } ```
Can you not clear the header?
Can you not clear the header?
Any chance taker fees could be dropped/reduced for orders/books like this? There's no incentive to buy a single 99c contract.
Any chance taker fees could be dropped/reduced for orders/books like this? There's no incentive to buy a single 99c contract.
<@441621605140004883> give this a read. Might help you. https://discord.com/channels/871819895443189862/927686720990892032/1519835545008734278
<@441621605140004883> give this a read. Might help you. https://discord.com/channels/871819895443189862/927686720990892032/1519835545008734278
They're the same thing under the hood.
They're the same thing under the hood.
Not that it really matters, but I think there's a bug when you try to post Ideas/Returns on the social page when you're using subaccounts.
Not that it really matters, but I think there's a bug when you try to post Ideas/Returns on the social page when you're using subaccounts.
I deduct everything as a charity donation
I deduct everything as a charity donation
I mean the whole point of making a bot is to donate money to kalshi
I mean the whole point of making a bot is to donate money to kalshi
yeah, it's stupid because you can't make any money due to fees, but if you're just trying to test it's an option
yeah, it's stupid because you can't make any money due to fees, but if you're just trying to test it's an option
you're better off buying/selling .01 contracts demo is ass
you're better off buying/selling .01 contracts demo is ass
live that corporate life and take credit anyway 😛
live that corporate life and take credit anyway 😛
lol same brain cell
lol same brain cell
<@1294044400065839177> big POG
<@1294044400065839177> big POG
I run all my stuff out of docker.
I run all my stuff out of docker.
Doesn't work for my use case.
Doesn't work for my use case.
Is there a way to place an order with just dollars like the UI does?
Is there a way to place an order with just dollars like the UI does?
weather op
weather op
lmao there's one daily for NY https://kalshi.com/markets/kxrainnyc/nyc-rain/kxrainnyc-26jun28
lmao there's one daily for NY https://kalshi.com/markets/kxrainnyc/nyc-rain/kxrainnyc-26jun28
They're all monthly at minimum though so idt people can game those.
They're all monthly at minimum though so idt people can game those.
jk there are snow and rain markets https://kalshi.com/category/climate/snow-and-rain
jk there are snow and rain markets https://kalshi.com/category/climate/snow-and-rain
I think all the markets are temperature based so it's mostly a guy with a lighter.
I think all the markets are temperature based so it's mostly a guy with a lighter.
https://tenor.com/view/fire-burn-lighter-evil-laugh-gif-17897575
https://tenor.com/view/fire-burn-lighter-evil-laugh-gif-17897575
yeah for most markets it's moot, but since weather is rounded and has a market spread of ~5 degrees it's more important there
yeah for most markets it's moot, but since weather is rounded and has a market spread of ~5 degrees it's more important there
These use `between` which is why I think they end at .99 (inclusive so they don't overlap). https://kalshi.com/markets/kxbtc/bitcoin-range/kxbtc-26jun2720
These use `between` which is why I think they end at .99 (inclusive so they don't overlap). https://kalshi.com/markets/kxbtc/bitcoin-range/kxbtc-26jun2720
And a lot of those sports ones are Less/Greater and not actually between.
And a lot of those sports ones are Less/Greater and not actually between.
The source (NWS) for those rounds their numbers. Kalshi could do the half goal style like in soccer, but it reads a bit more awkwardly.
The source (NWS) for those rounds their numbers. Kalshi could do the half goal style like in soccer, but it reads a bit more awkwardly.
The temperature markets have ranges like 70-71...and those ranges are rounded to the nearest whole number by the source. So I assume they HAVE to be inclusive, but idk if that holds for every series.
The temperature markets have ranges like 70-71...and those ranges are rounded to the nearest whole number by the source. So I assume they HAVE to be inclusive, but idk if that holds for every series.
Yes. If it's `between` 1-3, I'm assuming 1 and 3 count (the set is inclusive). In mathematical terms: (1,3) or [1,3]?
Yes. If it's `between` 1-3, I'm assuming 1 and 3 count (the set is inclusive). In mathematical terms: (1,3) or [1,3]?
Is `"strike_type": "between"` inclusive of both floor/cap values? I assume yes, but want to confirm.
Is `"strike_type": "between"` inclusive of both floor/cap values? I assume yes, but want to confirm.
Unit testing and mock frameworks, yeah. I know enterprise used to run a lot of xUnit and Moq, but Moq had that whole fiasco a couple of years ago and I'm not sure what everyone's using nowadays. I've heard NSubstitute is up there.
Unit testing and mock frameworks, yeah. I know enterprise used to run a lot of xUnit and Moq, but Moq had that whole fiasco a couple of years ago and I'm not sure what everyone's using nowadays. I've heard NSubstitute is up there.
<@726121864438481027> you said you use C# right? What do you use for testing?
<@726121864438481027> you said you use C# right? What do you use for testing?
I'll put it on github all you gotta do is pay $5 a month.
I'll put it on github all you gotta do is pay $5 a month.
Just make a browser extension to replace the names in the UI lol
Just make a browser extension to replace the names in the UI lol
Maybe AI can do it in 20 years.
Maybe AI can do it in 20 years.
There's no possible way I can track several subaccounts. It's just impossible. We don't have the technology.
There's no possible way I can track several subaccounts. It's just impossible. We don't have the technology.
Put me on a 1099 I'll do it.
Put me on a 1099 I'll do it.
lmao
lmao
I know some people have more or less rewritten Kalshi's front end lol
I know some people have more or less rewritten Kalshi's front end lol
I had nothing but a console app while I was working out what I wanted to actually put money into.
I had nothing but a console app while I was working out what I wanted to actually put money into.
I have a health monitor and some basic graphs. Used to have some more data overlayed on the graph like orders/predictions but reworking all my stuff at the moment. The other half of my "UI" is a bunch of SQL queries lol
I have a health monitor and some basic graphs. Used to have some more data overlayed on the graph like orders/predictions but reworking all my stuff at the moment. The other half of my "UI" is a bunch of SQL queries lol
Shouldn't be any different than the username configuration.
Shouldn't be any different than the username configuration.