{"id":6140,"date":"2026-03-09T02:31:49","date_gmt":"2026-03-09T02:31:49","guid":{"rendered":"https:\/\/www.sumoanalysis.com\/?page_id=6140"},"modified":"2026-03-09T06:16:39","modified_gmt":"2026-03-09T06:16:39","slug":"sobre-nosotros","status":"publish","type":"page","link":"https:\/\/www.sumoanalysis.com\/es\/sobre-nosotros\/","title":{"rendered":"about-us-es"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"6140\" class=\"elementor elementor-6140 elementor-6063\" data-elementor-settings=\"{&quot;ha_cmc_init_switcher&quot;:&quot;no&quot;}\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d42e860 e-flex e-con-boxed e-con e-parent\" data-id=\"d42e860\" data-element_type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f491b98 elementor-widget elementor-widget-html\" data-id=\"f491b98\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n    :root {\n      --bg: #050509;\n      --bg-soft: #0b0b12;\n      --accent: #5cffc7;\n      --accent-soft: rgba(92, 255, 199, 0.18);\n      --accent-strong: #00ff99;\n      --accent-strong-soft: rgba(0, 255, 153, 0.14);\n      --text: #f5f5f7;\n      --muted: #9a9aa5;\n      --danger: #ff5b5b;\n      --card-radius: 28px;\n      --card-border: 1px solid rgba(255, 255, 255, 0.12);\n      --shadow-soft: 0 26px 70px rgba(0, 0, 0, 0.95);\n      --max-width: 1120px;\n      --transition-fast: 180ms ease-out;\n      --font-main: system-ui, -apple-system, BlinkMacSystemFont, \"SF Pro Text\",\n        \"Segoe UI\", sans-serif;\n    }\n\n    *, *::before, *::after { box-sizing: border-box; }\n\n    img { max-width: 100%; height: auto; display: block; }\n\n    body {\n      margin: 0;\n      font-family: var(--font-main);\n      background:\n        radial-gradient(circle at 0% 0%, #181824 0, transparent 55%),\n        radial-gradient(circle at 100% 0%, #11111e 0, transparent 55%),\n        radial-gradient(circle at 50% 100%, #151523 0, transparent 55%),\n        #050509;\n      color: var(--text);\n    }\n\n    .about-page {\n      min-height: 100vh;\n      display: flex;\n      flex-direction: column;\n    }\n\n    .about-shell {\n      max-width: var(--max-width);\n      margin: 0 auto;\n      padding: 56px 20px 80px;\n    }\n\n    \/* \u2500\u2500 HERO \u2500\u2500 *\/\n    .about-hero {\n      text-align: center;\n      margin-bottom: 64px;\n    }\n\n    .hero-eyebrow {\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      padding: 4px 10px;\n      border-radius: 999px;\n      background: rgba(255, 255, 255, 0.03);\n      border: 1px solid rgba(255, 255, 255, 0.08);\n      font-size: 0.72rem;\n      text-transform: uppercase;\n      letter-spacing: 0.14em;\n      color: var(--muted);\n      margin-bottom: 18px;\n    }\n\n    .hero-eyebrow-dot {\n      width: 7px;\n      height: 7px;\n      border-radius: 999px;\n      background: var(--accent);\n      box-shadow: 0 0 0 4px var(--accent-soft);\n      animation: eyebrowPing 1.9s ease-out infinite;\n    }\n\n    @keyframes eyebrowPing {\n      0% { transform: scale(1); opacity: 1; }\n      70% { transform: scale(1.7); opacity: 0; }\n      100% { transform: scale(1.7); opacity: 0; }\n    }\n\n    .about-hero h1 {\n      font-size: clamp(2.2rem, 3.6vw, 3rem);\n      letter-spacing: -0.04em;\n      margin: 0 0 14px;\n    }\n\n    .about-hero h1 span { color: var(--accent-strong); }\n\n    .about-hero p {\n      margin: 0 auto;\n      max-width: 640px;\n      color: var(--muted);\n      font-size: 1rem;\n      line-height: 1.75;\n    }\n\n    \/* \u2500\u2500 SECTION SHARED \u2500\u2500 *\/\n    .section-eyebrow {\n      font-size: 0.74rem;\n      text-transform: uppercase;\n      letter-spacing: 0.18em;\n      color: var(--muted);\n      margin-bottom: 8px;\n    }\n\n    .section-header h2 {\n      font-size: 1.6rem;\n      margin: 0 0 8px;\n      letter-spacing: -0.02em;\n    }\n\n    .section-header p {\n      margin: 0;\n      max-width: 620px;\n      color: var(--muted);\n      font-size: 0.94rem;\n      line-height: 1.7;\n    }\n\n    \/* \u2500\u2500 MISSION GRID \u2500\u2500 *\/\n    .mission-grid {\n      margin-top: 28px;\n      display: grid;\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n      gap: 20px;\n    }\n\n    .mission-card {\n      position: relative;\n      border-radius: var(--card-radius);\n      border: var(--card-border);\n      background:\n        radial-gradient(circle at 0 0, rgba(92,255,199,0.14), transparent 55%),\n        #070710;\n      padding: 22px 18px 18px;\n      box-shadow: var(--shadow-soft);\n      overflow: hidden;\n      transform: translateY(0);\n      transition:\n        transform 0.24s ease-out,\n        box-shadow 0.24s ease-out,\n        border-color 0.24s ease-out,\n        background 0.24s ease-out;\n    }\n\n    .mission-card::before {\n      content: \"\";\n      position: absolute;\n      inset: 0;\n      background: radial-gradient(circle at 0 0, rgba(255,255,255,0.22), transparent 55%);\n      mix-blend-mode: soft-light;\n      opacity: 0;\n      transition: opacity 0.3s ease-out;\n      pointer-events: none;\n    }\n\n    .mission-card:hover {\n      transform: translateY(-8px);\n      box-shadow: 0 30px 80px rgba(0,0,0,1);\n      border-color: rgba(92,255,199,0.75);\n      background:\n        radial-gradient(circle at 0 0, rgba(92,255,199,0.18), transparent 60%),\n        #05050c;\n    }\n\n    .mission-card:hover::before { opacity: 1; }\n\n    .mission-icon {\n      width: 44px;\n      height: 44px;\n      border-radius: 14px;\n      background:\n        radial-gradient(circle at 50% 0, rgba(92,255,199,0.22), transparent 60%),\n        rgba(5,5,10,0.96);\n      border: 1px solid rgba(255,255,255,0.14);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 1.4rem;\n      margin-bottom: 14px;\n    }\n\n    .mission-card h3 {\n      margin: 0 0 6px;\n      font-size: 1rem;\n    }\n\n    .mission-card p {\n      margin: 0;\n      font-size: 0.86rem;\n      color: var(--muted);\n      line-height: 1.7;\n    }\n\n    \/* \u2500\u2500 STATS STRIP \u2500\u2500 *\/\n    .stats-strip {\n      margin-top: 48px;\n      padding: 18px 20px;\n      border-radius: 22px;\n      border: 1px solid rgba(255,255,255,0.12);\n      background:\n        radial-gradient(circle at 0 0, rgba(92,255,199,0.16), transparent 65%),\n        rgba(6,6,12,0.96);\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 14px;\n      text-align: center;\n    }\n\n    .stat-item strong {\n      display: block;\n      font-size: 1.5rem;\n      color: var(--accent-strong);\n    }\n\n    .stat-item span {\n      font-size: 0.78rem;\n      text-transform: uppercase;\n      letter-spacing: 0.14em;\n      color: var(--muted);\n    }\n\n    \/* \u2500\u2500 TEAM \u2500\u2500 *\/\n    .team-section { margin-top: 64px; }\n\n    .team-grid {\n      margin-top: 28px;\n      display: grid;\n      grid-template-columns: repeat(4, minmax(0, 1fr));\n      gap: 20px;\n    }\n\n    .team-card {\n      border-radius: var(--card-radius);\n      border: var(--card-border);\n      background:\n        radial-gradient(circle at 50% 0, rgba(92,255,199,0.12), transparent 55%),\n        #070710;\n      padding: 24px 16px 20px;\n      text-align: center;\n      box-shadow: var(--shadow-soft);\n      overflow: hidden;\n      transform: translateY(0);\n      transition:\n        transform 0.24s ease-out,\n        box-shadow 0.24s ease-out,\n        border-color 0.24s ease-out;\n    }\n\n    .team-card:hover {\n      transform: translateY(-8px);\n      box-shadow: 0 30px 80px rgba(0,0,0,1);\n      border-color: rgba(92,255,199,0.7);\n    }\n\n    .team-avatar {\n      width: 96px;\n      height: 96px;\n      border-radius: 999px;\n      margin: 0 auto 14px;\n      border: 2px solid rgba(92,255,199,0.35);\n      overflow: hidden;\n      box-shadow: 0 0 30px rgba(92,255,199,0.15);\n    }\n\n    .team-avatar img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n    }\n\n    .team-card h3 {\n      margin: 0 0 2px;\n      font-size: 0.98rem;\n    }\n\n    .team-role {\n      font-size: 0.76rem;\n      text-transform: uppercase;\n      letter-spacing: 0.12em;\n      color: var(--accent-strong);\n      margin-bottom: 8px;\n    }\n\n    .team-card p {\n      margin: 0;\n      font-size: 0.82rem;\n      color: var(--muted);\n      line-height: 1.6;\n    }\n\n    .team-socials {\n      margin-top: 12px;\n      display: flex;\n      justify-content: center;\n      gap: 8px;\n    }\n\n    .team-socials a {\n      width: 32px;\n      height: 32px;\n      border-radius: 999px;\n      border: 1px solid rgba(255,255,255,0.14);\n      background: rgba(255,255,255,0.03);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: var(--muted);\n      text-decoration: none;\n      font-size: 0.82rem;\n      transition:\n        border-color 0.2s,\n        color 0.2s,\n        background 0.2s;\n    }\n\n    .team-socials a:hover {\n      border-color: rgba(92,255,199,0.7);\n      color: var(--accent);\n      background: rgba(92,255,199,0.06);\n    }\n\n    \/* \u2500\u2500 STORY TIMELINE \u2500\u2500 *\/\n    .story-section { margin-top: 64px; }\n\n    .timeline {\n      margin-top: 28px;\n      position: relative;\n      padding-left: 32px;\n    }\n\n    .timeline::before {\n      content: \"\";\n      position: absolute;\n      left: 8px;\n      top: 0;\n      bottom: 0;\n      width: 2px;\n      background: linear-gradient(180deg, var(--accent-strong), rgba(92,255,199,0.08));\n      border-radius: 999px;\n    }\n\n    .timeline-item {\n      position: relative;\n      margin-bottom: 28px;\n      padding: 16px 18px;\n      border-radius: 18px;\n      border: 1px solid rgba(255,255,255,0.10);\n      background: rgba(6,6,12,0.96);\n      box-shadow: 0 18px 50px rgba(0,0,0,0.9);\n      transition:\n        border-color 0.2s,\n        transform 0.2s;\n    }\n\n    .timeline-item:hover {\n      border-color: rgba(92,255,199,0.6);\n      transform: translateX(4px);\n    }\n\n    .timeline-item::before {\n      content: \"\";\n      position: absolute;\n      left: -28px;\n      top: 22px;\n      width: 12px;\n      height: 12px;\n      border-radius: 999px;\n      background: var(--accent-strong);\n      border: 2px solid var(--bg);\n      box-shadow: 0 0 0 3px var(--accent-soft);\n    }\n\n    .timeline-year {\n      font-size: 0.72rem;\n      text-transform: uppercase;\n      letter-spacing: 0.16em;\n      color: var(--accent-strong);\n      margin-bottom: 4px;\n    }\n\n    .timeline-item h3 {\n      margin: 0 0 4px;\n      font-size: 0.96rem;\n    }\n\n    .timeline-item p {\n      margin: 0;\n      font-size: 0.84rem;\n      color: var(--muted);\n      line-height: 1.6;\n    }\n\n    \/* \u2500\u2500 CTA \u2500\u2500 *\/\n    .cta-banner {\n      margin-top: 64px;\n      padding: 28px 24px;\n      border-radius: 24px;\n      border: 1px solid rgba(255,255,255,0.12);\n      background:\n        radial-gradient(circle at 100% 0, rgba(92,255,199,0.22), transparent 65%),\n        rgba(7,7,14,0.98);\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      gap: 20px;\n      box-shadow: 0 26px 70px rgba(0,0,0,1);\n    }\n\n    .cta-banner h2 {\n      margin: 0 0 4px;\n      font-size: 1.4rem;\n      letter-spacing: -0.02em;\n    }\n\n    .cta-banner p {\n      margin: 0;\n      font-size: 0.9rem;\n      color: var(--muted);\n    }\n\n    .cta-actions {\n      display: flex;\n      gap: 10px;\n      flex-shrink: 0;\n    }\n\n    .btn-primary,\n    .btn-ghost {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      border-radius: 999px;\n      padding: 10px 18px;\n      font-size: 0.86rem;\n      font-weight: 600;\n      text-decoration: none;\n      text-transform: uppercase;\n      letter-spacing: 0.14em;\n      border: 1px solid transparent;\n      cursor: pointer;\n      transition:\n        background 0.2s ease-out,\n        color 0.2s ease-out,\n        border-color 0.2s ease-out,\n        transform 0.16s ease-out,\n        box-shadow 0.2s ease-out;\n    }\n\n    .btn-primary {\n      background: linear-gradient(135deg, var(--accent-strong), #72ffd0);\n      color: #020204;\n      box-shadow: 0 18px 52px rgba(0, 0, 0, 1);\n    }\n\n    .btn-primary:hover {\n      transform: translateY(-2px) translateZ(0);\n      box-shadow: 0 24px 72px rgba(0, 0, 0, 1);\n      background: linear-gradient(135deg, #72ffd0, var(--accent-strong));\n    }\n\n    .btn-ghost {\n      background: transparent;\n      color: var(--accent-strong);\n      border-color: rgba(92,255,199,0.7);\n    }\n\n    .btn-ghost:hover {\n      transform: translateY(-1px);\n      background: rgba(92,255,199,0.06);\n      box-shadow: 0 18px 52px rgba(0, 0, 0, 0.9);\n    }\n\n    \/* \u2500\u2500 RESPONSIVE: TABLET \u2500\u2500 *\/\n    @media (max-width: 960px) {\n      body {\n        background:\n          radial-gradient(circle at 0% 0%, #181824 0, transparent 55%),\n          radial-gradient(circle at 100% 0%, #11111e 0, transparent 55%),\n          radial-gradient(circle at 50% 100%, #151523 0, transparent 55%),\n          #050509;\n        background-size: auto;\n        animation: none;\n      }\n\n      .hero-eyebrow-dot {\n        animation: none !important;\n        box-shadow: none;\n      }\n\n      .about-shell {\n        padding-top: 44px;\n      }\n\n      .mission-grid {\n        grid-template-columns: minmax(0, 1fr);\n      }\n\n      .team-grid {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n      }\n\n      .stats-strip {\n        grid-template-columns: repeat(2, 1fr);\n      }\n\n      .cta-banner {\n        flex-direction: column;\n        text-align: center;\n      }\n\n      .cta-actions {\n        justify-content: center;\n      }\n    }\n\n    \/* \u2500\u2500 RESPONSIVE: SMALL MOBILE \u2500\u2500 *\/\n    @media (max-width: 640px) {\n      .about-shell {\n        padding: 40px 16px 64px;\n      }\n\n      .about-hero h1 {\n        font-size: 1.9rem;\n        line-height: 1.15;\n      }\n\n      .team-grid {\n        grid-template-columns: minmax(0, 1fr);\n        max-width: 320px;\n        margin-left: auto;\n        margin-right: auto;\n      }\n\n      .stats-strip {\n        grid-template-columns: 1fr;\n      }\n\n      .cta-actions {\n        flex-direction: column;\n        align-items: stretch;\n      }\n    }\n\n    \/* REDUCED MOTION \u2013 accessibility + perf *\/\n    @media (prefers-reduced-motion: reduce) {\n      *, *::before, *::after {\n        animation-duration: 0.001ms !important;\n        animation-iteration-count: 1 !important;\n        transition-duration: 0.001ms !important;\n      }\n    }\n  <\/style>\n  <div class=\"about-page\">\n    <div class=\"about-shell\">\n\n      <!-- HERO -->\n      <section class=\"about-hero\">\n        <div class=\"hero-eyebrow\">\n          <span class=\"hero-eyebrow-dot\"><\/span>\n          Sobre Sumo Tradings\n        <\/div>\n        <h1>Las mentes detr\u00e1s de <span>la m\u00e1quina.<\/span><\/h1>\n        <p>\n          Somos un equipo de traders, quants e ingenieros de IA que se cansaron de las alertas ruidosas y el trading por intuici\u00f3n.\n          As\u00ed que creamos Sumo \u2014 una plataforma que transforma el caos del mercado en planes de trading estructurados y conscientes del riesgo.\n        <\/p>\n      <\/section>\n\n      <!-- MISSION -->\n      <section class=\"home-section\">\n        <div class=\"section-eyebrow\">Nuestra misi\u00f3n<\/div>\n        <div class=\"section-header\">\n          <h2>Dar a cada trader una ventaja de nivel institucional.<\/h2>\n          <p>\n            Creemos que el an\u00e1lisis impulsado por IA no deber\u00eda estar reservado a los hedge funds. Sumo pone\n            la misma l\u00f3gica multi-motor y multi-temporalidad al alcance de traders independientes en todo el mundo.\n          <\/p>\n        <\/div>\n\n        <div class=\"mission-grid\">\n          <div class=\"mission-card\">\n            <div class=\"mission-icon\">\u26a1<\/div>\n            <h3>Velocidad sin ruido<\/h3>\n            <p>\n              Cinco motores de IA especializados analizan m\u00e1s de 1.500 tokens las 24 horas del d\u00eda, los 7 d\u00edas de la semana, para ofrecerte solo configuraciones de alta convicci\u00f3n \u2014 sin fatiga de alertas.\n            <\/p>\n          <\/div>\n          <div class=\"mission-card\">\n            <div class=\"mission-icon\">\ud83d\udee1\ufe0f<\/div>\n            <h3>Filosof\u00eda de riesgo primero<\/h3>\n            <p>\n              Cada se\u00f1al incluye stops calculados, objetivos y orientaci\u00f3n de tama\u00f1o de posici\u00f3n. No celebramos las ganancias sin proteger las p\u00e9rdidas.\n            <\/p>\n          <\/div>\n          <div class=\"mission-card\">\n            <div class=\"mission-icon\">\ud83c\udf0d<\/div>\n            <h3>Dise\u00f1ado para todos<\/h3>\n            <p>\n              Desde swing traders a tiempo parcial hasta scalpers a tiempo completo y creadores de sistemas \u2014 Sumo se adapta al tiempo y estilo que realmente tienes.\n            <\/p>\n          <\/div>\n        <\/div>\n      <\/section>\n\n      <!-- STATS -->\n      <div class=\"stats-strip\">\n        <div class=\"stat-item\">\n          <strong>5<\/strong>\n          <span>Motores IA<\/span>\n        <\/div>\n        <div class=\"stat-item\">\n          <strong>1.500+<\/strong>\n          <span>Tokens rastreados<\/span>\n        <\/div>\n        <div class=\"stat-item\">\n          <strong>10<\/strong>\n          <span>Idiomas<\/span>\n        <\/div>\n        <div class=\"stat-item\">\n          <strong>24\/7<\/strong>\n          <span>Cobertura de mercado<\/span>\n        <\/div>\n      <\/div>\n\n      <!-- TEAM -->\n      <section class=\"team-section\">\n        <div class=\"section-eyebrow\">Nuestro equipo<\/div>\n        <div class=\"section-header\">\n          <h2>Traders e ingenieros construyendo para traders.<\/h2>\n          <p>\n            Un equipo peque\u00f1o y enfocado distribuido en varias zonas horarias \u2014 cada uno aportando profunda experiencia en mercados, IA y producto.\n          <\/p>\n        <\/div>\n\n        <div class=\"team-grid\">\n          <div class=\"team-card\">\n            <div class=\"team-avatar\">\n              <img decoding=\"async\" src=\"https:\/\/i.pravatar.cc\/200?img=68\" alt=\"Marcus Chen\" loading=\"lazy\" \/>\n            <\/div>\n            <h3>Marcus Chen<\/h3>\n            <div class=\"team-role\">Cofundador &amp; CEO<\/div>\n            <p>Antiguo quant en un prop desk del top 10. 12 a\u00f1os de experiencia en trading sistem\u00e1tico de criptomonedas y derivados.<\/p>\n            <div class=\"team-socials\">\n              <a href=\"#\" title=\"LinkedIn\">in<\/a>\n              <a href=\"#\" title=\"Twitter\">\ud835\udd4f<\/a>\n            <\/div>\n          <\/div>\n\n          <div class=\"team-card\">\n            <div class=\"team-avatar\">\n              <img decoding=\"async\" src=\"https:\/\/i.pravatar.cc\/200?img=47\" alt=\"Elena Kovacs\" loading=\"lazy\" \/>\n            <\/div>\n            <h3>Elena Kovacs<\/h3>\n            <div class=\"team-role\">Cofundadora &amp; CTO<\/div>\n            <p>Ingeniera de ML con doctorado en matem\u00e1ticas aplicadas. Arquitecta del pipeline de se\u00f1ales multi-motor de Sumo.<\/p>\n            <div class=\"team-socials\">\n              <a href=\"#\" title=\"LinkedIn\">in<\/a>\n              <a href=\"#\" title=\"GitHub\">GH<\/a>\n            <\/div>\n          <\/div>\n\n          <div class=\"team-card\">\n            <div class=\"team-avatar\">\n              <img decoding=\"async\" src=\"https:\/\/i.pravatar.cc\/200?img=11\" alt=\"James Okafor\" loading=\"lazy\" \/>\n            <\/div>\n            <h3>James Okafor<\/h3>\n            <div class=\"team-role\">Director de investigaci\u00f3n IA<\/div>\n            <p>Desarroll\u00f3 modelos NLP a gran escala para fintech. Lidera los motores de an\u00e1lisis de sentimiento y noticias en Sumo.<\/p>\n            <div class=\"team-socials\">\n              <a href=\"#\" title=\"LinkedIn\">in<\/a>\n              <a href=\"#\" title=\"Twitter\">\ud835\udd4f<\/a>\n            <\/div>\n          <\/div>\n\n          <div class=\"team-card\">\n            <div class=\"team-avatar\">\n              <img decoding=\"async\" src=\"https:\/\/i.pravatar.cc\/200?img=32\" alt=\"Sofia Reyes\" loading=\"lazy\" \/>\n            <\/div>\n            <h3>Sofia Reyes<\/h3>\n            <div class=\"team-role\">Directora de producto<\/div>\n            <p>Ex l\u00edder de producto en Binance. Obsesionada con hacer que las herramientas de trading complejas se sientan sencillas.<\/p>\n            <div class=\"team-socials\">\n              <a href=\"#\" title=\"LinkedIn\">in<\/a>\n              <a href=\"#\" title=\"Twitter\">\ud835\udd4f<\/a>\n            <\/div>\n          <\/div>\n\n          <div class=\"team-card\">\n            <div class=\"team-avatar\">\n              <img decoding=\"async\" src=\"https:\/\/i.pravatar.cc\/200?img=60\" alt=\"David Park\" loading=\"lazy\" \/>\n            <\/div>\n            <h3>David Park<\/h3>\n            <div class=\"team-role\">Ingeniero backend principal<\/div>\n            <p>Escal\u00f3 pipelines de datos en tiempo real procesando millones de ticks por segundo en m\u00faltiples exchanges.<\/p>\n            <div class=\"team-socials\">\n              <a href=\"#\" title=\"LinkedIn\">in<\/a>\n              <a href=\"#\" title=\"GitHub\">GH<\/a>\n            <\/div>\n          <\/div>\n\n          <div class=\"team-card\">\n            <div class=\"team-avatar\">\n              <img decoding=\"async\" src=\"https:\/\/i.pravatar.cc\/200?img=26\" alt=\"Anika Sharma\" loading=\"lazy\" \/>\n            <\/div>\n            <h3>Anika Sharma<\/h3>\n            <div class=\"team-role\">Analista de riesgo &amp; quant<\/div>\n            <p>Dise\u00f1\u00f3 el framework de TP\/SL basado en ATR. Anteriormente model\u00f3 riesgos en un fondo crypto europeo.<\/p>\n            <div class=\"team-socials\">\n              <a href=\"#\" title=\"LinkedIn\">in<\/a>\n              <a href=\"#\" title=\"Twitter\">\ud835\udd4f<\/a>\n            <\/div>\n          <\/div>\n\n          <div class=\"team-card\">\n            <div class=\"team-avatar\">\n              <img decoding=\"async\" src=\"https:\/\/i.pravatar.cc\/200?img=52\" alt=\"Liam Torres\" loading=\"lazy\" \/>\n            <\/div>\n            <h3>Liam Torres<\/h3>\n            <div class=\"team-role\">Ingeniero frontend<\/div>\n            <p>Dise\u00f1a la interfaz y la experiencia de gr\u00e1ficos de Sumo. Antiguo ingeniero de dise\u00f1o en una plataforma de trading.<\/p>\n            <div class=\"team-socials\">\n              <a href=\"#\" title=\"LinkedIn\">in<\/a>\n              <a href=\"#\" title=\"GitHub\">GH<\/a>\n            <\/div>\n          <\/div>\n\n          <div class=\"team-card\">\n            <div class=\"team-avatar\">\n              <img decoding=\"async\" src=\"https:\/\/i.pravatar.cc\/200?img=44\" alt=\"Nina Petrova\" loading=\"lazy\" \/>\n            <\/div>\n            <h3>Nina Petrova<\/h3>\n            <div class=\"team-role\">Comunidad &amp; crecimiento<\/div>\n            <p>Conecta a Sumo con la comunidad global de trading. Habla 4 idiomas y gestiona la localizaci\u00f3n.<\/p>\n            <div class=\"team-socials\">\n              <a href=\"#\" title=\"LinkedIn\">in<\/a>\n              <a href=\"#\" title=\"Twitter\">\ud835\udd4f<\/a>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/section>\n\n      <!-- STORY TIMELINE -->\n      <section class=\"story-section\">\n        <div class=\"section-eyebrow\">Nuestra historia<\/div>\n        <div class=\"section-header\">\n          <h2>De proyecto personal a plataforma global.<\/h2>\n        <\/div>\n\n        <div class=\"timeline\">\n          <div class=\"timeline-item\">\n            <div class=\"timeline-year\">2023 \u2014 La chispa<\/div>\n            <h3>Dos traders crean un bot de se\u00f1ales privado<\/h3>\n            <p>Marcus y Elena comienzan a prototipar un esc\u00e1ner de mercado basado en LLM para sus propios portafolios, frustrados por el ruido de las se\u00f1ales.<\/p>\n          <\/div>\n          <div class=\"timeline-item\">\n            <div class=\"timeline-year\">2024 \u2014 El lanzamiento<\/div>\n            <h3>Sumo Tradings lanza su beta p\u00fablica<\/h3>\n            <p>La arquitectura multi-motor se pone en marcha con m\u00e1s de 500 tokens, integraci\u00f3n con Telegram y una comunidad creciente de early adopters.<\/p>\n          <\/div>\n          <div class=\"timeline-item\">\n            <div class=\"timeline-year\">2025 \u2014 Escalando<\/div>\n            <h3>1.500+ tokens \u00b7 10 idiomas \u00b7 Aplicaci\u00f3n web<\/h3>\n            <p>Plataforma web completa, expansi\u00f3n multi-temporalidad, motor de optimizaci\u00f3n TP\/SL y localizaci\u00f3n en 10 idiomas.<\/p>\n          <\/div>\n          <div class=\"timeline-item\">\n            <div class=\"timeline-year\">2026 \u2014 Lo que viene<\/div>\n            <h3>Acceso API, bots avanzados y herramientas institucionales<\/h3>\n            <p>Abriendo el motor a creadores de sistemas con acceso API, ampliando la cobertura de exchanges y a\u00f1adiendo anal\u00edticas de riesgo a nivel de portafolio.<\/p>\n          <\/div>\n        <\/div>\n      <\/section>\n\n      <!-- CTA -->\n      <section class=\"home-section\">\n        <div class=\"cta-banner\">\n          <div>\n            <h2>\u00bfListo para operar con ventaja?<\/h2>\n            <p>Comienza tu prueba gratuita de 7 d\u00edas. Sin tarjeta requerida. Garant\u00eda de devoluci\u00f3n de 30 d\u00edas al actualizar.<\/p>\n          <\/div>\n          <div class=\"cta-actions\">\n            <a href=\"https:\/\/sumotradings.com\/es\/contact\" class=\"btn-primary\">Prueba gratuita<\/a>\n            <a href=\"https:\/\/sumotradings.com\/es\/pricing\/\" class=\"btn-ghost\">Ver precios<\/a>\n          <\/div>\n        <\/div>\n      <\/section>\n\n    <\/div>\n  <\/div>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fdcc38f e-flex e-con-boxed e-con e-parent\" data-id=\"fdcc38f\" data-element_type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6d5793a elementor-widget elementor-widget-html\" data-id=\"6d5793a\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<section class=\"sumo-faq-seo\" aria-label=\"Crypto Software FAQ\">\n  <style>\n    \/* Scoped to this block only *\/\n    .sumo-faq-seo{\n      --bg: #050509;\n      --accent: #5cffc7;\n      --accent-soft: rgba(92,255,199,0.18);\n      --text: #f5f5f7;\n      --muted: #9a9aa5;\n      --border: rgba(255,255,255,0.12);\n      --shadow: 0 18px 50px rgba(0,0,0,0.95);\n      --shadow-open: 0 24px 70px rgba(0,0,0,1);\n\n      max-width: 1120px;\n      margin: 0 auto;\n      padding: 0; \/* let Elementor section control spacing *\/\n      color: var(--text);\n      font-family: system-ui, -apple-system, BlinkMacSystemFont, \"SF Pro Text\", \"Segoe UI\", sans-serif;\n    }\n\n    .sumo-faq-seo__title{\n      margin: 0 0 10px;\n      font-size: clamp(1.55rem, 2.2vw, 2.05rem);\n      letter-spacing: -0.02em;\n      line-height: 1.15;\n    }\n\n    .sumo-faq-seo__intro{\n      margin: 0 0 18px;\n      max-width: 980px;\n      color: var(--muted);\n      font-size: 0.98rem;\n      line-height: 1.7;\n    }\n\n    .sumo-faq-seo__list{\n      display: flex;\n      flex-direction: column;\n      gap: 12px;\n    }\n\n    \/* Match homepage details FAQ look *\/\n    .sumo-faq-seo__item{\n      border-radius: 18px;\n      border: 1px solid var(--border);\n      background: rgba(6,6,12,0.96);\n      overflow: hidden;\n      box-shadow: var(--shadow);\n      transition: border-color 0.2s ease-out, box-shadow 0.2s ease-out, background 0.2s ease-out;\n    }\n\n    .sumo-faq-seo__item[open]{\n      border-color: rgba(92,255,199,0.85);\n      box-shadow: var(--shadow-open);\n      background:\n        radial-gradient(circle at 0 0, rgba(92,255,199,0.18), transparent 60%),\n        rgba(5,5,10,0.98);\n    }\n\n    .sumo-faq-seo__summary{\n      list-style: none;\n      cursor: pointer;\n      padding: 12px 14px;\n      display: flex;\n      align-items: flex-start;\n      gap: 10px;\n    }\n\n    .sumo-faq-seo__summary::-webkit-details-marker{ display: none; }\n\n    .sumo-faq-seo__toggle{\n      width: 30px;\n      height: 30px;\n      border-radius: 999px;\n      border: 1px solid rgba(255,255,255,0.18);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 1rem;\n      background: radial-gradient(circle at 50% 0, rgba(92,255,199,0.2), transparent 60%);\n      flex-shrink: 0;\n      position: relative;\n      box-shadow: 0 0 0 4px rgba(92,255,199,0.0);\n      transition: background 0.2s ease-out, box-shadow 0.2s ease-out;\n    }\n\n    \/* plus\/minus controlled by open state (no JS) *\/\n    .sumo-faq-seo__toggle::before{ content: \"+\"; line-height: 1; }\n    .sumo-faq-seo__item[open] .sumo-faq-seo__toggle{\n      background: radial-gradient(circle at 50% 0, rgba(92,255,199,0.28), transparent 60%);\n      box-shadow: 0 0 0 4px var(--accent-soft);\n    }\n    .sumo-faq-seo__item[open] .sumo-faq-seo__toggle::before{ content: \"\u2212\"; }\n\n    .sumo-faq-seo__q{\n      margin: 2px 0 0;\n      font-size: 0.95rem;\n      font-weight: 600;\n      line-height: 1.35;\n      color: var(--text);\n    }\n\n    .sumo-faq-seo__answer{\n      padding: 0 14px 12px 54px; \/* match homepage *\/\n      font-size: 0.90rem;\n      color: var(--muted);\n      line-height: 1.75;\n    }\n\n    .sumo-faq-seo__answer p{ margin: 0 0 10px; }\n    .sumo-faq-seo__answer p:last-child{ margin-bottom: 0; }\n\n    .sumo-faq-seo__answer ul{\n      margin: 0 0 10px;\n      padding-left: 18px;\n    }\n    .sumo-faq-seo__answer li{ margin: 6px 0; }\n\n    \/* Keyboard focus *\/\n    .sumo-faq-seo__summary:focus-visible{\n      outline: none;\n      box-shadow: 0 0 0 2px rgba(92,255,199,0.35);\n      border-radius: 14px;\n    }\n\n    \/* Mobile tweaks (same spirit as homepage) *\/\n    @media (max-width: 767px){\n      .sumo-faq-seo__intro{ font-size: 0.95rem; }\n      .sumo-faq-seo__q{ font-size: 0.93rem; }\n      .sumo-faq-seo__answer{ padding: 0 14px 12px 54px; font-size: 0.88rem; }\n    }\n  <\/style>\n\n  <header class=\"sumo-faq-seo__header\">\n    <h2 class=\"sumo-faq-seo__title\">Crypto Analysis: Master Crypto Market Movements with Sumo Tradings<\/h2>\n    <p class=\"sumo-faq-seo__intro\">\n      In the cryptocurrency universe, volatility is high, making opportunities numerous but risks equally real. To navigate successfully, one essential key emerges: crypto technical analysis. With it, you can anticipate market movements, identify entry or exit signals, and optimize your trading decisions.\n    <\/p>\n  <\/header>\n\n  <div class=\"sumo-faq-seo__list\">\n    <details class=\"sumo-faq-seo__item\" open>\n      <summary class=\"sumo-faq-seo__summary\">\n        <span class=\"sumo-faq-seo__toggle\" aria-hidden=\"true\"><\/span>\n        <h3 class=\"sumo-faq-seo__q\">What is crypto technical analysis?<\/h3>\n      <\/summary>\n      <div class=\"sumo-faq-seo__answer\">\n        <p>Crypto technical analysis is a method that involves studying past movements of a cryptocurrency to anticipate its future variations. It relies on observing charts, volumes, and technical indicators to identify trends, reversals, or strategic buying and selling zones. In a market as volatile as Bitcoin, Ethereum, or altcoins, this approach helps understand price dynamics without relying on emotions or hasty speculation.<\/p>\n        <p>Unlike fundamental analysis, which focuses on projects, technology, or the team behind a blockchain, technical analysis concentrates solely on price evolution. It quickly becomes essential for any investor wanting to structure their strategy and make informed decisions in a fluctuating environment.<\/p>\n      <\/div>\n    <\/details>\n\n    <details class=\"sumo-faq-seo__item\">\n      <summary class=\"sumo-faq-seo__summary\">\n        <span class=\"sumo-faq-seo__toggle\" aria-hidden=\"true\"><\/span>\n        <h3 class=\"sumo-faq-seo__q\">Why is technical analysis essential in crypto?<\/h3>\n      <\/summary>\n      <div class=\"sumo-faq-seo__answer\">\n        <p>The crypto market often reacts quickly and unpredictably. Prices can soar or plummet brutally, influenced by market sentiment, announcements, volumes, or speculative behavior. Crypto technical analysis helps better understand these movements. It helps identify real trends in an asset, locate zones where buyers or sellers dominate, and anticipate key market points.<\/p>\n        <p>It also helps eliminate emotional trading. Rather than following a trend or rumor, the investor relies on tangible, visible, and measurable data. Technical analysis acts as a structured framework that improves decision-making, reduces the risk of impulsive errors, and strengthens the consistency of a trading strategy.<\/p>\n      <\/div>\n    <\/details>\n\n    <details class=\"sumo-faq-seo__item\">\n      <summary class=\"sumo-faq-seo__summary\">\n        <span class=\"sumo-faq-seo__toggle\" aria-hidden=\"true\"><\/span>\n        <h3 class=\"sumo-faq-seo__q\">What tools and indicators are used in crypto technical analysis?<\/h3>\n      <\/summary>\n      <div class=\"sumo-faq-seo__answer\">\n        <p>Technical analysis relies on several complementary tools. The starting point is observing charts, which show the evolution of price and volumes over time. Support and resistance levels then constitute essential reference points: these are levels where the market typically bounces or stalls.<\/p>\n        <p>Moving averages help identify the general trend, while oscillators like RSI or MACD help spot market excesses that may signal a reversal. Bollinger Bands, chart patterns, or Fibonacci retracements complete this toolkit by offering other analytical angles.<\/p>\n        <p>The value of these indicators lies in their ability to highlight probable signals. None is 100% reliable, but when combined, they provide a coherent market view. These are the principles that SUMO Trading uses and enhances through artificial intelligence.<\/p>\n      <\/div>\n    <\/details>\n\n    <details class=\"sumo-faq-seo__item\">\n      <summary class=\"sumo-faq-seo__summary\">\n        <span class=\"sumo-faq-seo__toggle\" aria-hidden=\"true\"><\/span>\n        <h3 class=\"sumo-faq-seo__q\">How does Sumo Tradings simplify and improve crypto technical analysis?<\/h3>\n      <\/summary>\n      <div class=\"sumo-faq-seo__answer\">\n        <p>Sumo Tradings was designed to make technical analysis accessible, efficient, and more precise. Where an investor typically must manually analyze multiple charts, timeframes, and indicators, the platform automates this work through AI. It identifies trends, spots important patterns, and detects potential signals based on multi-indicator analyses.<\/p>\n        <p>One of Sumo Tradings' major strengths is its ability to interpret multiple timeframes simultaneously. This allows understanding both the long-term dynamics of an asset and emerging short-term opportunities. This multi-timeframe approach is particularly important in crypto, where rapid fluctuations require fine market reading.<\/p>\n        <p>The platform also offers intelligent optimization of take profit (TP) and stop loss (SL) zones. Rather than arbitrarily setting an exit level, Sumo Tradings calculates optimal zones based on the asset's actual behavior. This improves risk management and frames each position coherently.<\/p>\n      <\/div>\n    <\/details>\n\n    <details class=\"sumo-faq-seo__item\">\n      <summary class=\"sumo-faq-seo__summary\">\n        <span class=\"sumo-faq-seo__toggle\" aria-hidden=\"true\"><\/span>\n        <h3 class=\"sumo-faq-seo__q\">Is crypto technical analysis reliable?<\/h3>\n      <\/summary>\n      <div class=\"sumo-faq-seo__answer\">\n        <p>Technical analysis is never an absolute guarantee. It's a tool based on observing past behaviors, which doesn't prevent unpredictable events from brutally altering the market. A regulatory announcement, an influential tweet, or a technical incident can cancel a seemingly coherent scenario in minutes.<\/p>\n        <p>However, in most situations, crypto markets follow repetitive dynamics influenced by human emotions: fear, euphoria, uncertainty. Technical analysis helps decipher this collective psychology. SUMO Trading strengthens this reliability by multiplying analysis sources and eliminating emotional biases, which improves overall signal accuracy.<\/p>\n      <\/div>\n    <\/details>\n\n    <details class=\"sumo-faq-seo__item\">\n      <summary class=\"sumo-faq-seo__summary\">\n        <span class=\"sumo-faq-seo__toggle\" aria-hidden=\"true\"><\/span>\n        <h3 class=\"sumo-faq-seo__q\">What profiles is crypto technical analysis suited for?<\/h3>\n      <\/summary>\n      <div class=\"sumo-faq-seo__answer\">\n        <p>Technical analysis suits all investor profiles. Active traders use it to identify short-term entry or exit points. Long-term investors use it to optimize their buying zones to avoid entering at the worst moment. Beginners find a structuring framework that helps them understand crypto market logic.<\/p>\n        <p>Thanks to Sumo Tradings, even users who don't yet master all technical indicators can benefit from robust and readable analysis. The tool acts as an intelligent assistant capable of explaining, guiding, and proposing constructed scenarios.<\/p>\n      <\/div>\n    <\/details>\n\n    <details class=\"sumo-faq-seo__item\">\n      <summary class=\"sumo-faq-seo__summary\">\n        <span class=\"sumo-faq-seo__toggle\" aria-hidden=\"true\"><\/span>\n        <h3 class=\"sumo-faq-seo__q\">Why use Sumo Tradings for your crypto technical analysis?<\/h3>\n      <\/summary>\n      <div class=\"sumo-faq-seo__answer\">\n        <p>Crypto technical analysis is essential for navigating such a volatile and complex market. It helps understand trends, anticipate reversals, and structure a coherent strategy. SUMO Tradings goes even further by combining this approach with the power of artificial intelligence. The software analyzes charts, detects relevant signals, proposes optimized TP\/SL zones, and offers a multi-timeframe market view.<\/p>\n        <p>For investors who want to make better decisions, save time, and reduce risks, SUMO Tradings becomes a true strategic ally.<\/p>\n      <\/div>\n    <\/details>\n  <\/div>\n\n  <!-- Schema.org FAQPage Structured Data for SEO - ENGLISH VERSION -->\n  <script type=\"application\/ld+json\">\n  {\n    \"@context\": \"https:\/\/schema.org\",\n    \"@type\": \"FAQPage\",\n    \"mainEntity\": [\n      {\n        \"@type\": \"Question\",\n        \"name\": \"What is crypto technical analysis?\",\n        \"acceptedAnswer\": {\n          \"@type\": \"Answer\",\n          \"text\": \"Crypto technical analysis is a method that involves studying past movements of a cryptocurrency to anticipate its future variations. It relies on observing charts, volumes, and technical indicators to identify trends, reversals, or strategic buying and selling zones. In a market as volatile as Bitcoin, Ethereum, or altcoins, this approach helps understand price dynamics without relying on emotions or hasty speculation. Unlike fundamental analysis, which focuses on projects, technology, or the team behind a blockchain, technical analysis concentrates solely on price evolution. It quickly becomes essential for any investor wanting to structure their strategy and make informed decisions in a fluctuating environment.\"\n        }\n      },\n      {\n        \"@type\": \"Question\",\n        \"name\": \"Why is technical analysis essential in crypto?\",\n        \"acceptedAnswer\": {\n          \"@type\": \"Answer\",\n          \"text\": \"The crypto market often reacts quickly and unpredictably. Prices can soar or plummet brutally, influenced by market sentiment, announcements, volumes, or speculative behavior. Crypto technical analysis helps better understand these movements. It helps identify real trends in an asset, locate zones where buyers or sellers dominate, and anticipate key market points. It also helps eliminate emotional trading. Rather than following a trend or rumor, the investor relies on tangible, visible, and measurable data. Technical analysis acts as a structured framework that improves decision-making, reduces the risk of impulsive errors, and strengthens the consistency of a trading strategy.\"\n        }\n      },\n      {\n        \"@type\": \"Question\",\n        \"name\": \"What tools and indicators are used in crypto technical analysis?\",\n        \"acceptedAnswer\": {\n          \"@type\": \"Answer\",\n          \"text\": \"Technical analysis relies on several complementary tools. The starting point is observing charts, which show the evolution of price and volumes over time. Support and resistance levels then constitute essential reference points: these are levels where the market typically bounces or stalls. Moving averages help identify the general trend, while oscillators like RSI or MACD help spot market excesses that may signal a reversal. Bollinger Bands, chart patterns, or Fibonacci retracements complete this toolkit by offering other analytical angles. The value of these indicators lies in their ability to highlight probable signals. None is 100% reliable, but when combined, they provide a coherent market view.\"\n        }\n      },\n      {\n        \"@type\": \"Question\",\n        \"name\": \"How does Sumo Tradings simplify and improve crypto technical analysis?\",\n        \"acceptedAnswer\": {\n          \"@type\": \"Answer\",\n          \"text\": \"Sumo Tradings was designed to make technical analysis accessible, efficient, and more precise. Where an investor typically must manually analyze multiple charts, timeframes, and indicators, the platform automates this work through AI. It identifies trends, spots important patterns, and detects potential signals based on multi-indicator analyses. One of Sumo Tradings' major strengths is its ability to interpret multiple timeframes simultaneously. The platform also offers intelligent optimization of take profit (TP) and stop loss (SL) zones. Rather than arbitrarily setting an exit level, Sumo Tradings calculates optimal zones based on the asset's actual behavior.\"\n        }\n      },\n      {\n        \"@type\": \"Question\",\n        \"name\": \"Is crypto technical analysis reliable?\",\n        \"acceptedAnswer\": {\n          \"@type\": \"Answer\",\n          \"text\": \"Technical analysis is never an absolute guarantee. It's a tool based on observing past behaviors, which doesn't prevent unpredictable events from brutally altering the market. A regulatory announcement, an influential tweet, or a technical incident can cancel a seemingly coherent scenario in minutes. However, in most situations, crypto markets follow repetitive dynamics influenced by human emotions: fear, euphoria, uncertainty. Technical analysis helps decipher this collective psychology. SUMO Trading strengthens this reliability by multiplying analysis sources and eliminating emotional biases, which improves overall signal accuracy.\"\n        }\n      },\n      {\n        \"@type\": \"Question\",\n        \"name\": \"What profiles is crypto technical analysis suited for?\",\n        \"acceptedAnswer\": {\n          \"@type\": \"Answer\",\n          \"text\": \"Technical analysis suits all investor profiles. Active traders use it to identify short-term entry or exit points. Long-term investors use it to optimize their buying zones to avoid entering at the worst moment. Beginners find a structuring framework that helps them understand crypto market logic. Thanks to Sumo Tradings, even users who don't yet master all technical indicators can benefit from robust and readable analysis. The tool acts as an intelligent assistant capable of explaining, guiding, and proposing constructed scenarios.\"\n        }\n      },\n      {\n        \"@type\": \"Question\",\n        \"name\": \"Why use Sumo Tradings for your crypto technical analysis?\",\n        \"acceptedAnswer\": {\n          \"@type\": \"Answer\",\n          \"text\": \"Crypto technical analysis is essential for navigating such a volatile and complex market. It helps understand trends, anticipate reversals, and structure a coherent strategy. SUMO Tradings goes even further by combining this approach with the power of artificial intelligence. The software analyzes charts, detects relevant signals, proposes optimized TP\/SL zones, and offers a multi-timeframe market view. For investors who want to make better decisions, save time, and reduce risks, SUMO Tradings becomes a true strategic ally.\"\n        }\n      }\n    ]\n  }\n  <\/script>\n\n<\/section>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Sobre Sumo Tradings Las mentes detr\u00e1s de la m\u00e1quina. Somos un equipo de traders, quants e ingenieros de IA que se cansaron de las alertas ruidosas y el trading por intuici\u00f3n. As\u00ed que creamos Sumo \u2014 una plataforma que transforma el caos del mercado en planes de trading estructurados y conscientes del riesgo. Nuestra misi\u00f3n [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_yoast_wpseo_focuskw":"","_yoast_wpseo_title":"","_yoast_wpseo_metadesc":"","footnotes":""},"class_list":["post-6140","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>about-us-es - SumoAnalysis<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.sumoanalysis.com\/es\/sobre-nosotros\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"about-us-es - SumoAnalysis\" \/>\n<meta property=\"og:description\" content=\"Sobre Sumo Tradings Las mentes detr\u00e1s de la m\u00e1quina. Somos un equipo de traders, quants e ingenieros de IA que se cansaron de las alertas ruidosas y el trading por intuici\u00f3n. As\u00ed que creamos Sumo \u2014 una plataforma que transforma el caos del mercado en planes de trading estructurados y conscientes del riesgo. Nuestra misi\u00f3n [&hellip;]\" \/>\n<meta property=\"og:site_name\" content=\"SumoAnalysis\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-09T06:16:39+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/i.pravatar.cc\/200?img=68\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data1\" content=\"8 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.sumoanalysis.com\/es\/sobre-nosotros\/\",\"url\":\"https:\/\/www.sumoanalysis.com\/es\/sobre-nosotros\/\",\"name\":\"about-us-es - SumoAnalysis\",\"isPartOf\":{\"@id\":\"https:\/\/www.sumoanalysis.com\/es\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.sumoanalysis.com\/es\/sobre-nosotros\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.sumoanalysis.com\/es\/sobre-nosotros\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/i.pravatar.cc\/200?img=68\",\"datePublished\":\"2026-03-09T02:31:49+00:00\",\"dateModified\":\"2026-03-09T06:16:39+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.sumoanalysis.com\/es\/sobre-nosotros\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.sumoanalysis.com\/es\/sobre-nosotros\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/www.sumoanalysis.com\/es\/sobre-nosotros\/#primaryimage\",\"url\":\"https:\/\/i.pravatar.cc\/200?img=68\",\"contentUrl\":\"https:\/\/i.pravatar.cc\/200?img=68\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.sumoanalysis.com\/es\/sobre-nosotros\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.sumoanalysis.com\/es\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"about-us-es\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.sumoanalysis.com\/es\/#website\",\"url\":\"https:\/\/www.sumoanalysis.com\/es\/\",\"name\":\"SumoAnalysis\",\"description\":\"Sumo Tradings Handles the Analysis. You Focus on Results.\",\"publisher\":{\"@id\":\"https:\/\/www.sumoanalysis.com\/es\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.sumoanalysis.com\/es\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.sumoanalysis.com\/es\/#organization\",\"name\":\"SumoAnalysis\",\"url\":\"https:\/\/www.sumoanalysis.com\/es\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/www.sumoanalysis.com\/es\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.sumoanalysis.com\/wp-content\/uploads\/2025\/09\/cropped-Adobe-Express-file.png\",\"contentUrl\":\"https:\/\/www.sumoanalysis.com\/wp-content\/uploads\/2025\/09\/cropped-Adobe-Express-file.png\",\"width\":512,\"height\":512,\"caption\":\"SumoAnalysis\"},\"image\":{\"@id\":\"https:\/\/www.sumoanalysis.com\/es\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"about-us-es - SumoAnalysis","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.sumoanalysis.com\/es\/sobre-nosotros\/","og_locale":"es_ES","og_type":"article","og_title":"about-us-es - SumoAnalysis","og_description":"Sobre Sumo Tradings Las mentes detr\u00e1s de la m\u00e1quina. Somos un equipo de traders, quants e ingenieros de IA que se cansaron de las alertas ruidosas y el trading por intuici\u00f3n. As\u00ed que creamos Sumo \u2014 una plataforma que transforma el caos del mercado en planes de trading estructurados y conscientes del riesgo. Nuestra misi\u00f3n [&hellip;]","og_site_name":"SumoAnalysis","article_modified_time":"2026-03-09T06:16:39+00:00","og_image":[{"url":"https:\/\/i.pravatar.cc\/200?img=68","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Tiempo de lectura":"8 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.sumoanalysis.com\/es\/sobre-nosotros\/","url":"https:\/\/www.sumoanalysis.com\/es\/sobre-nosotros\/","name":"about-us-es - SumoAnalysis","isPartOf":{"@id":"https:\/\/www.sumoanalysis.com\/es\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.sumoanalysis.com\/es\/sobre-nosotros\/#primaryimage"},"image":{"@id":"https:\/\/www.sumoanalysis.com\/es\/sobre-nosotros\/#primaryimage"},"thumbnailUrl":"https:\/\/i.pravatar.cc\/200?img=68","datePublished":"2026-03-09T02:31:49+00:00","dateModified":"2026-03-09T06:16:39+00:00","breadcrumb":{"@id":"https:\/\/www.sumoanalysis.com\/es\/sobre-nosotros\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.sumoanalysis.com\/es\/sobre-nosotros\/"]}]},{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/www.sumoanalysis.com\/es\/sobre-nosotros\/#primaryimage","url":"https:\/\/i.pravatar.cc\/200?img=68","contentUrl":"https:\/\/i.pravatar.cc\/200?img=68"},{"@type":"BreadcrumbList","@id":"https:\/\/www.sumoanalysis.com\/es\/sobre-nosotros\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.sumoanalysis.com\/es\/"},{"@type":"ListItem","position":2,"name":"about-us-es"}]},{"@type":"WebSite","@id":"https:\/\/www.sumoanalysis.com\/es\/#website","url":"https:\/\/www.sumoanalysis.com\/es\/","name":"SumoAnalysis","description":"Sumo Tradings Handles the Analysis. You Focus on Results.","publisher":{"@id":"https:\/\/www.sumoanalysis.com\/es\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.sumoanalysis.com\/es\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/www.sumoanalysis.com\/es\/#organization","name":"SumoAnalysis","url":"https:\/\/www.sumoanalysis.com\/es\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/www.sumoanalysis.com\/es\/#\/schema\/logo\/image\/","url":"https:\/\/www.sumoanalysis.com\/wp-content\/uploads\/2025\/09\/cropped-Adobe-Express-file.png","contentUrl":"https:\/\/www.sumoanalysis.com\/wp-content\/uploads\/2025\/09\/cropped-Adobe-Express-file.png","width":512,"height":512,"caption":"SumoAnalysis"},"image":{"@id":"https:\/\/www.sumoanalysis.com\/es\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.sumoanalysis.com\/es\/wp-json\/wp\/v2\/pages\/6140","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.sumoanalysis.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.sumoanalysis.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.sumoanalysis.com\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.sumoanalysis.com\/es\/wp-json\/wp\/v2\/comments?post=6140"}],"version-history":[{"count":7,"href":"https:\/\/www.sumoanalysis.com\/es\/wp-json\/wp\/v2\/pages\/6140\/revisions"}],"predecessor-version":[{"id":6155,"href":"https:\/\/www.sumoanalysis.com\/es\/wp-json\/wp\/v2\/pages\/6140\/revisions\/6155"}],"wp:attachment":[{"href":"https:\/\/www.sumoanalysis.com\/es\/wp-json\/wp\/v2\/media?parent=6140"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}