Skip to content

Instantly share code, notes, and snippets.

@ILoveMexKetchup
ILoveMexKetchup / funding_ethusd.csv
Created July 10, 2019 21:24
BitMEX ETHUSD CSV funding data from REST API
0 2018-08-02 12:00:00.000 0.0001 0.00030000000000000003
1 2018-08-02 20:00:00.000 0.00044 0.00132
2 2018-08-03 04:00:00.000 0.00041 0.00123
3 2018-08-03 12:00:00.000 0.000121 0.000363
4 2018-08-03 20:00:00.000 0.0001 0.00030000000000000003
5 2018-08-04 04:00:00.000 0.000311 0.000933
6 2018-08-04 12:00:00.000 0.000886 0.0026579999999999998
7 2018-08-04 20:00:00.000 0.000876 0.002628
8 2018-08-05 04:00:00.000 0.001094 0.0032819999999999998
9 2018-08-05 12:00:00.000 0.000883 0.002649
@ILoveMexKetchup
ILoveMexKetchup / funding_xbtusd.csv
Last active July 10, 2019 21:38
BitMEX XBTUSD CSV funding data from REST API
22 2016-06-04 20:00:00.000 0.0002496666666666667 0.0007490000000000001
23 2016-06-05 04:00:00.000 0.00024233333333333333 0.000727
24 2016-06-05 12:00:00.000 0.00023733333333333332 0.000712
25 2016-06-05 20:00:00.000 0.00023433333333333336 0.0007030000000000001
26 2016-06-06 04:00:00.000 0.00022899999999999998 0.0006869999999999999
27 2016-06-06 12:00:00.000 0.0002403333333333333 0.000721
28 2016-06-06 20:00:00.000 0.0002466666666666666 0.0007399999999999999
29 2016-06-07 04:00:00.000 0.00020366666666666667 0.000611
30 2016-06-07 12:00:00.000 0.00021133333333333334 0.000634
31 2016-06-07 20:00:00.000 0.00020366666666666667 0.000611
@ILoveMexKetchup
ILoveMexKetchup / TrollboxAlert.js
Last active June 21, 2019 18:52
BitMEX Trollbox Alert
// ==UserScript==
// @name BitMEX Trollbox Alert
// @namespace https://bitmex.com/
// @version 0.1
// @description Alert on BitMEX trollbox posts by username and keyword
// @author I love Ketchup (contact me in the BitMEX trollbox)
// @homepage userinfo.servehttp.com
// @homepageURL userinfo.servehttp.com
// @website userinfo.servehttp.com
// @source userinfo.servehttp.com
@ILoveMexKetchup
ILoveMexKetchup / Mutelist.js
Last active February 16, 2020 10:38
Tampermonkey userscript to display a list with the BitMEX trollbox users that you muted
// ==UserScript==
// @name BitMEX Trollbox Mutelist
// @namespace https://bitmex.com/
// @version 0.1
// @description Show and edit your BitMEX trollbox mutelist (muted users)
// @author I love Ketchup (contact me in the BitMEX trollbox)
// @homepage userinfo.servehttp.com
// @homepageURL userinfo.servehttp.com
// @website userinfo.servehttp.com
// @source userinfo.servehttp.com
@ILoveMexKetchup
ILoveMexKetchup / PercentageButtons.js
Last active June 21, 2019 18:53
Tampermonkey userscript to fill the BitMEX order quantity field with percentage buttons
// ==UserScript==
// @name BitMEX Percentage Order Quantity Buttons
// @namespace https://bitmex.com/
// @version 0.1
// @description Fill the order quantity field with just one click
// @author I love Ketchup (contact me in the BitMEX trollbox)
// @homepage userinfo.servehttp.com
// @homepageURL userinfo.servehttp.com
// @website userinfo.servehttp.com
// @source userinfo.servehttp.com