+ {/* Name your strategy */}
+
+
+ setStrategyName(e.target.value)}
+ placeholder="Road to $100k..."
+ />
+
+
+ {/* Scenario/Indicators section */}
+
+
+
+
+ {/* Select asset(s) */}
+
+
+
+ {allAssets.map(asset => (
+
+ ))}
+
+
+
+ {/* Select timeframe */}
+
+
+
+
+
+ {/* Money management variants */}
+
+
+
+ {/* Right column: Test period, advanced params, capital, cart */}
+
+ {/* Test period variants */}
+
+
+ {/* Advanced Parameters */}
+
+
+
+
Advanced Parameters
+
+
+
+
+ {/* Starting Capital */}
+
+
+ setStartingCapital(Number(e.target.value))}
+ min={1}
+ />
+
+
+ {/* Backtest Cart */}
+
+
Backtest Cart
+
Total number of backtests: {totalBacktests}
+
Total number of credits used: {totalBacktests}
+
Estimated time: ~ 1 min
+
+
+
+
+