not-esco.com Open in urlscan Pro
172.67.194.130  Public Scan

Submitted URL: http://not-esco.com/
Effective URL: https://not-esco.com/
Submission: On April 29 via manual from NL — Scanned from NL

Form analysis 3 forms found in the DOM

Name: loginForm

<form name="loginForm" class="ng-pristine ng-pending" style="">
  <div class="loginprfw__login-bar-wrapper">
    <div class="loginprfw__login-bar">
      <!-- ngIf: $ctrl.loginMethod === $ctrl.CustomerLoginTypeCode.Email -->
      <div class="loginprfw__login-by-email ng-scope" ng-if="$ctrl.loginMethod === $ctrl.CustomerLoginTypeCode.Email" style="">
        <div class="loginprfw__login-bar-control loginprfw__login-bar-control--input">
          <div class="prfw-input-icon-box">
            <input class="prfw-input-icon-box__control prfw-input-icon-box__control--alt ng-pristine ng-untouched ng-pending ng-empty" type="text" id="email" name="email" ng-model="$ctrl.model.email" valid-method="blur" validator="required,email"
              placeholder="Email">
            <div class="prfw__validation-wrapper"></div>
            <div class="prfw-input-icon-box__icon-wrapper prfw-input-icon-box__icon-wrapper--email"></div>
          </div>
        </div>
        <div class="loginprfw__login-bar-control loginprfw__login-bar-control--input">
          <div class="prfw-input-icon-box">
            <input class="prfw-input-icon-box__control prfw-input-icon-box__control--alt ng-pristine ng-untouched ng-pending ng-empty" id="password" name="password" type="password" ng-model="$ctrl.model.password" placeholder="Password"
              validator="required">
            <div class="prfw__validation-wrapper"></div>
            <div class="prfw-input-icon-box__icon-wrapper prfw-input-icon-box__icon-wrapper--password"></div>
          </div>
        </div>
      </div><!-- end ngIf: $ctrl.loginMethod === $ctrl.CustomerLoginTypeCode.Email -->
      <!-- ngIf: $ctrl.loginMethod === $ctrl.CustomerLoginTypeCode.Phone -->
      <div class="loginprfw__login-bar-control">
        <button class="loginprfw__login-btn prfw-btn prfw-btn-secondary ng-scope" validation-submit="loginForm" ng-click="$ctrl.login()" translate="login.LOGIN">Login</button>
      </div>
    </div>
  </div>
</form>

Name: signupprfw

