double short SMAs auto TF
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user