Indicators


Name

Type

Properties

{% for indicator in indicator_list %}
{{indicator}}
{% for property in indicator_list[indicator] %} {% set list1 = property.split('_') %}
{% if property=='type' %} {% elif property=='ma' %} {% elif property=='color' or list1[0]=='color' %} {% elif property=='period' %} {% elif property=='visible' %} {% elif property=='value' %} {% else %} {%endif%}
{% endfor %}
{% endfor %}