templates/home/trading-strategy-text.html.twig line 1

Open in your IDE?
  1. {% extends 'base.html.twig' %}
  2. {% block title %}Privacy Policy - Neural Trades{% endblock %}
  3. {% block seo_meta %}
  4.     <meta name="robots" content="index, follow" />
  5. {% endblock %}
  6. {% block google_ads %}
  7.     <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3241721958945231"
  8.             crossorigin="anonymous"></script>
  9. {% endblock %}
  10. {% block body %}
  11.     {% block navigation %}
  12.         {{ parent() }}
  13.     {% endblock %}
  14.     <section class="bg-half-100">
  15.         <div class="container">
  16.             <div class="row justify-content-center text-center title-heading">
  17.                     <h1 class="h2 mb-4 mt-4">Looking for a trading strategy that will work at any time?</h1>
  18.                     <p class="text-danger text-muted text-muted">We were searching for a strategy that
  19.                         <span class="text-primary fw-bold">makes profits independent</span> of market
  20.                         situation. <br />We were hardworking. And we created one.</p>
  21.             </div>
  22.         </div>
  23.     </section>
  24.     <section class="bg-light py-5">
  25.         <div class="container">
  26.             <div class="row justify-content-center mt-4">
  27.                 <div class="col-12">
  28.                     <div class="section-title text-center mb-4 pb-2">
  29.                         <span class="d-block h6 text-primary mb-2">We aim on patterns driven by human psychology</span>
  30.                         <h2 class="h4 title mb-4">4 essential components for this winning strategy</h2>
  31.                         <p class="para-desc mx-auto mb-0">Repetitions of certain market actions are usually
  32.                             hard to read. We created an advanced backtest with support of <strong>artificial intelligence</strong>
  33.                             for this purpose.</p>
  34.                     </div>
  35.                 </div><!--end col-->
  36.             </div><!--end row-->
  37.             <div class="row">
  38.                 <div class="col-md-3 mt-4 pt-2">
  39.                     <div class="card features feature-primary feature-clean work-process bg-transparent process-arrow border-0 text-center">
  40.                         <div class="icons text-center mx-auto">
  41.                             <i class="uil uil-presentation-edit d-block rounded h3 mb-0"></i>
  42.                         </div>
  43.                         <div class="card-body">
  44.                             <h3 class="h5 text-dark">1. Market psychology</h3>
  45.                             <p class="text-muted mb-0">Knowledge of
  46.                                 <a class="text-primary fw-bold" href="#market-psychology">negative market sentiment</a></p>
  47.                         </div>
  48.                     </div>
  49.                 </div><!--end col-->
  50.                 <div class="col-md-3 mt-md-5 pt-md-3 mt-4 pt-2">
  51.                     <div class="card features feature-primary feature-clean work-process bg-transparent process-arrow border-0 text-center">
  52.                         <div class="icons text-center mx-auto">
  53.                             <i class="uil uil-airplay d-block rounded h3 mb-0"></i>
  54.                         </div>
  55.                         <div class="card-body">
  56.                             <h3 class="h5 text-dark">2. Cyclical behavior</h3>
  57.                             <p class="text-muted mb-0">Identification of specific
  58.                                 <a class="text-primary fw-bold" href="#market-cycles">market cycles</a></p>
  59.                         </div>
  60.                     </div>
  61.                 </div><!--end col-->
  62.                 <div class="col-md-3 mt-md-5 pt-md-5 mt-4 pt-2">
  63.                     <div class="card features feature-primary feature-clean work-process bg-transparent process-arrow border-0 text-center">
  64.                         <div class="icons text-center mx-auto">
  65.                             <i class="uil uil-image-check d-block rounded h3 mb-0"></i>
  66.                         </div>
  67.                         <div class="card-body">
  68.                             <h5 class="text-dark">3. Backtesting</h5>
  69.                             <p class="text-muted mb-0">Testing of hypothesis and
  70.                                 <a class="text-primary fw-bold" href="#backtesting">deep learning</a> from results</p>
  71.                         </div>
  72.                     </div>
  73.                 </div>
  74.                 <div class="col-md-3 mt-md-5 pt-md-5 mt-4 pt-2">
  75.                     <div class="card features feature-primary feature-clean work-process bg-transparent d-none-arrow border-0 text-center">
  76.                         <div class="icons text-center mx-auto">
  77.                             <i class="uil uil-image-check d-block rounded h3 mb-0"></i>
  78.                         </div>
  79.                         <div class="card-body">
  80.                             <h3 class="h5 text-dark">4. Plan</h3>
  81.                             <p class="text-muted mb-0 text-danger">Future decisions are set up in an
  82.                                 <a class="text-primary fw-bold" href="/">algorithm</a></p>
  83.                         </div>
  84.                     </div>
  85.                 </div>
  86.             </div>
  87.             <div class="row justify-content-center text-center mt-4">
  88.                 <p class="para-desc">In-depth research of market trends
  89.                     helped us discover patterns that reflect the behavior of <strong>everyday trading activities</strong>.
  90.                     The outcome of this research is a trading strategy that offers the
  91.                     opportunity to stand on the <strong>edge of the market</strong>.</p>
  92.             </div>
  93.         </div>
  94.     </section>
  95.     {# FUD #}
  96.     <section id="market-psychology" class="py-5">
  97.         <div class="container">
  98.             <div class="row justify-content-center">
  99.                 <div class="col-lg-9 col-md-10 text-center">
  100.                     <span class="badge rounded-pill bg-primary me-1">Market psychology</span>
  101.                     <h2 class="h3 mb-4 pt-3">1. Knowledge of negative market sentiment</h2>
  102.                     <p class="text-muted py-3">Psychology in financial markets drives the downward movements of markets. <br />It affects and creates patterns that
  103.                         repeat around the clock.</p>
  104.                 </div>
  105.             </div>
  106.             <div class="row justify-content-center">
  107.                 <div class="col-12">
  108.                     <p class="text-center py-3">
  109.                         <img alt="Market psychology: Fear, uncertainty and doubt and market sentiment"
  110.                              style="max-width: 500px; width: 100%; height: auto"
  111.                              src="/svg/fear-uncertainty-and-doubt-and-market-turmoil.svg" />
  112.                     </p>
  113.                 </div>
  114.             </div>
  115.             <div class="row justify-content-center">
  116.                 <div class="col-md-7 pt-3">
  117.                     <h3 class="h5 pb-3">FUD: Fear, Uncertainty and Doubt</h3>
  118.                     <p>Almost all market situations bring some levels of <strong>uncertainty and volatility</strong>.</p>
  119.                     <p>Uncertainty occurs when the market anticipates significant movement in overall
  120.                         market prices and can potentially lead to serious <strong>market shifts</strong>, usually
  121.                         downward movements.</p>
  122.                     <p>FUD comes from human psychology. Over the course of market cycles, <strong>downward movements take less time</strong> than upward movements.
  123.                         Fear and uncertainty are the strongest catalysts for prices to go down fast.</p>
  124.                 </div>
  125.                 <div class="col-md-1 pt-3">
  126.                 </div>
  127.                 <div class="col-md-4 pt-3">
  128.                     <h3 class="h5 pb-3">Most significant market catalysts</h3>
  129.                     <ul class="list-unstyled text-muted">
  130.                         <li class="mb-1">
  131.                             <span class="text-primary h5 me-2">
  132.                                 <i class="uil uil-check-circle align-middle"></i>
  133.                             </span>
  134.                             an upcoming election period</li>
  135.                         <li class="mb-1">
  136.                             <span class="text-primary h5 me-2">
  137.                                 <i class="uil uil-check-circle align-middle"></i>
  138.                             </span>
  139.                             important macroeconomic changes</li>
  140.                         <li class="mb-1">
  141.                             <span class="text-primary h5 me-2">
  142.                                 <i class="uil uil-check-circle align-middle"></i>
  143.                             </span>
  144.                             monetary policy actions
  145.                         </li>
  146.                         <li class="mb-1">
  147.                             <span class="text-primary h5 me-2">
  148.                                 <i class="uil uil-check-circle align-middle"></i>
  149.                             </span>
  150.                             geopolitical tensions</li>
  151.                         <li class="mb-1">
  152.                             <span class="text-primary h5 me-2">
  153.                                 <i class="uil uil-check-circle align-middle"></i>
  154.                             </span>
  155.                             catastrophic events</li>
  156.                         <li class="mb-1">
  157.                             <span class="text-primary h5 me-2">
  158.                                 <i class="uil uil-check-circle align-middle"></i>
  159.                             </span>
  160.                             uncertain market sentiment</li>
  161.                     </ul>
  162.                 </div>
  163.             </div>
  164.         </div>
  165.     </section>
  166.     <section id="market-cycles" class="py-5 bg-light">
  167.         <div class="container">
  168.             <div class="row justify-content-center">
  169.                 <div class="col-lg-9 col-md-10 text-center">
  170.                     {# MARKET CYCLES #}
  171.                     <span class="badge rounded-pill bg-primary me-1">Cyclical behavior</span>
  172.                     <h2 class="h3 mb-4 pt-3">2. Identification of specific market cycles</h2>
  173.                     <p>Market cycles are a result of the <strong>evolution of the price</strong> of
  174.                         an underlying asset. Cycles we focus on in neural trading are affected by
  175.                         <strong>market sentiment</strong>
  176.                             that changes cyclically throughout time. Cyclical patterns of different types and scales
  177.                         can be found in every single type of <strong>liquid market</strong>, mostly in stock, forex,
  178.                         crypto and commodity markets.</p>
  179.                     <p class="text-center py-3">
  180.                         <img alt="Repetitive market cycles are reflection of psychology"
  181.                              style="max-width: 500px; width: 100%;
  182.                         height: auto" src="/svg/market-cycles-economic-waves-psychology.svg" />
  183.                     </p>
  184.                     <p>Market cycles can be either regular or irregular. For our trading
  185.                         strategy, the best events to work with are <strong>regular cycles</strong> so we can build a <strong>plan that
  186.                             is easy to follow</strong>.</p>
  187.                     <p>For the <strong>best rate</strong> of successful trades, it is necessary
  188.                         to recognize patterns that demonstrate the <strong>best probability</strong> of desired outcomes and
  189.                         to <strong>evaluate financial risk</strong> with thoughtful consideration.</p>
  190. {#                    <p>#}
  191. {#                        Investments in stocks generally produce higher returns in bullish markets and experience#}
  192. {#                        losses in periods of economic slowdown. The predictability of the movement of prices of#}
  193. {#                        cyclical stocks encourages some investors to attempt to time the market.#}
  194. {#                        This can best be done using <strong>artificial intelligence</strong>.</p>#}
  195.                 </div>
  196.             </div>
  197.         </div>
  198.     </section>
  199.     <section id="backtesting" class="py-5">
  200.         <div class="container">
  201.             <div class="row justify-content-center">
  202.                 <div class="col-lg-9 col-md-10 text-center">
  203.                     {# BACKTESTING #}
  204.                     <span class="badge rounded-pill bg-primary me-1">Backtesting</span>
  205.                     <h2 class="h3 mb-4 pt-3">3. Testing on past data using deep learning</h2>
  206.                     <p><strong>Probability of profits</strong> is the key part of a successful trading strategy.
  207.                         If we need to achieve a certain level of confidence using our plan, we need to
  208.                         apply our algorithm to the <strong>past</strong>.
  209.                     </p>
  210.                     <p>Backtesting is a powerful tool to <strong>identify patterns</strong> in market price development.
  211.                         The purpose is to perform an accurate analysis of market trends and patterns
  212.                         with the support of <strong>innovative automated tools</strong> to study relevant data.</p>
  213.                 </div>
  214.             </div>
  215.             <div class="row py-4">
  216.                 <div class="col-md-4">
  217.                     <p class="text-center py-2">
  218.                         <img alt="Backtesting forms an input for trading strategy and plan"
  219.                              style="max-width: 215px; width: 100%;
  220.                         height: auto" src="/svg/trading-algorithms-help-to-avoid-emotions-and-psychological-trap.svg" />
  221.                     </p>
  222.                 </div>
  223.                 <div class="col-md-8 py-3">
  224.                     <h3 class="h4 mb-3">Quantitative analysis</h3>
  225.                     <p>Past data is used to analyze historical price movements and check for specific
  226.                         market patterns to estimate <strong>future price movements</strong>.
  227.                         Probability models provide a way to help make the optimal decisions
  228.                         based on <strong>analysis</strong> of past data.</p>
  229.                     <p>The most important feature of backtesting results is a <strong>level of accuracy</strong>.
  230.                         This is usually higher with a longer followed period.</p>
  231.                 </div>
  232.             </div>
  233.             <div class="row justify-content-center">
  234.                 <div class="col-lg-9 col-md-10 text-center">
  235.                     <p>There are many possible combinations of parameters in every trading decision tree.
  236.                         The goal is to choose such <strong>combinations of parameters</strong> that fulfill
  237.                         <strong class="text-primary">maximization
  238.                             of the outcome</strong> of suggested hypothesis.</p>
  239.                 </div>
  240.             </div>
  241.         </div>
  242.     </section>
  243.     <section id="trading-algorithm" class="py-5 bg-light">
  244.         <div class="container">
  245.             <div class="row justify-content-center">
  246.                 <div class="col-lg-9 col-md-10 text-center">
  247.                     {# ALGO #}
  248.                     <span class="badge rounded-pill bg-primary me-1">Plan</span>
  249.                     <h2 class="h3 mb-4 pt-3">4. Trading plan helps to avoid psychological traps</h2>
  250. {#                    <p class="text-danger">Algorithmic trading strategies .</p>#}
  251.                     <p>After successful testing of such a system, it can be used as
  252.                         an effective tool to <strong>mitigate risk</strong> and provide <strong>higher investment returns</strong>.</p>
  253.                     <p>Automated trading systems make it possible to <strong>analyze thousands or millions</strong> of data points
  254.                         in a <strong>matter of seconds</strong>. Algorithms are <strong>free of any emotions</strong> and human-like obstacles like
  255.                         having second thoughts. Decisions are preprogrammed in an algorithm that follows the plan
  256.                         reliably. <strong>Sticking to the plan</strong> is the most challenging requirement for any person or
  257.                         business that decides to jump into the world of trading.</p>
  258.                     <p class="text-center py-2">
  259.                         <img alt="Trading plan makes you confident and calm in all market situations"
  260.                              style="max-width: 215px; width: 100%; height: auto"
  261.                              src="/svg/trading-plan-makes-you-confident-and-calm-in-all-market-situations.svg" />
  262.                     </p>
  263.                     <p>Trading algorithms may never completely replace the role of human
  264.                         beings in financial markets, but the need for <strong>rational and objective tools</strong> are essential
  265.                         and cannot be replaced.
  266.                     </p>
  267.                 </div>
  268.             </div>
  269.         </div>
  270.     </section>
  271. {% endblock %}