zhubingbing / trend-indicators

Whitepaper Dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Whitepaper Dev


Languages

Language:q 91.3%Language:Python 8.7%