🚀 TinyTicker Dashboard 🚀
{% if update_available %}
🥳 Update available 🥳
Update
{% endif %}
Config
Hostname:
ePaper display model
{%- 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
CryptoCompare
API key
Tickers
{%- for ticker in tickers %}
Symbol type
{%- for symbol_type_option in symbol_type_options %} {%- if symbol_type_option == ticker.symbol_type %}
{{symbol_type_option}}
{%- else %}
{{symbol_type_option}}
{%- endif %} {%- endfor %}
Symbol
Interval
{%- for interval_option in interval_options %} {%- if interval_option == ticker.interval %}
{{interval_option}}
{%- else %}
{{interval_option}}
{%- endif %} {%- endfor %}
Plot type
{%- for plot_type_option in plot_type_options %} {%- if plot_type_option == ticker.plot_type %}
{{plot_type_option}}
{%- else %}
{{plot_type_option}}
{%- endif %} {%- endfor %}
Lookback
{%- if ticker.lookback is none %} {#- If the look back is None then it hasn't been set so use the default lookback for the interval #}
{%- else %}
{%- endif %}
Wait time (s)
{%- if ticker.wait_time is none %} {#- If the wait_time is None then it hasn't been set so use the default wait_time for the interval #}
{%- else %}
{%- endif %}
Moving average
{%- if ticker.mav is none %}
{%- else %}
{%- endif %}
Show trade volume {% if ticker.volume | default(False) %}
{% else %}
{% endif %}
{%- endfor %}
Apply
Command
{% for command in commands %}
{{command.title()}}
{% endfor %}
TinyTicker v{{version}} -
TinyTicker
-
Log files