feat: add $schema to config examples

This commit is contained in:
Matthias
2024-08-01 07:03:34 +02:00
parent 8a85077e70
commit abef8e376c
5 changed files with 5 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
{
"$schema": "https://schema.freqtrade.io/schema.json",
"max_open_trades": 3,
"stake_currency": "BTC",
"stake_amount": 0.05,