www.wavenure.com Open in urlscan Pro
136.243.64.145  Public Scan

URL: https://www.wavenure.com/en
Submission: On July 20 via manual from IT — Scanned from IT

Form analysis 4 forms found in the DOM

POST #

<form id="formstd" action="#" method="post" autocomplete="off">
  <div class="form-row mb-4">
    <div class="col-sm-6">
      <label data-i18n="form_name">Name</label>
      <input type="text" class="form-control" name="name">
    </div>
    <div class="col-sm-6">
      <label data-i18n="form_lastname">Last name</label>
      <input type="text" class="form-control" name="lastname">
    </div>
  </div>
  <div class="form-row mb-4">
    <div class="col-sm-12">
      <label class="required" data-i18n="form_email">Email</label>
      <input type="email" class="form-control" name="email" required="">
    </div>
  </div>
  <div class="form-row mb-4">
    <div class="col-sm-12">
      <label class="required" data-i18n="form_text">Message (min 50 chars)</label>
      <textarea class="form-control" name="message" required=""></textarea>
    </div>
  </div>
  <div class="form-row mb-4">
    <div class="col-sm-12 pr-5 pl-5 custom-control custom-checkbox">
      <input type="checkbox" class="custom-control-input" id="accept-privacy-std" name="accept_privacy" required="">
      <label class="custom-control-label small" for="accept-privacy-std" data-i18n="form_privacy_text">* I declare to have read and accept the <a href="privacy.html" target="_blank" rel="noopener">privacy policy</a> notification in all of its
        parts.</label>
    </div>
  </div>
  <input type="hidden" name="form_type" value="STD">
  <input type="hidden" name="recaptchaid" id="recaptchaid">
  <button type="submit" id="formstd-btn" class="btn btn-primary btn-md" data-i18n="form_send_btn">Send</button>
  <span class="p-3 text-danger" id="formstd-error"> </span>
</form>

POST #

<form id="formamf" action="#" method="post" autocomplete="off">
  <div class="form-row mb-4">
    <div class="col-sm-6">
      <label data-i18n="form_name">Name</label>
      <input type="text" class="form-control" name="name">
    </div>
    <div class="col-sm-6">
      <label data-i18n="form_lastname">Last name</label>
      <input type="text" class="form-control" name="lastname">
    </div>
  </div>
  <div class="form-row mb-4">
    <div class="col-sm-12">
      <label class="required" data-i18n="form_email">Email</label>
      <input type="email" class="form-control" name="email" required="">
    </div>
  </div>
  <div class="form-row mb-4">
    <div class="col-sm-12">
      <label class="required" data-i18n="form_text">Message (min 50 chars)</label>
      <textarea class="form-control" name="message" required=""></textarea>
    </div>
  </div>
  <div class="form-row mb-4">
    <div class="col-sm-12 pr-5 pl-5 custom-control custom-checkbox">
      <input type="checkbox" class="custom-control-input" id="accept-privacy-amf" name="accept_privacy" required="">
      <label class="custom-control-label small" for="accept-privacy-amf" data-i18n="form_privacy_text">* I declare to have read and accept the <a href="privacy.html" target="_blank" rel="noopener">privacy policy</a> notification in all of its
        parts.</label>
    </div>
  </div>
  <input type="hidden" name="form_type" value="AMF">
  <input type="hidden" name="recaptchaid" id="recaptchaid">
  <button type="submit" id="formamf-btn" class="btn btn-primary btn-md" data-i18n="form_send_btn">Send</button>
  <span class="p-3 text-danger" id="formamf-error"> </span>
</form>

POST #

<form id="formfounders" action="#" method="post" autocomplete="off">
  <div class="form-row mb-4">
    <div class="col-sm-6">
      <label class="required" data-i18n="form_name">Name</label>
      <input type="text" class="form-control" name="name" required="">
    </div>
    <div class="col-sm-6">
      <label class="required" data-i18n="form_lastname">Last name</label>
      <input type="text" class="form-control" name="lastname" required="">
    </div>
  </div>
  <div class="form-row mb-4">
    <div class="col-sm-12">
      <label class="required" data-i18n="form_email">Email</label>
      <input type="email" class="form-control" name="email" required="">
    </div>
  </div>
  <div class="form-row mb-4">
    <div class="col-sm-12">
      <label class="required" data-i18n="form_contact">Linkedin url (suggested) or phone number</label>
      <input type="text" class="form-control" name="linkedin_or_phone" required="">
    </div>
  </div>
  <div class="form-row mb-4">
    <div class="col-sm-12">
      <label class="required" data-i18n="form_text">Message (min 50 chars)</label>
      <textarea class="form-control" name="message" required=""></textarea>
    </div>
  </div>
  <div class="form-row mb-4">
    <div class="col-sm-12 pr-5 pl-5 custom-control custom-checkbox">
      <input type="checkbox" class="custom-control-input" id="accept-privacy-founders" name="accept_privacy" required="">
      <label class="custom-control-label small" for="accept-privacy-founders" data-i18n="form_privacy_text">* I declare to have read and accept the <a href="privacy.html" target="_blank" rel="noopener">privacy policy</a> notification in all of its
        parts.</label>
    </div>
  </div>
  <input type="hidden" name="form_type" value="FND">
  <input type="hidden" name="recaptchaid" id="recaptchaid">
  <button type="submit" id="formfounders-btn" class="btn btn-primary btn-md" data-i18n="form_send_btn">Send</button>
  <span class="p-3 text-danger" id="formfounders-error"> </span>
