Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 738 Bytes

File metadata and controls

15 lines (10 loc) · 738 Bytes

Implementing trend indicators in kdb+

Companion code to the eponymous Kx white paper

The paper describes using kdb+ to produce trade analytics – indicators and oscillators traders commonly use to trigger buy/sell signals and clarify their picture of the market.

file content
crypto.py code used to connect to cryptocurrency feeds and extract trade and quote information, which is then passed to ticker plant
cryptoFuncs.q code to generate all statistics/oscillators and indicators
GraphicGrammarPLotsWP.q code used in Analyst to graph statistics

Other files are standard tickerplant, realtime database, and end-of-day code.