Skip to content

Latest commit

 

History

History

crypto-chart

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

crypto-chart

screenshot

Live demo

Price data provided by cryptocompare.com.

This example demonstrates how to use @thi.ng/rstream & @thi.ng/transducers constructs to create a basic crypto-currency candle chart with multiple moving averages plots. Unlike most other examples in this repo, there's no additional state handling used (e.g. via @thi.ng/atom constructs) and the entire app largely relies on various stream combinators & transformers. Furthermore, this approach only triggers UI updates / diffs when there were any relevant upstream value changes.

The diagram below shows a schematic of the dataflow graph used:

dataflow

Building

Please refer to the example build instructions on the wiki.

Authors

  • Karsten Schmidt

License

© 2018 Karsten Schmidt // Apache Software License 2.0