clojure-quant / quanta-studio

0 stars 0 forks source link

BREAKING CHANGES -quanta.viz.plot #14

Open awb99 opened 2 months ago

awb99 commented 2 months ago

quanta-viz whatever is moved to quanta.viz is ok. whatever is in ta.viz is not relevant or old. only exception are the table-col formatting and display routines that are used in algo templates, and have not yet been refactored, so to keep the refactoring at a reasonable level of functions that need changing.

Breaking changes: quanta.viz.plot mainly in templates config: reval activate + quanta-ui

awb99 commented 2 months ago

BREAKING CHAGES: ; hiccup ; algo-astro/src/astro/hiccup.clj

; rtable ; algo-juan/src/juan/template.clj ; 33: :table {:viz 'ta.viz.ds.rtable/rtable-render-spec ; algo-astro/src/astro/template.clj ; 34: :table {:viz 'ta.viz.ds.rtable/rtable-render-spec ; algo-demo/src/algodemo/sma_crossover/template.clj ; 49: :table {:viz 'ta.viz.ds.rtable/rtable-render-spec

; vega ; algo-demo/src/algodemo/sentiment_spread/template.clj ; 27: :chart {:viz 'ta.viz.ds.vega/vega-render-spec ; algo-demo/src/quanta/notebook/study/asset_compare.clj ; 57: (require '[ta.viz.ds.vega :refer [convert-data]]) ; quanta-demo/src/quanta/notebook/study/ma_compare.clj ; 7: [ta.viz.ds.vega :refer [vega-render-spec ds-stacked]]

;; highchart ; algo-alex/src/alex/template.clj ; 78: :chart {:viz 'ta.viz.ds.highchart/highstock-render-spec ; algo-juan/src/juan/notebook/study/backtest_raw.clj ; 174:(require '[ta.viz.ds.highchart :refer [highstock-render-spec]]) ; algo-gann/src/ta/gann/template.clj ; 30: :chart {:viz 'ta.viz.ds.highchart/highstock-render-spec ; algo-astro/src/astro/template.clj ; 27: :chart {:viz 'ta.viz.ds.highchart/highstock-render-spec ; quanta-demo/src/quanta/notebook/study/live/crypto.clj ; 8: [ta.viz.ds.highchart :refer [highstock-render-spec]])) ; algo-demo/src/algodemo/sma_crossover/template.clj ; 31: :chart {:viz 'ta.viz.ds.highchart/highstock-render-spec

awb99 commented 2 months ago

algo-alex/src/alex/algo/bollinger.clj 11: [ta.viz.trade.core :refer [roundtrip-stats-ui]]

algo-alex/src/djmad/curve_algo.clj 12: [ta.viz.trade.core :refer [roundtrip-stats-ui]]

algo-astro/resources/quanta/notebook/study/astro_moon.clj 9: [ta.viz.trade.core :refer [roundtrip-stats-ui]]

algo-joseph/resources/quanta/notebook/study/joseph_trades_realized.clj 5: [ta.viz.trade.core :refer [roundtrip-stats-ui]]

quanta/lib/trade/resources/quanta/notebook/docs/trade_position.clj 7: [ta.viz.trade.core :refer [roundtrip-stats-ui]]))

quanta/lib/trade/resources/quanta/notebook/docs/trade_entry_exit.clj 7: [ta.viz.trade.core :refer [roundtrip-stats-ui]]))

wizard50 commented 2 months ago

quanta-viz-refactoring