{
"title": "Journal de Trading",
"properties": {
"Fecha": { "type": "date" },
"Par de divisas/Activo": { "type": "select", "options": ["EUR/USD", "GBP/USD", "XAU/USD"] },
"Tipo de operación": { "type": "select", "options": ["Compra", "Venta"] },
"Setup": { "type": "select", "options": ["Tendencial", "Retroceso", "Liquidez"] },
"Entrada": { "type": "number" },
"Stop Loss": { "type": "number" },
"Take Profit": { "type": "number" },
"Tamaño del lote": { "type": "number" },
"Riesgo ($)": { "type": "number" },
"RR Ratio": { "type": "select", "options": ["1:3", "1:2", "1:1"] },
"Resultado": { "type": "select", "options": ["Ganancia", "Pérdida"] },
"Captura de pantalla": { "type": "files" },
"Comentario/Lección Aprendida": { "type": "text" }
}
}