{"id":6111,"date":"2026-03-09T02:31:49","date_gmt":"2026-03-09T02:31:49","guid":{"rendered":"https:\/\/www.sumoanalysis.com\/?page_id=6111"},"modified":"2026-03-09T03:48:42","modified_gmt":"2026-03-09T03:48:42","slug":"about-us-ko","status":"publish","type":"page","link":"https:\/\/www.sumoanalysis.com\/pt-pt\/about-us-ko\/","title":{"rendered":"about-us-pt"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"6111\" class=\"elementor elementor-6111 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 a Sumo Tradings\n        <\/div>\n        <h1>As mentes por detr\u00e1s <span>da m\u00e1quina.<\/span><\/h1>\n        <p>\n          Somos uma equipa de traders, quants e engenheiros de IA que se cansaram de alertas ruidosos e de trading baseado na intui\u00e7\u00e3o.\n          Por isso cri\u00e1mos o Sumo \u2014 uma plataforma que transforma o caos bruto do mercado em planos de trading estruturados e conscientes do risco.\n        <\/p>\n      <\/section>\n\n      <!-- MISSION -->\n      <section class=\"home-section\">\n        <div class=\"section-eyebrow\">A nossa miss\u00e3o<\/div>\n        <div class=\"section-header\">\n          <h2>Dar a cada trader uma vantagem de n\u00edvel institucional.<\/h2>\n          <p>\n            Acreditamos que a an\u00e1lise impulsionada por IA n\u00e3o deve estar fechada atr\u00e1s dos muros dos hedge funds. O Sumo traz\n            a mesma l\u00f3gica multi-motor e multi-timeframe para traders independentes em todo o 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>Velocidade sem ru\u00eddo<\/h3>\n            <p>\n              Cinco motores de IA especializados analisam mais de 1.500 tokens 24 horas por dia, 7 dias por semana, para lhe entregar apenas setups de alta convic\u00e7\u00e3o \u2014 sem fadiga de alertas.\n            <\/p>\n          <\/div>\n          <div class=\"mission-card\">\n            <div class=\"mission-icon\">\ud83d\udee1\ufe0f<\/div>\n            <h3>Filosofia de risco em primeiro<\/h3>\n            <p>\n              Cada sinal inclui stops calculados, alvos e orienta\u00e7\u00e3o de dimensionamento de posi\u00e7\u00e3o. N\u00e3o celebramos ganhos sem proteger o lado negativo.\n            <\/p>\n          <\/div>\n          <div class=\"mission-card\">\n            <div class=\"mission-icon\">\ud83c\udf0d<\/div>\n            <h3>Constru\u00eddo para todos<\/h3>\n            <p>\n              De swing traders a tempo parcial a scalpers a tempo inteiro e criadores de sistemas \u2014 o Sumo adapta-se ao tempo e ao estilo que realmente tem.\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 monitorizados<\/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\">A nossa equipa<\/div>\n        <div class=\"section-header\">\n          <h2>Traders e engenheiros a construir para traders.<\/h2>\n          <p>\n            Uma equipa pequena e focada distribu\u00edda por v\u00e1rios fusos hor\u00e1rios \u2014 cada um trazendo profunda experi\u00eancia em mercados, IA e produto.\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>Antigo quant num prop desk do top 10. 12 anos de experi\u00eancia em trading sistem\u00e1tico de criptomoedas e 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>Engenheira de ML com doutoramento em matem\u00e1tica aplicada. Arquiteta do pipeline de sinais multi-motor do 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\">Diretor de investiga\u00e7\u00e3o IA<\/div>\n            <p>Desenvolveu modelos NLP em grande escala para fintech. Lidera os motores de an\u00e1lise de sentimento e not\u00edcias no 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\">Diretora de produto<\/div>\n            <p>Ex-l\u00edder de produto na Binance. Obcecada em tornar ferramentas de trading complexas simples de utilizar.<\/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\">Engenheiro backend principal<\/div>\n            <p>Escalou pipelines de dados em tempo real que processam milh\u00f5es de ticks por segundo em v\u00e1rias 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 risco &amp; quant<\/div>\n            <p>Concebeu o framework de TP\/SL baseado em ATR. Anteriormente modelou risco num fundo crypto europeu.<\/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\">Engenheiro frontend<\/div>\n            <p>Cria a interface e a experi\u00eancia de gr\u00e1ficos do Sumo. Antigo engenheiro de design numa 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\">Comunidade &amp; crescimento<\/div>\n            <p>Liga o Sumo \u00e0 comunidade global de trading. Fala 4 idiomas e gere a localiza\u00e7\u00e3o.<\/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\">A nossa hist\u00f3ria<\/div>\n        <div class=\"section-header\">\n          <h2>De projeto pessoal a plataforma global.<\/h2>\n        <\/div>\n\n        <div class=\"timeline\">\n          <div class=\"timeline-item\">\n            <div class=\"timeline-year\">2023 \u2014 A fa\u00edsca<\/div>\n            <h3>Dois traders criam um bot de sinais privado<\/h3>\n            <p>Marcus e Elena come\u00e7am a prototipar um scanner de mercado baseado em LLM para os seus pr\u00f3prios portf\u00f3lios, frustrados com o ru\u00eddo dos sinais.<\/p>\n          <\/div>\n          <div class=\"timeline-item\">\n            <div class=\"timeline-year\">2024 \u2014 O lan\u00e7amento<\/div>\n            <h3>Sumo Tradings lan\u00e7a a beta p\u00fablica<\/h3>\n            <p>A arquitetura multi-motor entra em funcionamento com mais de 500 tokens, integra\u00e7\u00e3o com Telegram e uma comunidade crescente de early adopters.<\/p>\n          <\/div>\n          <div class=\"timeline-item\">\n            <div class=\"timeline-year\">2025 \u2014 Crescimento<\/div>\n            <h3>1.500+ tokens \u00b7 10 idiomas \u00b7 Aplica\u00e7\u00e3o web<\/h3>\n            <p>Plataforma web completa, expans\u00e3o multi-timeframe, motor de otimiza\u00e7\u00e3o TP\/SL e localiza\u00e7\u00e3o em 10 idiomas.<\/p>\n          <\/div>\n          <div class=\"timeline-item\">\n            <div class=\"timeline-year\">2026 \u2014 O futuro<\/div>\n            <h3>Acesso API, bots avan\u00e7ados e ferramentas institucionais<\/h3>\n            <p>Abertura do motor a criadores de sistemas com acesso API, expans\u00e3o da cobertura de exchanges e adi\u00e7\u00e3o de an\u00e1lise de risco ao n\u00edvel do portf\u00f3lio.<\/p>\n          <\/div>\n        <\/div>\n      <\/section>\n\n      <!-- CTA -->\n      <section class=\"home-section\">\n        <div class=\"cta-banner\">\n          <div>\n            <h2>Pronto para negociar com vantagem?<\/h2>\n            <p>Comece o seu teste gratuito de 7 dias. Sem cart\u00e3o necess\u00e1rio. Garantia de reembolso de 30 dias ao fazer upgrade.<\/p>\n          <\/div>\n          <div class=\"cta-actions\">\n            <a href=\"https:\/\/sumotradings.com\/pt-pt\/contact\" class=\"btn-primary\">Teste gratuito<\/a>\n            <a href=\"https:\/\/sumotradings.com\/pt-pt\/pricing\/\" class=\"btn-ghost\">Ver pre\u00e7os<\/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 a Sumo Tradings As mentes por detr\u00e1s da m\u00e1quina. Somos uma equipa de traders, quants e engenheiros de IA que se cansaram de alertas ruidosos e de trading baseado na intui\u00e7\u00e3o. Por isso cri\u00e1mos o Sumo \u2014 uma plataforma que transforma o caos bruto do mercado em planos de trading estruturados e conscientes do [&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-6111","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-pt - 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\/pt-pt\/about-us-ko\/\" \/>\n<meta property=\"og:locale\" content=\"pt_PT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"about-us-pt - SumoAnalysis\" \/>\n<meta property=\"og:description\" content=\"Sobre a Sumo Tradings As mentes por detr\u00e1s da m\u00e1quina. Somos uma equipa de traders, quants e engenheiros de IA que se cansaram de alertas ruidosos e de trading baseado na intui\u00e7\u00e3o. Por isso cri\u00e1mos o Sumo \u2014 uma plataforma que transforma o caos bruto do mercado em planos de trading estruturados e conscientes do [&hellip;]\" \/>\n<meta property=\"og:site_name\" content=\"SumoAnalysis\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-09T03:48:42+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=\"Tempo estimado de leitura\" \/>\n\t<meta name=\"twitter:data1\" content=\"17 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.sumoanalysis.com\/pt-pt\/about-us-ko\/\",\"url\":\"https:\/\/www.sumoanalysis.com\/pt-pt\/about-us-ko\/\",\"name\":\"about-us-pt - SumoAnalysis\",\"isPartOf\":{\"@id\":\"https:\/\/www.sumoanalysis.com\/pt-pt\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.sumoanalysis.com\/pt-pt\/about-us-ko\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.sumoanalysis.com\/pt-pt\/about-us-ko\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/i.pravatar.cc\/200?img=68\",\"datePublished\":\"2026-03-09T02:31:49+00:00\",\"dateModified\":\"2026-03-09T03:48:42+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.sumoanalysis.com\/pt-pt\/about-us-ko\/#breadcrumb\"},\"inLanguage\":\"pt-PT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.sumoanalysis.com\/pt-pt\/about-us-ko\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-PT\",\"@id\":\"https:\/\/www.sumoanalysis.com\/pt-pt\/about-us-ko\/#primaryimage\",\"url\":\"https:\/\/i.pravatar.cc\/200?img=68\",\"contentUrl\":\"https:\/\/i.pravatar.cc\/200?img=68\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.sumoanalysis.com\/pt-pt\/about-us-ko\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.sumoanalysis.com\/pt-pt\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"about-us-pt\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.sumoanalysis.com\/pt-pt\/#website\",\"url\":\"https:\/\/www.sumoanalysis.com\/pt-pt\/\",\"name\":\"SumoAnalysis\",\"description\":\"Sumo Tradings Handles the Analysis. You Focus on Results.\",\"publisher\":{\"@id\":\"https:\/\/www.sumoanalysis.com\/pt-pt\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.sumoanalysis.com\/pt-pt\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"pt-PT\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.sumoanalysis.com\/pt-pt\/#organization\",\"name\":\"SumoAnalysis\",\"url\":\"https:\/\/www.sumoanalysis.com\/pt-pt\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-PT\",\"@id\":\"https:\/\/www.sumoanalysis.com\/pt-pt\/#\/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\/pt-pt\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"about-us-pt - 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\/pt-pt\/about-us-ko\/","og_locale":"pt_PT","og_type":"article","og_title":"about-us-pt - SumoAnalysis","og_description":"Sobre a Sumo Tradings As mentes por detr\u00e1s da m\u00e1quina. Somos uma equipa de traders, quants e engenheiros de IA que se cansaram de alertas ruidosos e de trading baseado na intui\u00e7\u00e3o. Por isso cri\u00e1mos o Sumo \u2014 uma plataforma que transforma o caos bruto do mercado em planos de trading estruturados e conscientes do [&hellip;]","og_site_name":"SumoAnalysis","article_modified_time":"2026-03-09T03:48:42+00:00","og_image":[{"url":"https:\/\/i.pravatar.cc\/200?img=68","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Tempo estimado de leitura":"17 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.sumoanalysis.com\/pt-pt\/about-us-ko\/","url":"https:\/\/www.sumoanalysis.com\/pt-pt\/about-us-ko\/","name":"about-us-pt - SumoAnalysis","isPartOf":{"@id":"https:\/\/www.sumoanalysis.com\/pt-pt\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.sumoanalysis.com\/pt-pt\/about-us-ko\/#primaryimage"},"image":{"@id":"https:\/\/www.sumoanalysis.com\/pt-pt\/about-us-ko\/#primaryimage"},"thumbnailUrl":"https:\/\/i.pravatar.cc\/200?img=68","datePublished":"2026-03-09T02:31:49+00:00","dateModified":"2026-03-09T03:48:42+00:00","breadcrumb":{"@id":"https:\/\/www.sumoanalysis.com\/pt-pt\/about-us-ko\/#breadcrumb"},"inLanguage":"pt-PT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.sumoanalysis.com\/pt-pt\/about-us-ko\/"]}]},{"@type":"ImageObject","inLanguage":"pt-PT","@id":"https:\/\/www.sumoanalysis.com\/pt-pt\/about-us-ko\/#primaryimage","url":"https:\/\/i.pravatar.cc\/200?img=68","contentUrl":"https:\/\/i.pravatar.cc\/200?img=68"},{"@type":"BreadcrumbList","@id":"https:\/\/www.sumoanalysis.com\/pt-pt\/about-us-ko\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.sumoanalysis.com\/pt-pt\/"},{"@type":"ListItem","position":2,"name":"about-us-pt"}]},{"@type":"WebSite","@id":"https:\/\/www.sumoanalysis.com\/pt-pt\/#website","url":"https:\/\/www.sumoanalysis.com\/pt-pt\/","name":"SumoAnalysis","description":"Sumo Tradings Handles the Analysis. You Focus on Results.","publisher":{"@id":"https:\/\/www.sumoanalysis.com\/pt-pt\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.sumoanalysis.com\/pt-pt\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"pt-PT"},{"@type":"Organization","@id":"https:\/\/www.sumoanalysis.com\/pt-pt\/#organization","name":"SumoAnalysis","url":"https:\/\/www.sumoanalysis.com\/pt-pt\/","logo":{"@type":"ImageObject","inLanguage":"pt-PT","@id":"https:\/\/www.sumoanalysis.com\/pt-pt\/#\/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\/pt-pt\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.sumoanalysis.com\/pt-pt\/wp-json\/wp\/v2\/pages\/6111","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.sumoanalysis.com\/pt-pt\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.sumoanalysis.com\/pt-pt\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.sumoanalysis.com\/pt-pt\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.sumoanalysis.com\/pt-pt\/wp-json\/wp\/v2\/comments?post=6111"}],"version-history":[{"count":5,"href":"https:\/\/www.sumoanalysis.com\/pt-pt\/wp-json\/wp\/v2\/pages\/6111\/revisions"}],"predecessor-version":[{"id":6126,"href":"https:\/\/www.sumoanalysis.com\/pt-pt\/wp-json\/wp\/v2\/pages\/6111\/revisions\/6126"}],"wp:attachment":[{"href":"https:\/\/www.sumoanalysis.com\/pt-pt\/wp-json\/wp\/v2\/media?parent=6111"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}