vectie/moonfish/chart does not have a README file
pub(all) struct ChartAnnotation {
kind : ChartAnnotationKind
label : String
body : String
} derive(Eq, ToJson, Debug, FromJson)pub(all) struct ChartFrame {
artifact_path : String
source_id : String
symbol : String
timeframe : String
width : Int
height : Int
candles : Array[CandlePoint]
price_range : PriceRange?
annotations : Array[ChartAnnotation]
} derive(Eq, ToJson, Debug, FromJson)fn render_chart_frame(snapshot : KlineSnapshot, decision? : Stage2Decision, structure_levels? : StructureLevelFrame, width? : Int, height? : Int) -> ChartFrameDependencies