{% extends 'base.html' %} {% block title %}Ticker{% endblock %} {% block include_scripts_top %} {% endblock %} {% block body %}

XTCryptoSignals v{{version}}

Clone Bitbucket Project Install from Pypi
Ticker - Data collection, Signals Service and Automatic Trading
Server - RESTFul API
Client - Website
Ticker with all configured coins/tokens:
{{frequencies[0][:-1]}} seconds Ticker

Ticker with 3 random configured coins/tokens per Exchange:
{% for data in symbols_per_exchange %} {% for exchange, items in data.items() %}
{{exchange.replace('_', ' ')}}:
{% for item in items %} {{item}} {{frequencies[0][:-1]}} seconds {% endfor %} {% endfor %} {% endfor %}

{% endblock %} {% block footer %}
Pooling frequency: {{frequencies|join(", ")}}
Active users: -
{% endblock %}