{"id":6109,"date":"2026-03-09T02:31:49","date_gmt":"2026-03-09T02:31:49","guid":{"rendered":"https:\/\/www.sumoanalysis.com\/?page_id=6109"},"modified":"2026-03-09T07:09:09","modified_gmt":"2026-03-09T07:09:09","slug":"chi-siamo","status":"publish","type":"page","link":"https:\/\/www.sumoanalysis.com\/it\/chi-siamo\/","title":{"rendered":"about-us-it"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"6109\" class=\"elementor elementor-6109 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          Chi \u00e8 Sumo Tradings\n        <\/div>\n        <h1>Le menti dietro <span>la macchina.<\/span><\/h1>\n        <p>\n          Siamo un team di trader, quant e ingegneri IA stanchi degli alert rumorosi e del trading basato sull'istinto.\n          Cos\u00ec abbiamo creato Sumo \u2014 una piattaforma che trasforma il caos grezzo del mercato in piani di trading strutturati e consapevoli del rischio.\n        <\/p>\n      <\/section>\n\n      <!-- MISSION -->\n      <section class=\"home-section\">\n        <div class=\"section-eyebrow\">La nostra missione<\/div>\n        <div class=\"section-header\">\n          <h2>Dare a ogni trader un vantaggio di livello istituzionale.<\/h2>\n          <p>\n            Crediamo che l'analisi guidata dall'IA non debba restare chiusa dietro le mura degli hedge fund. Sumo porta\n            la stessa logica multi-engine e multi-timeframe ai trader indipendenti di tutto il mondo.\n          <\/p>\n        <\/div>\n\n        <div class=\"mission-grid\">\n          <div class=\"mission-card\">\n            <div class=\"mission-icon\">\u26a1<\/div>\n            <h3>Velocit\u00e0 senza rumore<\/h3>\n            <p>\n              Cinque engine IA specializzati analizzano oltre 1.500 token 24 ore su 24, 7 giorni su 7, per offrirti solo setup ad alta convinzione \u2014 senza fatica da alert.\n            <\/p>\n          <\/div>\n          <div class=\"mission-card\">\n            <div class=\"mission-icon\">\ud83d\udee1\ufe0f<\/div>\n            <h3>Prima il rischio<\/h3>\n            <p>\n              Ogni segnale include stop calcolati, target e indicazioni sul dimensionamento della posizione. Non celebriamo i guadagni senza proteggere il lato ribassista.\n            <\/p>\n          <\/div>\n          <div class=\"mission-card\">\n            <div class=\"mission-icon\">\ud83c\udf0d<\/div>\n            <h3>Costruito per tutti<\/h3>\n            <p>\n              Dai swing trader part-time agli scalper a tempo pieno fino ai creatori di sistemi \u2014 Sumo si adatta al tempo e allo stile che hai realmente a disposizione.\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>Engine IA<\/span>\n        <\/div>\n        <div class=\"stat-item\">\n          <strong>1.500+<\/strong>\n          <span>Token monitorati<\/span>\n        <\/div>\n        <div class=\"stat-item\">\n          <strong>10<\/strong>\n          <span>Lingue<\/span>\n        <\/div>\n        <div class=\"stat-item\">\n          <strong>24\/7<\/strong>\n          <span>Copertura di mercato<\/span>\n        <\/div>\n      <\/div>\n\n      <!-- TEAM -->\n      <section class=\"team-section\">\n        <div class=\"section-eyebrow\">Il nostro team<\/div>\n        <div class=\"section-header\">\n          <h2>Trader e ingegneri che costruiscono per i trader.<\/h2>\n          <p>\n            Un team piccolo e focalizzato distribuito su pi\u00f9 fusi orari \u2014 ognuno con profonda competenza in mercati, IA e prodotto.\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\">Co-fondatore &amp; CEO<\/div>\n            <p>Ex quant presso un prop desk top 10. 12 anni di esperienza nel trading sistematico di crypto e derivati.<\/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\">Co-fondatrice &amp; CTO<\/div>\n            <p>Ingegnera ML con dottorato in matematica applicata. Ha progettato la pipeline di segnali multi-engine di 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\">Responsabile ricerca IA<\/div>\n            <p>Ha sviluppato modelli NLP su larga scala per il fintech. Guida i motori di analisi del sentiment e delle notizie di 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\">Responsabile prodotto<\/div>\n            <p>Ex product lead di Binance. Ossessionata dal rendere gli strumenti di trading complessi semplici da usare.<\/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\">Lead ingegnere backend<\/div>\n            <p>Ha scalato pipeline di dati in tempo reale che elaborano milioni di tick al secondo su pi\u00f9 exchange.<\/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 rischio &amp; quant<\/div>\n            <p>Ha progettato il framework TP\/SL basato sull'ATR. In precedenza ha modellato il rischio presso 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\">Ingegnere frontend<\/div>\n            <p>Realizza l'interfaccia e l'esperienza grafica di Sumo. Ex design engineer presso una piattaforma di 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\">Community &amp; crescita<\/div>\n            <p>Connette Sumo con la comunit\u00e0 globale del trading. Parla 4 lingue e gestisce la localizzazione.<\/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\">La nostra storia<\/div>\n        <div class=\"section-header\">\n          <h2>Da progetto personale a piattaforma globale.<\/h2>\n        <\/div>\n\n        <div class=\"timeline\">\n          <div class=\"timeline-item\">\n            <div class=\"timeline-year\">2023 \u2014 La scintilla<\/div>\n            <h3>Due trader creano un bot di segnali privato<\/h3>\n            <p>Marcus ed Elena iniziano a prototipare uno scanner di mercato basato su LLM per i propri portafogli, frustrati dal rumore dei segnali.<\/p>\n          <\/div>\n          <div class=\"timeline-item\">\n            <div class=\"timeline-year\">2024 \u2014 Il lancio<\/div>\n            <h3>Sumo Tradings lancia la beta pubblica<\/h3>\n            <p>L'architettura multi-engine va live con oltre 500 token, integrazione Telegram e una comunit\u00e0 crescente di early adopter.<\/p>\n          <\/div>\n          <div class=\"timeline-item\">\n            <div class=\"timeline-year\">2025 \u2014 La crescita<\/div>\n            <h3>1.500+ token \u00b7 10 lingue \u00b7 App web<\/h3>\n            <p>Piattaforma web completa, espansione multi-timeframe, motore di ottimizzazione TP\/SL e localizzazione in 10 lingue.<\/p>\n          <\/div>\n          <div class=\"timeline-item\">\n            <div class=\"timeline-year\">2026 \u2014 Il futuro<\/div>\n            <h3>Accesso API, bot avanzati e strumenti istituzionali<\/h3>\n            <p>Apertura del motore ai creatori di sistemi con accesso API, espansione della copertura degli exchange e aggiunta di analisi del rischio a livello di portafoglio.<\/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 a fare trading con un vantaggio?<\/h2>\n            <p>Inizia la tua prova gratuita di 7 giorni. Nessuna carta richiesta. Garanzia di rimborso di 30 giorni quando fai l'upgrade.<\/p>\n          <\/div>\n          <div class=\"cta-actions\">\n            <a href=\"https:\/\/sumotradings.com\/it\/contact\" class=\"btn-primary\">Prova gratuita<\/a>\n            <a href=\"https:\/\/sumotradings.com\/it\/pricing\/\" class=\"btn-ghost\">Vedi i prezzi<\/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>Chi \u00e8 Sumo Tradings Le menti dietro la macchina. Siamo un team di trader, quant e ingegneri IA stanchi degli alert rumorosi e del trading basato sull&#8217;istinto. Cos\u00ec abbiamo creato Sumo \u2014 una piattaforma che trasforma il caos grezzo del mercato in piani di trading strutturati e consapevoli del rischio. La nostra missione Dare a [&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-6109","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-it - 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\/it\/chi-siamo\/\" \/>\n<meta property=\"og:locale\" content=\"it_IT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"about-us-it - SumoAnalysis\" \/>\n<meta property=\"og:description\" content=\"Chi \u00e8 Sumo Tradings Le menti dietro la macchina. Siamo un team di trader, quant e ingegneri IA stanchi degli alert rumorosi e del trading basato sull&#8217;istinto. Cos\u00ec abbiamo creato Sumo \u2014 una piattaforma che trasforma il caos grezzo del mercato in piani di trading strutturati e consapevoli del rischio. La nostra missione Dare a [&hellip;]\" \/>\n<meta property=\"og:site_name\" content=\"SumoAnalysis\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-09T07:09:09+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 di lettura stimato\" \/>\n\t<meta name=\"twitter:data1\" content=\"16 minuti\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.sumoanalysis.com\/it\/chi-siamo\/\",\"url\":\"https:\/\/www.sumoanalysis.com\/it\/chi-siamo\/\",\"name\":\"about-us-it - SumoAnalysis\",\"isPartOf\":{\"@id\":\"https:\/\/www.sumoanalysis.com\/it\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.sumoanalysis.com\/it\/chi-siamo\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.sumoanalysis.com\/it\/chi-siamo\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/i.pravatar.cc\/200?img=68\",\"datePublished\":\"2026-03-09T02:31:49+00:00\",\"dateModified\":\"2026-03-09T07:09:09+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.sumoanalysis.com\/it\/chi-siamo\/#breadcrumb\"},\"inLanguage\":\"it-IT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.sumoanalysis.com\/it\/chi-siamo\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\/\/www.sumoanalysis.com\/it\/chi-siamo\/#primaryimage\",\"url\":\"https:\/\/i.pravatar.cc\/200?img=68\",\"contentUrl\":\"https:\/\/i.pravatar.cc\/200?img=68\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.sumoanalysis.com\/it\/chi-siamo\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.sumoanalysis.com\/it\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"about-us-it\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.sumoanalysis.com\/it\/#website\",\"url\":\"https:\/\/www.sumoanalysis.com\/it\/\",\"name\":\"SumoAnalysis\",\"description\":\"Sumo Tradings Handles the Analysis. You Focus on Results.\",\"publisher\":{\"@id\":\"https:\/\/www.sumoanalysis.com\/it\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.sumoanalysis.com\/it\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"it-IT\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.sumoanalysis.com\/it\/#organization\",\"name\":\"SumoAnalysis\",\"url\":\"https:\/\/www.sumoanalysis.com\/it\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\/\/www.sumoanalysis.com\/it\/#\/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\/it\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"about-us-it - 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\/it\/chi-siamo\/","og_locale":"it_IT","og_type":"article","og_title":"about-us-it - SumoAnalysis","og_description":"Chi \u00e8 Sumo Tradings Le menti dietro la macchina. Siamo un team di trader, quant e ingegneri IA stanchi degli alert rumorosi e del trading basato sull&#8217;istinto. Cos\u00ec abbiamo creato Sumo \u2014 una piattaforma che trasforma il caos grezzo del mercato in piani di trading strutturati e consapevoli del rischio. La nostra missione Dare a [&hellip;]","og_site_name":"SumoAnalysis","article_modified_time":"2026-03-09T07:09:09+00:00","og_image":[{"url":"https:\/\/i.pravatar.cc\/200?img=68","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Tempo di lettura stimato":"16 minuti"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.sumoanalysis.com\/it\/chi-siamo\/","url":"https:\/\/www.sumoanalysis.com\/it\/chi-siamo\/","name":"about-us-it - SumoAnalysis","isPartOf":{"@id":"https:\/\/www.sumoanalysis.com\/it\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.sumoanalysis.com\/it\/chi-siamo\/#primaryimage"},"image":{"@id":"https:\/\/www.sumoanalysis.com\/it\/chi-siamo\/#primaryimage"},"thumbnailUrl":"https:\/\/i.pravatar.cc\/200?img=68","datePublished":"2026-03-09T02:31:49+00:00","dateModified":"2026-03-09T07:09:09+00:00","breadcrumb":{"@id":"https:\/\/www.sumoanalysis.com\/it\/chi-siamo\/#breadcrumb"},"inLanguage":"it-IT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.sumoanalysis.com\/it\/chi-siamo\/"]}]},{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/www.sumoanalysis.com\/it\/chi-siamo\/#primaryimage","url":"https:\/\/i.pravatar.cc\/200?img=68","contentUrl":"https:\/\/i.pravatar.cc\/200?img=68"},{"@type":"BreadcrumbList","@id":"https:\/\/www.sumoanalysis.com\/it\/chi-siamo\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.sumoanalysis.com\/it\/"},{"@type":"ListItem","position":2,"name":"about-us-it"}]},{"@type":"WebSite","@id":"https:\/\/www.sumoanalysis.com\/it\/#website","url":"https:\/\/www.sumoanalysis.com\/it\/","name":"SumoAnalysis","description":"Sumo Tradings Handles the Analysis. You Focus on Results.","publisher":{"@id":"https:\/\/www.sumoanalysis.com\/it\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.sumoanalysis.com\/it\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"it-IT"},{"@type":"Organization","@id":"https:\/\/www.sumoanalysis.com\/it\/#organization","name":"SumoAnalysis","url":"https:\/\/www.sumoanalysis.com\/it\/","logo":{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/www.sumoanalysis.com\/it\/#\/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\/it\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.sumoanalysis.com\/it\/wp-json\/wp\/v2\/pages\/6109","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.sumoanalysis.com\/it\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.sumoanalysis.com\/it\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.sumoanalysis.com\/it\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.sumoanalysis.com\/it\/wp-json\/wp\/v2\/comments?post=6109"}],"version-history":[{"count":5,"href":"https:\/\/www.sumoanalysis.com\/it\/wp-json\/wp\/v2\/pages\/6109\/revisions"}],"predecessor-version":[{"id":6225,"href":"https:\/\/www.sumoanalysis.com\/it\/wp-json\/wp\/v2\/pages\/6109\/revisions\/6225"}],"wp:attachment":[{"href":"https:\/\/www.sumoanalysis.com\/it\/wp-json\/wp\/v2\/media?parent=6109"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}