🚀 TinyTicker Dashboard 🚀
Home
Log Files
Startup scripts
🥳 Update available 🥳
Update & Restart
Hostname:
{%- for epd_model_option in epd_model_options -%} {%- if epd_model_option.name == epd_model -%}
{{ epd_model_option.desc }}
{%- else -%}
{{ epd_model_option.desc }}
{%- endif -%} {%- endfor -%}
Flip display
API key
{%- for ticker in tickers -%}
Symbol type
{%- for symbol_type_option in symbol_type_options -%}
{{ symbol_type_option }}
{%- endfor -%}
Symbol
Interval
{%- for interval_option in interval_options -%}
{{ interval_option }}
{%- endfor -%}
Plot type
{%- for plot_type_option in plot_type_options -%}
{{ plot_type_option }}
{%- endfor -%}
Lookback
Wait time (s)
Moving average
Average buy price
Show trade volume
Fetch pre/post market data
Layout
{%- for layout_option in layout_options -%}
{{ layout_option.name }}
{%- endfor -%}
Show y axis
Add line on time gap
{%- endfor -%}
Skip tickers with outdated data
Apply
{% for command, desc in commands | items %}
{{ command.title() }}
{% endfor %}
TinyTicker v{{ version }} -
TinyTicker
-
Report an issue