{% extends "header.html" %} {% block content %}





Technical Scanner

{% for stock in stocks %} {% if stocks[stock][pattern] %} {% endif %} {% endfor %}
SYMBOL COMPANY SIGNAL
{{ stock }} {{ stocks[stock]['company'] }} {{ stocks[stock][pattern]}}

{% endblock %}