double short SMAs auto TF

This commit is contained in:
2025-07-21 23:02:08 +02:00
parent af4c81b95f
commit a9aafbc07c
5 changed files with 166 additions and 14 deletions

View File

@ -12,6 +12,7 @@
<script src="{{ url_for('static', filename='ema.js') }}"></script>
<script src="{{ url_for('static',filename='bb.js') }}"></script>
<script src="{{ url_for('static', filename='hurst.js') }}"></script>
<script src="{{ url_for('static', filename='hts.js') }}"></script>
<script src="{{ url_for('static', filename='indicators.js') }}"></script>
<script src="{{ url_for('static', filename='indicator-manager.js') }}"></script>
@ -58,6 +59,7 @@
}
.action-button:hover, .control-cell select:hover { background-color: var(--button-hover-bg); }
.input-field { width: 60px; }
select.input-field { width: 100px; }
#candle-timer { font-size: 2rem; font-weight: 500; color: var(--accent-orange); }
#timeframe-display { margin-top: 10px; min-width: 60px; }
.progress-bar-container {