Re: [Jprogramming] stock data programming how-to #1

2020-03-30 Thread Devon McCormick
For what you want to do, the "toJulian" from the J datetime library, its inverse, and a number of other goodies there will save you re-inventing the wheel. load '~addons/types/datetime/datetime.ijs' names_rgsdatetime_ 0 DATECODES J0Date Linux0DateTime MONTHS MS0Date TIMEC

Re: [Jprogramming] stock data programming how-to #1

2020-03-30 Thread Raul Miller
Well... let's try working through this. If it goes well, we can tackle the others. For this problem, we might want to use several J libraries: https://code.jsoftware.com/wiki/Addons/tables/csv https://code.jsoftware.com/wiki/Addons/types/datetime https://code.jsoftware.com/wiki/Vocabulary/Printf

[Jprogramming] stock data programming how-to #1

2020-03-30 Thread HH PackRat
I need your help, please! I also hope to learn more about using J in other contexts from your responses. I'm writing some software to manipulate my extensive stock market data in different ways, and I need *explicit* code (NOT tacit code) for several functions, which I'm splitting between multipl