This is a mirror of the original BitMEX trollbox archive that used to be online here. BitMEX disabled their archive after the DDOS attack so I have decided to make my mirror publicly available.
Well now, a few days after I made this mirror available to the public, the original archive from BitMEX is online again. But since it is still limited (neutered to the last few hundred messages) I will keep my FULL mirror alive.
You have access to more than 50 million trollbox posts. This is more than 7 gigabyte of data hosted on a $5 server so please be patient or consider a donation
<< >> English 中文 Русский 한국어 日本語 Español Français [2016-02-07 21:15:49] sleger : oh ok so daily output is : long flat or short. ok [2016-02-07 21:16:49] sleger : Tulip_stefan: well people who do what you want to do dont sell their algo, they manage capital and take % of returns [2016-02-07 21:17:08] micmix : sleger: I didn't do any Java in the last 5+ years, will take more than a few hours unfortunately :-( [2016-02-07 21:17:27] sleger : micmix: oh sorry i thought you coded everything in java [2016-02-07 21:17:42] Tulip_stefan : That's a good point, and we have thought about that. But if we do that, we'll have a lot of liabilities we want to avoid. [2016-02-07 21:17:52] rapidtrades : sleger: it's a bit hard to collect money for bitcoin trading tho :) has anyone done it yet? [2016-02-07 21:18:12] micmix : no, C# and javascript @sleger [2016-02-07 21:18:14] lockhedge : sleger: do you need a FIX api wrapper for OKC? [2016-02-07 21:18:22] sleger : lockhedge: yes [2016-02-07 21:18:59] lockhedge : sleger: i was searching for python, only found java... https://github.com/sutra/okcoin-client [2016-02-07 21:19:00] sleger : i have some java code I took from their repo, manage to get market data, construct order book, submit an order but not cxl for instance [2016-02-07 21:19:56] sleger : lockhedge: i saw that one, but not much more than on 0kc github [2016-02-07 21:20:25] micmix : tscha is a java guy, our system is C#/F# and javascript [2016-02-07 21:20:46] sleger : micmix: i thought JS was similar enough to java :p [2016-02-07 21:21:05] Tulip_stefan : java is more akin to C# than js... [2016-02-07 21:21:17] rapidtrades : is there a lot of work for a python programer? [2016-02-07 21:21:36] micmix : just the first 4 letters of the name are the same, everything else is different [2016-02-07 21:21:41] rapidtrades : if one focuses on trading bots/apps whatever [2016-02-07 21:21:41] sleger : micmix: well TBH, I am looking for 0kc fix gateway running as standalone on linux (so everything but c#) and communicating with my algo via socket, so could be almost any language [2016-02-07 21:22:12] sleger : rapidtrades: python is the easiest [2016-02-07 21:23:39] Tulip_stefan : rapidtrades: i wouldn't know. I only deal with trading in my spare time. I guess that python/R skill are in demand for algo trading firms on research positions and C-family stuff for the actual implementation. [2016-02-07 21:24:04] REKT : Liquidated short on `XBT24H`: Buy 250 @ 375.26 [2016-02-07 21:24:41] Tulip_stefan : I actually hate python but i still prototype a lot of stuff in it because the ecosystem is so good. [2016-02-07 21:25:17] rapidtrades : idk if the time investment to learn pyhton is worth it...prolly is [2016-02-07 21:25:34] rapidtrades : most of the stuff I need coded is fairly simple [2016-02-07 21:25:34] micmix : sleger: sorry, I could've made something in C# in 4-6 hours but not in java [2016-02-07 21:25:36] sleger : rapidtrades: learn python VS doing what ? [2016-02-07 21:25:43] Tulip_stefan : what do you want to use it for, and what would you use otherwise? [2016-02-07 21:25:49] rapidtrades : vs pay smone @sleger [2016-02-07 21:26:11] j8 : yup it's great for prototyping, not used a lot for professional development. it's probably all you need for bitcoin trading [2016-02-07 21:26:26] sleger : rapidtrades: algo to trade on one exchange or many? [2016-02-07 21:26:28] Strobelov : Our traders and devs use Python for stuff like backtesting. Nothing performance sensitive. [2016-02-07 21:27:21] Tulip_stefan : rapidtrades: my first trading bot was written in python, with 2 weeks of prior experience in python. It took 2 days to write and turned 0.1 LTC into 1 BTC in slightly less than 2 weeks. You don't lear [2016-02-07 21:27:23] rapidtrades : sleger: for bitcoin i need an arb bot so across sites...but I would turn it on/off tho so nothing too complex re:execution [2016-02-07 21:27:38] Tulip_stefan : you don't learn python and use it for something, you learn it wile coding :P [2016-02-07 21:27:59] tscha : Tulip_stefan: i guess that applies to every language [2016-02-07 21:28:41] Tulip_stefan : Strobelov: backtesting not performance sensitive.. haha. My backtesting engine is written in C++ because backtesting in python would take days. [2016-02-07 21:28:47] sleger : rapidtrades: having something done well you would probably have to pay ~4weeks of dev I would say [2016-02-07 21:29:30] sleger : Tulip_stefan: why is that, python can be really fast if coded well, almost all cpu intensive functions are coded in c++ anyways in python [2016-02-07 21:30:22] Tulip_stefan : python can be really fast if you can use numpy. The problem is, you probably can't unless you're solving a textbook math problem. [2016-02-07 21:31:36] Tulip_stefan : since i'm a wizzard with SIMD and multi threading, the difference between cpython and C/C++ is about 100-1000x, and C/C++ has the advantage of being much more memory efficient. [2016-02-07 21:32:09] Tulip_stefan : I can't even load a quarter of my dataset in python before i run out of memory. [2016-02-07 21:32:18] tscha : Am I the only one not backtesting? I don't see much sense in it for Bitcoin markets since they are so illiquid and thin, so if you trade, you will have a noticable effect on books and price [2016-02-07 21:32:23] tscha : might work for micro-volumes though [2016-02-07 21:32:38] sleger : he is trading daily [2016-02-07 21:33:02] sleger : but yes you're the only one not backtesting [2016-02-07 21:33:07] Strobelov : Well, when I mentioned backtesting, I wasn't referring to Bitcoin. [2016-02-07 21:33:23] Tulip_stefan : I'm mainly backtesting for research and 'these settings seem to work fine, lets create 4 accounts with approximately these settings and see what they do' [2016-02-07 21:33:51] rapidtrades : so for backtesting in python...CPU matters? not GPU? [2016-02-07 21:34:33] Tulip_stefan : That depends on what you're backtesting. If you're using machine learning, you might be able to use the GPU, but i haven't tried that yet. [2016-02-07 21:34:35] Strobelov : Can you even do GPU programming in Python? [2016-02-07 21:34:43] laisee : standard python code is optimxed for CPU, not GPU [2016-02-07 21:35:02] rapidtrades : guess I could rent out a cloud for peanuts to do my testing? [2016-02-07 21:35:06] Tulip_stefan : There are libraries that let you write opencl shaders for python. [2016-02-07 21:35:12] sleger : yes you can use gpu in python [2016-02-07 21:35:13] Tulip_stefan : opencl kernels* [2016-02-07 21:35:22] micmix : tscha: backtesting in bitcoin is more useful for taker algos but you can still do it for maker [2016-02-07 21:35:35] Strobelov : ah, cool [2016-02-07 21:36:46] tscha : micmix: you use backtesting when evaluating strategies for your makers? [2016-02-07 21:38:28] micmix : tscha: yes, and it's very useful. of course you cannot fully simulate the effects of your maker on other bots [2016-02-07 21:38:53] tscha : interesting [2016-02-07 21:39:07] rapidtrades : so f interesting [2016-02-07 21:39:18] rapidtrades : PASS THE GUN PLZ [2016-02-07 21:39:37] micmix : still backtesting and simulation gets you close enough [2016-02-07 21:39:57] Tulip_stefan : I used to trust them blindly, but nowdays i use the results of my backtests as a starting point and run multiple accounts to refine my parameters further. [2016-02-07 21:40:49] tscha : micmix: but with backtesting, you mean backtesting on historical orderbook data right? [2016-02-07 21:41:02] micmix : yes, on full orderbook history [2016-02-07 21:41:32] Tulip_stefan : i only test on the tick data but having orderbook data as well would be nice. That depends on the kind of information your bot needs. [2016-02-07 21:42:12] tscha : Tulip_stefan: without book data, you don't know how much you could have bought at what price [2016-02-07 21:42:31] BitMEX_Sam : Hard to get that data [2016-02-07 21:42:37] BitMEX_Sam : At least in Bitcoin [2016-02-07 21:42:46] tscha : tradeblock provides it [2016-02-07 21:42:55] rapidtrades : yeah tradeblock [2016-02-07 21:42:58] micmix : I run cryptoiq.io on the side, have full orderbook history [2016-02-07 21:43:14] micmix : my small startup :-) [2016-02-07 21:43:25] lockhedge : i don't do any backtesting, at least as maker you always change the market (depending on your size) so backtesting does not really work [2016-02-07 21:43:59] Tulip_stefan : How are your guys' profit figures? [2016-02-07 21:44:07] rapidtrades : ++++++++++++++++++++++++ [2016-02-07 21:44:32] Tulip_stefan : for obvious reasons, i'm the only one stupid enough to say them out loud. :P [2016-02-07 21:45:10] micmix : if anyone need the data, send an email to info@cryptoiq.io. I will give you top 50 asks/bids every 5 seconds for free, most exchanges available (not BitMEX yet) [2016-02-07 21:45:16] belcher : i used to have profits but then i lost them in a tragic boating accident [2016-02-07 21:45:43] Tulip_stefan : interesting. Tell me more. [2016-02-07 21:45:46] micmix : * one year of orderbook history [2016-02-07 21:45:51] tscha : micmix: cool thanks. is 5 sec the way you collected it or just the "free version"? :) [2016-02-07 21:46:43] Strobelov : a lot can happen in 5 seconds...or 5 microseconds...though I suppose that's less of a problem with Bitcoin :) [2016-02-07 21:46:47] micmix : I collect full history, multiple updates per second [2016-02-07 21:47:06] rapidtrades : micmix: where do u store that [2016-02-07 21:47:39] sleger : hard drive .... [2016-02-07 21:47:46] tscha : nice... cause tradeblock only has 1 second snapshots... which is sufficient 99% of the time, but the 1% where the market moves quickly is the most important time unfortunately [2016-02-07 21:47:57] lockhedge : micmix: do you still collect data from BIX via REST? i would need a backup for my historical data :) [2016-02-07 21:48:08] micmix : basically full stream if websocket/FIX is available or polling every 1-2 seconds if REST [2016-02-07 21:48:47] lockhedge : micmix: are you using kdb? [2016-02-07 21:49:21] micmix : lockhedge: sorry, not BIX. have tradeblock XBX though :-) [2016-02-07 21:51:02] lockhedge : micmix: what db are you using to store all this data? [2016-02-07 21:51:24] BitMEX_Sam : mongodb right? [2016-02-07 21:51:50] Tulip_stefan : I was interested in that as well. My business partner once tried to store orderbook data but i think he underestimated the vast scale of such data.... [2016-02-07 21:51:55] BitMEX_Sam : :smile: :gun: [2016-02-07 21:52:25] BitMEX_Sam : KDB's tables compress well on disk [2016-02-07 21:53:04] micmix : mongodb was too slow :-( storing data in custom binary format optimized for speed as binary blobs to cloud storage. then process, clean the data and convert to json [2016-02-07 21:53:27] Tulip_stefan : i use cvs's for anything that requires interop with other tools and convert them into memory mapped format for fast access from c++. [2016-02-07 21:53:52] BitMEX_Sam : BTW was completely kidding about mongo, probably the worst possible tool for this job [2016-02-07 21:54:01] micmix : json blobs in cloud storage as well, so the API just gives a signed URL. super fast [2016-02-07 21:55:01] micmix : yeah, mongo was the first thing I tried. would be much easier to use mongo [2016-02-07 21:56:53] BitMEX_Sam : Doesn't make sense to imo, tick data is hugely regular - and mongo doesn't care much about fast querying, efficient disk storage or durability [2016-02-07 21:57:17] Strobelov : ugh, mongo. It's been somewhat usable since v3. [2016-02-07 21:57:56] BitMEX_Sam : I'd give that a very qualified 'somewhat' [2016-02-07 21:57:58] BitMEX_Sam : :) [2016-02-07 21:58:27] Strobelov : I use it for storing audit data for our controls. Nothing like market data—that would be absurd. [2016-02-07 21:58:41] micmix : https://cryptoiq.io/api/marketdata/orderbooktop/{exchange}/{market}/{date}/{hour} if you want to give it a try. top 20 every 10 sec with no authorization [2016-02-07 21:59:10] micmix : https://cryptoiq.io/api/marketdata/orderbooktop/bitfinex/btcusd/2015-01-20/22 [2016-02-07 21:59:20] micmix : for example [2016-02-07 22:01:21] micmix : mongo can be used to store market data if storing big chunks like one hour but it's far from optimal of course [2016-02-07 22:03:35] rapidtrades : wait a min...finex deposits are also restricted due to new year right [2016-02-07 22:06:49] j8 : rapidtrades: yeah no USD deposits until the 15th [2016-02-07 22:08:04] rapidtrades : maybe that's why its at 372 [2016-02-07 22:08:08] j8 : mhmm [2016-02-07 22:10:32] sleger : rapidtrades: but its same for 0kcoin usd so doesnt explain [2016-02-07 22:11:05] habibi : lately some big guy was closing his position, just look at usd swap and compare it with that 380+ drop to 370 [2016-02-07 22:12:39] lockhedge : interesting https://bfxdata.com/sentiment/longshort [2016-02-07 22:13:09] rapidtrades : sleger: it does explain...have u tried shorting on okc usd? 0.1% interest [2016-02-07 22:13:47] sleger : nothing to do with deposits being delayed [2016-02-07 22:14:17] rapidtrades : it's china...they're not trading right now [2016-02-07 22:14:46] rapidtrades : remember Christmas when they dumped the market on us but we didnt move? [2016-02-07 22:14:54] rapidtrades : now it's the reverse [2016-02-07 22:21:43] lockhedge : sleger: if you can't deposit fresh fiat money into your exchange account and want to go long, you have to borrow funds, when interest rates become too high nobody is going long anymore... [2016-02-07 22:25:50] tscha : lockhedge: the sentiment dashboard is pretty useless unfortunately [2016-02-07 22:26:03] Tulip_stefan : swap rates are not higher than usual? [2016-02-07 22:26:37] lockhedge : tscha: it's useless if you try to predict future market movements [2016-02-07 22:28:12] tscha : no it's useless because it's missleading [2016-02-07 22:29:06] sleger : lockhedge: yes but it is true for both finex and 0kc usd, but there is 5-6$ difference, why ? [2016-02-07 22:29:21] lockhedge : Tulip_stefan: depends on what's your reference for "usual" - does supply/demand of swaps are always the same or do they correlate with volume/volatility? [2016-02-07 22:30:43] Tulip_stefan : i was just looking at the swap rate charts from bfxdata. By eyeballing the historical swap rate it doesn't appear to be higher than average. [2016-02-07 22:31:09] Tulip_stefan : i don't do business on bitfinex, so i wouldn't know what their usual characteristics are. [2016-02-07 22:31:50] lockhedge : sleger: there seems to be some arb working between okc cny and okc usd, i guess. but arb between finex and okc is frozen due to bank holidays. [2016-02-07 22:33:29] tscha : this bfx dashboard should should show opened swaps in the specified period, which implies people went long/short actively according to the ratios presented during this period. It's wrong though, cause it also includes renewed swaps, so even if people just renew their expired swaps (or even decrease their position by opening a smaller long than they had before), it shows up in there with the full new position. [2016-02-07 22:34:09] sleger : yes but you can look at cum open swaps [2016-02-07 22:34:20] lockhedge : tscha: ok, thanks for the explaination [2016-02-07 22:34:23] sleger : you dont have to look at the wrong chart [2016-02-07 22:37:09] tscha : i am saying that there ARE wrong charts in there, which shouldn't be there in the first place [2016-02-07 22:37:16] tscha : they don't improve by not looking at them [2016-02-07 22:37:39] tscha : and most people don't know about it [2016-02-07 22:38:38] tscha : and with "chart" i actually mean those four 180°-pie-charts [2016-02-07 22:39:06] sleger : 180 or 360 ? [2016-02-07 22:39:14] sleger : ... [2016-02-07 22:39:57] tscha : π [2016-02-07 22:40:13] Tulip_stefan : a pi-chart [2016-02-07 22:40:21] tscha : Tulip_stefan: wow... mind-blown [2016-02-07 22:40:43] tscha : comment of the day and good opportunity to say goodnight [2016-02-07 22:40:47] tscha : cya tomorrow [2016-02-07 22:41:07] tscha : pi-chart.. nice one [2016-02-07 22:45:40] Tulip_stefan : Not sure if that was sarcastic or not. It seemed really obvious to me. [2016-02-07 23:24:39] Tulip_stefan : bah i have NAN's somewhere in my plotting code... [2016-02-08 00:19:09] REKT : Liquidated long on `ETH7D`: Sell 95 @ 0.00769 [2016-02-08 00:42:19] zanza : XBU volume is 0 :) [2016-02-08 00:49:30] REKT : Liquidated short on `ETH7D`: Buy 500 @ 0.00831 [2016-02-08 00:58:41] habibi : hm does ui lags only for me after sitting here for a longer time? [2016-02-08 01:02:19] BitMEX_Sam : Should be much better recently than before, I spent the better part of a week optimizing the app [2016-02-08 01:02:28] BitMEX_Sam : I keep it open all day though too - I'll run a profile right now [2016-02-08 01:02:54] BitMEX_Sam : More likely than not, the chart is leaking memory [2016-02-08 01:03:35] habibi : i recently started to have strange lags on bitmex with ui and with tables as well, more i put buy order at diffrent price and it went to book on diffrent but seems like its something bad on my side [2016-02-08 01:04:05] BitMEX_Sam : Do you use the Basic or Advanced UI? [2016-02-08 01:04:08] habibi : basic [2016-02-08 01:04:41] BitMEX_Sam : Should be fine... I'm reading completely normal memory usage and I've had the app open for 12hrs [2016-02-08 01:05:16] habibi : yep, sometimes recent trades tabbles goes from eth and stays on 24h fe [2016-02-08 01:05:36] BitMEX_Sam : Ah that is something I've seen before [2016-02-08 01:05:48] BitMEX_Sam : Testnet has a fix for it... there are ways to switch contracts in such a way that will confuse the app [2016-02-08 01:05:57] habibi : but the thing with completely diffrent price order is strange :p [2016-02-08 01:06:17] BitMEX_Sam : Yeah that is bad if it is on our end - can you explain what you saw? [2016-02-08 01:06:33] JMG99 : where is the liquidity on eth7d, look at him who shorted at 0.00840 and covered at 0.00879. [2016-02-08 01:07:07] habibi : JMG99: that was mine exacly, wanted to put buy order at 0.0082 and it went to the 879 exacly [2016-02-08 01:07:16] habibi : BitMEX_Sam: ^^ [2016-02-08 01:07:49] habibi : but still it shows normal data on order history which tells its sth on my end [2016-02-08 01:08:34] BitMEX_Sam : So you're saying you put a buy in at 0.00820 but you saw it in the book as 0.00879? [2016-02-08 01:08:40] BitMEX_Sam : Or just that there was low liquidity at the time? [2016-02-08 01:09:14] habibi : i had at box 00820 and it instantly hit sell book [2016-02-08 01:09:40] j8 : ^^ it's happened to me before. order submits at a different price than is in the order controls [2016-02-08 01:09:54] habibi : j8: and i lost 0.2 btc due to that :p [2016-02-08 01:10:10] BitMEX_Sam : So you submitted at 0.00820 but it executed at 0.00879? [2016-02-08 01:10:15] habibi : right [2016-02-08 01:10:43] BitMEX_Sam : Hmm. Let me do some investigation, that of course shouldn't be possible [2016-02-08 01:11:03] BitMEX_Sam : Was this today? [2016-02-08 01:11:28] sleger : i think that happens if you enter an order switch tab and back and then press the buy/sell button. If you stay on the same tab I have never seen that [2016-02-08 01:11:31] j8 : it's like the change in the UI doesn't get passed on to the app in certain circumstances, i haven't seen it today but occasionally previously [2016-02-08 01:11:32] habibi : 2016-02-08 01:54:24, so not more than 20 minute [2016-02-08 01:11:34] habibi : ag [2016-02-08 01:11:45] j8 : usually it makes me question my sanity [2016-02-08 01:12:17] habibi : j8: thats what i was thinking :D but the problem was i was sure about th [2016-02-08 01:13:04] habibi : sleger yea that could [2016-02-08 01:13:14] habibi : but box was with 00820 [2016-02-08 01:17:04] sleger : oh ok, if you switch tab, box price would change. All my orders were always submitted to the price shown in the box though [2016-02-08 01:19:19] habibi : sleger: quantity is changing but prices remains the old one [2016-02-08 01:19:21] habibi : on my case [2016-02-08 01:19:35] habibi : ah nvm quantity is the same as well [2016-02-08 01:19:43] sleger : price changes, not qty [2016-02-08 01:19:49] sleger : dont drink and trade ! [2016-02-08 01:19:59] habibi : i mean old price [2016-02-08 01:20:29] habibi : so price dont move from eth to 24h in box [2016-02-08 01:20:54] sleger : does for me [2016-02-08 01:21:26] habibi : so when u move from 24h to eth u have 377 price on eth box? [2016-02-08 01:22:32] sleger : it switches between 0.08 and 377 yes [2016-02-08 01:22:58] sleger : 0.00829 and 377.23 [2016-02-08 01:24:11] habibi : yep, thats my point, probally bad explained [2016-02-08 01:24:37] BitMEX_Sam : That's intentional, the price moves to the lowest ask when you switch contracts [2016-02-08 01:26:18] habibi : yea thats ok, missunderstanding [2016-02-08 01:33:39] sleger : BitMEX_Sam: interested in doing side dev : 0kc fix gateway ? [2016-02-08 01:34:01] BitMEX_Sam : sleger: We have a pretty big release upcoming that's going to take up all my time, but feel free to send an email [2016-02-08 01:34:03] BitMEX_Sam : sam@bitmex [2016-02-08 02:36:44] rapidtrades : fellas? [2016-02-08 02:43:09] j8 : whats up fella [2016-02-08 04:26:33] rapidtrades : omg can't believe that finally caught on [2016-02-08 04:26:46] rapidtrades : this could be my shot for e-fame [2016-02-08 04:27:02] rapidtrades : bringing the fella back [2016-02-08 04:30:57] j8 : you're already famous here [2016-02-08 04:31:44] rapidtrades : tnx fella :) [2016-02-08 05:08:50] laisee : good fellas? [2016-02-08 05:28:39] zanza : did rapidtrades invent that word? [2016-02-08 05:37:55] laisee : a literary superstar, no less [2016-02-08 06:10:57] rapidtrades : zanza: I didn't invent but I'm bringing it back...hence the e-fame [2016-02-08 06:11:08] rapidtrades : I'm a trend starter [2016-02-08 06:18:34] rapidtrades : is REKT bot out? [2016-02-08 06:18:39] rapidtrades : was that a liq [2016-02-08 06:18:43] rapidtrades : 30k [2016-02-08 06:23:03] habibi : nah just from negative premium to positive with same crazy trader [2016-02-08 06:23:11] habibi : let's called it "new guy" [2016-02-08 06:23:37] rapidtrades : sledger can be pretty crazy [2016-02-08 09:25:26] tscha : morning fellas [2016-02-08 09:39:59] laisee : hey, fella [2016-02-08 11:30:59] tscha : rapid asleep? [2016-02-08 11:31:14] tscha : oh I forgot, middle of the night in the US [2016-02-08 11:44:25] slavo : doom soon ^^ [2016-02-08 11:45:57] rapidtrades : tscha: morning fella [2016-02-08 11:46:44] tscha : rapidtrades: morning! so eastcoast? [2016-02-08 11:46:59] tscha : :) [2016-02-08 11:47:20] chromaticcr : close 'em positionz [2016-02-08 11:49:57] slavo : stop lying its afternoon that's all [2016-02-08 11:49:59] slavo : :D [2016-02-08 11:50:09] slavo : haaaaa traders [2016-02-08 11:50:44] chromaticcr : For traders, anytime that money shines is morning [2016-02-08 11:51:27] slavo : if bitcoin rally i'll be rekt so please don't fomo [2016-02-08 11:52:43] slavo : have like 100btc in shorts spread accross exchanges; i think biggest position ever [2016-02-08 11:52:58] slavo : smells like rekt then :D [2016-02-08 11:55:01] slavo : sub 300 anyone? or am i alone dreaming? [2016-02-08 11:55:08] slavo : i'm so drunk tho [2016-02-08 11:55:13] slavo : proof: i'm talking on bitmex chat [2016-02-08 11:55:14] slavo : :D [2016-02-08 11:55:35] chromaticcr : i hope for that, so I could roll more longs in [2016-02-08 11:55:52] chromaticcr : not sure about sub 300 thou [2016-02-08 11:57:14] rapidtrades : another boring settlement [2016-02-08 11:58:35] chromaticcr : +1 to rapid.... [2016-02-08 12:00:00] slavo : i think no rally before march; i'll hodl shorts until late feb [2016-02-08 12:00:06] chromaticcr : no more bets! [2016-02-08 12:00:29] slavo : as noob says: mark my words lolol [2016-02-08 12:01:26] slavo : eth is crazy; i think bobsurplus is pwning wallstreet atm [2016-02-08 12:01:31] slavo : and mcrsft [2016-02-08 12:07:12] slavo : why is there so few MM over here? [2016-02-08 12:28:30] chromaticcr : lol wtf bro eth [2016-02-08 12:32:58] slavo : yeah i dumped waaaay to early [2016-02-08 12:33:11] slavo : whatever... profit is profit [2016-02-08 12:45:29] rapidtrades : just made $90 on a mistake...feels good [2016-02-08 12:45:51] rapidtrades : took slightly higher risk by mistake...closed excess for profit now [2016-02-08 12:47:22] tscha : rapidtrades: probably wasn't a mistake but your trading intuition [2016-02-08 12:47:35] tscha : subconsciously [2016-02-08 12:48:01] tscha : happens to many pro traders, they have no explanation sometimes [2016-02-08 12:51:17] rapidtrades : you give me too much credit fella :) [2016-02-08 12:52:06] tscha : you are too humble fella [2016-02-08 13:01:21] slavo : taking too much risk is always a mistake :D [2016-02-08 13:02:53] slavo : i like bitmex but that interface is messy + market is illiquid what a pity [2016-02-08 13:03:06] slavo : might be good to run small bots [2016-02-08 13:05:21] BitMEX_Sam : slavo: We have an interface redesign in beta at https://testnet.bitmex.com/app/ [2016-02-08 13:05:29] BitMEX_Sam : If you're at all interested would be happy to hear your thoughts [2016-02-08 13:05:57] slavo : checking it [2016-02-08 13:05:58] slavo : ty [2016-02-08 13:06:08] slavo : i like your work don't hear me wrong [2016-02-08 13:06:21] slavo : but some liquidity injection would help a lot [2016-02-08 13:06:33] slavo : any idea why there's so little volume? [2016-02-08 13:06:38] BitMEX_Sam : Agreed - it improves day by day as more traders come online, we're also working on new MM agreements [2016-02-08 13:06:56] BitMEX_Sam : To be honest we're usually in the top 3-4 non-CN exchanges, the volume is there, it's just mostly concentrated on 24H [2016-02-08 13:08:01] slavo : yeah i'm a position trader so it's annoying :) [2016-02-08 13:08:47] BitMEX_Sam : Yeah, understood. All I can say is that it will get better - we're working hard to get more traders online every day [2016-02-08 13:14:53] slavo : if you want feedback... those trading view charts are lame; i have to connect to trading view or open cryptowat.ch to chart [2016-02-08 13:15:11] slavo : maybe you could do something like okcoin did [2016-02-08 13:15:20] slavo : haha okcoin [2016-02-08 13:18:15] BitMEX_Sam : What's the issue with the charts? [2016-02-08 13:20:35] slavo : timeframes [2016-02-08 13:21:24] BitMEX_Sam : As in...? [2016-02-08 13:21:39] BitMEX_Sam : You know it's adjustable on the top right, you can zoom out, or you can fullscreen the chart? [2016-02-08 13:26:43] slavo : yeah but i only have 1h 6hr etc [2016-02-08 13:28:10] slavo : i use W D 4hr 1hr usually; or did i miss something? + trading view data is lagging [2016-02-08 13:29:24] BitMEX_Sam : There's two different things going on here, [2016-02-08 13:29:40] slavo : having cryptowat.Ch chart would be better for me. no lag and every tieframe on bitmex directly for fast checking [2016-02-08 13:29:44] BitMEX_Sam : One is that you choose an interval on the top left, and it doesn't really make sense to choose anything more coarse-grained than 30m (this is the candle size) [2016-02-08 13:30:05] BitMEX_Sam : The bottom has pre-programmed timeframes you can click, or you can just zoom it out [2016-02-08 13:30:18] BitMEX_Sam : The chart here on the site will have less latency than cryptowatch or any other external provider [2016-02-08 13:32:37] tscha : new MM agreements? I don't think the books are so thin, it's more that we have not much takers [2016-02-08 13:36:03] tscha : are you thinking of a compensation depending on % of time quoting in a certain range? [2016-02-08 13:37:10] BitMEX_Arthur : tscha: Well we already offer rebates [2016-02-08 13:37:40] rapidtrades : BitMEX_Arthur: lower fees [2016-02-08 13:37:42] tscha : BitMEX_Arthur: Yes, I think that compensation is fair. [2016-02-08 13:37:53] BitMEX_Arthur : It's the Lunar New Year Bitcoin won't be fun until next monday [2016-02-08 13:38:15] BitMEX_Arthur : China is shut and you can't deposit USD on OKCoin or Bitfinex [2016-02-08 13:38:21] tscha : next monday is going to be interesting though, a lot of money hitting exchanges [2016-02-08 13:38:48] rapidtrades : prices can still move...its only the plebs that can't move money around [2016-02-08 13:39:22] BitMEX_Arthur : Yeah but when all the traders are on holiday in China [2016-02-08 13:39:30] BitMEX_Arthur : you take away 70% of the market [2016-02-08 13:39:58] BitMEX_Arthur : And non Chinese can't even access the most liquid USD exchanges with new money [2016-02-08 13:40:28] rapidtrades : BitMEX_Arthur: is volume down 70% tho [2016-02-08 13:41:24] rapidtrades : i'm a trader and local holidays don't mean much....bitcoin is traded online, not like forex where u need the banks to quote the market [2016-02-08 13:41:58] BitMEX_Arthur : Yeah but you still need price action [2016-02-08 13:43:22] rapidtrades : it's like the Chinese are partying all day :) [2016-02-08 13:43:40] REKT : Liquidated short on `ETH7D`: Buy 455 @ 0.00830 [2016-02-08 13:44:08] rapidtrades : gap okc/finex down to $1 now...suggesting liquidity is picking up maybe? [2016-02-08 13:45:43] tscha : just to clarify, by "thinking about new MM agreements" you mean getting new market makers on board, and not changing the compensation scheme, right? [2016-02-08 13:47:00] BitMEX_Arthur : We are always open to suggestions, but we will be focusing energy on bringing in more market makers, one thing we are working on is a XBT48H which will allow MM to roll their positions [2016-02-08 13:47:09] BitMEX_Arthur : That should help liquidity quite a bit [2016-02-08 13:49:27] tscha : BitMEX_Arthur: yeah, sounds good [2016-02-08 14:07:06] 4697 : wow someone just ate a 15k eth sell wall on polo [2016-02-08 14:38:42] REKT : Liquidated long on `XBT7D`: Sell 503 @ 375.10 [2016-02-08 14:39:42] REKT : Liquidated long on `XBT7D`: Sell 4000 @ 375.02 [2016-02-08 18:11:10] tscha : Volume since settlement 40k contracts... hopefully it's not the whole week like that [2016-02-08 18:40:00] BitMEX_Sam : New feature just hit - you can now cancel a level of order by clicking on the orderbook [2016-02-08 18:40:05] BitMEX_Sam : Hover over a highlighted row to see the cancel button. [2016-02-08 18:41:01] BitMEX_Sam : This is part of the UI work being done for the redesign, but it was self-contained enough to easily promote here [2016-02-08 18:48:18] Tulip_stefan : my plot tool crashed due to a floating point underflow exception.... i didn't even knew such a thing existed. [2016-02-08 18:50:42] tscha : Tulip_stefan: you sure it wasn't this error: https://www.youtube.com/watch?v=bLHL75H_VEM&feature=share ? [2016-02-08 18:51:33] Tulip_stefan : yeah i'm sure. The culprit was the expression std::exp(-1.250001797e+011); [2016-02-08 18:52:57] BitMEX_Sam : Yeah, that'd be a really tiny number [2016-02-08 18:53:01] BitMEX_Sam : You don't see underflows too often though [2016-02-08 19:19:50] REKT : Liquidated long on `XBT24H`: Sell 1250 @ 373.38 [2016-02-08 19:22:10] REKT : Liquidated long on `XBT24H`: Sell 189 @ 372.43 [2016-02-08 19:22:10] REKT : Liquidated long on `XBT24H`: Sell 1688 @ 372.53 [2016-02-08 19:22:40] REKT : Liquidated long on `XBT7D`: Sell 1 @ 374.22 :punch: :whale: [2016-02-08 19:22:40] REKT : Liquidated long on `XBT7D`: Sell 40 @ 374.72 [2016-02-08 19:22:40] REKT : HODL HODL HODL! [2016-02-08 19:27:45] Juba : lol [2016-02-08 19:32:51] Tulip_stefan : that whale unicode character is a nice touch. [2016-02-08 19:35:28] laisee : its a very, very small whale ... ;-) [2016-02-08 20:08:31] tscha : steam about accept bitcoins via bitpay according to some strings found on a server https://np.reddit.com/r/Steam/comments/44sgnm/bitcoins_in_steam_coming_soon/ [2016-02-08 20:08:38] tscha : about to* [2016-02-08 20:27:04] sleger : tscha: you're doing your algo in java right ? [2016-02-08 20:27:14] tscha : sleger: yes [2016-02-08 20:27:22] sleger : have you connected to 0kc fix ? [2016-02-08 20:27:58] tscha : no, I am using websocket for the moment, and only .com, but I will switch to fix when I have time... few weeks probably [2016-02-08 20:28:41] tscha : they (okc) have a java impl for fix [2016-02-08 20:28:44] sleger : ok, I have started to do the java fix connection [2016-02-08 20:29:03] sleger : yes but its very poor code sample, however I managed to do everything but cant cxl an order [2016-02-08 20:29:28] sleger : so i was willing to pay someone to do the job [2016-02-08 20:29:38] tscha : oh, so it's like the rest they provided.. wrote websocket myself too cause their implementation sucked [2016-02-08 20:29:52] tscha : i don't have time unfortunately [2016-02-08 20:30:02] sleger : its a starting point, but their example does not place an order or anything useful really [2016-02-08 21:12:33] REKT : Liquidated short on `XBT24H`: Buy 50 @ 373.54 [2016-02-08 23:37:39] lockhedge : sleger: did you take a look at OKTradingRequest.java [2016-02-08 23:37:50] sleger : yes [2016-02-08 23:38:16] sleger : but whatever combination of clordid, origclordi i put it returns an error order not found [2016-02-08 23:38:38] lockhedge : so createOrderCancelRequest() is the problem? [2016-02-08 23:38:55] lockhedge : OrderCancelRequest.set(new OrigClOrdID("1231234")) [2016-02-08 23:39:39] lockhedge : <code>public static Message createOrderCancelRequest() { quickfix.fix44.OrderCancelRequest OrderCancelRequest = new quickfix.fix44.OrderCancelRequest(); OrderCancelRequest.set(new ClOrdID("2")); OrderCancelRequest.set(new OrigClOrdID("1231234"));//订单编号 OrderCancelRequest.set(new Side('1')); //1买入;2卖出 OrderCancelRequest.set(new Symbol("BTC/CNY")); //BTC/CNY or LTC/CNY OrderCancelRequest.set(new TransactTime(new Date())); return OrderCancelRequest; }</code> [2016-02-08 23:40:09] sleger : yes, i can submit an order but cant cancel it [2016-02-08 23:41:11] lockhedge : can you check the order status to get the correct ids to cancel? [2016-02-08 23:42:07] sleger : you should be able to cancel without exchange order id [2016-02-08 23:42:45] lockhedge : that seems not possible, you need OrigClOrdID [2016-02-08 23:43:27] sleger : i thought this was created by me since it says "Cl" for Client in it [2016-02-08 23:46:57] lockhedge : yes it shouldn't be the exchange set ID that's OrderID [2016-02-08 23:47:32] lockhedge : OrigClOrdID is a new unique id just for the cancel request (set by you) [2016-02-08 23:48:14] lockhedge : so OrigClOrdID is a new one, ClOrdID is the one the you want to cancel, both are required [2016-02-08 23:48:31] lockhedge : you don't need OrderID to cancel [2016-02-08 23:48:44] sleger : "ClOrdID" should be equal to the "ClOrdID" I created when sending the order ? [2016-02-08 23:49:07] lockhedge : that's how understand it... [2016-02-08 23:49:57] lockhedge : and OrigClOrdID has to be a different unique one [2016-02-08 23:50:37] lockhedge : sorry.... other way around. OrigClOrdID = Original client identifier of the order being cancelled [2016-02-08 23:51:06] lockhedge : ClOrdID = Unique identifier of this (cancel) request [2016-02-08 23:51:48] lockhedge : so OrigClOrdID should be equal to your old ClOrdID [2016-02-08 23:52:03] lockhedge : and you have to set a new unique ClOrdID for the cancel request [2016-02-08 23:53:32] sleger : thats what I did [2016-02-08 23:54:05] sleger : for create I did : newOrderSingleRequest.set(new ClOrdID("01234567890")); and for cancel : OrderCancelRequest.set(new ClOrdID("012345678901")); OrderCancelRequest.set(new OrigClOrdID("01234567890")); [2016-02-09 00:02:32] lockhedge : strange, it should work that way. did you try to check the order status and receive the IDs by the exchange before you cancel, to check if you really have the right IDs? are these IDs strings or integer? [2016-02-09 00:10:51] sleger : if I request order status, I see my order (same price for instance) but no ID that I sent [2016-02-09 00:12:47] sleger : maybe its like with WS you cant cancel using your own id and have to use exchange id... [2016-02-09 00:17:24] lockhedge : have you tried asking them directly? "Should you have any questions, feel free to contact us via QQ group: 334662836" [2016-02-09 00:17:31] j8 : okc api is such a headache [2016-02-09 00:19:05] lockhedge : j8: agree, that's why i kicked them out of BIX for now, but will try fix, want to learn the protocol anyway [2016-02-09 00:19:41] lockhedge : sleger: is fix working well for you for market data ? [2016-02-09 00:19:50] sleger : yes [2016-02-09 00:20:25] sleger : lockhedge: yes i have contacted them but fix guys are not here now (holidays) [2016-02-09 00:21:26] j8 : yeah, was thinking about doing the same, if their fix api is more reliable [2016-02-09 01:04:23] sleger : well I confirm you need to submit cxl with exchange ID, that works. [2016-02-09 01:19:51] lockhedge : sleger: ok, great. do you receive it as response after each order, or do you have to check orders to receive it? [2016-02-09 01:22:59] lockhedge : sleger: see "EXECUTION REPORT(8)" [2016-02-09 01:23:16] sleger : no you receive it every time [2016-02-09 01:31:08] lockhedge : good [2016-02-09 02:26:08] Tulip_stefan : the tradeblock index is less bad than i thought. I can beat it with my index but not always. [2016-02-09 02:27:56] Tulip_stefan : one thing i find interesting is that they only consider us markets and dropped btc-e because of the price divergence, gives a lot of insight to how their algorithm is working compared to mine. [2016-02-09 02:36:22] j8 : Tulip_stefan: i have some big beefs with it, was especially bad the last few days when there were big divergences [2016-02-09 02:36:42] Tulip_stefan : beefs with ...? [2016-02-09 02:36:55] j8 : the dynamic weighting mostly [2016-02-09 02:37:18] habibi : agree, sometimes the biggest influence comes from coinbase fe [2016-02-09 02:37:22] Tulip_stefan : ahh yeah. I wasn't sure if you meant the index or one of the exchanges i mentioned. [2016-02-09 02:37:24] habibi : which is really strange [2016-02-09 02:38:25] j8 : this weekend bitfinex was low and okc USD was high.. they make up most of the volume, but could have both been deweighted from the divergence at different times [2016-02-09 02:39:26] j8 : then whatever's in the middle has huge influence because it determines what's an outlier. [2016-02-09 02:39:57] habibi : anyway need to pay attention to their page due to that scoring jumps [2016-02-09 02:42:13] micmix : j8: BitMEX is planning to switch to custom index, not sure if they sent you an email [2016-02-09 02:42:25] j8 : yep looking forward to it. [2016-02-09 02:42:42] habibi : was it on cryptodigest? [2016-02-09 02:43:30] micmix : no, not yet [2016-02-09 02:57:14] lockhedge : there's a draft with 40% finex, 40% stamp 20% OKCusd [2016-02-09 02:57:20] lockhedge : what do you think? [2016-02-09 02:57:40] habibi : more for okc, less for stamp imo [2016-02-09 02:57:50] lockhedge : no sorry, it should be volume weigted [2016-02-09 02:58:03] j8 : yeah the proposal was 30 day volume weighted [2016-02-09 02:58:05] lockhedge : the draft was only an example... [2016-02-09 02:59:09] Tulip_stefan : are there any decent papers on how to generate an index out of multiple exchanges? Google has turned up.. uhuu, nothing. [2016-02-09 03:00:02] Tulip_stefan : The index for bitmex isn't very important as long as it's not easy to manipulate. Traders will use their own index anyway. [2016-02-09 03:00:23] Tulip_stefan : with 40% finex i wonder what will happen i they have another outrage. [2016-02-09 03:00:27] j8 : it's only important for settlement - then it's very important [2016-02-09 03:01:16] j8 : Tulip_stefan: outrage or outage? [2016-02-09 03:01:56] Tulip_stefan : traders don't have any other choice than using the bitmex-folowed index when the settlement date near, i don't think the exact specifics of the index matter beyond 'hard to manipulate' [2016-02-09 03:02:00] lockhedge : max weight was set to 50% in the proposal, other than this: 30days volume / it should also include some reliability and latency factor imho [2016-02-09 03:02:08] Tulip_stefan : j8: i honestly don't know the difference between those two words :P [2016-02-09 03:02:34] j8 : outrage is when they're angry about something. outage is when the site is down [2016-02-09 03:02:52] Tulip_stefan : you learn something every day. [2016-02-09 03:03:59] laisee : you would be outraged about the outage ;-) [2016-02-09 03:04:47] lockhedge : major challenge is how to de.weight an exchange in case of an outage/inactivity - if you de-weight it, the price shouldn't jump... [2016-02-09 03:05:00] j8 : ha. well to me it's important that the weights at settlement are predictable. with tradeblock they're not, so it's impossible to arb against spot [2016-02-09 03:05:44] micmix : yes, I agree with j8. dynamic de-weighting making it really hard to arb or hedge properly. [2016-02-09 03:06:34] Tulip_stefan : That is only an issue when the settlement date nears. When there's still 5 hours left on the XBT24H contract, it doesn't make much sense to look at the tradeblock index. [2016-02-09 03:06:50] lockhedge : j8: yes it should be transparent, but it should also be secured against simple manipulations (e.g. DDoS attack in an exchange with a premium/discount) [2016-02-09 03:07:42] lockhedge : Tulip_stefan: agree, my bot doesn't watch XBX at all... [2016-02-09 03:08:24] Tulip_stefan : That doesn't make much sense either unless you disable your bot when the settlement date nears. [2016-02-09 03:09:37] lockhedge : Tulip_stefan: also agree, but i only lost money on 2 or 3 trades of 4000 b/c of that (shortly before settlement) [2016-02-09 03:10:15] lockhedge : so it wasn't a priority implementing it, will implement the new index [2016-02-09 03:11:10] micmix : mine just slowly goes flat as we get closer to settlement [2016-02-09 03:12:23] micmix : I mean MM one [2016-02-09 03:14:19] lockhedge : micmix: are you following XBX and calculating if it's cheaper to run into settlement or get filled at the highest bid/ask? [2016-02-09 03:15:11] lockhedge : or are you already flat 30 min before settlement? [2016-02-09 03:17:04] micmix : start skewing quotes to go flat ~2 hours before. if not flat 30 min before, follow XBX and decide if it makes sense to take posted bids/asks [2016-02-09 03:17:25] lockhedge : nice [2016-02-09 04:01:35] REKT : Liquidated short on `XBT24H`: Buy 250 @ 373.35 [2016-02-09 04:11:42] Tulip_stefan : I retract my previous statement about the tradeblock index being 'pretty good'. It sucks quite hard. [2016-02-09 04:25:55] j8 : :) [2016-02-09 04:33:00] habibi : hard feelings :) [2016-02-09 04:38:10] Tulip_stefan : My error was that i accidentally swapped the performance metrics of my index and the tradeblock index. I become suspicious when i saw the best index was actually kraken's unfiltered last price.... [2016-02-09 04:38:38] Tulip_stefan : with like, a really large margin. [2016-02-09 05:23:27] REKT : Liquidated short on `ETH7D`: Buy 40 @ 0.00879 [2016-02-09 06:19:39] REKT : Liquidated short on `ETH7D`: Buy 982 @ 0.00891 [2016-02-09 06:19:39] REKT : Liquidated short on `ETH7D`: Buy 30 @ 0.00890 [2016-02-09 07:30:11] REKT : Liquidated short on `ETH7D`: Buy 809 @ 0.00930 [2016-02-09 08:18:48] jung1 : Eth is hot. It will be next bitcoin. 100$ in two years eaay [2016-02-09 08:19:32] habibi : so u saying its time to sell:< [2016-02-09 08:20:34] jung1 : Nah. I will keep it long term. No daytrade [2016-02-09 08:20:56] jung1 : I put it on polo and lending [2016-02-09 08:21:42] habibi : jung1: in case of big dump/pump u can loose everything kind of :p so watch out [2016-02-09 08:22:23] jung1 : Yeah I know [2016-02-09 08:22:29] jung1 : No risk no fun [2016-02-09 08:23:26] jung1 : How is your trading? [2016-02-09 08:24:26] habibi : last days are boring as fuck [2016-02-09 09:01:11] jung1 : When will be new kinds of orders here? [2016-02-09 09:07:15] BitMEX_Wally : Very soon, we will roll them out this month [2016-02-09 09:14:14] REKT : Liquidated short on `ETH7D`: Buy 9 @ 0.00945 [2016-02-09 09:14:14] REKT : Liquidated short on `ETH7D`: Buy 150 @ 0.00945 [2016-02-09 09:17:17] tscha : everything OK in hk? [2016-02-09 09:18:25] tscha : read the news, they mentioned riots [2016-02-09 09:19:02] habibi : google-->riots- first news about hk :D [2016-02-09 09:28:07] j8 : eth has double the ltc market cap at the moment... i'm skeptical [2016-02-09 09:31:22] laisee : yeh, does ETH actially work? Or another scamcoin being manipulated. [2016-02-09 09:31:28] tscha : j8: well, ltc is pretty much dead [2016-02-09 09:33:14] j8 : tscha: yeah, stagnant but china hasn't given up on it [2016-02-09 09:35:27] j8 : laisee: it seems to have the most active / promising development as far as alts go. but i feel like the enthusiasm is full on fomo at this point [2016-02-09 09:46:21] laisee : j8: fomo fer sure. [2016-02-09 09:46:56] laisee : I just rad some stuff about many transactions not using ETH at all ... so not much of the smart contract stuff actually happening. [2016-02-09 09:52:35] j8 : there is a lot of work to be done before that stuff is practical, i mean it's hard enough to get people to adopt crypto for plain transactions [2016-02-09 09:58:15] REKT : Liquidated short on `ETH7D`: Buy 24 @ 0.00967 [2016-02-09 10:16:07] laisee : j8: yes, agree. none of the smart contract stuff looks ready for prime time just yet. [2016-02-09 10:18:12] tscha : this is a pretty cool vid: https://www.youtube.com/watch?v=nBwW16_uAGQ [2016-02-09 10:18:29] j8 : the community puts a lot of faith in their devs. there isn't even a set issuance schedule [2016-02-09 10:48:46] laisee : its more like R&D project. but maybe the ETH tortoise will beat the BTC hare ... [2016-02-09 11:00:54] j8 : it is, but i think BTC is the tortoise. slow and steady, security over features [2016-02-09 11:02:24] j8 : eth has 12 second blocks, turing complete scripting, plans to fork to proof of stake... a lot more that could go wrong [2016-02-09 11:44:29] JMG99 : eth7d liquidity is frozen again [2016-02-09 11:45:11] j8 : mm's saw the big dump on kraken and backed off [2016-02-09 11:45:41] j8 : is my guess [2016-02-09 11:46:26] JMG99 : i sold at 0.01 but this could've been a mass [2016-02-09 11:48:39] j8 : often if you put some orders on the book you'll see it improve [2016-02-09 11:50:20] JMG99 : :) [2016-02-09 11:51:03] j8 : what a classic altcoin pump right up to the round number [2016-02-09 14:54:49] BitMEX_Sam : Morning traders [2016-02-09 14:54:57] tscha : BitMEX_Sam: morning [2016-02-09 14:55:33] BitMEX_Sam : Slow day today. [2016-02-09 15:00:01] tscha : Hopefully it's not like that the whole holidays [2016-02-09 15:00:09] arbitrage001 : volume wise? [2016-02-09 15:06:05] BitMEX_Sam : Yeah. [2016-02-09 15:06:43] tscha : but well, next months are going to be so volatile, we should actually enjoy the peace right now [2016-02-09 15:07:16] sleger : because core vs classic and halving ? [2016-02-09 15:07:43] tscha : yes, especially core vs classic, going to be fun to watch [2016-02-09 15:10:53] sleger : btw made 0kc fix work. their api is not the greatest again [2016-02-09 15:14:13] tscha : was the problem related to the ClOrdID discussion I overheard? [2016-02-09 15:28:36] sleger : yes you actually need to use exchange order ID [2016-02-09 15:29:11] tscha : that sucks, defeats the whole purpose [2016-02-09 15:30:28] sleger : but at least when you send an order you get a reply which contains both your own ID and exchange ID in same message [2016-02-09 15:32:15] tscha : that's doable then. I always ignored the exchange ID though, never even saved them. [2016-02-09 15:32:51] sleger : how can you cancel an order without exchange ID ?