masterbuilder99
masterbuilder99
Hi Adam! I made goldly; you can send clj vizualisations quickly to the browser, and generate dynamic websites with it: https://github.com/pink-gorilla/goldly Daniel Slutzsy knows how to use it, in case...
Add more widgets, and have syntax similar to shiny: http://gallery.htmlwidgets.org/
I think this is missing in tick: I have a duration of 100 days, and want to double it. This is what I ended up with: (cljc.java-time.duration/multiplied-by (tick/new-duration 100 :days)...
Hi @generateme I am using wadogo to generate svg images in trateg. I supply price/time domain, and then via wadogo I scale them to pixels. This is the code: https://github.com/clojure-quant/trateg/blob/master/profiles/demo/src/demo/lib/svg.clj...