<form class="signupprfw ng-scope ng-pending ng-dirty ng-valid-parse" ng-if="$ctrl.formData" name="signupprfw" style="">
  <!-- ngRepeat: field in $ctrl.formData.formComponents --><!-- ngIf: !field.hasAutoFillOption || !field.data.isAutoFill -->
  <div ng-repeat="field in $ctrl.formData.formComponents" class="signupprfw__control signupprfw__firstName" ng-hide="field.attributes['select-single-result'] &amp;&amp; field.optionsCount === 1"
    ng-if="!field.hasAutoFillOption || !field.data.isAutoFill">
    <!--this field is hidden when there is only one option for it and select-single is on -->
    <!-- ngIf: field.field === $ctrl.SignupFormFieldCode.Phone -->
    <!-- ngIf: !$ctrl.specialInputFields.includes(field.field) --><prf-signup-field-creator ng-if="!$ctrl.specialInputFields.includes(field.field)" field="field" $ctrl="$ctrl" model="$ctrl.model" class="ng-scope ng-isolate-scope">
      <prf-input-field model="model[field.fieldName]" form-model="model" data="{&quot;isAutoFill&quot;:false}" name="firstName" placeholder="First Name" validations="isNotNil" class="ng-scope ng-isolate-scope"><input type="text"
          class="prfw-form-control ng-pristine ng-untouched ng-scope ng-pending ng-empty" name="firstName" ng-model="$ctrl.model" ng-model-options="{debounce: 500}" placeholder="First Name" validator="isNotNil">
        <div class="prfw__validation-wrapper"></div>
      </prf-input-field></prf-signup-field-creator><!-- end ngIf: !$ctrl.specialInputFields.includes(field.field) -->
  </div><!-- end ngIf: !field.hasAutoFillOption || !field.data.isAutoFill --><!-- end ngRepeat: field in $ctrl.formData.formComponents --><!-- ngIf: !field.hasAutoFillOption || !field.data.isAutoFill -->
  <div ng-repeat="field in $ctrl.formData.formComponents" class="signupprfw__control signupprfw__lastName" ng-hide="field.attributes['select-single-result'] &amp;&amp; field.optionsCount === 1"
    ng-if="!field.hasAutoFillOption || !field.data.isAutoFill">
    <!--this field is hidden when there is only one option for it and select-single is on -->
    <!-- ngIf: field.field === $ctrl.SignupFormFieldCode.Phone -->
    <!-- ngIf: !$ctrl.specialInputFields.includes(field.field) --><prf-signup-field-creator ng-if="!$ctrl.specialInputFields.includes(field.field)" field="field" $ctrl="$ctrl" model="$ctrl.model" class="ng-scope ng-isolate-scope">
      <prf-input-field model="model[field.fieldName]" form-model="model" data="{&quot;isAutoFill&quot;:false}" name="lastName" placeholder="Last Name" validations="isNotNil" class="ng-scope ng-isolate-scope"><input type="text"
          class="prfw-form-control ng-pristine ng-untouched ng-scope ng-pending ng-empty" name="lastName" ng-model="$ctrl.model" ng-model-options="{debounce: 500}" placeholder="Last Name" validator="isNotNil">
        <div class="prfw__validation-wrapper"></div>
      </prf-input-field></prf-signup-field-creator><!-- end ngIf: !$ctrl.specialInputFields.includes(field.field) -->
  </div><!-- end ngIf: !field.hasAutoFillOption || !field.data.isAutoFill --><!-- end ngRepeat: field in $ctrl.formData.formComponents --><!-- ngIf: !field.hasAutoFillOption || !field.data.isAutoFill -->
  <div ng-repeat="field in $ctrl.formData.formComponents" class="signupprfw__control signupprfw__email" ng-hide="field.attributes['select-single-result'] &amp;&amp; field.optionsCount === 1" ng-if="!field.hasAutoFillOption || !field.data.isAutoFill">
    <!--this field is hidden when there is only one option for it and select-single is on -->
    <!-- ngIf: field.field === $ctrl.SignupFormFieldCode.Phone -->
    <!-- ngIf: !$ctrl.specialInputFields.includes(field.field) --><prf-signup-field-creator ng-if="!$ctrl.specialInputFields.includes(field.field)" field="field" $ctrl="$ctrl" model="$ctrl.model" class="ng-scope ng-isolate-scope">
      <prf-input-field model="model[field.fieldName]" form-model="model" data="{&quot;isAutoFill&quot;:false}" name="email" placeholder="Email" validations="email,isNotNil" class="ng-scope ng-isolate-scope"><input type="text"
          class="prfw-form-control ng-pristine ng-untouched ng-scope ng-pending ng-empty" name="email" ng-model="$ctrl.model" ng-model-options="{debounce: 500}" placeholder="Email" validator="email,isNotNil">
        <div class="prfw__validation-wrapper"></div>
      </prf-input-field></prf-signup-field-creator><!-- end ngIf: !$ctrl.specialInputFields.includes(field.field) -->
  </div><!-- end ngIf: !field.hasAutoFillOption || !field.data.isAutoFill --><!-- end ngRepeat: field in $ctrl.formData.formComponents --><!-- ngIf: !field.hasAutoFillOption || !field.data.isAutoFill -->
  <div ng-repeat="field in $ctrl.formData.formComponents" class="signupprfw__control signupprfw__phone" ng-hide="field.attributes['select-single-result'] &amp;&amp; field.optionsCount === 1" ng-if="!field.hasAutoFillOption || !field.data.isAutoFill">
    <!--this field is hidden when there is only one option for it and select-single is on -->
    <!-- ngIf: field.field === $ctrl.SignupFormFieldCode.Phone -->
    <div ng-if="field.field === $ctrl.SignupFormFieldCode.Phone" class="ng-scope">
      <prf-phone-input form="$ctrl.phoneForm" class="ng-isolate-scope"><prf-phone-country-control data-prf-id="phone-input-component" phone="$ctrl.form.controls.phone.model" country-prefix="$ctrl.selectedCountryPrefixCtrl.model"
          prefix-selection-compare="$ctrl.prefixSeletionCompare" countries-data-source="$ctrl.countriesDs" prf-countries-simple-data-source="$ctrl.countriesDs = dataSource" class="ng-isolate-scope">
          <div class="prfw-phone-country-control" data-prf-id="phone-country-control-component">
            <!-- ngIf: $ctrl.countriesDataSource --><prf-countries-dropdown ng-if="$ctrl.countriesDataSource" class="prfw-phone-country-control__country ng-scope ng-isolate-scope" items="$ctrl.countriesDataSource.data$ | async:this"
              selected-item="$ctrl.countryPrefix" selection-compare="$ctrl.prefixSelectionCompare" on-search-term-change="$ctrl.countriesDataSource.applySearch(value)" placeholder="'...'"><prf-dropdown
                class="prfw-dropdown--countries ng-untouched ng-valid ng-isolate-scope ng-not-empty ng-dirty ng-valid-parse" data-prf-id="countries-dropdown-component" items="$ctrl.items" ng-model="$ctrl.selectedItem"
                selection-compare="$ctrl.selectionCompare" style="">
                <div class="prf-dropdown prf-dropdown--closed " data-prf-id="dropdown-component">
                  <div class="prf-dropdown__single" data-prf-id="selected-item" ng-click="$ctrl.selectedItemClickedOp$.next({ selected: ($ctrl.selectedItem$ | async:this), event: $event })">
                    <!-- ngIf: !($ctrl.hasSelectedItemTransclude$ | async:this) -->
                    <!-- ngIf: ($ctrl.hasSelectedItemTransclude$ | async:this) --><prf-transclude ng-if="($ctrl.hasSelectedItemTransclude$ | async:this)" transclude-fn="$ctrl.$transclude" slot="'selectedItemTrn'"
                      custom-data="$ctrl.selectedItemTemplateData$ | async:this" class="ng-scope ng-isolate-scope">
                      <selected-item class="ng-scope">
                        <prf-simple-dropdown-selected-item item="item" is-open="isOpen" placeholder="::$ctrl.placeholder" class="ng-isolate-scope">
                          <div class="prfw-dropdown-selected" data-prf-id="simple-dropdown-selected-item-component">
                            <!-- ngIf: ($ctrl.itemInput$ | async:this) --><span ng-if="($ctrl.itemInput$ | async:this)" class="" style="">
                              <prf-transclude transclude-fn="$ctrl.$transclude" slot="" custom-data="$ctrl.childData$ | async:this" class="ng-isolate-scope">
                                <div class="prf-dropdown__label--countries ng-scope">
                                  <span class="flag-icon flag-icon-nl"></span>
                                  <span class="flag-country-code ng-binding">31</span>
                                </div>
                              </prf-transclude>
                            </span><!-- end ngIf: ($ctrl.itemInput$ | async:this) -->
                            <!-- ngIf: !($ctrl.itemInput$ | async:this) -->
                            <span class="">
                              <!-- ngIf: !($ctrl.isOpenInput$ | async:this) --><span class="" ng-if="!($ctrl.isOpenInput$ | async:this)"></span><!-- end ngIf: !($ctrl.isOpenInput$ | async:this) -->
                              <!-- ngIf: $ctrl.isOpenInput$ | async:this -->
                            </span>
                          </div>
                        </prf-simple-dropdown-selected-item>
                      </selected-item></prf-transclude><!-- end ngIf: ($ctrl.hasSelectedItemTransclude$ | async:this) -->
                    <div class="prf-dropdown__caret prf-dropdown__caret--closed"></div>
                  </div>
                  <!-- ngIf: $ctrl.isOpen$ | async:this -->
                </div>
              </prf-dropdown>
            </prf-countries-dropdown><!-- end ngIf: $ctrl.countriesDataSource -->
            <div class="prfw-phone-country-control__phone">
              <input class="prfw-form-control ng-pristine ng-untouched ng-pending ng-empty" type="text" id="phone" name="phone" ng-model="$ctrl.phone" valid-method="blur" validator="required"
                message-id="mandatory-phone__02242263-6aa1-4c8f-8294-bb5986715ba0-error" placeholder="Phone">
            </div>
          </div>
          <span id="mandatory-phone__02242263-6aa1-4c8f-8294-bb5986715ba0-error" class="prfw__validation-wrapper"></span>
        </prf-phone-country-control>
      </prf-phone-input>
      <!-- ngIf: ($ctrl.prfCurrentBrandStoreService.brand$ | async:this).is2faSignupEnabled -->
    </div><!-- end ngIf: field.field === $ctrl.SignupFormFieldCode.Phone -->
    <!-- ngIf: !$ctrl.specialInputFields.includes(field.field) -->
  </div><!-- end ngIf: !field.hasAutoFillOption || !field.data.isAutoFill --><!-- end ngRepeat: field in $ctrl.formData.formComponents --><!-- ngIf: !field.hasAutoFillOption || !field.data.isAutoFill -->
  <div ng-repeat="field in $ctrl.formData.formComponents" class="signupprfw__control signupprfw__password" ng-hide="field.attributes['select-single-result'] &amp;&amp; field.optionsCount === 1"
    ng-if="!field.hasAutoFillOption || !field.data.isAutoFill">
    <!--this field is hidden when there is only one option for it and select-single is on -->
    <!-- ngIf: field.field === $ctrl.SignupFormFieldCode.Phone -->
    <!-- ngIf: !$ctrl.specialInputFields.includes(field.field) --><prf-signup-field-creator ng-if="!$ctrl.specialInputFields.includes(field.field)" field="field" $ctrl="$ctrl" model="$ctrl.model" class="ng-scope ng-isolate-scope">
      <prf-input-field model="model[field.fieldName]" form-model="model" data="" name="password" placeholder="Password" input-type="password" validations="password,isNotNil" class="ng-scope ng-isolate-scope"><input type="password"
          class="prfw-form-control ng-pristine ng-untouched ng-scope ng-pending ng-empty" name="password" ng-model="$ctrl.model" ng-model-options="{debounce: 500}" placeholder="Password" validator="password,isNotNil">
        <div class="prfw__validation-wrapper"></div>
      </prf-input-field></prf-signup-field-creator><!-- end ngIf: !$ctrl.specialInputFields.includes(field.field) -->
  </div>
  <!-- end ngIf: !field.hasAutoFillOption || !field.data.isAutoFill --><!-- end ngRepeat: field in $ctrl.formData.formComponents --><!-- ngIf: !field.hasAutoFillOption || !field.data.isAutoFill --><!-- end ngRepeat: field in $ctrl.formData.formComponents --><!-- ngIf: !field.hasAutoFillOption || !field.data.isAutoFill --><!-- end ngRepeat: field in $ctrl.formData.formComponents -->
  <div class="signupprfw__btn-wrapper">
    <button validation-submit="signupprfw" ng-click="$ctrl.signUp()" class="prfw-btn prfw-btn-primary ng-scope" translate="signupWidget.SUBMIT" ng-disabled="$ctrl.isSubmitDisabled$ | async:this">Submit</button>
  </div>
