Technical Scanner

{% for stock in stocks %} {% if stocks[stock][pattern] %} {% endif %} {% endfor %} {% for stock in stocksBA %} {% if stocksBA[stock][pattern] %} {% endif %} {% endfor %}
symbol company signal chart
{{ stock }} {{ stocks[stock]['company'] }} {{ stocks[stock][pattern]}} {% if stocks[stock]['chart_html'] %} {{ stocks[stock]['chart_html'] | safe }} {% else %} No chart available {% endif %}
{{ stock }} {{ stocksBA[stock]['company'] }} {{ stocksBA[stock][pattern]}} {% if stocksBA[stock]['chart_html'] %} {{ stocksBA[stock]['chart_html'] | safe }} {% else %} No chart available {% endif %}