Skip to content

kxcontrib/trend-indicators

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • q 91.3%
  • Python 8.7%