mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-22 11:05:17 +00:00
Fix cypress test, remove unnecessary log
This commit is contained in:
parent
51a8eff7c4
commit
4ba707f6fe
|
@ -6,6 +6,7 @@
|
|||
"progress": 1.0,
|
||||
"trade_count": null,
|
||||
"backtest_result": {
|
||||
"metadata": {},
|
||||
"strategy": {
|
||||
"SampleStrategy": {
|
||||
"trades": [
|
||||
|
|
|
@ -905,7 +905,7 @@ export function createBotSubStore(botId: string, botName: string) {
|
|||
...(backtestResult.metadata[key] ?? {}),
|
||||
strategyName: key,
|
||||
};
|
||||
console.log(key, strat, metadata);
|
||||
// console.log(key, strat, metadata);
|
||||
|
||||
const stratKey = `${key}_${strat.total_trades}_${strat.profit_total.toFixed(3)}`;
|
||||
const btResult: BacktestResultInMemory = {
|
||||
|
|
Loading…
Reference in New Issue
Block a user