</form>

POST /#wpcf7-f384-o1

<form action="/#wpcf7-f384-o1" method="post" class="wpcf7-form init" aria-label="Contact form" novalidate="novalidate" data-status="init">
  <div style="display: none;">
    <input type="hidden" name="_wpcf7" value="384">
    <input type="hidden" name="_wpcf7_version" value="5.7.1">
    <input type="hidden" name="_wpcf7_locale" value="en_US">
    <input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f384-o1">
    <input type="hidden" name="_wpcf7_container_post" value="0">
    <input type="hidden" name="_wpcf7_posted_data_hash" value="">
  </div>
  <div class="cf7-subscribe-wrapper">
    <label class="cf7-subscribe-control">
      <span class="wpcf7-form-control-wrap customer-email">
        <input size="40" class="wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email cf7-subscribe-input" aria-required="true" aria-invalid="false" placeholder="Your Email" value="" type="email"
          name="customer-email">
        <span class="cf7-subscribe-placeholder">Email address</span>
      </span>
    </label>
    <span class="submit-wrapper cf7-subscribe-submit">
      <input class="wpcf7-form-control has-spinner wpcf7-submit" type="submit" value="Submit"><span class="ajax-loader"></span>
      <button class="cf7-subscribe-submit">Submit</button>
    </span>
  </div>
  <div class="wpcf7-response-output" aria-hidden="true"></div>
