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

XTCryptoSignals v{{version}}

Clone Bitbucket Project Download Pypi Package
Ticker with Data collection, Signals Service and Automatic Trading
RESTFul Server API
Website
Ticker with all configured coins/tokens:
10 seconds Ticker

Ticker with 3 random configured coins/tokens per Exchange:
{% for data in symbols_per_exchange %} {% for exchange, items in data.items() %}
{{exchange}}:
{% for item in items %} {{item}} 10 seconds {% endfor %} {% endfor %} {% endfor %}

Possible pooling frequency: {{frequency}} {% endblock %}