{% extends 'base.html.twig' %}
{% block title %}Neural Trades{% endblock %}
{% block seo_meta %}
<meta name="robots" content="index, follow" />
{% endblock %}
{% block google_ads %}
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3241721958945231"
crossorigin="anonymous"></script>
{% endblock %}
{% block body %}
{% block navigation %}
{{ parent() }}
{% endblock %}
<section class="bg-half-260 bg-light d-table w-100"
style="background: url('images/seo/bg.png') center center;">
<div class="container">
<div class="row mt-5 justify-content-center">
<div class="col-lg-12 text-center">
<div class="title-heading">
<span class="badge rounded-pill bg-soft-primary"><b>It's time for </b></span>
<h1 class="h4 heading mt-2 mb-4">a trading strategy that works at any time</h1>
<p class="para-desc mx-auto text-muted mb-0">We created an exceptional <strong>trading plan</strong> that works at every stage of economic cycle.</p>
<div class="mt-4 pt-2">
<a href="#key-features" class="btn btn-pills btn-primary m-1">Get Started</a>
<a href="#newsletter-input" class="btn btn-pills btn-soft-primary m-1">Learn More</a>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="position-relative">
<div class="shape overflow-hidden text-white">
<svg viewBox="0 0 2880 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 48H1437.5H2880V0H2160C1442.5 52 720 0 720 0H0V48Z" fill="currentColor"></path>
</svg>
</div>
</div>
<div id="about"></div>
<section class="section">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6">
<div class="section-title">
<h4 class="title mb-4">Trade <span class="text-primary">fearlessly</span> and <span class="text-primary">confidently</span></h4>
<p class="text-muted para-desc">
Key features of a strategy developed with support of <span class="text-primary fw-bold">artificial intelligence</span>:
</p>
<ul class="list-unstyled text-muted">
<li class="mb-1"><span class="text-primary h5 me-2"><i class="uil uil-check-circle align-middle"></i></span>Only a few trades a week using a single asset</li>
<li class="mb-1"><span class="text-primary h5 me-2"><i class="uil uil-check-circle align-middle"></i></span>Does not rely on any specific stock or market sector in particular</li>
<li class="mb-1"><span class="text-primary h5 me-2"><i class="uil uil-check-circle align-middle"></i></span>Great for automated trading as well as manual orders</li>
</ul>
</div>
</div>
<div class="col-lg-6">
<div class="row ms-lg-5" id="counter">
<div class="col-md-6 col-12">
<div class="row">
<div class="col-12 col-sm-6 col-md-12 mt-4 mt-lg-0 pt-2 pt-lg-0">
<div class="card counter-box border-0 bg-light bg-gradient shadow text-center rounded">
<div class="card-body py-5">
<h2 class="mb-0">2-<span class="counter-value" data-target="8">3</span></h2>
<h5 class="counter-head mb-0">Trades a Week</h5>
</div>
</div>
</div><!--end col-->
<div class="col-12 col-sm-6 col-md-12 mt-4 pt-2">
<div class="card counter-box border-0 bg-primary bg-gradient shadow text-center rounded">
<div class="card-body py-5">
<h2 class="text-light title-dark mb-0">><span class="counter-value" data-target="100">1</span>%</h2>
<h5 class="counter-head mb-0 title-dark text-light">Annual Return</h5>
</div>
</div>
</div><!--end col-->
</div><!--end Row-->
</div><!--end col-->
<div class="col-md-6 col-12">
<div class="row pt-lg-4 mt-lg-4">
<div class="col-12 col-sm-6 col-md-12 mt-4 pt-2">
<div class="card counter-box border-0 bg-success bg-dark shadow text-center rounded">
<div class="card-body py-5">
<h2 class="text-light title-dark mb-0">$<span class="counter-value" data-target="300">10</span></h2>
<h5 class="counter-head mb-0 title-dark text-light">Amount to Start</h5>
</div>
</div>
</div><!--end col-->
<div class="col-12 col-sm-6 col-md-12 mt-4 pt-2">
<div class="card counter-box border-0 bg-light bg-gradient shadow text-center rounded">
<div class="card-body py-5">
<h2 class="mb-0"><span class="counter-value" data-target="1">0</span></h2>
<h5 class="counter-head mb-0">Underlying Asset</h5>
</div>
</div>
</div><!--end col-->
</div><!--end Row-->
</div><!--end col-->
</div><!--end Row-->
</div><!--end col-->
</div><!--end row-->
</div>
</section>
<section class="section bg-light" id="features">
<div class="container">
<div class="row justify-content-center">
<div class="col-12 text-center">
<div class="section-title mb-4 pb-2">
<h4 class="title mb-4">Strategy Key Features</h4>
<p class="text-muted para-desc mx-auto mb-0">Results are based on powerful research
on big data set of <span class="text-primary fw-bold">15 years of price history</span>.</p>
</div>
</div><!--end col-->
</div><!--end row-->
<div class="row">
<div class="col-lg-4 col-md-6 mt-4 pt-2">
<div class="d-flex features bg-white feature-primary key-feature align-items-center p-3 rounded shadow">
<div class="icon text-center rounded-circle me-3">
<i data-feather="monitor" class="fea icon-ex-md"></i>
</div>
<div class="flex-1">
<h4 class="title mb-0">Market crash friendly</h4>
</div>
</div>
</div><!--end col-->
<div class="col-lg-4 col-md-6 mt-4 pt-2">
<div class="d-flex features bg-white feature-primary key-feature align-items-center p-3 rounded shadow">
<div class="icon text-center rounded-circle me-3">
<i data-feather="heart" class="fea icon-ex-md"></i>
</div>
<div class="flex-1">
<h4 class="title mb-0">Financial crisis resistant</h4>
</div>
</div>
</div><!--end col-->
<div class="col-lg-4 col-md-6 mt-4 pt-2">
<div class="d-flex features bg-white feature-primary key-feature align-items-center p-3 rounded shadow">
<div class="icon text-center rounded-circle me-3">
<i data-feather="eye" class="fea icon-ex-md"></i>
</div>
<div class="flex-1">
<h4 class="title mb-0">High % of profitable trades</h4>
</div>
</div>
</div><!--end col-->
<div class="col-lg-4 col-md-6 mt-4 pt-2">
<div class="d-flex features bg-white feature-primary key-feature align-items-center p-3 rounded shadow">
<div class="icon text-center rounded-circle me-3">
<i data-feather="bold" class="fea icon-ex-md"></i>
</div>
<div class="flex-1">
<h4 class="title mb-0">Works in recession</h4>
</div>
</div>
</div><!--end col-->
<div class="col-lg-4 col-md-6 mt-4 pt-2">
<div class="d-flex features bg-white feature-primary key-feature align-items-center p-3 rounded shadow">
<div class="icon text-center rounded-circle me-3">
<i data-feather="feather" class="fea icon-ex-md"></i>
</div>
<div class="flex-1">
<h4 class="title mb-0">Verified results</h4>
</div>
</div>
</div><!--end col-->
<div class="col-lg-4 col-md-6 mt-4 pt-2">
<div class="d-flex features bg-white feature-primary key-feature align-items-center p-3 rounded shadow">
<div class="icon text-center rounded-circle me-3">
<i data-feather="code" class="fea icon-ex-md"></i>
</div>
<div class="flex-1">
<h4 class="title mb-0">Few trades a week</h4>
</div>
</div>
</div><!--end col-->
<div class="col-lg-4 col-md-6 mt-4 pt-2">
<div class="d-flex features bg-white feature-primary key-feature align-items-center p-3 rounded shadow">
<div class="icon text-center rounded-circle me-3">
<i data-feather="user-check" class="fea icon-ex-md"></i>
</div>
<div class="flex-1">
<h4 class="title mb-0">Tested on data since 2007</h4>
</div>
</div>
</div><!--end col-->
<div class="col-lg-4 col-md-6 mt-4 pt-2">
<div class="d-flex features bg-white feature-primary key-feature align-items-center p-3 rounded shadow">
<div class="icon text-center rounded-circle me-3">
<i data-feather="git-merge" class="fea icon-ex-md"></i>
</div>
<div class="flex-1">
<h4 class="title mb-0">Comprehensive research</h4>
</div>
</div>
</div><!--end col-->
<div class="col-lg-4 col-md-6 mt-4 pt-2">
<div class="d-flex features bg-white feature-primary key-feature align-items-center p-3 rounded shadow">
<div class="icon text-center rounded-circle me-3">
<i data-feather="settings" class="fea icon-ex-md"></i>
</div>
<div class="flex-1">
<h4 class="title mb-0">Exact trading plan</h4>
</div>
</div>
</div><!--end col-->
{# <div class="col-12 mt-4 pt-2 text-center">#}
{# <a href="javascript:void(0)" class="btn btn-primary">See More <i class="uil uil-angle-right"></i></a>#}
{# </div>#}
</div><!--end row-->
</div><!--end container-->
<div id="newsletter-input"></div>
</section>
<section class="section pb-5 pt-0">
<div class="container">
<div class="newsletter-input-placeholder bg-primary-darker bg-gradient"></div>
<div class="row justify-content-center">
<div class="col-12 text-center pt-4">
<div class="section-title">
<h4 class="title mb-4 mt-3 text-light">Want to be among the first to find out?</h4>
<p class="text-white-75 para-desc mx-auto">We are working on subscription tiers. Stay in touch and informed.</p>
<div class="subcribe-form mt-4 pt-2">
<script>
function onSubmit(token) {
document.getElementById("abc").submit();
}
</script>
{{ form_start(form, {'attr': {'id': 'abc'}}) }}
{{ form_widget(form.email, {'attr': {'type': 'email', 'class': 'rounded-pill border', 'placeholder': 'E-mail'}}) }}
{# {{ form_widget(form.save, {'attr': {'class': 'btn btn-pills btn-primary', 'label': 'Get Started'}}) }}#}
{{ form_widget(form.save, {'attr': {
'data-sitekey': '6LeRJt0eAAAAAMYqufqaweCRDb0fDBLm_ub20maZ',
'data-callback': 'onSubmit',
'data-action': 'submit',
'type': 'submit',
'class': 'g-recaptcha btn btn-pills btn-primary', 'label': 'Get Started'}}) }}
{{ form_help(form.email) }}
{{ form_errors(form.email) }}
<small class="d-block pt-2 text-sm text-white-75">We respect your privacy and we never provide your e-mail to anyone.</small>
{# <div class="g-recaptcha text-center" data-sitekey="6LeRJt0eAAAAAMYqufqaweCRDb0fDBLm_ub20maZ"></div>#}
{{ form_end(form) }}
</div>
</div>
</div>
</div>
</div>
</section>
<section class="bg-half-100 bg-light d-none">
<div class="container" id="key-features">
<div class="row justify-content-center">
<div class="col-lg-9 col-md-10">
<div class="section-title">
<h1 class="mb-4 mt-4 text-primary">It's time for a trading strategy that will work at any time.</h1>
<span><br />Real-life progress of the strategy<br /></span>
<strong>Key features</strong><br />
<ul>
<li>developed by artificial intelligence</li>
</ul>
<strong>Advantages</strong><br />
<ul>
<li>trade in all market conditions</li>
{# <li>trade based on comprehensive research of historical data since 2007</li>#}
<li></li>
</ul>
{# <strong>What makes the strategy exceptional</strong><br />#}
<ul>
<li></li>
{# <li>works at every stage of the economic cycle</li>#}
{# <li>high rate of profitable trades</li>#}
{# <li>works in both economic expansion and recession</li>#}
</ul>
<strong>How we found these patterns</strong><br />
<ul>
{# <li>hypothesis formed by watching global markets for 2 years</li>#}
<li>idea that psychology affects the most common market reactions</li>
<li>sophisticated algorithm developed exclusively for this project</li>
<li>huge number of backtesting cycles</li>
<li>used uncountable number of parameter sets</li>
{# <li>results verified and adjusted multiple times</li>#}
<li>tested both optimistic and pessimistic scenarios</li>
<li>real trading tests</li>
</ul>
<strong>What is included in paid subscriptions</strong><br />
<ul>
<li>tangible principles of how we got to the projection of substantial profits</li>
<li>opportunity to cooperate on further analysis</li>
</ul>
<strong>Key performance result</strong><br />
<ul>
<li>more than 100% return of an initial investment for single year of trading using the strategy</li>
</ul>
<strong>Keys to success using this strategy</strong><br />
<ul>
<li>trading of one particular asset once a day for a few days a week</li>
<li>placing orders right on time (5 min. precision)</li>
<li>buying and closing a position at a specific time of day</li>
<li>sticking to the plan again and again</li>
<li>no excuses and no breaches — our live test would have failed if we had cheated</li>
</ul>
<strong>What you will learn from us:</strong><br />
<ul>
<li>what is the key asset</li>
<li>what percentage of successful trades you will achieve</li>
<li>what times of day you have to place trades</li>
<li>how to not break rules</li>
<li>how to not try to time the market</li>
<li>how to avoid losses</li>
<li>hot to boost profits</li>
<li>how to achieve high probability of success</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<script defer src="https://www.google.com/recaptcha/enterprise.js?render=6LeRJt0eAAAAAMYqufqaweCRDb0fDBLm_ub20maZ"></script>
<script defer>
grecaptcha.enterprise.ready(function() {
grecaptcha.enterprise.execute('6LeRJt0eAAAAAMYqufqaweCRDb0fDBLm_ub20maZ', {action: 'login'}).then(function(token) {
});
});
</script>
{% endblock %}