curl -X POST "https://api.innova-trading.com/api/external/indicators/mis_senales" \
-H "Authorization: Bearer TU_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"symbol": "EURUSD",
"timeframe": 60,
"indicator_name": "Mis Senales de Trading",
"points": [
{
"time": 1765540800,
"type": "low",
"price": 1.1725,
"label": "COMPRA",
"color": "#3b82f6",
"shape": "arrowUp",
"size": 2
},
{
"time": 1765540800,
"type": "low",
"price": 1.1700,
"label": "SL",
"color": "#ef4444",
"shape": "square",
"size": 1
},
{
"time": 1765540800,
"type": "high",
"price": 1.1750,
"label": "TP1",
"color": "#22c55e",
"shape": "circle",
"size": 1
}
],
"metadata": {
"signal_type": "COMPRA",
"strategy": "ICT"
}
}'