</form>

POST #

<form id="formpro" action="#" method="post" autocomplete="off">
  <div class="form-row mb-4">
    <div class="col-sm-6">
      <label class="required" data-i18n="form_name">Name</label>
      <input type="text" class="form-control" name="name" required="">
    </div>
    <div class="col-sm-6">
      <label class="required" data-i18n="form_lastname">Last name</label>
      <input type="text" class="form-control" name="lastname" required="">
    </div>
  </div>
  <div class="form-row mb-4">
    <div class="col-sm-12">
      <label class="required" data-i18n="form_email">Email</label>
      <input type="email" class="form-control" name="email" required="">
    </div>
  </div>
  <div class="form-row mb-4">
    <div class="col-sm-12 pr-5 pl-5 custom-control custom-checkbox">
      <input type="checkbox" class="custom-control-input" id="accept-privacy-pro" name="accept_privacy" required="">
      <label class="custom-control-label small" for="accept-privacy-pro" data-i18n="form_privacy_text">* I declare to have read and accept the <a href="privacy.html" target="_blank" rel="noopener">privacy policy</a> notification in all of its
        parts.</label>
    </div>
  </div>
  <input type="hidden" name="form_type" value="PRO">
  <input type="hidden" name="recaptchaid" id="recaptchaid">
  <button type="submit" id="formpro-btn" class="btn btn-primary btn-md" data-i18n="form_send_btn">Send</button>
  <span class="p-3 text-danger" id="formpro-error"> </span>
</form>

Text Content

 * Contacts
 * About
 * Careers
 * Investing
 * Braino.ai

REQUEST INFO

×
Name
Last name
Email
Message (min 50 chars)
* I declare to have read and accept the privacy policy notification in all of
its parts.
Send

REQUEST INFO.

×
Name
Last name
Email
Message (min 50 chars)
* I declare to have read and accept the privacy policy notification in all of
its parts.
Send

REQUEST INFO

×
Name
Last name
Email
Linkedin url (suggested) or phone number
Message (min 50 chars)
* I declare to have read and accept the privacy policy notification in all of
its parts.
Send

REQUEST INFO

×
Name
Last name
Email
* I declare to have read and accept the privacy policy notification in all of
its parts.
Send


INVEST IN
INTELLIGENCE.


INVEST IN
INTELLIGENCE.


AI FOR INVESTING

Artificial Intelligence for Investment Decision Making.
Services, tools, and smart platforms for Financial Services Industry, and to
enable next generation Asset Managers and Investment Advisors.


PROFIT AS A SERVICE

AI fueled predictions and decision models, with integrated data-mining and Quant
algorithms, leveraged for specific investment strategies, needs and goals.


BRAINO.AI


BRAINO.AI
 

Your AI Investment Coach, with a blend of AI powered multi-horizon strategies
and portfolios, to find the best investment opportunities, and help you generate
better results.

Try Braino


COGNITIVE

> Artificial Intelligence + Quant algos + Technical Analysis + Expert Systems
> combined together for driving action on Financial Markets.


Trading Strategies

Investment Portfolios

Predictions

Analisys

Reports

Decision Tools

> Our system COGNITIVE values a full range of markets, data, indicators and
> features, performs tests, optimizes strategies, timing and portfolios, across
> full markets opportunities, to make smarter, faster, more profitable
> decisions.


APIS

> Easy automated access via APIs to our AI system, trading signals, portfolios
> management and strategies simulation/backtest tools.

Contact us


BESPOKE

> WAVENURE solutions and prediction models can be customized to cover clients’
> assets of interest, include proprietary data, and apply specific investment
> approaches as well

Contact us


PROFIT SHARING

> “Pay as You Gain” Models available for Investment Firms, Funds, Family Offices
> and Assets under Management by WAVENURE’s Cognitive Systems.

Contact us

Contact us
Contact us
Contact us


WHOEVER YOU ARE.


PROFESSIONALS

> Let our artificial intelligence help you, save your time and gain better
> performances.
> Empower yourself with our Cognitive Systems

ASSET MANAGERS

> Optimize your decision-making process, and make your best decisions.

ADVISORS

> Expand your skills, strengthen your resources, and improve the quality of the
> consultancy offered (of your advisory).

TRADERS

> Decide easily and better where and when to trade.


INSTITUTIONS

> We help banks, online brokers and other financial institutions to enrich
> trading and wealth management services and grow their business activities.
> 
> Empower your offer and services available to advisors’ network and
> end-clients.

BANKS

BROKERS

INVESTMENT FIRMS


INDIVIDUALS

> AI Investment Coaching to assist you, and for easy access to the best
> investment services, with excellent balance between costs and returns.
> Let you drive by our Artificial Intelligence Investment Coach:
> 
> Braino.AI

HNWI

PASSIONATES

SAVERS

WAVENURE © 2022 - All rights reserved
Milano - Fintech District
VAT ID: 09355870966
WAVENURE Ltd
Company number No. 14175913
wavenure.com
braino.ai
info@wavenure.com


LINKS

 * About
 * Contacts
 * Investing
 * Careers
 * Privacy

DISCLAIMER

All investments are subject to risks. WAVENURE is not responsible for any loss
or damage as a consequence of the information reported in this site and the
related ones, including data, charts, quotes, signals and technical comments.

Italiano English