Skip to content

Commit

Permalink
Disable the TradingView trademark symbol by default
Browse files Browse the repository at this point in the history
  • Loading branch information
g-gundam committed Dec 17, 2024
1 parent 0bed49c commit 5d6ae1c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/TechnicalIndicatorCharts.jl
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,8 @@ function visualize(chart::Chart;
min_height=550,
mode::LWC_PRICE_SCALE_MODE=LWC_LOGARITHMIC,
up_color="#42a49a",
down_color="#de5e57")
down_color="#de5e57",
copyright=false)
opts = Dict(
:label_name => "$(chart.name) $(abbrev(chart.tf))",
:up_color => up_color,
Expand Down Expand Up @@ -466,7 +467,8 @@ function visualize(chart::Chart;
lwc_panel(
candlesticks,
plots_price...;
mode
mode,
copyright
),
# indicators that are not denominated in price get their own panel.
make_panel.(plots_other)...;
Expand Down

0 comments on commit 5d6ae1c

Please sign in to comment.