</form>

Text Content

 * DE
 * FR
 * EN

Login
Login to your account or Sign Up
Login


Forgot Password?
Open Account
Deposit Logout
 * Trading Room
 * Trading InfoExpand child menu
   * Forex
   * Contracts For Difference
   * Crypto Trading
   * Commodities
   * Indices
   * Leverage
 * Our Platform
 * Investment Concept
 * Account Types
 * About Us
 * FAQ
 * Contact Us




NOTESCO


WHY NOTESCO?

 * Technology & Tools
   Gain your trading edge with access to the latest trading platforms that are
   loaded with all the tools that a dedicated trader needs.
 * Trade All Asset Classes
   With 1500+ assets to choose from including forex, crypto, indices, and
   commodities… there are always lucrative opportunities 24/7/365.
 * Secure & Reliable
   You can have complete confidence that all our platforms and systems are
   secure, to protect your personal information and funds.
 * Genuine Customer Support
   Every client of NOTESCO has access to authentic support, which means only
   when you are satisfied, so are we. This is how support is supposed to be.




ACCOUNT TYPES

Every trader has their style and experience. Choose an account to match your
needs.

Standard Advanced Crypto Savings
Bronze
Silver
Gold
Platinum
Diamond
Stock Savings
Ethereum Savings
USDT Savings
BTC Savings
 * Bronze
   $1,000
   
   
    * DEDICATED ACCOUNT MANAGER
   
   
    * TRADING SIGNALS
   
   
    * LEVERAGE 1:10
   
   
    * MARKET REPORT
   
   
    * RISK MANAGEMENT
   
   
    * AI TRADING
   
   
    * SPREADAND SWAPS
   
   
    * CREDIT ALLOCATION
   
   
    * INSURED POSITIONS
   
   
    * DIRECT ACCESS TO HIGHER LEVEL MANAGEMENT
   
   
    * ACCESS TO TRADE EXCLUSIVE EVENTS
   
   Open Account
 * Silver
   $5,000
   
   
    * DEDICATED ACCOUNT MANAGER
   
   
    * TRADING SIGNALS
   
   
    * LEVERAGE 1:50
   
   
    * TRADING SESSIONS
   
   
    * MARKET REPORT
   
   
    * RISK MANAGEMENT
   
   
    * AI TRADING
   
   
    * SPREADAND SWAPS
   
   
    * CREDIT ALLOCATION
   
   
    * INSURED POSITIONS
   
   
    * DIRECT ACCESS TO HIGHER LEVEL MANAGEMENT
   
   
    * ACCESS TO TRADE EXCLUSIVE EVENTS
   
   Open Account
 * Gold
   $10,000
   
   
    * CHIEF ANALYTIKER
   
   
    * TRADING SIGNALS
   
   
    * LEVERAGE 1:100
   
   
    * TRADING SESSIONS
   
   
    * MARKET REPORT
   
   
    * RISK MANAGEMENT
   
   
    * AI TRADING
   
   
    * SPREADAND SWAPS
   
   
    * CREDIT ALLOCATION
   
   
    * INSURED POSITIONS
   
   
    * DIRECT ACCESS TO HIGHER LEVEL MANAGEMENT
   
   
    * ACCESS TO TRADE EXCLUSIVE EVENTS
   
   Open Account
 * Platinum
   $20,000
   
   
    * DEDICATED ACCOUNT MANAGER
   
   
    * TRADING SIGNALS
   
   
    * LEVERAGE 1:200
   
   
    * TRADING SESSIONS
   
   
    * MARKET REPORT
   
   
    * RISK MANAGEMENT
   
   
    * AI TRADING
   
   
    * SPREADAND SWAPS
   
   
    * CREDIT ALLOCATION
   
   
    * INSURED POSITIONS
   
   
    * DIRECT ACCESS TO HIGHER LEVEL MANAGEMENT
   
   
    * ACCESS TO TRADE EXCLUSIVE EVENTS
   
   Open Account
 * Diamond
   $50,000
   
   
    * PROJECT MANAGEMENT
   
   
    * DEDICATED ACCOUNT MANAGER
   
   
    * VIP TRADING SIGNALS
   
   
    * LEVERAGE 1:300
   
   
    * TRADING SESSIONS
   
   
    * MARKET REPORT
   
   
    * RISK MANAGEMENT
   
   
    * MULTIPLE TRADING SIGNALS DAILY
   
   
    * AI TRADING
   
   
    * FREE FUNDAMENTAL & TECHNICAL STOCK PORTFOLIO ANALYSIS
   
   
    * SPREADAND SWAPS
   
   
    * CREDIT ALLOCATION
   
   
    * INSURED POSITIONS
   
   
    * DIRECT ACCESS TO HIGHER LEVEL MANAGEMENT
   
   
    * ACCESS TO TRADE EXCLUSIVE EVENTS
   
   Open Account
 * Stock Savings
   $100,000
   
   
    * NO CUSTODY FEES
   
   
    * EXPERIENCED SENIOR ANALYST
   
   
    * DEDICATED ACCOUNT MANAGER
   
   
    * VIP TRADING SIGNALS
   
   
    * TRADING SESSIONS
   
   
    * LEVERAGE 1:500
   
   
    * UPDATES ON INVESTMENTS OPPORTUNITIES
   
   
    * MARKET REPORT
   
   
    * RISK MANAGEMENT
   
   
    * SECURED TRADING SIGNALS
   
   
    * AI TRADING
   
   
    * SPREADAND SWAPS
   
   
    * ALLOCATION WITH DIVIDEND DISTRIBUTION
   
   
    * FREE FUNDAMENTAL & TECHNICAL STOCK PORTFOLIO ANALYST
   
   
    * CREDIT ALLOCATION
   
   
    * INSURED POSITIONS
   
   
    * DIRECT ACCESS TO HIGHER LEVEL MANAGEMENT
   
   
    * ACCESS TO TRADE EXCLUSIVE EVENTS
   
   Open Account
 * Ethereum Savings
   
   
    * DEDICATED ACCOUNT MANAGER
   
   
    * ESTIMATED REWARDS 2%-3%
   
   
    * MONTHLY REWARDS
   
   
    * MARKET REPORT
   
   
    * RISK MANAGEMENT
   
   
    * CREDIT ALLOCATION
   
   
    * INSURED POSITIONS
   
   
    * DIRECT ACCESS TO HIGHER LEVEL MANAGEMENT
   
   
    * ACCESS TO TRADE EXCLUSIVE EVENTS
   
   Open Account
 * USDT Savings
   
   
    * DEDICATED ACCOUNT MANAGER
   
   
    * ESTIMATED REWARDS 4%-6%
   
   
    * MONTHLY REWARDS
   
   
    * MARKET REPORT
   
   
    * RISK MANAGEMENT
   
   
    * CREDIT ALLOCATION
   
   
    * INSURED POSITIONS
   
   
    * DIRECT ACCESS TO HIGHER LEVEL MANAGEMENT
   
   
    * ACCESS TO TRADE EXCLUSIVE EVENTS
   
   Open Account
 * BTC Savings
   
   
    * DEDICATED ACCOUNT MANAGER
   
   
    * ESTIMATED REWARDS 10%-14%
   
   
    * WEEKLY REWARDS
   
   
    * AUTO-STAKING
   
   
    * MARKET REPORT
   
   
    * RISK MANAGEMENT
   
   
    * CREDIT ALLOCATION
   
   
    * 28 COINS & TOKENS GENERATING REWARDS
   
   
    * INSURED POSITIONS
   
   
    * DIRECT ACCESS TO HIGHER LEVEL MANAGEMENT
   
   
    * ACCESS TO TRADE EXCLUSIVE EVENTS
   
   Open Account


