Remove or Edit

Name

Value

Type

Source

Visible

Period

Color

Properties


{% for indicator in indicator_list %}
{{indicator}}
{% if 'type' in indicator_list[indicator] %} {{indicator_list[indicator]['type']}} {% else %} - {% endif %}
{% for symbol in symbols %} {% endfor %} {% for timeframe in intervals %} {% endfor %} {% for exchange in exchanges %} {% endfor %}
{% if 'visible' in indicator_list[indicator] %} {% else %} - {% endif %}
{% if 'period' in indicator_list[indicator] %} {% else %} - {% endif %}
{% if 'color' in indicator_list[indicator] %} {% else %} {% endif %}
{% for property, value in indicator_list[indicator].items() %} {% if property not in ['type', 'value', 'color', 'period', 'visible', 'source'] %}
{% if 'color' in property %} {% else %} {% endif %}
{% endif %} {% endfor %}
{% endfor %}