sandy_bradley
New Contributor
since ‎2018.06.15
‎2021.06.14

User Statistics

  • 15 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Anyone know how to handle numbers larger than long in kdb+?I need to handle numbers with 20+ digits in kdb+. It seems there is no inbuilt data types for this, other than to store the number as a string or hex. Does anyone know any KDB+ libraries to d...
Hi Amir, Can you be more specific? Which cryptocurrencies and exchanges are you interested in?What calculations are you interested in? I wrote a bunch of code because I did not find much out there. From: amir.elayyan148@gmail.comSent: Monday, 11 Marc...
Dear all,I am struggling to alter the following sliding window function to operate for dyadic functions.swin:{[f;w;s] f each { 1_x,y }\[w#0;s]}This only works for input functions that take one list as an argument; avg, max, min etc.I would like to us...
Dear kdb community,I am running identical q scripts on 2 parallel kdb engines, that feed data from websockets. One is a 64bit package on a 64bit computer. The other a 32bit package on a 32bit computer. The 32bit script runs without any errors. The 64...