diff --git a/src/templates/new_indicator_popup.html b/src/templates/new_indicator_popup.html index ffbcc73..8668d1e 100644 --- a/src/templates/new_indicator_popup.html +++ b/src/templates/new_indicator_popup.html @@ -24,15 +24,24 @@ onfocus="showIndicatorDropdown()" oninput="filterIndicatorTypes()"> - + @@ -122,6 +131,19 @@
+ +
+ {% for i_type in indicator_types %} + {% if i_type.startswith('CDL_') %} +
+ {{i_type}} +
+ {% endif %} + {% endfor %} +
+