.grd
.grd-row
.grd-row-col-3-6.px1
h3 Strategy
div
label(for='strat').wrapper Strategy:
.custom-select.button
select(v-model='strategy')
option(v-for='strat in strategies') {{ strat.name }}
div
label(for='candleSize') Candle Size
.grd-row
.grd-row-col-3-6
input(v-model='rawCandleSize')
.grd-row-col-3-6.align
.custom-select.button
select(v-model='candleSizeUnit')
option minutes
option hours
option days
div
label(for='historySize') Warmup period (in {{ rawCandleSize }} {{ singularCandleSizeUnit }} candles):
input(v-model='historySize')
em.label-like (will use {{ humanizeDuration(candleSize * historySize * 1000 * 60) }} of data as history)
.grd-row-col-2-6.px1
div
h3 Parameters
p {{ strategy }} Parameters:
textarea.params(v-model='rawStratParams')
p.bg--red.p1(v-if='rawStratParamsError') {{ rawStratParamsError.message }}