Symbol Bid Ask
AUD/NZD
1.09882
1.09882
Buy Sell
CAD/JPY
114.12
114.12
Buy Sell
BCH/BTC
0.0073
0.0073
Buy Sell
ETH/BTC
0.050835
0.050835
Buy Sell
BTC/USDT
62582.05
62582.06
Buy Sell
ETH/USDT
3180.435
3180.435
Buy Sell
CAD/CHF
0.66732
0.66732
Buy Sell
GOLD
2342.43
2342.43
Buy Sell
BTC/GBP
49932.45
49932.46
Buy Sell
XMR/EUR
116.97
116.97
Buy Sell
EUR/RUB
99.654
99.654
Buy Sell
GBP/USD
1.25326
1.25326
Buy Sell
EUR/CHF
0.97635
0.97635
Buy Sell




SMART TRADERS ARE ALWAYS LEARNING.
KEEP GROWING WITH NOTESCO.

It’s a fact that the more you know about the markets, assets, trading, risk
management strategies and more, the greater your trading potential. Keep
learning and growing with our range of educational resources.

Open Account



READY? LET’S GO

Open a personal trading account now and let’s get you started.

31



Submit



Risk Warning:

The trading of financial derivative products such as CFDs is highly speculative
and involves a high level of risk, which may not be suitable for all traders.
There is a high risk of partial or complete loss of your investment capital.
When trading on margin, you should ensure that you understand this trading
method and the increased risk thoroughly. Do not trade with funds you cannot
afford to lose.

OUR OFFICES

notesco
Brienner Straße 53
80333 München
Deutschland

BaFin-ID: 50085612
Bak Nr.: 157349



UK: +44 2045939550



Switzerland: +41 335087243



Austria: +43 69010111091



support@not-esco.com

STAY IN TOUCH

Email address Submit

NOTESCO - 2024 © | All rights reserved.