@@ -147,6 +165,7 @@ const P2PBanner = ({ title }: P2PBannerProps) => {
{title}
+
{
{title}
-
- {localize('Try Deriv P2P now')}
-
+
+
+ {localize('Try Deriv P2P now')}
+
+
diff --git a/src/pages/p2p/index.tsx b/src/pages/p2p/index.tsx
index 1d410c87b7d..d108ea26170 100644
--- a/src/pages/p2p/index.tsx
+++ b/src/pages/p2p/index.tsx
@@ -1,7 +1,9 @@
import React from 'react'
import Loadable from '@loadable/component'
+import PageNotFound from '../404'
import Hero from './components/_hero'
import DP2P from './components/_dp2p'
+import Roadmap from 'components/elements/roadmap'
import { usePageLoaded } from 'components/hooks/use-page-loaded'
import { localize, Localize, WithIntl } from 'components/localization'
import Layout from 'components/layout/layout'
@@ -10,13 +12,12 @@ const ExchangeSteps = Loadable(() => import('./components/_exchange-steps'))
const P2PBanner = Loadable(() => import('./components/_p2pbanner'))
const Numbers = Loadable(() => import('./components/_numbers'))
const Availability = Loadable(() => import('./components/_availability'))
+import { useCountryRule } from 'components/hooks/use-country-rule'
const DP2P_CONTENT = [
{
- title: ,
- subtitle: (
-
- ),
+ title: ,
+ subtitle: ,
subtitle_mobile: (
+ ),
+ frame: 'https://portal.productboard.com/hnv4nsfcbxgidym2hmbun56m?hide_header=1',
+ link: 'https://portal.productboard.com/hnv4nsfcbxgidym2hmbun56m',
+}
+
const DP2PHome = () => {
- const [is_mounted] = usePageLoaded(false) // needed to fix the second Hero-component during page's loading
- return (
-
-
+ const [is_mounted] = usePageLoaded() // needed to fix the second Hero-component during page's loading
+
+ const { is_row } = useCountryRule()
- {is_mounted && (
- <>
-
-
-
-
-
-
- >
- )}
-
- )
+ if (is_row) {
+ return (
+
+
+
+ {is_mounted && (
+ <>
+
+
+
+
+
+
+
+ >
+ )}
+
+ )
+ }
+ return
}
export default WithIntl()(DP2PHome)
diff --git a/src/pages/partners/affiliate-ib/_faq-data.tsx b/src/pages/partners/affiliate-ib/_faq-data.tsx
index a946941b401..d4150cf8b7e 100644
--- a/src/pages/partners/affiliate-ib/_faq-data.tsx
+++ b/src/pages/partners/affiliate-ib/_faq-data.tsx
@@ -6,7 +6,7 @@ import { Header, Text, LinkText } from 'components/elements'
import { affiliate_signup_url } from 'common/constants'
import { isBrowser } from 'common/utility'
-const ItemContainer = styled(SectionContainer)`
+const ItemContainer = styled(Header)`
padding: 0;
`
const TextSecondary = styled(Text)`
diff --git a/src/pages/partners/affiliate-ib/_faq.tsx b/src/pages/partners/affiliate-ib/_faq.tsx
index 1a3f250c57d..84e7d33a5a3 100644
--- a/src/pages/partners/affiliate-ib/_faq.tsx
+++ b/src/pages/partners/affiliate-ib/_faq.tsx
@@ -96,7 +96,7 @@ const Faq = () => {
}
const item_style = {
padding: '4rem',
- background: 'var(--color-grey-35)',
+ background: 'rgba(133, 147, 164, 0.08)',
}
const header_style = {
padding: '1.6rem 4rem',
diff --git a/src/pages/partners/affiliate-ib/_more-reason.tsx b/src/pages/partners/affiliate-ib/_more-reason.tsx
index ccc9e317a9b..e3be4d82632 100644
--- a/src/pages/partners/affiliate-ib/_more-reason.tsx
+++ b/src/pages/partners/affiliate-ib/_more-reason.tsx
@@ -5,7 +5,7 @@ import { Header, Text } from 'components/elements/typography'
import { localize } from 'components/localization'
import device from 'themes/device'
import GlobalAffiliate from 'images/svg/partners/global-affiliate-support.svg'
-import ProvenReferral from 'images/svg/partners/proven-referral-tools.svg'
+import Advertise from 'images/svg/partners/advertise.svg'
import HighValue from 'images/svg/partners/high-value-partnership.svg'
const ReasonHeader = styled(Header)`
@@ -79,7 +79,7 @@ const MoreReason = () => {
-
+
{localize('Proven creative materials')}
diff --git a/src/pages/partners/affiliate-ib/_partner-cta.tsx b/src/pages/partners/affiliate-ib/_partner-cta.tsx
index daa365732ca..81b5fdc1473 100644
--- a/src/pages/partners/affiliate-ib/_partner-cta.tsx
+++ b/src/pages/partners/affiliate-ib/_partner-cta.tsx
@@ -35,6 +35,7 @@ const LightButton = styled(LinkButton)`
height: 32px;
@media ${device.tabletL} {
padding-top: 9px;
+ width: 100%;
}
`
const RedButton = styled(LinkButton)`
@@ -43,6 +44,7 @@ const RedButton = styled(LinkButton)`
height: 32px;
@media ${device.tabletL} {
padding-top: 1rem;
+ width: 100%;
}
`
diff --git a/src/pages/partners/affiliate-ib/_who-can-apply.tsx b/src/pages/partners/affiliate-ib/_who-can-apply.tsx
index 1b246a48914..2e27307db2f 100644
--- a/src/pages/partners/affiliate-ib/_who-can-apply.tsx
+++ b/src/pages/partners/affiliate-ib/_who-can-apply.tsx
@@ -45,14 +45,12 @@ const StyledSectionWrapper = styled(SectionWrapper)`
const ImageWrapper = styled.img`
width: 48px;
height: 48px;
-`
-
-const ApplyImageWrapper = styled(ImageWrapper)`
- margin-top: 0;
-`
+ margin-right: 16px;
+ margin-top: -8px;
-const TradingExpertsImageWrapper = styled(ImageWrapper)`
- margin-top: 10px;
+ @media (max-width: 749px) {
+ margin-top: 8px;
+ }
`
const CenteredSection = styled(SectionContainer)`
@@ -89,6 +87,13 @@ const GetStartedContent = styled(Content)`
max-width: 360px;
position: relative;
top: -3px;
+
+ h4 {
+ font-size: 18px;
+ }
+ p {
+ font-size: 14px;
+ }
}
`
@@ -110,6 +115,7 @@ const StyledHeader = styled(Header)`
@media ${device.tabletL} {
font-size: 24px;
+ text-align: center;
}
`
@@ -153,11 +159,25 @@ const WhoCanApplyWrapper = styled(Col)`
max-width: 42.8rem;
display: flex;
flex-direction: column;
+
+ @media (max-width: 749px) {
+ text-align: center;
+
+ h4 {
+ text-align: center;
+ font-size: 18px;
+ }
+ p {
+ text-align: center;
+ font-size: 14px;
+ }
+ }
`
const ContentWrapper = styled(Wrapper)`
@media (max-width: 749px) {
flex-flow: wrap;
- margin-top: 16px;
+ margin-top: 24px;
+ justify-content: center;
}
`
@@ -175,7 +195,7 @@ const StyledLinkButton = styled(LinkButton)`
display: block;
margin: auto;
font-size: 14px;
- width: 216px;
+ width: 90%;
height: 40px;
}
`
@@ -190,7 +210,7 @@ const WhoCanApply = () => {
{localize('Who can apply')}
-
+
{localize('Trading experts')}
@@ -233,14 +253,14 @@ const WhoCanApply = () => {
-
+
{localize('Get started easily')}
-
+
diff --git a/src/pages/partners/payment-agent/_faq-data.tsx b/src/pages/partners/payment-agent/_faq-data.tsx
index a893dc9d7b3..360a391b317 100644
--- a/src/pages/partners/payment-agent/_faq-data.tsx
+++ b/src/pages/partners/payment-agent/_faq-data.tsx
@@ -1,11 +1,8 @@
import React from 'react'
-import styled from 'styled-components'
import { LocalizedLinkText } from '../affiliate-ib/_faq-data'
-import { Header, LinkText } from 'components/elements'
+import { Header } from 'components/elements'
import { localize, Localize } from 'components/localization'
-const TextLink = styled(LinkText).attrs({ as: 'span' })``
-
const General = () => (
<>
(
}}
>
{localize(
- 'It is a partnership arrangement where a payment agent is authorised to process deposits and withdrawals for our clients.',
+ 'It’s a partnership programme where we authorise third-party payment agents to process deposits and withdrawals for Deriv clients.',
)}
(
type: 'paragraph-2',
}}
>
- {localize('Is the Deriv Payment Agent Programme the same as Deriv P2P (DP2P)?')}
+ {localize('Is the Deriv Payment Agent Programme the same as Deriv P2P?')}
(
type: 'paragraph-2',
}}
>
- {localize(
- 'No, it isn’t. DP2P is a peer-to-peer service for our clients to make deposits and withdrawals using their local currency. As our payment agent, you can use the DP2P platform to offer your services to Deriv clients in your country.',
- )}
+ ,
+ ]}
+ />
(
type: 'paragraph-2',
}}
>
- {localize('Are there any fees I need to pay to become a payment agent on Deriv?')}
+ {localize('Do I need a Deriv account to become a payment agent?')}
(
type: 'paragraph-2',
}}
>
- {localize('Not at all. Joining our payment agent programme is completely free.')}
+ {localize(
+ 'Yes, you’ll need a Deriv real account to process deposits and withdrawals for our clients.',
+ )}
+
+
+ {localize('Do I have to pay any fees to become a payment agent for Deriv?')}
+
+
+ {localize(
+ 'Not at all. Our payment agent programme is completely free. You’ll just need to have a minimum balance in your Deriv account when signing up. The minimum amount depends on your country of residence.',
+ )}
(
type: 'paragraph-2',
}}
>
- {localize('Who sets the commission rate per transaction?')}
+ {localize('Do I get commission as a payment agent?')}
(
}}
>
{localize(
- 'As a payment agent, you determine your commission per transaction, subject to our established thresholds.',
+ 'We don’t pay commission, but you can set your own commission rate per transaction within reasonable thresholds. When you sign up, our team will be in touch to work out the details with you.',
)}
(
)
const AccountManagement = () => (
<>
-
+
{localize('How can I add, remove or change my accepted payment methods?')}
(
{
// eslint-disable-next-line no-undef
LC_API.open_chat_window()
}}
+ key={0}
/>,
]}
/>
-
- {localize('As a payment agent, will I receive commissions from Deriv?')}
-
-
- {localize(
- 'We do not pay commissions to payment agents. You set your own commission rate per transaction and our clients will bear the necessary fees.',
- )}
- {
border: 'none',
}
return (
-
-
+
+
{localize('FAQs')}
diff --git a/src/pages/partners/payment-agent/_who-can-apply.tsx b/src/pages/partners/payment-agent/_who-can-apply.tsx
index d5af02c3712..b094ff84f8e 100644
--- a/src/pages/partners/payment-agent/_who-can-apply.tsx
+++ b/src/pages/partners/payment-agent/_who-can-apply.tsx
@@ -13,7 +13,7 @@ import {
} from '../affiliate-ib/_who-can-apply'
import { Flex } from 'components/containers'
import { localize, Localize } from 'components/localization'
-import { Header, Timeline } from 'components/elements'
+import { Header, LinkText, Timeline } from 'components/elements'
import { LinkButton } from 'components/form'
import TradingExperts from 'images/svg/partners/trading-experts.svg'
import Affiliates from 'images/svg/partners/affiliates.svg'
@@ -68,6 +68,11 @@ const StyledUl = styled.ul`
list-style-type: disc;
font-size: var(--text-size-s);
padding-left: 16px;
+ margin-bottom: 36px;
+
+ &.get-started--list {
+ margin-bottom: 0;
+ }
`
const Li = styled.li`
@@ -144,13 +149,13 @@ const WhoCanApply = () => {
/>
))}
- {localize('A couple of things to note:')}
+ {localize('Note:')}
{localize(
- 'You must have a minimum balance in your Deriv account, depending on your country of residence.',
+ 'You must have a minimum balance in your Deriv account while your application is under review. The amount of this balance depends on your country of residence. You only need to maintain the minimum balance until your application is successful.',
)}
@@ -162,6 +167,20 @@ const WhoCanApply = () => {
+
+ ,
+ ]}
+ />
+
@@ -182,7 +201,7 @@ const WhoCanApply = () => {
{localize('Send us an email with the following:')}
-
+
+
+
+ {localize('Forex Basket')}
+
+
+
+
+ {localize('Forex Basket')}
+
+
+
+
+
+
+
+ )}
+ renderDetails={BasketFXDetails}
+ />
+
+
+
+ )
+}
+
+export default BasketIndices
diff --git a/src/pages/trade-types/multiplier/_available-trades.tsx b/src/pages/trade-types/multiplier/_available-trades.tsx
index 64eb52e5c43..2bfbd576fcb 100644
--- a/src/pages/trade-types/multiplier/_available-trades.tsx
+++ b/src/pages/trade-types/multiplier/_available-trades.tsx
@@ -1,5 +1,6 @@
import React, { useState } from 'react'
import styled, { css } from 'styled-components'
+import BasketIndicesIcon from 'images/svg/markets/basket_indices_new.svg'
import { SectionContainer, Flex, Container } from 'components/containers'
import { Localize } from 'components/localization'
import { Header } from 'components/elements'
@@ -21,6 +22,7 @@ type AvailableTradesProps = {
display_title: React.ReactNode
Forex: React.ElementType
SyntheticIndices: React.ElementType
+ BasketIndices: React.ElementType
}
const StyledHeader = styled(Header)`
@@ -204,6 +206,9 @@ const Card = ({ display_name, active_tab, onTabChange, name }: CardProps) => {
{active_tab === 'Cryptocurrencies' && (
)}
+ {active_tab === 'Basket Indices' && (
+
+ )}
{display_name}
@@ -217,6 +222,7 @@ const AvailableTrades = ({
Forex,
SyntheticIndices,
Cryptocurrencies,
+ BasketIndices,
}: AvailableTradesProps) => {
const [active_tab, setActiveTab] = useState('Forex')
@@ -256,11 +262,20 @@ const AvailableTrades = ({
active_tab={active_tab}
/>
)}
+ {BasketIndices && (
+ }
+ onTabChange={() => handleTabChange('Basket Indices')}
+ active_tab={active_tab}
+ />
+ )}
{active_tab === 'Forex' && }
{active_tab === 'Synthetic Indices' && }
{active_tab === 'Cryptocurrencies' && }
+ {active_tab === 'Basket Indices' && }
diff --git a/src/pages/trade-types/multiplier/_cfds.tsx b/src/pages/trade-types/multiplier/_cfds.tsx
index 0f782dda96e..f8379e4233a 100644
--- a/src/pages/trade-types/multiplier/_cfds.tsx
+++ b/src/pages/trade-types/multiplier/_cfds.tsx
@@ -7,7 +7,7 @@ import { MajorPairs } from '../../markets/instruments/_index'
import { Text } from 'components/elements'
import { SectionContainer, Flex } from 'components/containers'
import { Localize, localize } from 'components/localization'
-import { getCountryRule } from 'components/containers/visibility'
+import { useCountryRule } from 'components/hooks/use-country-rule'
import device from 'themes/device'
import { DerivStore } from 'store'
@@ -28,7 +28,7 @@ const StyledTitle = styled(Text)`
const CFDs = () => {
const { is_eu_country } = React.useContext(DerivStore)
- const { is_row } = getCountryRule()
+ const { is_row } = useCountryRule()
const major_pairs: MarketInstrumentsElement = {
markets_list: {
diff --git a/src/pages/trade-types/multiplier/_markets-available.tsx b/src/pages/trade-types/multiplier/_markets-available.tsx
index 1a432fb7e37..24719693c9a 100644
--- a/src/pages/trade-types/multiplier/_markets-available.tsx
+++ b/src/pages/trade-types/multiplier/_markets-available.tsx
@@ -40,9 +40,9 @@ const available_markets = [
name: 'Forex',
img_src: Forex,
img_alt: 'forex',
- text: localize('Forex'),
- description: localize(
- 'Speculate on the price movements of major forex pairs and increase your profit potential without losing more than your stake.',
+ text: ,
+ description: (
+
),
learn_more_path: '/markets/forex/',
},
@@ -50,9 +50,9 @@ const available_markets = [
name: 'Synthetic Indices',
img_src: SyntheticIndices,
img_alt: 'synthetic indices',
- text: localize('Synthetic indices'),
- description: localize(
- 'Trade multipliers on synthetic indices that are available 24/7 and increase your profit potential multiples times while limiting your risk.',
+ text: ,
+ description: (
+
),
learn_more_path: '/markets/synthetic/',
},
@@ -60,9 +60,9 @@ const available_markets = [
name: 'Basket Indices',
img_src: BasketIndices,
img_alt: 'basket indices',
- text: localize('Basket indices'),
- description: localize(
- 'In trading basket indices, the change in the value of one currency is measured against a basket of the most liquid currencies in the world.',
+ text: ,
+ description: (
+
),
learn_more_path: '/markets/basket-indices/',
},
diff --git a/src/pages/trade-types/multiplier/_start-trading.tsx b/src/pages/trade-types/multiplier/_start-trading.tsx
index e842284eec2..a45fa23c3e9 100644
--- a/src/pages/trade-types/multiplier/_start-trading.tsx
+++ b/src/pages/trade-types/multiplier/_start-trading.tsx
@@ -4,9 +4,10 @@ import Timeline from '../components/_timeline'
import { SmallContainer } from '../components/_style'
import { SectionContainer } from 'components/containers'
import { Header } from 'components/elements'
-import { LinkButton } from 'components/form'
+import { Button } from 'components/form'
import { localize, Localize } from 'components/localization'
import Pattern from 'images/common/trade-types/pattern-section-small.png'
+import useHandleSignup from 'components/hooks/use-handle-signup'
const PatternContainer = styled(SectionContainer)`
background: url(${Pattern});
@@ -19,6 +20,8 @@ const FixTimeline = styled(Timeline)`
`
const StartTrading = () => {
+ const handleSignup = useHandleSignup()
+
return (
@@ -42,9 +45,9 @@ const StartTrading = () => {
)}
-
+
+
)
diff --git a/src/pages/trade-types/multiplier/_synthetic-indices.tsx b/src/pages/trade-types/multiplier/_synthetic-indices.tsx
index 5202d201ad3..0f7d3dd845a 100644
--- a/src/pages/trade-types/multiplier/_synthetic-indices.tsx
+++ b/src/pages/trade-types/multiplier/_synthetic-indices.tsx
@@ -18,7 +18,8 @@ import {
import { Text } from 'components/elements'
import { SectionContainer, Flex, CssGrid } from 'components/containers'
import { localize, Localize } from 'components/localization'
-import { Desktop, Mobile, getCountryRule } from 'components/containers/visibility'
+import { Desktop, Mobile } from 'components/containers/visibility'
+import { useCountryRule } from 'components/hooks/use-country-rule'
import device from 'themes/device'
import { DerivStore } from 'store'
@@ -135,7 +136,7 @@ const ContinuousIndicesDetails = () => (
const SyntheticIndices = () => {
const { is_eu_country } = React.useContext(DerivStore)
- const { is_row } = getCountryRule()
+ const { is_row } = useCountryRule()
return (
diff --git a/src/pages/trade-types/multiplier/_what-are-options.tsx b/src/pages/trade-types/multiplier/_what-are-options.tsx
index 6a9d4a21e25..ef2610a6510 100644
--- a/src/pages/trade-types/multiplier/_what-are-options.tsx
+++ b/src/pages/trade-types/multiplier/_what-are-options.tsx
@@ -4,14 +4,15 @@ import { graphql, useStaticQuery } from 'gatsby'
import Loadable from '@loadable/component'
import { SmallContainer, Grid, WhyTradeItem } from '../components/_style'
import CFDs from './_cfds'
+import BasketIndices from './__basket-indices'
import SyntheticIndices from './_synthetic-indices'
import Cryptocurrencies from './_cryptocurrencies'
import device from 'themes/device'
import { SectionContainer, Flex } from 'components/containers'
import { Header, Text, QueryImage } from 'components/elements'
import { localize, Localize } from 'components/localization'
-import { LinkButton } from 'components/form'
-import { getCountryRule } from 'components/containers/visibility'
+import { Button } from 'components/form'
+import { useCountryRule } from 'components/hooks/use-country-rule'
// Icon
import MinimalRisk from 'images/svg/trade-types/minimal-risk.svg'
import FullControl from 'images/svg/trade-types/full-control.svg'
@@ -19,6 +20,7 @@ import ResponsivePlatform from 'images/svg/trade-types/responsive-platform.svg'
import FriendlySupport from 'images/svg/trade-types/friendly-support.svg'
import Seven from 'images/svg/trade-types/seven.svg'
import CrashBoom from 'images/svg/trade-types/crash-boom.svg'
+import useHandleSignup from 'components/hooks/use-handle-signup'
const AvailableTrades = Loadable(() => import('./_available-trades'))
const StyledHeader = styled(Header)`
@@ -159,7 +161,8 @@ const query = graphql`
const WhatAreOptions = () => {
const data = useStaticQuery(query)
- const { is_uk, is_uk_eu } = getCountryRule()
+ const { is_non_uk, is_row, is_uk_eu } = useCountryRule()
+ const handleSignup = useHandleSignup()
return (
<>
@@ -384,21 +387,13 @@ const WhatAreOptions = () => {
)}
-
- {is_uk ? (
-
- ) : (
-
- )}
-
+
@@ -491,9 +486,9 @@ const WhatAreOptions = () => {
{localize("Don't have a Deriv.com account yet?")}
-
+
+
>
diff --git a/src/pages/trade-types/options/_start-trading.tsx b/src/pages/trade-types/options/_start-trading.tsx
index d91106d134a..0391e55d461 100644
--- a/src/pages/trade-types/options/_start-trading.tsx
+++ b/src/pages/trade-types/options/_start-trading.tsx
@@ -4,9 +4,10 @@ import Timeline from '../components/_timeline'
import { SmallContainer } from '../components/_style'
import { SectionContainer } from 'components/containers'
import { Header } from 'components/elements'
-import { LinkButton } from 'components/form'
+import { Button } from 'components/form'
import { localize, Localize } from 'components/localization'
import Pattern from 'images/common/trade-types/pattern-section.png'
+import useHandleSignup from 'components/hooks/use-handle-signup'
const PatternContainer = styled(SectionContainer)`
background: url(${Pattern});
@@ -19,6 +20,8 @@ const FixTimeline = styled(Timeline)`
`
const StartTrading = () => {
+ const handleSignup = useHandleSignup()
+
return (
@@ -42,9 +45,9 @@ const StartTrading = () => {
)}
-
+
+
)
diff --git a/src/pages/trade-types/options/_what-are-options.tsx b/src/pages/trade-types/options/_what-are-options.tsx
index acdadaaf7c9..23879d289f6 100644
--- a/src/pages/trade-types/options/_what-are-options.tsx
+++ b/src/pages/trade-types/options/_what-are-options.tsx
@@ -3,15 +3,18 @@ import { SmallContainer, Grid, Ul, WhyTradeItem } from '../components/_style'
import { SectionContainer } from 'components/containers'
import { Header, Text } from 'components/elements'
import { localize, Localize } from 'components/localization'
-import { LinkButton } from 'components/form'
+import { Button } from 'components/form'
// Icon
import FixedPayout from 'images/svg/trade-types/fixed-payout.svg'
import SyntheticIndices from 'images/svg/trade-types/synthetic-indices.svg'
import InstantAccess from 'images/svg/trade-types/instant-access.svg'
import UserFriendly from 'images/svg/trade-types/user-friendly-platforms.svg'
import FlexibleTrade from 'images/svg/trade-types/flexible-trade-types.svg'
+import useHandleSignup from 'components/hooks/use-handle-signup'
const WhatAreOptions = () => {
+ const handleSignup = useHandleSignup()
+
return (
<>
@@ -129,9 +132,9 @@ const WhatAreOptions = () => {
{localize("Don't have a Deriv.com account yet?")}
-
+
+
>
diff --git a/src/pages/trade-types/options/index.tsx b/src/pages/trade-types/options/index.tsx
index 9fa64124216..bb5ed1aaeaa 100644
--- a/src/pages/trade-types/options/index.tsx
+++ b/src/pages/trade-types/options/index.tsx
@@ -7,7 +7,7 @@ import { SEO } from 'components/containers'
import { Header } from 'components/elements'
import Layout from 'components/layout/layout'
import { localize, WithIntl } from 'components/localization'
-import { getCountryRule } from 'components/containers/visibility'
+import { useCountryRule } from 'components/hooks/use-country-rule'
const HowOptionsWorks = Loadable(() => import('./_how-options-works'))
const OptionsToTrade = Loadable(() => import('./_options-to-trade'))
const StartTrading = Loadable(() => import('./_start-trading'))
@@ -21,12 +21,12 @@ const meta_attributes = {
}
const Options = () => {
- const { is_row } = getCountryRule()
+ const { is_row } = useCountryRule()
const [is_loaded, setLoaded] = useState(false)
useEffect(() => {
setLoaded(true)
- }, [getCountryRule])
+ }, [useCountryRule])
if (is_loaded) {
return is_row ? (
@@ -56,7 +56,16 @@ const Options = () => {
)
}
- return <>>
+ return (
+ <>
+
+ >
+ )
}
export default WithIntl()(Options)
diff --git a/src/pages/trader-tools/common/_validation.tsx b/src/pages/trader-tools/common/_validation.tsx
index e705b2bcf39..e681a60982c 100644
--- a/src/pages/trader-tools/common/_validation.tsx
+++ b/src/pages/trader-tools/common/_validation.tsx
@@ -64,7 +64,7 @@ const validation = {
return numberValidation(input, localize('Volume'), 8)
},
assetPrice: (input) => {
- return numberValidation(input, localize('Asset price'), 15)
+ return numberValidation(input, localize('Asset price'), 500)
},
leverage: (input) => {
if (!input || input.display_name === '') {
diff --git a/src/pages/trader-tools/pip-calculator/_pip-calculator.tsx b/src/pages/trader-tools/pip-calculator/_pip-calculator.tsx
index c6642167cf9..c12ce6b68d8 100644
--- a/src/pages/trader-tools/pip-calculator/_pip-calculator.tsx
+++ b/src/pages/trader-tools/pip-calculator/_pip-calculator.tsx
@@ -434,7 +434,7 @@ const PipCalculator = () => {
-
+
)}
diff --git a/src/pages/who-we-are/_data.tsx b/src/pages/who-we-are/_data.tsx
index 27a92e55793..9090c54b949 100644
--- a/src/pages/who-we-are/_data.tsx
+++ b/src/pages/who-we-are/_data.tsx
@@ -113,73 +113,73 @@ export const desktop_pins: MapPinType[] = [
{
left: '30%',
top: '75%',
- title: ,
+ title: ,
link: '/careers/locations/asuncion',
},
{
left: '50%',
top: '39.5%',
- title: ,
+ title: ,
link: '/careers/locations/malta',
},
{
left: '55%',
top: '40%',
- title: ,
+ title: ,
link: '/careers/locations/cyprus',
},
{
left: '54%',
top: '61.5%',
- title: ,
+ title: ,
link: '/careers/locations/rwanda',
},
{
left: '54%',
top: '27.5%',
- title: ,
+ title: ,
link: '/careers/locations/minsk',
},
{
left: '61.5%',
top: '45.9%',
- title: ,
+ title: ,
link: '/careers/locations/dubai',
},
{
left: '73.3%',
top: '57.5%',
- title: ,
+ title: ,
link: '/careers/locations/ipoh',
},
{
left: '74.2%',
top: '58.5%',
- title: ,
+ title: ,
link: '/careers/locations/cyberjaya',
},
{
left: '74.2%',
top: '60.6%',
- title: ,
+ title: ,
link: '/careers/locations/melaka',
},
{
left: '77.2%',
top: '58.7%',
- title: ,
+ title: ,
link: '/careers/locations/labuan',
},
{
left: '47.4%',
top: '30.9%',
- title: ,
+ title: ,
link: '/careers/locations/paris',
},
{
left: '44.5%',
top: '30.9%',
- title: ,
+ title: ,
link: '/careers/locations/guernsey',
},
]
@@ -188,73 +188,73 @@ export const mobile_pins: MapPinType[] = [
{
left: '28.5%',
top: '71%',
- title: ,
+ title: ,
link: '/careers/locations/asuncion',
},
{
left: '48.5%',
top: '35.5%',
- title: ,
+ title: ,
link: '/careers/locations/malta',
},
{
left: '53.5%',
top: '36%',
- title: ,
+ title: ,
link: '/careers/locations/cyprus',
},
{
left: '52.5%',
top: '57.5%',
- title: ,
+ title: ,
link: '/careers/locations/rwanda',
},
{
left: '52.5%',
top: '23.5%',
- title: ,
+ title: ,
link: '/careers/locations/minsk',
},
{
left: '60%',
top: '41.9%',
- title: ,
+ title: ,
link: '/careers/locations/dubai',
},
{
left: '72.3%',
top: '51.2%',
- title: ,
+ title: ,
link: '/careers/locations/ipoh',
},
{
left: '71%',
top: '55%',
- title: ,
+ title: ,
link: '/careers/locations/cyberjaya',
},
{
left: '73%',
top: '56.7%',
- title: ,
+ title: ,
link: '/careers/locations/melaka',
},
{
left: '76%',
top: '54.7%',
- title: ,
+ title: ,
link: '/careers/locations/labuan',
},
{
left: '45.9%',
top: '26.9%',
- title: ,
+ title: ,
link: '/careers/locations/paris',
},
{
left: '43%',
top: '26.9%',
- title: ,
+ title: ,
link: '/careers/locations/guernsey',
},
]
diff --git a/src/pages/who-we-are/components/leaders.tsx b/src/pages/who-we-are/components/leaders.tsx
index 48234588f20..516fd73538e 100644
--- a/src/pages/who-we-are/components/leaders.tsx
+++ b/src/pages/who-we-are/components/leaders.tsx
@@ -21,9 +21,6 @@ type LeaderType = {
const query = graphql`
query {
- antony: file(relativePath: { eq: "who-we-are/antony.jpg" }) {
- ...fadeIn
- }
derek: file(relativePath: { eq: "who-we-are/derek.jpg" }) {
...fadeIn
}
@@ -228,12 +225,6 @@ const Leaders = () => {
link: 'https://www.linkedin.com/in/jeyavarthini-vairakanan-812b7a121/',
image: leaders_data.jeya,
},
- {
- name: 'Antony Pradeep Charles',
- position: ,
- link: 'https://www.linkedin.com/in/antonypradeep/',
- image: leaders_data.antony,
- },
{
name: 'Gary Ross Vytialingam',
position: ,
diff --git a/src/pages/who-we-are/components/map-pin.tsx b/src/pages/who-we-are/components/map-pin.tsx
index c74efe61b8a..17950d91488 100644
--- a/src/pages/who-we-are/components/map-pin.tsx
+++ b/src/pages/who-we-are/components/map-pin.tsx
@@ -2,8 +2,9 @@ import React, { useState } from 'react'
import styled from 'styled-components'
import { MapPinType } from '../_data'
import { LocalizedLink } from 'components/localization'
-import { Text } from 'components/elements'
+import { Header } from 'components/elements'
import { ReactComponent as Pin } from 'images/svg/who-we-are/pin.svg'
+import device from 'themes/device'
type PinWrapperProps = {
left: string
@@ -29,7 +30,7 @@ const PinContent = styled(LocalizedLink)`
background-color: var(--color-white);
box-shadow: rgba(0, 0, 0, 0.05) 0 16px 20px 0, rgba(0, 0, 0, 0.05) 0 0 20px 0;
border-radius: 5px;
- padding: 1rem 1.6rem;
+ padding: 4px 8px;
text-align: center;
position: relative;
left: -43%;
@@ -48,6 +49,9 @@ const PinContent = styled(LocalizedLink)`
top: 83%;
left: 40.5%;
}
+ @media ${device.tabletL} {
+ padding: 2px 4px;
+ }
`
const MapPin = ({ top, left, title, link }: MapPinType) => {
@@ -67,9 +71,9 @@ const MapPin = ({ top, left, title, link }: MapPinType) => {
{is_pin_show && (
-
+
{title}
-
+
)}
diff --git a/src/pages/who-we-are/index.tsx b/src/pages/who-we-are/index.tsx
index e5e55837596..0bfdc94b1c0 100644
--- a/src/pages/who-we-are/index.tsx
+++ b/src/pages/who-we-are/index.tsx
@@ -42,7 +42,7 @@ const AboutUs = () => {
diff --git a/src/pages/why-choose-us/index.tsx b/src/pages/why-choose-us/index.tsx
index d80903bd0a7..8effe9c6936 100644
--- a/src/pages/why-choose-us/index.tsx
+++ b/src/pages/why-choose-us/index.tsx
@@ -5,10 +5,11 @@ import { SEO, SectionContainer, GridContainer, Flex } from 'components/container
import Layout from 'components/layout/layout'
import { Divider, Header, Text } from 'components/elements'
import { localize, WithIntl } from 'components/localization'
-import { LinkButton } from 'components/form'
+import { Button } from 'components/form'
import device from 'themes/device'
+import useHandleSignup from 'components/hooks/use-handle-signup'
-const ResponsiveLinkButton = styled(LinkButton)`
+const ResponsiveLinkButton = styled(Button)`
@media ${device.mobileL} {
font-size: 1.75rem;
}
@@ -55,6 +56,8 @@ const ResponsiveHeader = styled(StyledHeader)`
`
const WhyChooseUs = () => {
+ const handleSignup = useHandleSignup()
+
return (
{
-
+
{localize("Sounds great. Let's get started.")}
diff --git a/src/store/index.tsx b/src/store/index.tsx
index 9941f95963d..51eb366c552 100644
--- a/src/store/index.tsx
+++ b/src/store/index.tsx
@@ -9,12 +9,10 @@ type DerivProviderProps = {
type WebsiteStatusType = {
clients_country: string
- crypto_config: unknown
}
export type DerivStoreType = {
academy_data: AcademyDataType
- crypto_config: unknown
is_eu_country: boolean
is_p2p_allowed_country: boolean
is_uk_country: boolean
@@ -22,17 +20,19 @@ export type DerivStoreType = {
user_country: string
website_status_loading: boolean
website_status: WebsiteStatusType
+ show_non_eu_popup: boolean
+ setShowNonEuPopup: React.Dispatch>
}
export const DerivStore = createContext(null)
export const DerivProvider = ({ children }: DerivProviderProps) => {
+ const [show_non_eu_popup, setShowNonEuPopup] = useState(false)
const [website_status, setWebsiteStatus, website_status_loading] = useWebsiteStatus()
const [academy_data] = useAcademyData()
const [is_eu_country, setEuCountry] = useState(null)
const [is_uk_country, setUkCountry] = useState(null)
const [is_p2p_allowed_country, setP2PAllowedCountry] = useState(false)
- const [crypto_config, setCryptoConfig] = useState(null)
const [user_country, setUserCountry] = useState(null)
useEffect(() => {
@@ -41,9 +41,6 @@ export const DerivProvider = ({ children }: DerivProviderProps) => {
setUkCountry(!!isUK(website_status.clients_country))
setP2PAllowedCountry(isP2PAllowedCountry(website_status.clients_country))
setUserCountry(website_status.clients_country)
- if (!crypto_config) {
- setCryptoConfig(website_status.crypto_config)
- }
}
}, [website_status])
@@ -51,7 +48,6 @@ export const DerivProvider = ({ children }: DerivProviderProps) => {
{
user_country,
website_status_loading,
website_status,
+ show_non_eu_popup,
+ setShowNonEuPopup,
}}
>
{children}
diff --git a/src/templates/article.tsx b/src/templates/article.tsx
index abf1276220b..361adaf9ba1 100644
--- a/src/templates/article.tsx
+++ b/src/templates/article.tsx
@@ -1,4 +1,4 @@
-import React, { useEffect, useState, useRef } from 'react'
+import React, { useEffect, useState, useRef, useCallback } from 'react'
import { graphql } from 'gatsby'
import {
ArticleTitle,
@@ -30,7 +30,7 @@ import {
import Banner from '../pages/academy/components/_banner'
import SideSubscriptionBanner from '../pages/academy/components/_side-subscription-banner'
import SocialSharing from '../pages/academy/components/_social-sharing'
-import { handleTag } from 'pages/academy/components/utility'
+import { handleTag } from 'pages/academy/components/_utility'
import { ArticleQuery } from 'types/graphql.types'
import { localize, WithIntl } from 'components/localization'
import Layout from 'components/layout/layout'
@@ -40,7 +40,7 @@ import { convertDate, getMinRead, truncateString } from 'common/utility'
import { useBrowserResize } from 'components/hooks/use-browser-resize'
import { usePageLoaded } from 'components/hooks/use-page-loaded'
import RightArrow from 'images/svg/tools/black-right-arrow.svg'
-import { getTruncateLength } from 'pages/academy/blog/posts/preview'
+import { useTruncateLength } from 'pages/academy/blog/posts/preview'
type ArticlesTemplateProps = {
data: ArticleQuery
@@ -51,6 +51,7 @@ const ArticlesTemplate = ({ data }: ArticlesTemplateProps) => {
const [prevScrollPos, setPrevScrollPos] = useState(0)
const [visible, setVisible] = useState(true)
const [is_mounted] = usePageLoaded()
+ const truncateLength = useTruncateLength()
useEffect(() => {
if (is_mounted) {
@@ -68,11 +69,11 @@ const ArticlesTemplate = ({ data }: ArticlesTemplateProps) => {
barElement.current.style.width = scrolled + '%'
}
- const handleScroll = () => {
+ const handleScroll = useCallback(() => {
const currentScrollPos = window.scrollY
setPrevScrollPos(currentScrollPos)
setVisible(currentScrollPos > 72)
- }
+ }, [])
useEffect(() => {
window.addEventListener('scroll', scrollFunc, { passive: true })
@@ -149,7 +150,7 @@ const ArticlesTemplate = ({ data }: ArticlesTemplateProps) => {
{is_mobile
- ? truncateString(article_title, getTruncateLength())
+ ? truncateString(article_title, truncateLength)
: article_title}
diff --git a/src/templates/video.tsx b/src/templates/video.tsx
new file mode 100644
index 00000000000..cb03eb83efd
--- /dev/null
+++ b/src/templates/video.tsx
@@ -0,0 +1,479 @@
+import React, { useEffect, useState, useRef, useContext } from 'react'
+import { graphql, navigate } from 'gatsby'
+import Vimeo from '@u-wave/react-vimeo'
+import styled from 'styled-components'
+import {
+ BreadcrumbsWrapper,
+ StyledBreadcrumbsLink,
+ StyledBreadcrumbsTitle,
+ StyledBreadcrumbsContainer,
+ Scrollbar,
+ ProgressContainer,
+ ProgressBar,
+} from '../pages/academy/blog/posts/_style'
+import SocialSharing from '../pages/academy/components/_social-sharing'
+import { AllVideosQuery } from 'types/graphql.types'
+import { WithIntl } from 'components/localization'
+import Layout from 'components/layout/layout'
+import { Mobile, Flex, SectionContainer, Desktop, Container, SEO } from 'components/containers'
+import { truncateString } from 'common/utility'
+import { usePageLoaded } from 'components/hooks/use-page-loaded'
+import RightArrow from 'images/svg/tools/black-right-arrow.svg'
+import Eye from 'images/svg/eye.svg'
+import { useTruncateLength } from 'pages/academy/blog/posts/preview'
+import device from 'themes/device'
+import { DerivStore } from 'store'
+import { QueryImage } from 'components/elements'
+import { LinkButton } from 'components/form'
+
+type VideosTemplateProps = {
+ data: AllVideosQuery
+}
+
+const VideoPageContainer = styled(Container)`
+ @media ${device.tabletS} {
+ width: 100%;
+ }
+`
+
+const StickyBreadCrumbsWrapper = styled(Flex)`
+ background: ${(props) => (props.scroll ? 'var(--color-grey-8)' : 'var(--color-white)')};
+ position: ${(props) => (props.scroll ? 'fixed' : 'unset')};
+ top: ${(props) => (props.scroll ? '70px' : 'unset')};
+ z-index: ${(props) => (props.scroll ? '1' : 'unset')};
+ height: 70px;
+ border-top: 1px solid var(--color-grey-8);
+
+ @media ${device.desktopL} {
+ top: ${(props) => (props.scroll ? '82px' : 'unset')};
+ height: 74px;
+ }
+
+ @media ${device.laptop} {
+ height: 66px;
+ top: 66px;
+ }
+
+ @media ${device.tabletL} {
+ top: ${(props) => (props.scroll ? '55px' : 'unset')};
+ height: 66px;
+ }
+`
+
+const VideoAndRelatedContainer = styled(Flex)`
+ flex-direction: row;
+
+ @media ${device.laptopM} {
+ flex-direction: column;
+ margin: auto;
+ }
+`
+
+const DesktopContainer = styled.div`
+ display: flex;
+ flex-direction: column;
+ padding: 30px 0 80px;
+`
+
+const VideoContainer = styled.div`
+ display: flex;
+ flex-direction: column;
+ background-color: #f5f7fa;
+ width: 791px;
+ height: 615px;
+ border-radius: 8px;
+ position: relative;
+
+ @media ${device.laptopM} {
+ margin-bottom: 20px;
+ width: 100%;
+ height: auto;
+ }
+`
+
+const RelatedVideos = styled.div`
+ background-color: #f5f7fa;
+ width: 384px;
+ height: 615px;
+ border-radius: 8px;
+ margin-left: 20px;
+ padding: 1.5rem;
+
+ @media ${device.laptopM} {
+ margin-left: 0;
+ width: 100%;
+ height: auto;
+ }
+`
+
+const RelatedVideosContainer = styled.div`
+ display: flex;
+ flex-direction: column;
+ padding-top: 5px;
+`
+
+const RelatedVideoCard = styled.div`
+ cursor: pointer;
+ display: flex;
+ width: 352px;
+ height: 96px;
+ margin: 8px 0;
+
+ @media ${device.laptopM} {
+ width: auto;
+ }
+`
+
+const RelatedVideoImage = styled(QueryImage)`
+ width: 160px;
+ height: 96px;
+ border-radius: 2%;
+`
+
+const RelatedVideoDescription = styled.div`
+ display: flex;
+ flex-direction: column;
+ padding: 10px;
+`
+
+const RelatedVideoTitle = styled.h3`
+ font-size: 14px;
+ font-weight: 700;
+ line-height: 20px;
+ padding-bottom: 5px;
+
+ @media ${device.mobileM} {
+ font-size: 12px;
+ font-weight: 500;
+ line-height: 15px;
+ }
+`
+
+const RelatedVideoDateAndDuration = styled.div`
+ display: flex;
+`
+
+const VideoPlayer = styled(Vimeo)`
+ > iframe {
+ width: 100%;
+ }
+`
+
+const VideoDetailsContainer = styled.div`
+ position: absolute;
+ bottom: 0;
+ padding: 20px;
+
+ @media ${device.laptopM} {
+ position: relative;
+ bottom: auto;
+ }
+`
+
+const Title = styled.h1`
+ font-size: 24px;
+ font-weight: 700;
+
+ @media (max-width: 800px) {
+ font-size: 18px;
+ line-height: 26px;
+ }
+`
+
+const VideoDescription = styled.p`
+ color: var(--color-grey);
+ font-size: 16px;
+ padding: 16px 0;
+ line-height: 24px;
+
+ @media ${device.tabletS} {
+ font-size: 14px;
+ line-height: 20px;
+ }
+`
+
+const VideoDetails = styled(Flex)`
+ justify-content: start;
+`
+const GreyText = styled.p`
+ color: var(--color-grey);
+ font-size: 14px;
+ padding: 0 10px;
+
+ @media ${device.tabletS} {
+ font-size: 12px;
+ }
+`
+const GreyTextSmall = styled.p`
+ color: var(--color-grey);
+ font-size: 12px;
+ padding-right: 10px;
+`
+
+const AllVideosButton = styled(LinkButton)`
+ margin: 30px auto 0;
+ width: 130px;
+
+ &:hover {
+ cursor: pointer;
+ }
+ @media ${device.laptopM} {
+ width: 100%;
+ margin: 30px auto 0;
+ }
+`
+
+const VideoTemplate = ({ data }: VideosTemplateProps) => {
+ const { academy_data } = useContext(DerivStore)
+ const [prevScrollPos, setPrevScrollPos] = useState(0)
+ const [visible, setVisible] = useState(true)
+ const [is_mounted] = usePageLoaded()
+ const [view_count, setViewCount] = useState(null)
+ const truncateLength = useTruncateLength()
+
+ useEffect(() => {
+ if (is_mounted) {
+ handleScroll()
+ window.scrollTo(0, 0)
+ }
+ }, [is_mounted])
+
+ const barElement = useRef(null)
+
+ const scrollFunc = () => {
+ const winScroll = document.body.scrollTop || document.documentElement.scrollTop
+ const height = document.documentElement.scrollHeight - document.documentElement.clientHeight
+ const scrolled = (winScroll / height) * 130
+ barElement.current.style.width = scrolled + '%'
+ }
+
+ const handleScroll = () => {
+ const currentScrollPos = window.scrollY
+ setPrevScrollPos(currentScrollPos)
+ setVisible(currentScrollPos > 72)
+ }
+
+ useEffect(() => {
+ window.addEventListener('scroll', scrollFunc, { passive: true })
+ return () => {
+ window.removeEventListener('scroll', scrollFunc)
+ }
+ }, [])
+
+ useEffect(() => {
+ window.addEventListener('scroll', handleScroll)
+
+ return () => window.removeEventListener('scroll', handleScroll)
+ }, [prevScrollPos, visible, handleScroll])
+
+ const all_videos = academy_data.videos
+ const video_data = data.directus.videos[0]
+ const video_title = video_data?.video_title
+ const video_description = video_data?.video_description
+ const published_date = video_data?.published_date
+ const video_duration = video_data?.video_duration
+ const vimeo_id = video_data?.vimeo_id
+ const video_tag = video_data?.tags[0]?.tags_id?.tag_name
+
+ const getFiveRelatedVideos = () => {
+ // Find related videos by tag
+ const findRelatedVideoByTag = () =>
+ all_videos.filter((video) =>
+ video?.tags?.some((tag) => tag.tags_id?.tag_name === video_tag),
+ )
+
+ // Function to remove current video from a video list
+ const removeCurrentVideoFromArray = (video_list) =>
+ video_list.filter((video) => video.video_title !== video_title)
+
+ // Merge videos by tag with all other videos
+ const merged_two_arrays = findRelatedVideoByTag().concat(all_videos)
+
+ // Remove duplicate items from merged array
+ const remove_duplicate_from_array = [...new Set(merged_two_arrays)]
+
+ // Remove current video from video list
+ const final_array = removeCurrentVideoFromArray(remove_duplicate_from_array)
+
+ if (final_array.length <= 5) {
+ return final_array
+ }
+
+ // If video list array has more than 5 items slice it
+ return final_array.slice(0, 5)
+ }
+
+ useEffect(() => {
+ const url = `https://vimeo.com/api/v2/video/${vimeo_id}.json`
+
+ const fetchData = async () => {
+ const response = await fetch(url)
+ const json = await response.json()
+ setViewCount(json[0]?.stats_number_of_plays)
+ }
+
+ fetchData()
+ }, [vimeo_id])
+
+ return (
+
+
+ <>
+ {is_mounted && (
+
+
+
+
+
+
+ Academy
+
+
+
+ All Videos
+
+
+
+ {video_title}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ All Videos
+
+
+
+ {truncateString(video_title, truncateLength)}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {video_title}
+ {video_description}
+
+
+ {view_count} views
+ •
+ {published_date}
+ •
+ {video_duration}
+
+
+
+
+ Related Videos
+
+ {getFiveRelatedVideos().map((video) => (
+ {
+ navigate(
+ `/academy/videos/${video?.video_slug}`,
+ )
+ }}
+ >
+
+
+
+ {video?.video_title}
+
+
+
+ {video?.published_date}
+
+ •
+
+ {video?.video_duration}
+
+
+
+
+ ))}
+
+
+
+
+ See all videos
+
+
+
+
+ )}
+ >
+
+ )
+}
+
+export default WithIntl()(VideoTemplate)
+
+// Query our videos by slug
+export const query = graphql`
+ query Video($slug: String) {
+ directus {
+ videos(filter: { video_slug: { _eq: $slug } }) {
+ video_title
+ published_date
+ video_description
+ video_duration
+ featured
+ vimeo_id
+ video_thumbnail {
+ id
+ title
+ imageFile {
+ id
+ childImageSharp {
+ gatsbyImageData(width: 382, aspectRatio: 1.82)
+ }
+ }
+ }
+ video_file {
+ id
+ }
+ tags {
+ tags_id {
+ tag_name
+ }
+ }
+ }
+ }
+ }
+`
diff --git a/src/translations/ach.json b/src/translations/ach.json
index 77ec778f001..10ae2c83aa5 100644
--- a/src/translations/ach.json
+++ b/src/translations/ach.json
@@ -1,2762 +1,3076 @@
{
- "1292590": "crwdns120404:0crwdne120404:0",
- "2474877": "crwdns159708:0crwdne159708:0",
- "7228511": "crwdns88794:0crwdne88794:0",
- "13119092": "crwdns86368:0crwdne86368:0",
- "17217397": "crwdns168159:0crwdne168159:0",
- "19552684": "crwdns171002:0crwdne171002:0",
- "21294053": "crwdns85335:0crwdne85335:0",
- "22146527": "crwdns122204:0crwdne122204:0",
- "22418565": "crwdns157744:0crwdne157744:0",
- "22995280": "crwdns90196:0crwdne90196:0",
- "23846717": "crwdns86370:0crwdne86370:0",
- "24763773": "crwdns171004:0crwdne171004:0",
- "24900606": "crwdns171006:0crwdne171006:0",
- "26480598": "crwdns86372:0crwdne86372:0",
- "27830635": "crwdns165403:0crwdne165403:0",
- "28675270": "crwdns171008:0crwdne171008:0",
- "31131715": "crwdns118106:0crwdne118106:0",
- "31715193": "crwdns122210:0crwdne122210:0",
- "34060478": "crwdns161296:0crwdne161296:0",
- "34997376": "crwdns117922:0crwdne117922:0",
- "39296052": "crwdns120790:0crwdne120790:0",
- "39595561": "crwdns68510:0crwdne68510:0",
- "39720204": "crwdns117328:0crwdne117328:0",
- "45577689": "crwdns86374:0crwdne86374:0",
- "48076235": "crwdns164762:0crwdne164762:0",
- "48132512": "crwdns169653:0crwdne169653:0",
- "49026512": "crwdns118180:0crwdne118180:0",
- "50586010": "crwdns120792:0crwdne120792:0",
- "53801223": "crwdns162244:0crwdne162244:0",
- "54033225": "crwdns161298:0crwdne161298:0",
- "54316667": "crwdns162246:0crwdne162246:0",
- "55296241": "crwdns164144:0crwdne164144:0",
- "55394707": "crwdns124414:0crwdne124414:0",
- "56714378": "crwdns164764:0crwdne164764:0",
- "57395040": "crwdns161302:0crwdne161302:0",
- "59521256": "crwdns68796:0crwdne68796:0",
- "59678480": "crwdns164128:0crwdne164128:0",
- "60772773": "crwdns117334:0crwdne117334:0",
- "61663093": "crwdns117336:0crwdne117336:0",
- "68536923": "crwdns161304:0crwdne161304:0",
- "70604999": "crwdns164160:0crwdne164160:0",
- "71016232": "crwdns170112:0crwdne170112:0",
- "71535160": "crwdns160232:0crwdne160232:0",
- "71650838": "crwdns169655:0crwdne169655:0",
- "71969952": "crwdns118108:0crwdne118108:0",
- "72267896": "crwdns163650:0crwdne163650:0",
- "74138086": "crwdns166049:0crwdne166049:0",
- "76802666": "crwdns68512:0{{email}}crwdne68512:0",
- "80411232": "crwdns168549:0crwdne168549:0",
- "81450871": "crwdns169657:0crwdne169657:0",
- "82730484": "crwdns121832:0crwdne121832:0",
- "83067481": "crwdns170114:0crwdne170114:0",
- "84123624": "crwdns121694:0crwdne121694:0",
- "87901857": "crwdns170116:0crwdne170116:0",
- "90275414": "crwdns86043:0crwdne86043:0",
- "94912230": "crwdns158642:0crwdne158642:0",
- "97694950": "crwdns123484:0crwdne123484:0",
- "102299592": "crwdns161758:0crwdne161758:0",
- "109865596": "crwdns168163:0crwdne168163:0",
- "110140669": "crwdns158236:0crwdne158236:0",
- "113378532": "crwdns170118:0crwdne170118:0",
- "113428590": "crwdns165405:0crwdne165405:0",
- "117273069": "crwdns162248:0crwdne162248:0",
- "119888059": "crwdns86382:0crwdne86382:0",
- "122171127": "crwdns168165:0crwdne168165:0",
- "123005346": "crwdns169659:0crwdne169659:0",
- "123291381": "crwdns120406:0crwdne120406:0",
- "125131030": "crwdns170120:0crwdne170120:0",
- "132574588": "crwdns168763:0crwdne168763:0",
- "135210620": "crwdns158644:0crwdne158644:0",
- "138055021": "crwdns86384:0crwdne86384:0",
- "140083133": "crwdns168167:0crwdne168167:0",
- "143734792": "crwdns87314:0crwdne87314:0",
- "144377171": "crwdns168169:0crwdne168169:0",
- "146650698": "crwdns157948:0crwdne157948:0",
- "148382928": "crwdns162250:0crwdne162250:0",
- "150593055": "crwdns88798:0crwdne88798:0",
- "152524253": "crwdns88800:0crwdne88800:0",
- "154463429": "crwdns169665:0crwdne169665:0",
- "156791387": "crwdns86388:0crwdne86388:0",
- "159321990": "crwdns165505:0crwdne165505:0",
- "159937924": "crwdns161762:0crwdne161762:0",
- "161870324": "crwdns159502:0crwdne159502:0",
- "163040015": "crwdns121698:0crwdne121698:0",
- "166309424": "crwdns89680:0crwdne89680:0",
- "171302334": "crwdns161764:0crwdne161764:0",
- "171586173": "crwdns121700:0crwdne121700:0",
- "171638706": "crwdns86392:0crwdne86392:0",
- "175074759": "crwdns168171:0crwdne168171:0",
- "176773798": "crwdns158762:0crwdne158762:0",
- "176823932": "crwdns86394:0crwdne86394:0",
- "178716803": "crwdns86396:0crwdne86396:0",
- "179737767": "crwdns169669:0crwdne169669:0",
- "180412186": "crwdns122220:0crwdne122220:0",
- "181253755": "crwdns86398:0crwdne86398:0",
- "181316740": "crwdns163654:0crwdne163654:0",
- "182438100": "crwdns159094:0crwdne159094:0",
- "187267434": "crwdns86400:0crwdne86400:0",
- "192531494": "crwdns117346:0crwdne117346:0",
- "193611235": "crwdns164768:0crwdne164768:0",
- "194431525": "crwdns169671:0crwdne169671:0",
- "194961269": "crwdns122222:0crwdne122222:0",
- "200040108": "crwdns162448:0crwdne162448:0",
- "202417731": "crwdns165507:0crwdne165507:0",
- "202712649": "crwdns117348:0crwdne117348:0",
- "207157895": "crwdns170122:0crwdne170122:0",
- "209516313": "crwdns158036:0crwdne158036:0",
- "210989591": "crwdns162450:0crwdne162450:0",
- "213113093": "crwdns122224:0crwdne122224:0",
- "216114973": "crwdns162252:0crwdne162252:0",
- "216777430": "crwdns67120:0crwdne67120:0",
- "218274863": "crwdns122226:0crwdne122226:0",
- "218708637": "crwdns164602:0crwdne164602:0",
- "221286685": "crwdns170124:0crwdne170124:0",
- "222070679": "crwdns86408:0crwdne86408:0",
- "223659990": "crwdns161312:0crwdne161312:0",
- "224650827": "crwdns170126:0crwdne170126:0",
- "224785887": "crwdns168765:0crwdne168765:0",
- "227166061": "crwdns118110:0crwdne118110:0",
- "228957856": "crwdns157752:0crwdne157752:0",
- "230596356": "crwdns169171:0crwdne169171:0",
- "230864514": "crwdns161768:0crwdne161768:0",
- "231711709": "crwdns168173:0crwdne168173:0",
- "231722280": "crwdns86412:0crwdne86412:0",
- "232837971": "crwdns86414:0crwdne86414:0",
- "236080779": "crwdns162452:0crwdne162452:0",
- "236845507": "crwdns86416:0crwdne86416:0",
- "239216026": "crwdns170128:0crwdne170128:0",
- "241331061": "crwdns168175:0crwdne168175:0",
- "242139148": "crwdns121254:0crwdne121254:0",
- "242356757": "crwdns170130:0crwdne170130:0",
- "243084503": "crwdns160234:0crwdne160234:0",
- "244046593": "crwdns162254:0crwdne162254:0",
- "246106761": "crwdns86418:0crwdne86418:0",
- "247341426": "crwdns121702:0crwdne121702:0",
- "248446741": "crwdns122130:0crwdne122130:0",
- "253813203": "crwdns159730:0crwdne159730:0",
- "255124284": "crwdns117352:0crwdne117352:0",
- "256855210": "crwdns157950:0crwdne157950:0",
- "256942335": "crwdns86420:0crwdne86420:0",
- "258310842": "crwdns86422:0crwdne86422:0",
- "262590832": "crwdns165409:0crwdne165409:0",
- "263232709": "crwdns163656:0crwdne163656:0",
- "264391901": "crwdns85353:0crwdne85353:0",
- "265269975": "crwdns168879:0crwdne168879:0",
- "265644304": "crwdns124500:0crwdne124500:0",
- "267527172": "crwdns161064:0crwdne161064:0",
- "268108542": "crwdns86424:0crwdne86424:0",
- "271560771": "crwdns122232:0crwdne122232:0",
- "274268819": "crwdns86426:0crwdne86426:0",
- "275116637": "crwdns162454:0crwdne162454:0",
- "276341434": "crwdns120756:0crwdne120756:0",
- "276645072": "crwdns86428:0crwdne86428:0",
- "278499050": "crwdns164770:0crwdne164770:0",
- "281247370": "crwdns160236:0crwdne160236:0",
- "287556583": "crwdns161320:0crwdne161320:0",
- "288004682": "crwdns158038:0crwdne158038:0",
- "288719886": "crwdns85359:0crwdne85359:0",
- "289008060": "crwdns162256:0crwdne162256:0",
- "289731075": "crwdns86432:0crwdne86432:0",
- "291605393": "crwdns85361:0crwdne85361:0",
- "298511755": "crwdns86434:0crwdne86434:0",
- "300084741": "crwdns86436:0crwdne86436:0",
- "300201586": "crwdns122234:0crwdne122234:0",
- "305547463": "crwdns168181:0crwdne168181:0",
- "306846388": "crwdns86272:0crwdne86272:0",
- "307025388": "crwdns86438:0crwdne86438:0",
- "309993304": "crwdns85683:0crwdne85683:0",
- "310298121": "crwdns122236:0crwdne122236:0",
- "311457810": "crwdns161322:0crwdne161322:0",
- "311876462": "crwdns88810:0crwdne88810:0",
- "315192357": "crwdns157754:0crwdne157754:0",
- "315781846": "crwdns162258:0crwdne162258:0",
- "317744607": "crwdns85365:0crwdne85365:0",
- "318239044": "crwdns162260:0crwdne162260:0",
- "318433321": "crwdns117358:0crwdne117358:0",
- "318815297": "crwdns68802:0crwdne68802:0",
- "319934137": "crwdns162262:0crwdne162262:0",
- "320565687": "crwdns171012:0crwdne171012:0",
- "322580327": "crwdns164774:0crwdne164774:0",
- "323564058": "crwdns161324:0crwdne161324:0",
- "325128398": "crwdns122238:0crwdne122238:0",
- "326242312": "crwdns162264:0crwdne162264:0",
- "328362983": "crwdns158764:0crwdne158764:0",
- "332441329": "crwdns118112:0crwdne118112:0",
- "332961148": "crwdns88812:0crwdne88812:0",
- "335040248": "crwdns67154:0crwdne67154:0",
- "336359962": "crwdns158766:0crwdne158766:0",
- "337900732": "crwdns85367:0crwdne85367:0",
- "339084000": "crwdns85689:0crwdne85689:0",
- "339879944": "crwdns117360:0crwdne117360:0",
- "341589956": "crwdns170134:0crwdne170134:0",
- "342146000": "crwdns86442:0crwdne86442:0",
- "343021270": "crwdns168183:0crwdne168183:0",
- "343586987": "crwdns161772:0crwdne161772:0",
- "349098817": "crwdns120796:0crwdne120796:0",
- "349994198": "crwdns158254:0crwdne158254:0",
- "350443733": "crwdns162266:0crwdne162266:0",
- "351335938": "crwdns169978:0crwdne169978:0",
- "352403472": "crwdns170136:0crwdne170136:0",
- "354260859": "crwdns168767:0crwdne168767:0",
- "355340164": "crwdns164604:0crwdne164604:0",
- "358838306": "crwdns171014:0crwdne171014:0",
- "361051814": "crwdns161774:0crwdne161774:0",
- "361599549": "crwdns121834:0crwdne121834:0",
- "365224830": "crwdns171016:0crwdne171016:0",
- "366553046": "crwdns170138:0crwdne170138:0",
- "369418918": "crwdns161776:0crwdne161776:0",
- "370132757": "crwdns165509:0crwdne165509:0",
- "371953558": "crwdns171018:0crwdne171018:0",
- "372046224": "crwdns89686:0crwdne89686:0",
- "372335275": "crwdns164606:0crwdne164606:0",
- "372486876": "crwdns86446:0crwdne86446:0",
- "372500096": "crwdns165511:0crwdne165511:0",
- "374195444": "crwdns120798:0crwdne120798:0",
- "375025635": "crwdns122240:0crwdne122240:0",
- "376677604": "crwdns159740:0crwdne159740:0",
- "378043056": "crwdns171020:0crwdne171020:0",
- "378788991": "crwdns164168:0crwdne164168:0",
- "379730266": "crwdns161328:0crwdne161328:0",
- "383145223": "crwdns163660:0crwdne163660:0",
- "386443705": "crwdns86450:0crwdne86450:0",
- "387541185": "crwdns88816:0crwdne88816:0",
- "390409172": "crwdns159506:0crwdne159506:0",
- "390647540": "crwdns168185:0crwdne168185:0",
- "392031899": "crwdns163662:0crwdne163662:0",
- "392840594": "crwdns86274:0crwdne86274:0",
- "393841045": "crwdns158040:0crwdne158040:0",
- "393899903": "crwdns171022:0crwdne171022:0",
- "394545276": "crwdns86454:0crwdne86454:0",
- "395057342": "crwdns169677:0crwdne169677:0",
- "396609660": "crwdns165513:0crwdne165513:0",
- "396992773": "crwdns168187:0crwdne168187:0",
- "397235089": "crwdns171024:0crwdne171024:0",
- "398319738": "crwdns86456:0crwdne86456:0",
- "400968378": "crwdns169679:0crwdne169679:0",
- "406075956": "crwdns122246:0crwdne122246:0",
- "408925924": "crwdns168189:0crwdne168189:0",
- "410425831": "crwdns162270:0crwdne162270:0",
- "412291850": "crwdns124224:0crwdne124224:0",
- "413779477": "crwdns118114:0crwdne118114:0",
- "415028859": "crwdns157756:0crwdne157756:0",
- "415106535": "crwdns161330:0crwdne161330:0",
- "417855021": "crwdns168191:0crwdne168191:0",
- "418173024": "crwdns164608:0crwdne164608:0",
- "419208082": "crwdns170140:0crwdne170140:0",
- "419648873": "crwdns159746:0crwdne159746:0",
- "420161092": "crwdns118116:0crwdne118116:0",
- "421232681": "crwdns87316:0crwdne87316:0",
- "422714856": "crwdns120800:0crwdne120800:0",
- "424703192": "crwdns165411:0crwdne165411:0",
- "426842567": "crwdns170142:0crwdne170142:0",
- "427008206": "crwdns169681:0crwdne169681:0",
- "427548045": "crwdns118118:0crwdne118118:0",
- "427573577": "crwdns158770:0crwdne158770:0",
- "429395367": "crwdns169173:0crwdne169173:0",
- "430936420": "crwdns168193:0crwdne168193:0",
- "432518896": "crwdns85693:0crwdne85693:0",
- "432775041": "crwdns159670:0crwdne159670:0",
- "434987760": "crwdns161332:0crwdne161332:0",
- "436047308": "crwdns170144:0crwdne170144:0",
- "437330008": "crwdns158042:0crwdne158042:0",
- "437894033": "crwdns67190:0crwdne67190:0",
- "438409681": "crwdns86276:0crwdne86276:0",
- "438533033": "crwdns120802:0crwdne120802:0",
- "439798157": "crwdns86460:0crwdne86460:0",
- "441557166": "crwdns164610:0crwdne164610:0",
- "442177402": "crwdns171026:0crwdne171026:0",
- "447476086": "crwdns86462:0crwdne86462:0",
- "447711315": "crwdns170146:0crwdne170146:0",
- "448985812": "crwdns158772:0crwdne158772:0",
- "449277904": "crwdns168195:0crwdne168195:0",
- "451624200": "crwdns170148:0crwdne170148:0",
- "452170875": "crwdns160238:0crwdne160238:0",
- "453450172": "crwdns158044:0crwdne158044:0",
- "455897892": "crwdns169175:0crwdne169175:0",
- "456825069": "crwdns86464:0crwdne86464:0",
- "459886707": "crwdns86466:0crwdne86466:0",
- "460766210": "crwdns159508:0crwdne159508:0",
- "460878453": "crwdns164082:0crwdne164082:0",
- "465003790": "crwdns168769:0crwdne168769:0",
- "467590240": "crwdns163448:0crwdne163448:0",
- "469222213": "crwdns158046:0crwdne158046:0",
- "473760456": "crwdns169683:0crwdne169683:0",
- "474616293": "crwdns162456:0crwdne162456:0",
- "476241116": "crwdns86468:0crwdne86468:0",
- "476381528": "crwdns162458:0crwdne162458:0",
- "476621330": "crwdns67204:0crwdne67204:0",
- "479311128": "crwdns168771:0crwdne168771:0",
- "480442479": "crwdns170150:0crwdne170150:0",
- "482031216": "crwdns86470:0crwdne86470:0",
- "482369277": "crwdns169177:0crwdne169177:0",
- "486935836": "crwdns170152:0crwdne170152:0",
- "487236738": "crwdns86472:0crwdne86472:0",
- "487868929": "crwdns89692:0crwdne89692:0",
- "488982590": "crwdns156892:0crwdne156892:0",
- "489679731": "crwdns117366:0crwdne117366:0",
- "491908760": "crwdns122252:0crwdne122252:0",
- "492205969": "crwdns171028:0crwdne171028:0",
- "492590863": "crwdns163666:0crwdne163666:0",
- "493240844": "crwdns86163:0crwdne86163:0",
- "493622337": "crwdns67208:0crwdne67208:0",
- "494843334": "crwdns86474:0crwdne86474:0",
- "495686884": "crwdns169685:0crwdne169685:0",
- "497469280": "crwdns169687:0crwdne169687:0",
- "497717591": "crwdns164778:0crwdne164778:0",
- "501413836": "crwdns169689:0crwdne169689:0",
- "501620507": "crwdns120418:0crwdne120418:0",
- "501763239": "crwdns117370:0crwdne117370:0",
- "502554477": "crwdns158774:0crwdne158774:0",
- "506797447": "crwdns171030:0crwdne171030:0",
- "509964491": "crwdns168197:0crwdne168197:0",
- "510309290": "crwdns170154:0crwdne170154:0",
- "515292031": "crwdns120804:0crwdne120804:0",
- "517545267": "crwdns170156:0crwdne170156:0",
- "517596039": "crwdns168199:0crwdne168199:0",
- "517833647": "crwdns121816:0crwdne121816:0",
- "517844699": "crwdns162272:0crwdne162272:0",
- "519988278": "crwdns171032:0crwdne171032:0",
- "520136698": "crwdns86478:0crwdne86478:0",
- "520226183": "crwdns88822:0crwdne88822:0",
- "520696532": "crwdns168773:0crwdne168773:0",
- "521013301": "crwdns118182:0crwdne118182:0",
- "521140114": "crwdns117372:0crwdne117372:0",
- "521703211": "crwdns120420:0crwdne120420:0",
- "524082501": "crwdns88824:0crwdne88824:0",
- "524230462": "crwdns86482:0crwdne86482:0",
- "524459540": "crwdns86484:0crwdne86484:0",
- "524754401": "crwdns119932:0crwdne119932:0",
- "525200408": "crwdns86486:0crwdne86486:0",
- "527660774": "crwdns165517:0crwdne165517:0",
- "528858838": "crwdns164612:0crwdne164612:0",
- "529056539": "crwdns117374:0crwdne117374:0",
- "529901734": "crwdns171034:0crwdne171034:0",
- "533583221": "crwdns86490:0crwdne86490:0",
- "538228086": "crwdns122254:0crwdne122254:0",
- "538682015": "crwdns168201:0crwdne168201:0",
- "539645627": "crwdns169691:0crwdne169691:0",
- "540538076": "crwdns159754:0crwdne159754:0",
- "542274641": "crwdns117376:0crwdne117376:0",
- "543111387": "crwdns86492:0crwdne86492:0",
- "545720337": "crwdns168203:0crwdne168203:0",
- "546932941": "crwdns86494:0crwdne86494:0",
- "548820232": "crwdns164176:0crwdne164176:0",
- "549849868": "crwdns117378:0crwdne117378:0",
- "550365780": "crwdns117380:0crwdne117380:0",
- "554014185": "crwdns123486:0crwdne123486:0",
- "554199203": "crwdns119934:0crwdne119934:0",
- "554620691": "crwdns163668:0crwdne163668:0",
- "555580651": "crwdns86498:0crwdne86498:0",
- "557095822": "crwdns158048:0crwdne158048:0",
- "558327984": "crwdns161780:0crwdne161780:0",
- "562246914": "crwdns120422:0crwdne120422:0",
- "562528971": "crwdns164614:0crwdne164614:0",
- "562753315": "crwdns168205:0crwdne168205:0",
- "566274201": "crwdns122256:0crwdne122256:0",
- "568954877": "crwdns158050:0crwdne158050:0",
- "569354588": "crwdns67224:0crwdne67224:0",
- "575210404": "crwdns164780:0crwdne164780:0",
- "575534504": "crwdns168775:0crwdne168775:0",
- "577779861": "crwdns86500:0crwdne86500:0",
- "578413014": "crwdns86502:0crwdne86502:0",
- "581168980": "crwdns87318:0crwdne87318:0",
- "581220884": "crwdns86504:0crwdne86504:0",
- "581965020": "crwdns156802:0crwdne156802:0",
- "582048648": "crwdns121704:0crwdne121704:0",
- "583345172": "crwdns164616:0crwdne164616:0",
- "586006302": "crwdns122132:0crwdne122132:0",
- "586789100": "crwdns68540:0crwdne68540:0",
- "590858519": "crwdns168777:0crwdne168777:0",
- "593838951": "crwdns117930:0crwdne117930:0",
- "595278941": "crwdns157760:0crwdne157760:0",
- "595722471": "crwdns157392:0crwdne157392:0",
- "600260061": "crwdns159100:0crwdne159100:0",
- "601623685": "crwdns162274:0crwdne162274:0",
- "602265590": "crwdns164618:0crwdne164618:0",
- "606371596": "crwdns163670:0crwdne163670:0",
- "607535944": "crwdns163672:0crwdne163672:0",
- "608835286": "crwdns161004:0crwdne161004:0",
- "610290278": "crwdns168207:0crwdne168207:0",
- "612131072": "crwdns158652:0crwdne158652:0",
- "612225269": "crwdns161782:0crwdne161782:0",
- "612389804": "crwdns169181:0crwdne169181:0",
- "612635564": "crwdns161336:0crwdne161336:0",
- "613877038": "crwdns86506:0crwdne86506:0",
- "618187694": "crwdns169183:0crwdne169183:0",
- "618453683": "crwdns171036:0crwdne171036:0",
- "619610610": "crwdns88834:0crwdne88834:0",
- "621291584": "crwdns161338:0crwdne161338:0",
- "622253642": "crwdns158052:0crwdne158052:0",
- "623188171": "crwdns162460:0crwdne162460:0",
- "624256060": "crwdns122266:0crwdne122266:0",
- "627388563": "crwdns169693:0crwdne169693:0",
- "627774646": "crwdns158238:0crwdne158238:0",
- "627845959": "crwdns122268:0crwdne122268:0",
- "629101274": "crwdns122270:0crwdne122270:0",
- "630520732": "crwdns89694:0crwdne89694:0",
- "631458864": "crwdns170158:0crwdne170158:0",
- "631607286": "crwdns120806:0crwdne120806:0",
- "632409475": "crwdns170160:0crwdne170160:0",
- "634033595": "crwdns164782:0crwdne164782:0",
- "635121138": "crwdns121706:0crwdne121706:0",
- "635797490": "crwdns117388:0crwdne117388:0",
- "636070520": "crwdns168209:0crwdne168209:0",
- "636073620": "crwdns162604:0crwdne162604:0",
- "637013579": "crwdns169966:0crwdne169966:0",
- "639707096": "crwdns166053:0crwdne166053:0",
- "640307277": "crwdns171038:0crwdne171038:0",
- "640405784": "crwdns168211:0crwdne168211:0",
- "641347172": "crwdns163676:0crwdne163676:0",
- "642403892": "crwdns86510:0crwdne86510:0",
- "642995056": "crwdns67246:0crwdne67246:0",
- "643554455": "crwdns123538:0crwdne123538:0",
- "643810262": "crwdns170162:0crwdne170162:0",
- "645902266": "crwdns117390:0crwdne117390:0",
- "645954408": "crwdns164622:0crwdne164622:0",
- "646017912": "crwdns169695:0crwdne169695:0",
- "647610263": "crwdns163450:0crwdne163450:0",
- "647964587": "crwdns170164:0crwdne170164:0",
- "649962941": "crwdns122272:0crwdne122272:0",
- "653461379": "crwdns161340:0crwdne161340:0",
- "654674908": "crwdns86512:0crwdne86512:0",
- "655249194": "crwdns162462:0crwdne162462:0",
- "655519080": "crwdns162276:0crwdne162276:0",
- "658337631": "crwdns85377:0crwdne85377:0",
- "662679188": "crwdns169185:0crwdne169185:0",
- "663180477": "crwdns85703:0crwdne85703:0",
- "665777772": "crwdns170166:0crwdne170166:0",
- "666199378": "crwdns123220:0crwdne123220:0",
- "666906792": "crwdns163680:0crwdne163680:0",
- "668322984": "crwdns158240:0crwdne158240:0",
- "668456704": "crwdns159102:0crwdne159102:0",
- "672008428": "crwdns170168:0crwdne170168:0",
- "680204734": "crwdns117070:0crwdne117070:0",
- "680953516": "crwdns117932:0crwdne117932:0",
- "682108610": "crwdns68804:0crwdne68804:0",
- "682657885": "crwdns162464:0crwdne162464:0",
- "683810917": "crwdns169187:0crwdne169187:0",
- "685027643": "crwdns86516:0crwdne86516:0",
- "686385193": "crwdns161784:0crwdne161784:0",
- "686387939": "crwdns86518:0crwdne86518:0",
- "686417047": "crwdns86520:0crwdne86520:0",
- "688617121": "crwdns159766:0crwdne159766:0",
- "689400450": "crwdns168213:0crwdne168213:0",
- "690238026": "crwdns159104:0crwdne159104:0",
- "690959930": "crwdns121708:0crwdne121708:0",
- "693342485": "crwdns86524:0crwdne86524:0",
- "695741498": "crwdns165519:0crwdne165519:0",
- "698313197": "crwdns168215:0crwdne168215:0",
- "699722384": "crwdns158054:0crwdne158054:0",
- "700128691": "crwdns121710:0crwdne121710:0",
- "701775446": "crwdns171040:0crwdne171040:0",
- "701840176": "crwdns161348:0crwdne161348:0",
- "704532260": "crwdns85709:0crwdne85709:0",
- "706069088": "crwdns117934:0crwdne117934:0",
- "710137133": "crwdns159770:0crwdne159770:0",
- "710468393": "crwdns118120:0crwdne118120:0",
- "712547410": "crwdns169699:0crwdne169699:0",
- "712967511": "crwdns164348:0{{loss_percent}}crwdne164348:0",
- "714478782": "crwdns171042:0crwdne171042:0",
- "715753532": "crwdns121712:0crwdne121712:0",
- "717379127": "crwdns162466:0crwdne162466:0",
- "717722142": "crwdns163682:0crwdne163682:0",
- "719369896": "crwdns168221:0crwdne168221:0",
- "719793280": "crwdns120808:0crwdne120808:0",
- "720519019": "crwdns68552:0crwdne68552:0",
- "722917880": "crwdns89696:0crwdne89696:0",
- "723998774": "crwdns168779:0crwdne168779:0",
- "725065931": "crwdns161786:0crwdne161786:0",
- "726343968": "crwdns168781:0crwdne168781:0",
- "731382582": "crwdns170170:0crwdne170170:0",
- "733057061": "crwdns169189:0crwdne169189:0",
- "733615113": "crwdns171044:0crwdne171044:0",
- "733921210": "crwdns157766:0crwdne157766:0",
- "733955450": "crwdns123488:0crwdne123488:0",
- "737466973": "crwdns161006:0crwdne161006:0",
- "739412906": "crwdns117394:0crwdne117394:0",
- "740001401": "crwdns163684:0crwdne163684:0",
- "740401541": "crwdns164626:0crwdne164626:0",
- "740609768": "crwdns164784:0crwdne164784:0",
- "742154764": "crwdns86526:0crwdne86526:0",
- "743105449": "crwdns163686:0crwdne163686:0",
- "743623600": "crwdns117072:0crwdne117072:0",
- "746874005": "crwdns161008:0crwdne161008:0",
- "751493857": "crwdns168223:0crwdne168223:0",
- "752024971": "crwdns157768:0crwdne157768:0",
- "755433132": "crwdns86528:0crwdne86528:0",
- "756066527": "crwdns86530:0crwdne86530:0",
- "756310599": "crwdns169701:0crwdne169701:0",
- "758038191": "crwdns156176:0crwdne156176:0",
- "760192418": "crwdns123490:0crwdne123490:0",
- "760233310": "crwdns170172:0crwdne170172:0",
- "762478389": "crwdns118122:0crwdne118122:0",
- "763072092": "crwdns158056:0crwdne158056:0",
- "763514492": "crwdns90204:0crwdne90204:0",
- "764856444": "crwdns169703:0crwdne169703:0",
- "768795461": "crwdns161788:0crwdne161788:0",
- "769728384": "crwdns169705:0crwdne169705:0",
- "770100372": "crwdns122276:0crwdne122276:0",
- "773309981": "crwdns164628:0crwdne164628:0",
- "774654899": "crwdns169191:0crwdne169191:0",
- "776085955": "crwdns86532:0crwdne86532:0",
- "777848993": "crwdns68556:0crwdne68556:0",
- "778624300": "crwdns165521:0crwdne165521:0",
- "779522948": "crwdns156178:0crwdne156178:0",
- "781723751": "crwdns164084:0crwdne164084:0",
- "783010200": "crwdns162278:0crwdne162278:0",
- "783153785": "crwdns85713:0crwdne85713:0",
- "783391379": "crwdns161356:0crwdne161356:0",
- "783545585": "crwdns168225:0crwdne168225:0",
- "783815409": "crwdns158058:0crwdne158058:0",
- "784131672": "crwdns164194:0crwdne164194:0",
- "784262660": "crwdns162468:0crwdne162468:0",
- "785969488": "crwdns164630:0crwdne164630:0",
- "785973496": "crwdns85379:0crwdne85379:0",
- "786796042": "crwdns120890:0crwdne120890:0",
- "788015089": "crwdns168783:0crwdne168783:0",
- "789376489": "crwdns117404:0crwdne117404:0",
- "790534726": "crwdns169707:0crwdne169707:0",
- "793647899": "crwdns120810:0crwdne120810:0",
- "795493132": "crwdns85381:0crwdne85381:0",
- "798018540": "crwdns161790:0crwdne161790:0",
- "799457743": "crwdns157418:0crwdne157418:0",
- "800183478": "crwdns170174:0crwdne170174:0",
- "800934856": "crwdns121714:0crwdne121714:0",
- "803989222": "crwdns163690:0crwdne163690:0",
- "806165583": "crwdns162280:0crwdne162280:0",
- "808426886": "crwdns169709:0crwdne169709:0",
- "809146176": "crwdns86536:0crwdne86536:0",
- "809649275": "crwdns164786:0crwdne164786:0",
- "809734567": "crwdns165523:0crwdne165523:0",
- "812101045": "crwdns161792:0crwdne161792:0",
- "812888944": "crwdns170176:0crwdne170176:0",
- "814009433": "crwdns67280:0crwdne67280:0",
- "814644033": "crwdns161358:0crwdne161358:0",
- "815602603": "crwdns162470:0crwdne162470:0",
- "817637233": "crwdns170178:0crwdne170178:0",
- "818087675": "crwdns168785:0crwdne168785:0",
- "818659471": "crwdns122278:0crwdne122278:0",
- "821573893": "crwdns117936:0crwdne117936:0",
- "822794444": "crwdns122280:0crwdne122280:0",
- "822932128": "crwdns123228:0crwdne123228:0",
- "824381946": "crwdns157770:0crwdne157770:0",
- "825675433": "crwdns162282:0crwdne162282:0",
- "825815966": "crwdns122282:0crwdne122282:0",
- "826511719": "crwdns117410:0crwdne117410:0",
- "829579058": "crwdns164788:0crwdne164788:0",
- "831164350": "crwdns161794:0crwdne161794:0",
- "831282685": "crwdns88842:0crwdne88842:0",
- "832324110": "crwdns169711:0crwdne169711:0",
- "833307400": "crwdns86540:0crwdne86540:0",
- "835766128": "crwdns169193:0crwdne169193:0",
- "836003615": "crwdns120766:0crwdne120766:0",
- "836198432": "crwdns158060:0crwdne158060:0",
- "838569559": "crwdns169715:0crwdne169715:0",
- "839540479": "crwdns161364:0crwdne161364:0",
- "840305493": "crwdns164632:0crwdne164632:0",
- "840377360": "crwdns168229:0crwdne168229:0",
- "841451101": "crwdns170180:0crwdne170180:0",
- "847028402": "crwdns67290:0crwdne67290:0",
- "847292249": "crwdns161796:0crwdne161796:0",
- "847524212": "crwdns161366:0crwdne161366:0",
- "849690361": "crwdns158778:0crwdne158778:0",
- "850735123": "crwdns67292:0crwdne67292:0",
- "851827893": "crwdns156180:0crwdne156180:0",
- "852527030": "crwdns168787:0crwdne168787:0",
- "856157434": "crwdns123416:0crwdne123416:0",
- "856801593": "crwdns156896:0crwdne156896:0",
- "857363137": "crwdns168233:0crwdne168233:0",
- "857398912": "crwdns86546:0crwdne86546:0",
- "858780255": "crwdns86548:0crwdne86548:0",
- "860052562": "crwdns171046:0crwdne171046:0",
- "860361834": "crwdns158902:0crwdne158902:0",
- "863888160": "crwdns161800:0{{login_url}}crwdne161800:0",
- "867408042": "crwdns86550:0crwdne86550:0",
- "867582421": "crwdns159108:0crwdne159108:0",
- "868154618": "crwdns86554:0crwdne86554:0",
- "868499940": "crwdns85717:0crwdne85717:0",
- "871486196": "crwdns171214:0crwdne171214:0",
- "874573741": "crwdns171216:0crwdne171216:0",
- "874881951": "crwdns121716:0crwdne121716:0",
- "875766134": "crwdns86556:0crwdne86556:0",
- "876581050": "crwdns85393:0crwdne85393:0",
- "877897643": "crwdns164032:0crwdne164032:0",
- "878676836": "crwdns85719:0crwdne85719:0",
- "878922748": "crwdns168235:0crwdne168235:0",
- "879478126": "crwdns85395:0crwdne85395:0",
- "881413021": "crwdns117412:0crwdne117412:0",
- "882216897": "crwdns67302:0crwdne67302:0",
- "885479216": "crwdns86558:0crwdne86558:0",
- "886712679": "crwdns85721:0crwdne85721:0",
- "887282040": "crwdns120812:0crwdne120812:0",
- "888978991": "crwdns162286:0crwdne162286:0",
- "889704223": "crwdns171048:0{{trade_no}}crwdne171048:0",
- "890667695": "crwdns158784:0crwdne158784:0",
- "891097078": "crwdns117416:0crwdne117416:0",
- "893607771": "crwdns117418:0crwdne117418:0",
- "893980632": "crwdns158062:0crwdne158062:0",
- "895567953": "crwdns85399:0crwdne85399:0",
- "895594801": "crwdns158064:0crwdne158064:0",
- "896028940": "crwdns86560:0crwdne86560:0",
- "896455617": "crwdns170182:0crwdne170182:0",
- "897072394": "crwdns85401:0crwdne85401:0",
- "897114272": "crwdns164790:0crwdne164790:0",
- "897325464": "crwdns164636:0crwdne164636:0",
- "901158881": "crwdns122290:0crwdne122290:0",
- "903422317": "crwdns168237:0crwdne168237:0",
- "905952695": "crwdns170184:0crwdne170184:0",
- "906120998": "crwdns86562:0crwdne86562:0",
- "909083576": "crwdns121718:0crwdne121718:0",
- "912981300": "crwdns156804:0crwdne156804:0",
- "913091440": "crwdns118124:0crwdne118124:0",
- "913719394": "crwdns122292:0crwdne122292:0",
- "914005173": "crwdns165415:0crwdne165415:0",
- "915392164": "crwdns164638:0crwdne164638:0",
- "925239281": "crwdns163692:0crwdne163692:0",
- "927510190": "crwdns122294:0crwdne122294:0",
- "927827352": "crwdns171050:0crwdne171050:0",
- "927830157": "crwdns122296:0crwdne122296:0",
- "930211164": "crwdns124424:0crwdne124424:0",
- "931190863": "crwdns86564:0crwdne86564:0",
- "932190946": "crwdns168239:0crwdne168239:0",
- "934777772": "crwdns86566:0crwdne86566:0",
- "935167918": "crwdns161368:0crwdne161368:0",
- "935645176": "crwdns87320:0crwdne87320:0",
- "938792466": "crwdns122298:0crwdne122298:0",
- "939136950": "crwdns164640:0crwdne164640:0",
- "941978699": "crwdns164086:0crwdne164086:0",
- "943324913": "crwdns171052:0crwdne171052:0",
- "943716510": "crwdns169195:0crwdne169195:0",
- "944896800": "crwdns120432:0crwdne120432:0",
- "945739129": "crwdns156898:0crwdne156898:0",
- "949617971": "crwdns165525:0crwdne165525:0",
- "955451911": "crwdns164642:0crwdne164642:0",
- "958430760": "crwdns117420:0crwdne117420:0",
- "959971586": "crwdns68568:0crwdne68568:0",
- "960618190": "crwdns162472:0crwdne162472:0",
- "961530723": "crwdns162288:0crwdne162288:0",
- "962218636": "crwdns170186:0crwdne170186:0",
- "963922337": "crwdns86570:0crwdne86570:0",
- "964982895": "crwdns161370:0crwdne161370:0",
- "968040107": "crwdns86572:0crwdne86572:0",
- "968576099": "crwdns117422:0crwdne117422:0",
- "968627888": "crwdns168241:0crwdne168241:0",
- "971351835": "crwdns171054:0crwdne171054:0",
- "972090300": "crwdns120814:0crwdne120814:0",
- "973734471": "crwdns85411:0crwdne85411:0",
- "973933650": "crwdns168789:0crwdne168789:0",
- "974888153": "crwdns122300:0crwdne122300:0",
- "980696453": "crwdns121722:0crwdne121722:0",
- "984493995": "crwdns164148:0crwdne164148:0",
- "987254458": "crwdns170188:0crwdne170188:0",
- "990019749": "crwdns120816:0crwdne120816:0",
- "990114511": "crwdns86576:0crwdne86576:0",
- "992411597": "crwdns122304:0crwdne122304:0",
- "992485806": "crwdns161804:0crwdne161804:0",
- "1000512133": "crwdns161806:0crwdne161806:0",
- "1001160515": "crwdns161808:0crwdne161808:0",
- "1004480214": "crwdns124430:0crwdne124430:0",
- "1005687893": "crwdns164208:0crwdne164208:0",
- "1005701957": "crwdns122306:0crwdne122306:0",
- "1005941063": "crwdns86580:0crwdne86580:0",
- "1009128101": "crwdns158068:0crwdne158068:0",
- "1010645311": "crwdns164644:0crwdne164644:0",
- "1011699543": "crwdns169719:0crwdne169719:0",
- "1015510435": "crwdns162290:0crwdne162290:0",
- "1016174771": "crwdns161810:0crwdne161810:0",
- "1016273887": "crwdns160240:0crwdne160240:0",
- "1016846951": "crwdns86582:0crwdne86582:0",
- "1021490172": "crwdns67336:0crwdne67336:0",
- "1021972951": "crwdns159112:0crwdne159112:0",
- "1022211991": "crwdns86584:0crwdne86584:0",
- "1023044581": "crwdns164646:0crwdne164646:0",
- "1023795011": "crwdns122308:0crwdne122308:0",
- "1023972728": "crwdns158070:0crwdne158070:0",
- "1024366221": "crwdns88856:0crwdne88856:0",
- "1024953822": "crwdns168245:0crwdne168245:0",
- "1026160856": "crwdns122310:0crwdne122310:0",
- "1027197513": "crwdns163696:0crwdne163696:0",
- "1032383871": "crwdns86586:0crwdne86586:0",
- "1032907147": "crwdns117426:0crwdne117426:0",
- "1033805779": "crwdns117938:0crwdne117938:0",
- "1033824796": "crwdns86588:0crwdne86588:0",
- "1034695894": "crwdns164792:0crwdne164792:0",
- "1034875052": "crwdns168247:0crwdne168247:0",
- "1035890756": "crwdns162474:0crwdne162474:0",
- "1037965324": "crwdns169721:0crwdne169721:0",
- "1039678171": "crwdns87322:0crwdne87322:0",
- "1044540155": "crwdns124432:0crwdne124432:0",
- "1045309798": "crwdns159114:0crwdne159114:0",
- "1046578159": "crwdns117428:0crwdne117428:0",
- "1049125557": "crwdns160242:0crwdne160242:0",
- "1050003244": "crwdns170192:0crwdne170192:0",
- "1051666965": "crwdns171056:0crwdne171056:0",
- "1051732300": "crwdns121726:0crwdne121726:0",
- "1052239082": "crwdns158656:0crwdne158656:0",
- "1053153674": "crwdns164650:0crwdne164650:0",
- "1053405337": "crwdns86590:0crwdne86590:0",
- "1054141122": "crwdns88858:0crwdne88858:0",
- "1056821534": "crwdns86592:0crwdne86592:0",
- "1057239639": "crwdns122312:0crwdne122312:0",
- "1058440967": "crwdns120440:0crwdne120440:0",
- "1062246296": "crwdns118126:0crwdne118126:0",
- "1062691395": "crwdns120442:0crwdne120442:0",
- "1065635876": "crwdns119862:0crwdne119862:0",
- "1067137194": "crwdns171058:0crwdne171058:0",
- "1068264174": "crwdns120770:0crwdne120770:0",
- "1069671533": "crwdns169723:0crwdne169723:0",
- "1072277224": "crwdns159796:0crwdne159796:0",
- "1074669784": "crwdns161376:0crwdne161376:0",
- "1077281998": "crwdns170194:0crwdne170194:0",
- "1077779258": "crwdns162294:0crwdne162294:0",
- "1078303105": "crwdns122316:0crwdne122316:0",
- "1079127917": "crwdns171302:0crwdne171302:0",
- "1079537687": "crwdns162296:0crwdne162296:0",
- "1079986638": "crwdns168251:0crwdne168251:0",
- "1082977556": "crwdns168253:0crwdne168253:0",
- "1084407062": "crwdns164654:0crwdne164654:0",
- "1084702344": "crwdns124436:0crwdne124436:0",
- "1084960586": "crwdns169725:0crwdne169725:0",
- "1088714501": "crwdns86596:0crwdne86596:0",
- "1094162624": "crwdns117432:0crwdne117432:0",
- "1094997218": "crwdns170196:0crwdne170196:0",
- "1096779286": "crwdns86598:0crwdne86598:0",
- "1097047298": "crwdns86600:0crwdne86600:0",
- "1097133380": "crwdns161378:0crwdne161378:0",
- "1097188292": "crwdns161816:0crwdne161816:0",
- "1098718347": "crwdns164656:0crwdne164656:0",
- "1099021729": "crwdns157708:0crwdne157708:0",
- "1099892929": "crwdns86602:0crwdne86602:0",
- "1103215117": "crwdns86069:0crwdne86069:0",
- "1105452228": "crwdns161010:0crwdne161010:0",
- "1106425559": "crwdns88862:0crwdne88862:0",
- "1106746692": "crwdns164658:0crwdne164658:0",
- "1107638944": "crwdns168257:0crwdne168257:0",
- "1108389724": "crwdns171060:0crwdne171060:0",
- "1113469496": "crwdns157778:0crwdne157778:0",
- "1114242450": "crwdns123428:0crwdne123428:0",
- "1115835371": "crwdns159120:0crwdne159120:0",
- "1118374622": "crwdns164150:0crwdne164150:0",
- "1119260541": "crwdns122322:0crwdne122322:0",
- "1119887091": "crwdns86606:0crwdne86606:0",
- "1120526496": "crwdns86608:0crwdne86608:0",
- "1123710409": "crwdns161012:0crwdne161012:0",
- "1123908498": "crwdns170198:0crwdne170198:0",
- "1124560181": "crwdns168259:0crwdne168259:0",
- "1124905330": "crwdns169197:0crwdne169197:0",
- "1126725671": "crwdns87324:0crwdne87324:0",
- "1126917116": "crwdns170200:0crwdne170200:0",
- "1127858885": "crwdns158658:0crwdne158658:0",
- "1135059547": "crwdns123540:0crwdne123540:0",
- "1136360582": "crwdns169199:0crwdne169199:0",
- "1136731907": "crwdns157780:0crwdne157780:0",
- "1141200231": "crwdns162298:0crwdne162298:0",
- "1145468876": "crwdns164660:0crwdne164660:0",
- "1147802767": "crwdns120818:0crwdne120818:0",
- "1150953111": "crwdns122326:0crwdne122326:0",
- "1151456638": "crwdns169727:0crwdne169727:0",
- "1151925602": "crwdns122328:0crwdne122328:0",
- "1152332043": "crwdns171218:0crwdne171218:0",
- "1158101648": "crwdns86612:0crwdne86612:0",
- "1161300179": "crwdns164794:0crwdne164794:0",
- "1161999797": "crwdns169729:0crwdne169729:0",
- "1167224712": "crwdns121728:0crwdne121728:0",
- "1168114406": "crwdns86614:0crwdne86614:0",
- "1168167679": "crwdns86616:0crwdne86616:0",
- "1169206819": "crwdns165527:0crwdne165527:0",
- "1169378202": "crwdns169201:0crwdne169201:0",
- "1171765024": "crwdns168791:0crwdne168791:0",
- "1172611503": "crwdns122332:0crwdne122332:0",
- "1175717636": "crwdns86622:0crwdne86622:0",
- "1177080017": "crwdns169203:0crwdne169203:0",
- "1178873929": "crwdns123494:0crwdne123494:0",
- "1179169693": "crwdns86624:0crwdne86624:0",
- "1179825750": "crwdns161380:0crwdne161380:0",
- "1181506313": "crwdns168261:0crwdne168261:0",
- "1182198798": "crwdns164662:0crwdne164662:0",
- "1182470294": "crwdns122334:0crwdne122334:0",
- "1184301560": "crwdns121730:0crwdne121730:0",
- "1186450032": "crwdns86626:0crwdne86626:0",
- "1189491487": "crwdns159802:0crwdne159802:0",
- "1189875009": "crwdns85733:0crwdne85733:0",
- "1190588251": "crwdns169962:0crwdne169962:0",
- "1191682103": "crwdns117942:0crwdne117942:0",
- "1195213035": "crwdns168793:0crwdne168793:0",
- "1196310280": "crwdns162300:0crwdne162300:0",
- "1197939158": "crwdns121112:0crwdne121112:0",
- "1198781410": "crwdns89702:0crwdne89702:0",
- "1202465815": "crwdns164796:0crwdne164796:0",
- "1205209576": "crwdns118128:0crwdne118128:0",
- "1207865156": "crwdns124438:0crwdne124438:0",
- "1208151831": "crwdns171064:0crwdne171064:0",
- "1208165195": "crwdns86632:0crwdne86632:0",
- "1211781148": "crwdns168263:0crwdne168263:0",
- "1211817306": "crwdns161824:0crwdne161824:0",
- "1213111346": "crwdns164664:0crwdne164664:0",
- "1213902291": "crwdns120820:0crwdne120820:0",
- "1214098313": "crwdns68576:0crwdne68576:0",
- "1215637769": "crwdns168265:0crwdne168265:0",
- "1216280249": "crwdns86286:0crwdne86286:0",
- "1217246029": "crwdns86636:0crwdne86636:0",
- "1219754757": "crwdns85735:0crwdne85735:0",
- "1220962322": "crwdns168267:0crwdne168267:0",
- "1221532796": "crwdns122338:0crwdne122338:0",
- "1221671301": "crwdns122134:0crwdne122134:0",
- "1225275160": "crwdns88868:0crwdne88868:0",
- "1225761821": "crwdns164060:0crwdne164060:0",
- "1226639859": "crwdns171066:0crwdne171066:0",
- "1229753077": "crwdns86640:0crwdne86640:0",
- "1230198893": "crwdns86181:0crwdne86181:0",
- "1237147454": "crwdns88870:0crwdne88870:0",
- "1237777653": "crwdns171068:0crwdne171068:0",
- "1238256430": "crwdns86642:0crwdne86642:0",
- "1240797431": "crwdns165529:0crwdne165529:0",
- "1241426772": "crwdns161014:0crwdne161014:0",
- "1244168183": "crwdns162302:0crwdne162302:0",
- "1246145751": "crwdns159124:0crwdne159124:0",
- "1248844726": "crwdns162304:0crwdne162304:0",
- "1254667788": "crwdns169205:0crwdne169205:0",
- "1254866713": "crwdns169207:0crwdne169207:0",
- "1256295276": "crwdns86288:0crwdne86288:0",
- "1257029444": "crwdns68580:0crwdne68580:0",
- "1258668610": "crwdns169209:0crwdne169209:0",
- "1259598687": "crwdns117436:0crwdne117436:0",
- "1261154397": "crwdns170204:0crwdne170204:0",
- "1261634270": "crwdns86646:0crwdne86646:0",
- "1268931688": "crwdns171070:0crwdne171070:0",
- "1270782712": "crwdns117438:0crwdne117438:0",
- "1272012156": "crwdns117440:0crwdne117440:0",
- "1274309337": "crwdns170206:0crwdne170206:0",
- "1274713580": "crwdns88874:0crwdne88874:0",
- "1275674402": "crwdns165419:0crwdne165419:0",
- "1276342366": "crwdns86648:0crwdne86648:0",
- "1280380287": "crwdns85433:0crwdne85433:0",
- "1282417520": "crwdns164798:0crwdne164798:0",
- "1285517993": "crwdns68582:0crwdne68582:0",
- "1286094280": "crwdns67404:0crwdne67404:0",
- "1286648079": "crwdns162004:0crwdne162004:0",
- "1289363035": "crwdns85435:0crwdne85435:0",
- "1289646209": "crwdns122344:0crwdne122344:0",
- "1291658124": "crwdns120822:0crwdne120822:0",
- "1291852379": "crwdns163700:0crwdne163700:0",
- "1293479771": "crwdns160244:0crwdne160244:0",
- "1294884975": "crwdns158786:0crwdne158786:0",
- "1299144461": "crwdns67408:0crwdne67408:0",
- "1299666269": "crwdns156186:0crwdne156186:0",
- "1304034020": "crwdns120448:0crwdne120448:0",
- "1311522952": "crwdns169005:0crwdne169005:0",
- "1312475321": "crwdns164130:0crwdne164130:0",
- "1312819271": "crwdns161384:0crwdne161384:0",
- "1316697520": "crwdns122346:0crwdne122346:0",
- "1317425969": "crwdns165531:0crwdne165531:0",
- "1318017828": "crwdns159512:0crwdne159512:0",
- "1322942144": "crwdns86652:0crwdne86652:0",
- "1324235103": "crwdns122348:0crwdne122348:0",
- "1324376913": "crwdns169733:0crwdne169733:0",
- "1324779616": "crwdns170208:0crwdne170208:0",
- "1326235397": "crwdns119944:0crwdne119944:0",
- "1327067520": "crwdns168269:0crwdne168269:0",
- "1332168410": "crwdns86654:0crwdne86654:0",
- "1333075628": "crwdns124440:0crwdne124440:0",
- "1333584730": "crwdns86656:0crwdne86656:0",
- "1334260583": "crwdns67418:0crwdne67418:0",
- "1335102098": "crwdns87326:0crwdne87326:0",
- "1337826979": "crwdns117444:0crwdne117444:0",
- "1344549184": "crwdns170210:0crwdne170210:0",
- "1345597448": "crwdns86658:0crwdne86658:0",
- "1349080073": "crwdns163702:0crwdne163702:0",
- "1353811622": "crwdns86662:0crwdne86662:0",
- "1354275546": "crwdns157782:0crwdne157782:0",
- "1354590562": "crwdns86664:0crwdne86664:0",
- "1355243595": "crwdns89704:0crwdne89704:0",
- "1355514813": "crwdns164800:0crwdne164800:0",
- "1355808192": "crwdns86666:0crwdne86666:0",
- "1357493810": "crwdns88878:0crwdne88878:0",
- "1359732815": "crwdns170212:0crwdne170212:0",
- "1360754724": "crwdns118130:0crwdne118130:0",
- "1362578283": "crwdns170214:0crwdne170214:0",
- "1363502727": "crwdns160246:0crwdne160246:0",
- "1364296672": "crwdns169735:0crwdne169735:0",
- "1364947573": "crwdns169211:0crwdne169211:0",
- "1364958515": "crwdns159812:0crwdne159812:0",
- "1367358043": "crwdns161386:0crwdne161386:0",
- "1367990698": "crwdns86672:0crwdne86672:0",
- "1371193412": "crwdns124266:0crwdne124266:0",
- "1373549717": "crwdns164234:0crwdne164234:0",
- "1375342464": "crwdns158076:0crwdne158076:0",
- "1376724761": "crwdns170216:0crwdne170216:0",
- "1376955476": "crwdns157786:0crwdne157786:0",
- "1379143800": "crwdns169737:0crwdne169737:0",
- "1382453331": "crwdns170218:0crwdne170218:0",
- "1384941966": "crwdns162306:0crwdne162306:0",
- "1386344585": "crwdns157952:0crwdne157952:0",
- "1387503299": "crwdns68826:0crwdne68826:0",
- "1390275511": "crwdns168273:0crwdne168273:0",
- "1391134932": "crwdns166055:0crwdne166055:0",
- "1391269416": "crwdns117448:0crwdne117448:0",
- "1391632806": "crwdns157954:0crwdne157954:0",
- "1393006010": "crwdns164062:0crwdne164062:0",
- "1394697594": "crwdns164802:0crwdne164802:0",
- "1396179592": "crwdns86674:0crwdne86674:0",
- "1396417530": "crwdns117450:0crwdne117450:0",
- "1399001016": "crwdns161832:0crwdne161832:0",
- "1400962248": "crwdns122352:0crwdne122352:0",
- "1405237333": "crwdns171074:0crwdne171074:0",
- "1406209174": "crwdns124444:0crwdne124444:0",
- "1406360927": "crwdns117452:0crwdne117452:0",
- "1407191858": "crwdns67434:0crwdne67434:0",
- "1408071788": "crwdns159818:0crwdne159818:0",
- "1410320737": "crwdns166057:0crwdne166057:0",
- "1411032790": "crwdns164668:0crwdne164668:0",
- "1411975375": "crwdns123542:0crwdne123542:0",
- "1415618534": "crwdns159672:0crwdne159672:0",
- "1416248668": "crwdns157956:0crwdne157956:0",
- "1418467036": "crwdns121732:0crwdne121732:0",
- "1423609990": "crwdns161834:0crwdne161834:0",
- "1424805407": "crwdns120452:0crwdne120452:0",
- "1425594249": "crwdns169739:0crwdne169739:0",
- "1425780786": "crwdns86189:0crwdne86189:0",
- "1426790442": "crwdns122354:0crwdne122354:0",
- "1433223815": "crwdns171076:0crwdne171076:0",
- "1433574125": "crwdns161388:0crwdne161388:0",
- "1435127930": "crwdns118132:0crwdne118132:0",
- "1435321289": "crwdns169741:0crwdne169741:0",
- "1435793182": "crwdns122136:0crwdne122136:0",
- "1437505451": "crwdns161390:0crwdne161390:0",
- "1439020196": "crwdns171078:0crwdne171078:0",
- "1441027550": "crwdns169743:0crwdne169743:0",
- "1445592224": "crwdns68590:0crwdne68590:0",
- "1448470646": "crwdns86678:0crwdne86678:0",
- "1451636739": "crwdns162478:0crwdne162478:0",
- "1454189755": "crwdns122356:0crwdne122356:0",
- "1454243296": "crwdns117454:0crwdne117454:0",
- "1458263388": "crwdns161392:0crwdne161392:0",
- "1458583383": "crwdns168277:0crwdne168277:0",
- "1463614633": "crwdns170220:0crwdne170220:0",
- "1466745668": "crwdns122358:0crwdne122358:0",
- "1467325385": "crwdns86682:0crwdne86682:0",
- "1467675455": "crwdns156902:0crwdne156902:0",
- "1469626982": "crwdns170222:0crwdne170222:0",
- "1470207808": "crwdns85445:0crwdne85445:0",
- "1472787414": "crwdns164064:0crwdne164064:0",
- "1475208422": "crwdns169745:0crwdne169745:0",
- "1479399998": "crwdns157422:0crwdne157422:0",
- "1484774405": "crwdns161394:0crwdne161394:0",
- "1485752074": "crwdns122360:0crwdne122360:0",
- "1486874803": "crwdns117456:0crwdne117456:0",
- "1489994179": "crwdns121734:0crwdne121734:0",
- "1490540125": "crwdns86686:0crwdne86686:0",
- "1491012687": "crwdns170224:0crwdne170224:0",
- "1491181763": "crwdns121818:0crwdne121818:0",
- "1492594418": "crwdns157796:0crwdne157796:0",
- "1493671770": "crwdns165533:0crwdne165533:0",
- "1493835906": "crwdns85447:0crwdne85447:0",
- "1496810530": "crwdns117458:0crwdne117458:0",
- "1499981850": "crwdns124446:0crwdne124446:0",
- "1502162725": "crwdns122362:0crwdne122362:0",
- "1502175389": "crwdns157798:0crwdne157798:0",
- "1502642397": "crwdns118184:0crwdne118184:0",
- "1503602940": "crwdns164670:0crwdne164670:0",
- "1504960339": "crwdns165423:0crwdne165423:0",
- "1505978883": "crwdns86690:0crwdne86690:0",
- "1509244758": "crwdns86692:0crwdne86692:0",
- "1510075920": "crwdns117460:0crwdne117460:0",
- "1516676261": "crwdns86694:0crwdne86694:0",
- "1521590614": "crwdns86696:0crwdne86696:0",
- "1524033858": "crwdns86698:0crwdne86698:0",
- "1525885795": "crwdns88888:0crwdne88888:0",
- "1528031455": "crwdns67458:0crwdne67458:0",
- "1529602839": "crwdns161838:0crwdne161838:0",
- "1534697187": "crwdns123238:0crwdne123238:0",
- "1536955851": "crwdns159130:0crwdne159130:0",
- "1537212469": "crwdns162308:0crwdne162308:0",
- "1539108340": "crwdns117462:0crwdne117462:0",
- "1539984821": "crwdns161016:0crwdne161016:0",
- "1541818425": "crwdns68594:0crwdne68594:0",
- "1542393407": "crwdns164678:0crwdne164678:0",
- "1542938499": "crwdns121848:0crwdne121848:0",
- "1546917177": "crwdns164132:0crwdne164132:0",
- "1550574351": "crwdns157802:0crwdne157802:0",
- "1550835977": "crwdns163704:0crwdne163704:0",
- "1551153165": "crwdns122364:0crwdne122364:0",
- "1551172020": "crwdns171080:0crwdne171080:0",
- "1552847627": "crwdns121736:0crwdne121736:0",
- "1553783327": "crwdns122366:0crwdne122366:0",
- "1553836855": "crwdns159826:0crwdne159826:0",
- "1553995374": "crwdns161398:0crwdne161398:0",
- "1556304768": "crwdns162006:0crwdne162006:0",
- "1556866509": "crwdns122368:0crwdne122368:0",
- "1556922066": "crwdns157958:0crwdne157958:0",
- "1558114971": "crwdns170226:0crwdne170226:0",
- "1559712313": "crwdns123430:0crwdne123430:0",
- "1562241070": "crwdns122370:0crwdne122370:0",
- "1564461474": "crwdns163706:0crwdne163706:0",
- "1567023771": "crwdns162310:0crwdne162310:0",
- "1567026093": "crwdns86702:0crwdne86702:0",
- "1567745852": "crwdns86704:0crwdne86704:0",
- "1568229202": "crwdns161842:0crwdne161842:0",
- "1569765697": "crwdns170228:0crwdne170228:0",
- "1569834661": "crwdns171082:0crwdne171082:0",
- "1571130376": "crwdns170230:0crwdne170230:0",
- "1571653008": "crwdns123500:0crwdne123500:0",
- "1573231398": "crwdns163708:0crwdne163708:0",
- "1574476135": "crwdns157424:0crwdne157424:0",
- "1576607456": "crwdns118304:0crwdne118304:0",
- "1577236867": "crwdns86081:0crwdne86081:0",
- "1577454262": "crwdns125004:0crwdne125004:0",
- "1578596075": "crwdns164680:0crwdne164680:0",
- "1580079138": "crwdns88890:0crwdne88890:0",
- "1582462514": "crwdns67474:0crwdne67474:0",
- "1584558075": "crwdns171084:0crwdne171084:0",
- "1585930852": "crwdns170232:0crwdne170232:0",
- "1586065334": "crwdns67476:0crwdne67476:0",
- "1586312040": "crwdns161402:0crwdne161402:0",
- "1586341728": "crwdns159134:0crwdne159134:0",
- "1588850507": "crwdns171086:0crwdne171086:0",
- "1589165958": "crwdns158794:0crwdne158794:0",
- "1591242575": "crwdns87330:0crwdne87330:0",
- "1591623217": "crwdns118134:0crwdne118134:0",
- "1592543050": "crwdns170234:0crwdne170234:0",
- "1593723948": "crwdns168283:0crwdne168283:0",
- "1595539912": "crwdns168285:0crwdne168285:0",
- "1599891822": "crwdns161844:0crwdne161844:0",
- "1601324523": "crwdns161404:0crwdne161404:0",
- "1601498870": "crwdns169749:0crwdne169749:0",
- "1601664674": "crwdns161018:0crwdne161018:0",
- "1601968899": "crwdns161846:0crwdne161846:0",
- "1602627054": "crwdns161406:0crwdne161406:0",
- "1602800752": "crwdns90214:0crwdne90214:0",
- "1604199439": "crwdns162480:0crwdne162480:0",
- "1604222298": "crwdns124448:0crwdne124448:0",
- "1606540051": "crwdns168287:0crwdne168287:0",
- "1607204781": "crwdns168289:0crwdne168289:0",
- "1607559519": "crwdns85457:0crwdne85457:0",
- "1609581006": "crwdns169215:0crwdne169215:0",
- "1610351330": "crwdns117464:0crwdne117464:0",
- "1610511716": "crwdns161848:0crwdne161848:0",
- "1611194169": "crwdns68834:0crwdne68834:0",
- "1611229342": "crwdns159834:0crwdne159834:0",
- "1613233789": "crwdns169751:0crwdne169751:0",
- "1613860853": "crwdns89706:0crwdne89706:0",
- "1614426743": "crwdns123240:0crwdne123240:0",
- "1615327604": "crwdns159138:0crwdne159138:0",
- "1615969878": "crwdns120458:0crwdne120458:0",
- "1616071522": "crwdns162312:0crwdne162312:0",
- "1616502762": "crwdns162314:0crwdne162314:0",
- "1618280107": "crwdns169753:0crwdne169753:0",
- "1619070150": "crwdns124268:0crwdne124268:0",
- "1619579199": "crwdns164808:0crwdne164808:0",
- "1621463985": "crwdns169755:0crwdne169755:0",
- "1622130657": "crwdns168291:0crwdne168291:0",
- "1622334173": "crwdns117466:0crwdne117466:0",
- "1624895344": "crwdns88896:0crwdne88896:0",
- "1625424557": "crwdns162316:0crwdne162316:0",
- "1625517227": "crwdns163710:0crwdne163710:0",
- "1629215229": "crwdns159140:0crwdne159140:0",
- "1631281562": "crwdns171088:0crwdne171088:0",
- "1631620531": "crwdns86083:0crwdne86083:0",
- "1631705059": "crwdns122374:0crwdne122374:0",
- "1632238343": "crwdns170238:0crwdne170238:0",
- "1633102593": "crwdns86718:0crwdne86718:0",
- "1634507782": "crwdns121820:0crwdne121820:0",
- "1636066113": "crwdns89710:0crwdne89710:0",
- "1636527166": "crwdns123432:0crwdne123432:0",
- "1636782601": "crwdns117468:0crwdne117468:0",
- "1637072557": "crwdns86720:0crwdne86720:0",
- "1637552314": "crwdns122376:0crwdne122376:0",
- "1643887982": "crwdns162318:0crwdne162318:0",
- "1644652204": "crwdns168295:0crwdne168295:0",
- "1645164568": "crwdns68600:0crwdne68600:0",
- "1647478191": "crwdns86722:0crwdne86722:0",
- "1648545897": "crwdns164248:0crwdne164248:0",
- "1650027872": "crwdns168297:0crwdne168297:0",
- "1650522718": "crwdns168299:0crwdne168299:0",
- "1651972947": "crwdns122378:0crwdne122378:0",
- "1658580871": "crwdns163716:0crwdne163716:0",
- "1659675491": "crwdns168301:0crwdne168301:0",
- "1660776335": "crwdns163718:0crwdne163718:0",
- "1661832115": "crwdns170240:0crwdne170240:0",
- "1664747386": "crwdns162320:0crwdne162320:0",
- "1665738338": "crwdns164810:0crwdne164810:0",
- "1667409996": "crwdns169757:0crwdne169757:0",
- "1669172828": "crwdns162322:0crwdne162322:0",
- "1672776151": "crwdns163720:0crwdne163720:0",
- "1673976740": "crwdns168303:0crwdne168303:0",
- "1674164323": "crwdns157426:0crwdne157426:0",
- "1674363165": "crwdns169759:0crwdne169759:0",
- "1676292946": "crwdns117946:0crwdne117946:0",
- "1677027187": "crwdns68606:0crwdne68606:0",
- "1677622373": "crwdns157808:0crwdne157808:0",
- "1678627286": "crwdns170242:0crwdne170242:0",
- "1679379528": "crwdns168305:0crwdne168305:0",
- "1680490573": "crwdns87332:0crwdne87332:0",
- "1680831768": "crwdns161020:0crwdne161020:0",
- "1681352464": "crwdns164350:0{{loss_percent}}crwdne164350:0",
- "1682675914": "crwdns165425:0crwdne165425:0",
- "1683034855": "crwdns86726:0crwdne86726:0",
- "1686378613": "crwdns86728:0crwdne86728:0",
- "1686846461": "crwdns169217:0crwdne169217:0",
- "1689738742": "crwdns165575:0crwdne165575:0",
- "1691349777": "crwdns86732:0crwdne86732:0",
- "1692148560": "crwdns159146:0crwdne159146:0",
- "1692290832": "crwdns120460:0crwdne120460:0",
- "1693902817": "crwdns85751:0crwdne85751:0",
- "1694241835": "crwdns68608:0crwdne68608:0",
- "1707301172": "crwdns159840:0crwdne159840:0",
- "1708242802": "crwdns168551:0crwdne168551:0",
- "1709273595": "crwdns161024:0crwdne161024:0",
- "1711575167": "crwdns168307:0crwdne168307:0",
- "1713857763": "crwdns161852:0crwdne161852:0",
- "1714709402": "crwdns88900:0crwdne88900:0",
- "1715011380": "crwdns164684:0crwdne164684:0",
- "1715491803": "crwdns170244:0crwdne170244:0",
- "1717346758": "crwdns170246:0crwdne170246:0",
- "1720725354": "crwdns161026:0crwdne161026:0",
- "1721296073": "crwdns161410:0crwdne161410:0",
- "1723694822": "crwdns169761:0crwdne169761:0",
- "1724327730": "crwdns161412:0crwdne161412:0",
- "1728420651": "crwdns117948:0crwdne117948:0",
- "1728600417": "crwdns168795:0crwdne168795:0",
- "1730081262": "crwdns159844:0crwdne159844:0",
- "1733606989": "crwdns165537:0crwdne165537:0",
- "1733660945": "crwdns121850:0crwdne121850:0",
- "1734683614": "crwdns171090:0crwdne171090:0",
- "1735145843": "crwdns124450:0crwdne124450:0",
- "1739086943": "crwdns162324:0crwdne162324:0",
- "1741049129": "crwdns86738:0crwdne86738:0",
- "1742122525": "crwdns169219:0crwdne169219:0",
- "1743448290": "crwdns87334:0crwdne87334:0",
- "1743752393": "crwdns170248:0crwdne170248:0",
- "1745193633": "crwdns124270:0crwdne124270:0",
- "1745471992": "crwdns86740:0crwdne86740:0",
- "1746633126": "crwdns120824:0crwdne120824:0",
- "1746782390": "crwdns88902:0crwdne88902:0",
- "1748626120": "crwdns169763:0crwdne169763:0",
- "1751673286": "crwdns170250:0crwdne170250:0",
- "1755228338": "crwdns86302:0crwdne86302:0",
- "1758111931": "crwdns157810:0crwdne157810:0",
- "1760376318": "crwdns88904:0crwdne88904:0",
- "1760558932": "crwdns162326:0crwdne162326:0",
- "1764495771": "crwdns86744:0crwdne86744:0",
- "1765454171": "crwdns162328:0crwdne162328:0",
- "1767992960": "crwdns85753:0crwdne85753:0",
- "1768089459": "crwdns168309:0crwdne168309:0",
- "1770479100": "crwdns122382:0crwdne122382:0",
- "1770534439": "crwdns161028:0crwdne161028:0",
- "1772406884": "crwdns168311:0crwdne168311:0",
- "1774467475": "crwdns170252:0crwdne170252:0",
- "1774791951": "crwdns122384:0crwdne122384:0",
- "1777934033": "crwdns171092:0crwdne171092:0",
- "1782308283": "crwdns86748:0crwdne86748:0",
- "1782703044": "crwdns85459:0crwdne85459:0",
- "1784680288": "crwdns162482:0crwdne162482:0",
- "1786089908": "crwdns169221:0crwdne169221:0",
- "1791730321": "crwdns122388:0crwdne122388:0",
- "1795749796": "crwdns159150:0crwdne159150:0",
- "1799377913": "crwdns159518:0{{market_name}}crwdne159518:0",
- "1802409084": "crwdns161414:0crwdne161414:0",
- "1804642811": "crwdns121826:0crwdne121826:0",
- "1805914152": "crwdns157718:0crwdne157718:0",
- "1806416151": "crwdns86754:0crwdne86754:0",
- "1807936072": "crwdns85461:0crwdne85461:0",
- "1808393236": "crwdns86756:0crwdne86756:0",
- "1810957214": "crwdns161854:0crwdne161854:0",
- "1812969702": "crwdns120772:0crwdne120772:0",
- "1813700208": "crwdns168313:0crwdne168313:0",
- "1813703795": "crwdns159152:0crwdne159152:0",
- "1815044592": "crwdns122390:0crwdne122390:0",
- "1816009319": "crwdns158800:0crwdne158800:0",
- "1817888235": "crwdns158256:0crwdne158256:0",
- "1819952453": "crwdns86760:0crwdne86760:0",
- "1820212843": "crwdns168315:0crwdne168315:0",
- "1823770507": "crwdns170254:0crwdne170254:0",
- "1824094317": "crwdns122392:0crwdne122392:0",
- "1826550764": "crwdns169765:0crwdne169765:0",
- "1828442573": "crwdns163452:0crwdne163452:0",
- "1831254808": "crwdns164686:0crwdne164686:0",
- "1831680837": "crwdns86762:0crwdne86762:0",
- "1832974109": "crwdns88906:0crwdne88906:0",
- "1833184260": "crwdns165195:0crwdne165195:0",
- "1833336618": "crwdns163726:0crwdne163726:0",
- "1833521819": "crwdns164812:0crwdne164812:0",
- "1834217776": "crwdns161416:0crwdne161416:0",
- "1835104690": "crwdns161856:0crwdne161856:0",
- "1837350656": "crwdns86764:0crwdne86764:0",
- "1837796428": "crwdns86766:0crwdne86766:0",
- "1838639373": "crwdns88908:0crwdne88908:0",
- "1841197848": "crwdns86768:0crwdne86768:0",
- "1841788070": "crwdns117474:0crwdne117474:0",
- "1841852640": "crwdns117950:0crwdne117950:0",
- "1842713118": "crwdns86770:0crwdne86770:0",
- "1845394200": "crwdns85759:0crwdne85759:0",
- "1846521577": "crwdns171094:0crwdne171094:0",
- "1849054373": "crwdns119864:0crwdne119864:0",
- "1851993047": "crwdns86772:0crwdne86772:0",
- "1852402040": "crwdns170256:0crwdne170256:0",
- "1853363847": "crwdns168317:0crwdne168317:0",
- "1854618305": "crwdns122394:0crwdne122394:0",
- "1857508131": "crwdns161418:0crwdne161418:0",
- "1858594477": "crwdns120826:0crwdne120826:0",
- "1860012910": "crwdns86774:0crwdne86774:0",
- "1860472068": "crwdns163728:0crwdne163728:0",
- "1862400286": "crwdns86776:0crwdne86776:0",
- "1866193342": "crwdns161066:0crwdne161066:0",
- "1868860566": "crwdns170258:0crwdne170258:0",
- "1869497149": "crwdns168319:0crwdne168319:0",
- "1872384056": "crwdns120468:0crwdne120468:0",
- "1872568231": "crwdns171096:0crwdne171096:0",
- "1873099524": "crwdns157428:0crwdne157428:0",
- "1876344462": "crwdns170260:0crwdne170260:0",
- "1876748041": "crwdns120470:0crwdne120470:0",
- "1879930260": "crwdns169767:0crwdne169767:0",
- "1880965589": "crwdns86778:0crwdne86778:0",
- "1881114347": "crwdns117478:0crwdne117478:0",
- "1881441674": "crwdns169769:0crwdne169769:0",
- "1881705591": "crwdns117952:0crwdne117952:0",
- "1882011796": "crwdns168797:0crwdne168797:0",
- "1882436352": "crwdns169771:0crwdne169771:0",
- "1889326047": "crwdns157816:0crwdne157816:0",
- "1890990339": "crwdns162332:0crwdne162332:0",
- "1893015908": "crwdns162334:0crwdne162334:0",
- "1897018869": "crwdns170262:0crwdne170262:0",
- "1897907613": "crwdns86780:0crwdne86780:0",
- "1898130358": "crwdns157940:0crwdne157940:0",
- "1898704920": "crwdns117482:0crwdne117482:0",
- "1899843488": "crwdns160254:0crwdne160254:0",
- "1902324847": "crwdns168325:0crwdne168325:0",
- "1902951214": "crwdns85465:0crwdne85465:0",
- "1903393516": "crwdns123544:0crwdne123544:0",
- "1903495030": "crwdns161858:0crwdne161858:0",
- "1904774976": "crwdns170264:0crwdne170264:0",
- "1905213812": "crwdns165431:0crwdne165431:0",
- "1905380076": "crwdns164814:0crwdne164814:0",
- "1905702565": "crwdns85763:0crwdne85763:0",
- "1905714256": "crwdns118136:0crwdne118136:0",
- "1906771172": "crwdns86784:0crwdne86784:0",
- "1907226338": "crwdns162336:0crwdne162336:0",
- "1909647105": "crwdns170266:0crwdne170266:0",
- "1909809509": "crwdns124452:0crwdne124452:0",
- "1914949637": "crwdns86786:0crwdne86786:0",
- "1916887645": "crwdns90216:0crwdne90216:0",
- "1922529883": "crwdns86788:0crwdne86788:0",
- "1923530212": "crwdns157430:0crwdne157430:0",
- "1925006841": "crwdns170268:0crwdne170268:0",
- "1925717346": "crwdns161030:0crwdne161030:0",
- "1926519171": "crwdns86089:0crwdne86089:0",
- "1928930389": "crwdns117484:0crwdne117484:0",
- "1929213891": "crwdns170270:0crwdne170270:0",
- "1931163835": "crwdns86790:0crwdne86790:0",
- "1933869329": "crwdns122400:0crwdne122400:0",
- "1934376550": "crwdns170272:0crwdne170272:0",
- "1935201826": "crwdns86794:0crwdne86794:0",
- "1936519569": "crwdns171098:0crwdne171098:0",
- "1939014728": "crwdns86796:0crwdne86796:0",
- "1939374383": "crwdns86798:0crwdne86798:0",
- "1940177604": "crwdns86800:0crwdne86800:0",
- "1940628215": "crwdns123546:0crwdne123546:0",
- "1941116009": "crwdns118138:0crwdne118138:0",
- "1942214601": "crwdns161860:0crwdne161860:0",
- "1942485223": "crwdns120472:0crwdne120472:0",
- "1948092185": "crwdns117486:0crwdne117486:0",
- "1948630262": "crwdns120828:0crwdne120828:0",
- "1949701571": "crwdns168327:0crwdne168327:0",
- "1953016421": "crwdns122402:0crwdne122402:0",
- "1959548433": "crwdns122404:0crwdne122404:0",
- "1963811607": "crwdns164816:0crwdne164816:0",
- "1963884651": "crwdns156914:0crwdne156914:0",
- "1964675673": "crwdns117954:0crwdne117954:0",
- "1966310384": "crwdns161864:0crwdne161864:0",
- "1967743855": "crwdns169777:0crwdne169777:0",
- "1969128618": "crwdns86802:0crwdne86802:0",
- "1971963414": "crwdns169982:0crwdne169982:0",
- "1975644912": "crwdns117488:0crwdne117488:0",
- "1977160541": "crwdns162340:0crwdne162340:0",
- "1978148367": "crwdns88916:0crwdne88916:0",
- "1979503547": "crwdns85767:0crwdne85767:0",
- "1980724783": "crwdns161868:0crwdne161868:0",
- "1982404952": "crwdns122406:0crwdne122406:0",
- "1985905708": "crwdns168329:0crwdne168329:0",
- "1986250253": "crwdns86806:0crwdne86806:0",
- "1986498784": "crwdns170274:0crwdne170274:0",
- "1987777463": "crwdns118186:0crwdne118186:0",
- "1988153223": "crwdns85469:0crwdne85469:0",
- "1988366931": "crwdns161426:0crwdne161426:0",
- "1991524207": "crwdns164688:0crwdne164688:0",
- "1991711258": "crwdns170276:0crwdne170276:0",
- "1994023526": "crwdns68624:0crwdne68624:0",
- "1995896523": "crwdns86205:0crwdne86205:0",
- "1997138507": "crwdns122410:0crwdne122410:0",
- "1997646348": "crwdns170278:0crwdne170278:0",
- "1998840050": "crwdns171100:0crwdne171100:0",
- "2003802343": "crwdns86808:0crwdne86808:0",
- "2005074806": "crwdns161870:0crwdne161870:0",
- "2007092908": "crwdns169781:0crwdne169781:0",
- "2010744433": "crwdns169783:0crwdne169783:0",
- "2015114251": "crwdns163732:0crwdne163732:0",
- "2017042641": "crwdns163734:0crwdne163734:0",
- "2018198484": "crwdns169223:0crwdne169223:0",
- "2019140039": "crwdns171102:0crwdne171102:0",
- "2019968401": "crwdns162484:0crwdne162484:0",
- "2023310659": "crwdns86810:0crwdne86810:0",
- "2023444069": "crwdns168799:0crwdne168799:0",
- "2027881275": "crwdns86812:0crwdne86812:0",
- "2028163119": "crwdns170280:0crwdne170280:0",
- "2029137181": "crwdns156916:0crwdne156916:0",
- "2029237955": "crwdns158806:0crwdne158806:0",
- "2032401971": "crwdns161872:0crwdne161872:0",
- "2032565787": "crwdns164258:0crwdne164258:0",
- "2032665208": "crwdns168331:0crwdne168331:0",
- "2035207280": "crwdns164090:0crwdne164090:0",
- "2035670983": "crwdns168333:0crwdne168333:0",
- "2036526456": "crwdns121852:0crwdne121852:0",
- "2037297857": "crwdns88918:0crwdne88918:0",
- "2042445787": "crwdns170282:0crwdne170282:0",
- "2044999022": "crwdns164260:0crwdne164260:0",
- "2046788283": "crwdns86814:0crwdne86814:0",
- "2047029510": "crwdns161876:0crwdne161876:0",
- "2047349922": "crwdns164152:0crwdne164152:0",
- "2050080282": "crwdns86816:0crwdne86816:0",
- "2051986867": "crwdns161032:0crwdne161032:0",
- "2053673142": "crwdns171104:0crwdne171104:0",
- "2056079566": "crwdns157960:0crwdne157960:0",
- "2056339251": "crwdns164134:0crwdne164134:0",
- "2058893631": "crwdns165433:0crwdne165433:0",
- "2060309075": "crwdns86818:0crwdne86818:0",
- "2060368992": "crwdns168335:0crwdne168335:0",
- "2061191384": "crwdns157962:0crwdne157962:0",
- "2061681232": "crwdns171106:0crwdne171106:0",
- "2063987970": "crwdns122416:0crwdne122416:0",
- "2064273783": "crwdns86822:0crwdne86822:0",
- "2064293002": "crwdns168337:0crwdne168337:0",
- "2067437902": "crwdns156920:0crwdne156920:0",
- "2068667424": "crwdns171108:0crwdne171108:0",
- "2070356006": "crwdns159162:0crwdne159162:0",
- "2071808494": "crwdns122420:0crwdne122420:0",
- "2072504778": "crwdns86826:0crwdne86826:0",
- "2074119658": "crwdns168339:0crwdne168339:0",
- "2075451186": "crwdns159164:0crwdne159164:0",
- "2075608900": "crwdns117492:0crwdne117492:0",
- "2075864188": "crwdns117956:0crwdne117956:0",
- "2080510282": "crwdns168341:0crwdne168341:0",
- "2087247269": "crwdns88922:0crwdne88922:0",
- "2089087110": "crwdns171110:0crwdne171110:0",
- "2092854399": "crwdns163736:0crwdne163736:0",
- "2096641458": "crwdns86830:0crwdne86830:0",
- "2096910271": "crwdns120478:0crwdne120478:0",
- "2099783388": "crwdns164066:0crwdne164066:0",
- "2100068559": "crwdns88924:0crwdne88924:0",
- "2100986179": "crwdns169785:0crwdne169785:0",
- "2101514198": "crwdns118140:0crwdne118140:0",
- "2108488100": "crwdns161880:0crwdne161880:0",
- "2108799022": "crwdns122144:0crwdne122144:0",
- "2108938379": "crwdns86832:0crwdne86832:0",
- "2109387636": "crwdns86834:0crwdne86834:0",
- "2112006652": "crwdns170286:0crwdne170286:0",
- "2113440022": "crwdns85485:0crwdne85485:0",
- "2113590447": "crwdns120830:0crwdne120830:0",
- "2116064244": "crwdns170972:0crwdne170972:0",
- "2116116126": "crwdns165539:0crwdne165539:0",
- "2117645838": "crwdns157964:0crwdne157964:0",
- "2117756139": "crwdns122422:0crwdne122422:0",
- "2118875269": "crwdns168343:0crwdne168343:0",
- "2119735108": "crwdns87336:0crwdne87336:0",
- "2120092418": "crwdns88930:0crwdne88930:0",
- "2121227568": "crwdns170288:0crwdne170288:0",
- "2121253634": "crwdns120480:0crwdne120480:0",
- "2124129338": "crwdns159526:0crwdne159526:0",
- "2125422488": "crwdns86306:0crwdne86306:0",
- "2126327198": "crwdns160256:0crwdne160256:0",
- "2126425899": "crwdns162342:0crwdne162342:0",
- "2127438954": "crwdns161034:0crwdne161034:0",
- "2130006600": "crwdns168345:0crwdne168345:0",
- "2130695061": "crwdns162344:0crwdne162344:0",
- "2131654590": "crwdns86840:0crwdne86840:0",
- "2131676421": "crwdns159862:0crwdne159862:0",
- "2134810872": "crwdns168347:0crwdne168347:0",
- "2135527846": "crwdns171112:0crwdne171112:0",
- "2135626355": "crwdns169787:0crwdne169787:0",
- "2136716746": "crwdns169049:0crwdne169049:0",
- "2137683344": "crwdns86844:0crwdne86844:0",
- "2139413495": "crwdns163738:0crwdne163738:0",
- "2140219745": "crwdns164818:0crwdne164818:0",
- "2142042461": "crwdns164690:0crwdne164690:0",
- "2142117024": "crwdns161882:0crwdne161882:0",
- "2143477659": "crwdns169789:0crwdne169789:0",
- "2143762194": "crwdns168349:0crwdne168349:0",
- "2144015434": "crwdns168351:0crwdne168351:0",
- "2145594485": "crwdns86846:0crwdne86846:0",
- "-2145244263": "crwdns163740:0crwdne163740:0",
- "-486479707": "crwdns164264:0crwdne164264:0",
- "-1197864059": "crwdns90218:0crwdne90218:0",
- "-795459217": "crwdns68678:0crwdne68678:0",
- "-132463075": "crwdns67724:0crwdne67724:0",
- "-689237734": "crwdns124272:0crwdne124272:0",
- "-19187607": "crwdns86848:0crwdne86848:0",
- "-1831041777": "crwdns121038:0crwdne121038:0",
- "-518894746": "crwdns85491:0crwdne85491:0",
- "-240213265": "crwdns85493:0crwdne85493:0",
- "-1718206543": "crwdns85773:0crwdne85773:0",
- "-255283204": "crwdns121828:0crwdne121828:0",
- "-868631242": "crwdns121830:0crwdne121830:0",
- "-2084884800": "crwdns158084:0crwdne158084:0",
- "-105520043": "crwdns99718:0crwdne99718:0",
- "-1998049070": "crwdns121114:0crwdne121114:0",
- "-1265833982": "crwdns90220:0crwdne90220:0",
- "-442294935": "crwdns85497:0crwdne85497:0",
- "-215905387": "crwdns68638:0crwdne68638:0",
- "-981017278": "crwdns85499:0crwdne85499:0",
- "-1808797601": "crwdns169791:0crwdne169791:0",
- "-1879666853": "crwdns169793:0crwdne169793:0",
- "-622923303": "crwdns169795:0crwdne169795:0",
- "-1793883644": "crwdns163742:0crwdne163742:0",
- "-1781346745": "crwdns163744:0crwdne163744:0",
- "-279398477": "crwdns90222:0crwdne90222:0",
- "-1781881664": "crwdns169797:0crwdne169797:0",
- "-2130720993": "crwdns68670:0crwdne68670:0",
- "-1825471709": "crwdns88944:0crwdne88944:0",
- "-204498543": "crwdns164692:0crwdne164692:0",
- "-2115275974": "crwdns164694:0crwdne164694:0",
- "-1278432184": "crwdns171114:0crwdne171114:0",
- "-1109694579": "crwdns169799:0crwdne169799:0",
- "-319687255": "crwdns169801:0crwdne169801:0",
- "-1246992539": "crwdns86884:0crwdne86884:0",
- "-58704987": "crwdns88946:0crwdne88946:0",
- "-310272533": "crwdns88952:0crwdne88952:0",
- "-260024315": "crwdns164696:0crwdne164696:0",
- "-1959484303": "crwdns87134:0crwdne87134:0",
- "-1788408962": "crwdns171116:0crwdne171116:0",
- "-362324454": "crwdns68754:0crwdne68754:0",
- "-34495732": "crwdns67614:0crwdne67614:0",
- "-737399162": "crwdns117958:0crwdne117958:0",
- "-1829383827": "crwdns85787:0crwdne85787:0",
- "-1236814682": "crwdns171118:0crwdne171118:0",
- "-1642457320": "crwdns123248:0crwdne123248:0",
- "-1718500720": "crwdns123548:0crwdne123548:0",
- "-1668315223": "crwdns157938:0crwdne157938:0",
- "-1306639327": "crwdns85785:0crwdne85785:0",
- "-62915554": "crwdns158086:0crwdne158086:0",
- "-1467371190": "crwdns68636:0crwdne68636:0",
- "-1076138910": "crwdns67608:0crwdne67608:0",
- "-663862998": "crwdns67746:0crwdne67746:0",
- "-787291267": "crwdns159240:0crwdne159240:0",
- "-2045194514": "crwdns86308:0crwdne86308:0",
- "-23722102": "crwdns158088:0crwdne158088:0",
- "-890622347": "crwdns89716:0crwdne89716:0",
- "-199351188": "crwdns169986:0crwdne169986:0",
- "-1434418017": "crwdns163746:0crwdne163746:0",
- "-1429361008": "crwdns156926:0crwdne156926:0",
- "-316493159": "crwdns168355:0crwdne168355:0",
- "-1497908566": "crwdns159530:0crwdne159530:0",
- "-1991343658": "crwdns170002:0crwdne170002:0",
- "-298021142": "crwdns169984:0crwdne169984:0",
- "-634625185": "crwdns171120:0crwdne171120:0",
- "-1086253633": "crwdns169988:0crwdne169988:0",
- "-1979067474": "crwdns168423:0crwdne168423:0",
- "-1360052016": "crwdns168425:0crwdne168425:0",
- "-211521577": "crwdns168427:0crwdne168427:0",
- "-988523882": "crwdns68640:0crwdne68640:0",
- "-1587572650": "crwdns168429:0crwdne168429:0",
- "-2012355845": "crwdns168431:0crwdne168431:0",
- "-670223631": "crwdns168433:0crwdne168433:0",
- "-1421347929": "crwdns168435:0crwdne168435:0",
- "-1010405214": "crwdns168437:0crwdne168437:0",
- "-1139147944": "crwdns124466:0crwdne124466:0",
- "-793066797": "crwdns85563:0crwdne85563:0",
- "-277344546": "crwdns168439:0crwdne168439:0",
- "-258298417": "crwdns168441:0crwdne168441:0",
- "-1405026614": "crwdns168443:0crwdne168443:0",
- "-1383307647": "crwdns168445:0crwdne168445:0",
- "-858799868": "crwdns168447:0crwdne168447:0",
- "-934121720": "crwdns168449:0crwdne168449:0",
- "-920766207": "crwdns168451:0crwdne168451:0",
- "-1772599587": "crwdns168453:0crwdne168453:0",
- "-1429891690": "crwdns122536:0crwdne122536:0",
- "-866630583": "crwdns85579:0crwdne85579:0",
- "-704828346": "crwdns165555:0crwdne165555:0",
- "-1293694434": "crwdns85803:0crwdne85803:0",
- "-68718669": "crwdns117974:0crwdne117974:0",
- "-550677199": "crwdns67648:0crwdne67648:0",
- "-183146919": "crwdns67650:0crwdne67650:0",
- "-1974212061": "crwdns89722:0crwdne89722:0",
- "-767762875": "crwdns157440:0crwdne157440:0",
- "-1725180490": "crwdns89724:0crwdne89724:0",
- "-1319775835": "crwdns161912:0crwdne161912:0",
- "-1943991243": "crwdns117976:0crwdne117976:0",
- "-1781913728": "crwdns117978:0crwdne117978:0",
- "-787239464": "crwdns117980:0crwdne117980:0",
- "-1994716313": "crwdns117982:0crwdne117982:0",
- "-1225936915": "crwdns169265:0crwdne169265:0",
- "-1163074287": "crwdns169267:0crwdne169267:0",
- "-67534104": "crwdns157966:0crwdne157966:0",
- "-2054345439": "crwdns157968:0crwdne157968:0",
- "-1315704806": "crwdns157970:0crwdne157970:0",
- "-924546410": "crwdns157972:0crwdne157972:0",
- "-1644638802": "crwdns157974:0crwdne157974:0",
- "-1842083393": "crwdns157976:0crwdne157976:0",
- "-1596031887": "crwdns157978:0crwdne157978:0",
- "-807767876": "crwdns117988:0crwdne117988:0",
- "-45936702": "crwdns168489:0crwdne168489:0",
- "-2128162815": "crwdns121858:0crwdne121858:0",
- "-1780769479": "crwdns87300:0crwdne87300:0",
- "-1041794680": "crwdns157720:0crwdne157720:0",
- "-673235114": "crwdns87302:0crwdne87302:0",
- "-924984243": "crwdns169835:0crwdne169835:0",
- "-2132201373": "crwdns164092:0crwdne164092:0",
- "-728074978": "crwdns161478:0crwdne161478:0",
- "-1716483520": "crwdns87274:0crwdne87274:0",
- "-1053983183": "crwdns87272:0crwdne87272:0",
- "-1544332806": "crwdns163810:0crwdne163810:0",
- "-1665600393": "crwdns164094:0crwdne164094:0",
- "-1042921151": "crwdns164098:0crwdne164098:0",
- "-1832944205": "crwdns164140:0crwdne164140:0",
- "-268393254": "crwdns164096:0crwdne164096:0",
- "-1263216758": "crwdns163808:0crwdne163808:0",
- "-1992816438": "crwdns87276:0crwdne87276:0",
- "-329493006": "crwdns163812:0crwdne163812:0",
- "-1715779049": "crwdns163814:0crwdne163814:0",
- "-295267372": "crwdns124228:0crwdne124228:0",
- "-603371864": "crwdns163816:0crwdne163816:0",
- "-1492521106": "crwdns161480:0crwdne161480:0",
- "-1740415754": "crwdns163818:0crwdne163818:0",
- "-2139907591": "crwdns87282:0crwdne87282:0",
- "-267198040": "crwdns87284:0crwdne87284:0",
- "-895073395": "crwdns87286:0crwdne87286:0",
- "-1932629328": "crwdns164142:0crwdne164142:0",
- "-1780229306": "crwdns163820:0crwdne163820:0",
- "-460857136": "crwdns163822:0crwdne163822:0",
- "-319008586": "crwdns87288:0crwdne87288:0",
- "-133464964": "crwdns87290:0crwdne87290:0",
- "-1684534627": "crwdns163824:0crwdne163824:0",
- "-1706019560": "crwdns163826:0crwdne163826:0",
- "-1313979648": "crwdns164104:0crwdne164104:0",
- "-347466324": "crwdns163828:0crwdne163828:0",
- "-1318380319": "crwdns164146:0crwdne164146:0",
- "-958406243": "crwdns164108:0crwdne164108:0",
- "-1961891916": "crwdns161482:0crwdne161482:0",
- "-1649952399": "crwdns117986:0crwdne117986:0",
- "-33169776": "crwdns121854:0crwdne121854:0",
- "-2131042915": "crwdns156936:0crwdne156936:0",
- "-1187605258": "crwdns87296:0crwdne87296:0",
- "-784030502": "crwdns156938:0crwdne156938:0",
- "-98925907": "crwdns161458:0crwdne161458:0",
- "-75814795": "crwdns156940:0crwdne156940:0",
- "-655832756": "crwdns156942:0crwdne156942:0",
- "-1015477851": "crwdns163830:0crwdne163830:0",
- "-1076873697": "crwdns161490:0crwdne161490:0",
- "-2036702965": "crwdns161496:0crwdne161496:0",
- "-1465544034": "crwdns163834:0crwdne163834:0",
- "-2117690061": "crwdns161494:0crwdne161494:0",
- "-1787304306": "crwdns164820:0crwdne164820:0",
- "-1231602282": "crwdns168627:0crwdne168627:0",
- "-347048632": "crwdns168491:0crwdne168491:0",
- "-401726757": "crwdns168493:0crwdne168493:0",
- "-1910803956": "crwdns168495:0crwdne168495:0",
- "-211430879": "crwdns121768:0crwdne121768:0",
- "-1029902198": "crwdns121856:0crwdne121856:0",
- "-1283941715": "crwdns87068:0crwdne87068:0",
- "-2020077454": "crwdns163754:0crwdne163754:0",
- "-1535280336": "crwdns163756:0crwdne163756:0",
- "-1904049127": "crwdns86946:0crwdne86946:0",
- "-904030289": "crwdns158822:0crwdne158822:0",
- "-64934031": "crwdns168399:0crwdne168399:0",
- "-1807088090": "crwdns169837:0crwdne169837:0",
- "-666356424": "crwdns169839:0crwdne169839:0",
- "-1096649509": "crwdns169841:0crwdne169841:0",
- "-1847094306": "crwdns169843:0crwdne169843:0",
- "-1244412808": "crwdns169845:0crwdne169845:0",
- "-1447821734": "crwdns169847:0crwdne169847:0",
- "-688825946": "crwdns169849:0crwdne169849:0",
- "-826237637": "crwdns169851:0crwdne169851:0",
- "-1306637437": "crwdns169853:0crwdne169853:0",
- "-1881644246": "crwdns169855:0crwdne169855:0",
- "-539702624": "crwdns169857:0crwdne169857:0",
- "-976431156": "crwdns169859:0crwdne169859:0",
- "-1181926649": "crwdns169861:0crwdne169861:0",
- "-217281793": "crwdns169863:0crwdne169863:0",
- "-353585365": "crwdns169865:0crwdne169865:0",
- "-1617890467": "crwdns169867:0crwdne169867:0",
- "-709676773": "crwdns169869:0crwdne169869:0",
- "-356979088": "crwdns169871:0crwdne169871:0",
- "-1516665514": "crwdns169873:0crwdne169873:0",
- "-1356010780": "crwdns169875:0crwdne169875:0",
- "-1186213423": "crwdns169877:0crwdne169877:0",
- "-220003669": "crwdns169879:0crwdne169879:0",
- "-1573099251": "crwdns89040:0crwdne89040:0",
- "-456233007": "crwdns89042:0crwdne89042:0",
- "-1246163204": "crwdns89044:0crwdne89044:0",
- "-898245410": "crwdns89046:0crwdne89046:0",
- "-173947736": "crwdns89048:0crwdne89048:0",
- "-628267707": "crwdns89050:0crwdne89050:0",
- "-280157831": "crwdns89052:0crwdne89052:0",
- "-1794636525": "crwdns89054:0crwdne89054:0",
- "-1333773557": "crwdns89056:0crwdne89056:0",
- "-1483718536": "crwdns89058:0crwdne89058:0",
- "-1016133415": "crwdns89060:0crwdne89060:0",
- "-876582984": "crwdns161040:0crwdne161040:0",
- "-1496158755": "crwdns170290:0crwdne170290:0",
- "-373212993": "crwdns89718:0crwdne89718:0",
- "-1788474476": "crwdns86858:0crwdne86858:0",
- "-1230441557": "crwdns169807:0crwdne169807:0",
- "-1115698466": "crwdns169809:0crwdne169809:0",
- "-912438529": "crwdns168359:0crwdne168359:0",
- "-1963677831": "crwdns168361:0crwdne168361:0",
- "-1131095992": "crwdns168363:0crwdne168363:0",
- "-313270213": "crwdns168365:0crwdne168365:0",
- "-366600028": "crwdns168367:0crwdne168367:0",
- "-364323427": "crwdns168369:0crwdne168369:0",
- "-823562069": "crwdns168371:0crwdne168371:0",
- "-660888731": "crwdns168373:0crwdne168373:0",
- "-776479225": "crwdns168375:0crwdne168375:0",
- "-491175181": "crwdns170362:0crwdne170362:0",
- "-1049724201": "crwdns170364:0crwdne170364:0",
- "-631514154": "crwdns170366:0crwdne170366:0",
- "-745080059": "crwdns170368:0crwdne170368:0",
- "-1771893322": "crwdns170370:0crwdne170370:0",
- "-908674373": "crwdns170372:0crwdne170372:0",
- "-1425332024": "crwdns170374:0crwdne170374:0",
- "-1372358243": "crwdns170376:0crwdne170376:0",
- "-945348451": "crwdns170378:0crwdne170378:0",
- "-1042333567": "crwdns170380:0crwdne170380:0",
- "-1429914047": "crwdns170382:0crwdne170382:0",
- "-2147235454": "crwdns170384:0crwdne170384:0",
- "-1131891395": "crwdns170386:0crwdne170386:0",
- "-1541452017": "crwdns170388:0crwdne170388:0",
- "-1441452782": "crwdns170390:0crwdne170390:0",
- "-1260870907": "crwdns170392:0crwdne170392:0",
- "-399968273": "crwdns171124:0crwdne171124:0",
- "-147938047": "crwdns170396:0crwdne170396:0",
- "-1249554404": "crwdns170398:0crwdne170398:0",
- "-129426559": "crwdns170400:0crwdne170400:0",
- "-461231581": "crwdns170402:0crwdne170402:0",
- "-1870128839": "crwdns170404:0crwdne170404:0",
- "-669674120": "crwdns170406:0crwdne170406:0",
- "-183077484": "crwdns170408:0crwdne170408:0",
- "-1667399786": "crwdns170410:0crwdne170410:0",
- "-732739164": "crwdns170412:0crwdne170412:0",
- "-490913940": "crwdns170414:0crwdne170414:0",
- "-1205577997": "crwdns170416:0crwdne170416:0",
- "-646102583": "crwdns170418:0crwdne170418:0",
- "-1621628951": "crwdns170420:0crwdne170420:0",
- "-186506610": "crwdns170422:0crwdne170422:0",
- "-1251021078": "crwdns170424:0crwdne170424:0",
- "-197830563": "crwdns170426:0crwdne170426:0",
- "-611936805": "crwdns170428:0crwdne170428:0",
- "-1076255913": "crwdns121748:0crwdne121748:0",
- "-2137963507": "crwdns121750:0crwdne121750:0",
- "-782151140": "crwdns156192:0crwdne156192:0",
- "-2128417897": "crwdns121752:0crwdne121752:0",
- "-1799144625": "crwdns168377:0crwdne168377:0",
- "-1504150934": "crwdns121754:0crwdne121754:0",
- "-708633595": "crwdns121756:0crwdne121756:0",
- "-1385444880": "crwdns121758:0crwdne121758:0",
- "-2136219031": "crwdns156194:0crwdne156194:0",
- "-1381267044": "crwdns168381:0crwdne168381:0",
- "-803139496": "crwdns157434:0crwdne157434:0",
- "-1617352279": "crwdns68644:0crwdne68644:0",
- "-547557964": "crwdns68646:0crwdne68646:0",
- "-1961258037": "crwdns120894:0crwdne120894:0",
- "-276906320": "crwdns68652:0crwdne68652:0",
- "-1878043830": "crwdns68654:0crwdne68654:0",
- "-852445492": "crwdns85507:0crwdne85507:0",
- "-246512194": "crwdns123550:0crwdne123550:0",
- "-705682181": "crwdns67644:0crwdne67644:0",
- "-283810073": "crwdns67640:0crwdne67640:0",
- "-1278724614": "crwdns86213:0crwdne86213:0",
- "-1439893219": "crwdns162606:0crwdne162606:0",
- "-316740382": "crwdns68662:0crwdne68662:0",
- "-2109493526": "crwdns68664:0crwdne68664:0",
- "-179851357": "crwdns68666:0crwdne68666:0",
- "-1508069714": "crwdns68668:0crwdne68668:0",
- "-2048678807": "crwdns121762:0crwdne121762:0",
- "-490244393": "crwdns86215:0crwdne86215:0",
- "-410563285": "crwdns90228:0crwdne90228:0",
- "-447530147": "crwdns85535:0crwdne85535:0",
- "-1171659940": "crwdns90230:0crwdne90230:0",
- "-1855708032": "crwdns68686:0crwdne68686:0",
- "-1442340318": "crwdns85543:0crwdne85543:0",
- "-1502830211": "crwdns169225:0crwdne169225:0",
- "-1131365089": "crwdns90232:0crwdne90232:0",
- "-386070899": "crwdns68692:0crwdne68692:0",
- "-1068098082": "crwdns169227:0crwdne169227:0",
- "-782096637": "crwdns117962:0crwdne117962:0",
- "-1019903756": "crwdns118086:0crwdne118086:0",
- "-303367714": "crwdns162486:0crwdne162486:0",
- "-328128497": "crwdns118080:0crwdne118080:0",
- "-404375367": "crwdns169289:0crwdne169289:0",
- "-1926580883": "crwdns162488:0crwdne162488:0",
- "-914801913": "crwdns124462:0crwdne124462:0",
- "-1499489324": "crwdns164698:0crwdne164698:0",
- "-111402284": "crwdns162492:0crwdne162492:0",
- "-1504708469": "crwdns164700:0crwdne164700:0",
- "-193673438": "crwdns162494:0crwdne162494:0",
- "-1253954802": "crwdns164702:0crwdne164702:0",
- "-1640716000": "crwdns162496:0crwdne162496:0",
- "-673424733": "crwdns124470:0crwdne124470:0",
- "-1613115256": "crwdns162498:0crwdne162498:0",
- "-1809914704": "crwdns162500:0crwdne162500:0",
- "-339366518": "crwdns162502:0crwdne162502:0",
- "-841245558": "crwdns162504:0crwdne162504:0",
- "-1905254299": "crwdns162506:0crwdne162506:0",
- "-282795677": "crwdns162508:0crwdne162508:0",
- "-1956694920": "crwdns162510:0crwdne162510:0",
- "-1722515925": "crwdns158094:0crwdne158094:0",
- "-612597140": "crwdns158096:0crwdne158096:0",
- "-1107385167": "crwdns158098:0crwdne158098:0",
- "-1999908066": "crwdns158100:0crwdne158100:0",
- "-749114155": "crwdns158102:0crwdne158102:0",
- "-1638551312": "crwdns158104:0crwdne158104:0",
- "-646973031": "crwdns158106:0crwdne158106:0",
- "-1418406633": "crwdns165541:0crwdne165541:0",
- "-815519346": "crwdns158110:0crwdne158110:0",
- "-1084122614": "crwdns165543:0crwdne165543:0",
- "-869552309": "crwdns165545:0crwdne165545:0",
- "-1375811869": "crwdns158116:0crwdne158116:0",
- "-960344862": "crwdns158118:0crwdne158118:0",
- "-1772429251": "crwdns158120:0crwdne158120:0",
- "-1706039189": "crwdns158122:0crwdne158122:0",
- "-1423552315": "crwdns162608:0crwdne162608:0",
- "-1930749240": "crwdns158124:0crwdne158124:0",
- "-672810207": "crwdns158126:0crwdne158126:0",
- "-1677010141": "crwdns158128:0crwdne158128:0",
- "-137814651": "crwdns158130:0crwdne158130:0",
- "-702312029": "crwdns68864:0crwdne68864:0",
- "-836712223": "crwdns68866:0crwdne68866:0",
- "-958645192": "crwdns124454:0crwdne124454:0",
- "-1416247163": "crwdns118084:0crwdne118084:0",
- "-1186393596": "crwdns168383:0crwdne168383:0",
- "-128552689": "crwdns171222:0crwdne171222:0",
- "-1542970945": "crwdns171126:0crwdne171126:0",
- "-507449979": "crwdns171128:0crwdne171128:0",
- "-747943809": "crwdns124478:0crwdne124478:0",
- "-729599084": "crwdns169229:0crwdne169229:0",
- "-1199560191": "crwdns158814:0crwdne158814:0",
- "-1419811135": "crwdns124480:0crwdne124480:0",
- "-2061765962": "crwdns169231:0crwdne169231:0",
- "-1210185536": "crwdns158816:0crwdne158816:0",
- "-1843545572": "crwdns166065:0crwdne166065:0",
- "-224051432": "crwdns124464:0crwdne124464:0",
- "-1543604265": "crwdns168387:0crwdne168387:0",
- "-1792878691": "crwdns168389:0crwdne168389:0",
- "-980596166": "crwdns168391:0crwdne168391:0",
- "-2037995236": "crwdns168393:0crwdne168393:0",
- "-915577324": "crwdns166067:0crwdne166067:0",
- "-1495699367": "crwdns166071:0crwdne166071:0",
- "-136910883": "crwdns171224:0crwdne171224:0",
- "-1058362536": "crwdns124486:0crwdne124486:0",
- "-356516643": "crwdns124488:0crwdne124488:0",
- "-1627231267": "crwdns124490:0crwdne124490:0",
- "-745905404": "crwdns124494:0crwdne124494:0",
- "-1111729867": "crwdns166073:0crwdne166073:0",
- "-236603859": "crwdns121764:0crwdne121764:0",
- "-2113392983": "crwdns169233:0crwdne169233:0",
- "-509865545": "crwdns169235:0crwdne169235:0",
- "-1048840630": "crwdns166075:0crwdne166075:0",
- "-2135272523": "crwdns119866:0crwdne119866:0",
- "-716770812": "crwdns68706:0crwdne68706:0",
- "-1693217838": "crwdns68710:0crwdne68710:0",
- "-1939222554": "crwdns118190:0crwdne118190:0",
- "-764468089": "crwdns118192:0crwdne118192:0",
- "-1892622643": "crwdns169237:0crwdne169237:0",
- "-813207218": "crwdns118194:0crwdne118194:0",
- "-212874218": "crwdns169239:0crwdne169239:0",
- "-870439968": "crwdns117966:0crwdne117966:0",
- "-372353306": "crwdns118196:0crwdne118196:0",
- "-2073101307": "crwdns158828:0crwdne158828:0",
- "-839094775": "crwdns86221:0crwdne86221:0",
- "-1628704443": "crwdns123552:0crwdne123552:0",
- "-2062968282": "crwdns124274:0crwdne124274:0",
- "-978362988": "crwdns124276:0crwdne124276:0",
- "-1299484872": "crwdns67690:0crwdne67690:0",
- "-1059028037": "crwdns86906:0crwdne86906:0",
- "-1310262676": "crwdns86908:0crwdne86908:0",
- "-2043299631": "crwdns86912:0crwdne86912:0",
- "-1049383996": "crwdns86914:0crwdne86914:0",
- "-1633933174": "crwdns86916:0crwdne86916:0",
- "-226333706": "crwdns86918:0crwdne86918:0",
- "-1612801567": "crwdns67696:0crwdne67696:0",
- "-977028772": "crwdns86920:0crwdne86920:0",
- "-181763764": "crwdns86922:0crwdne86922:0",
- "-840116640": "crwdns86924:0crwdne86924:0",
- "-1689659144": "crwdns67702:0crwdne67702:0",
- "-223315135": "crwdns86926:0crwdne86926:0",
- "-1339949921": "crwdns86928:0crwdne86928:0",
- "-1108803896": "crwdns67698:0crwdne67698:0",
- "-2135274535": "crwdns86930:0crwdne86930:0",
- "-1686360438": "crwdns86932:0crwdne86932:0",
- "-1787820992": "crwdns86934:0crwdne86934:0",
- "-1445755525": "crwdns86938:0crwdne86938:0",
- "-1833809949": "crwdns86940:0crwdne86940:0",
- "-2114093568": "crwdns86942:0crwdne86942:0",
- "-1519123821": "crwdns86936:0crwdne86936:0",
- "-1531872373": "crwdns163758:0crwdne163758:0",
- "-385265783": "crwdns163760:0crwdne163760:0",
- "-663022568": "crwdns163762:0crwdne163762:0",
- "-1798013905": "crwdns163764:0crwdne163764:0",
- "-114658193": "crwdns165547:0crwdne165547:0",
- "-156237172": "crwdns163768:0crwdne163768:0",
- "-2038952853": "crwdns163770:0crwdne163770:0",
- "-1952371760": "crwdns86944:0crwdne86944:0",
- "-918450098": "crwdns86948:0crwdne86948:0",
- "-315611205": "crwdns85537:0crwdne85537:0",
- "-122062690": "crwdns86950:0crwdne86950:0",
- "-1376569450": "crwdns86952:0crwdne86952:0",
- "-1177914473": "crwdns86954:0crwdne86954:0",
- "-1549564044": "crwdns86956:0crwdne86956:0",
- "-1366572293": "crwdns86960:0crwdne86960:0",
- "-1563494193": "crwdns86958:0crwdne86958:0",
- "-2133437022": "crwdns164822:0crwdne164822:0",
- "-1568899385": "crwdns164824:0crwdne164824:0",
- "-1567244911": "crwdns164826:0crwdne164826:0",
- "-532895895": "crwdns164828:0crwdne164828:0",
- "-1101543580": "crwdns164830:0crwdne164830:0",
- "-214996581": "crwdns164832:0crwdne164832:0",
- "-190084602": "crwdns164834:0crwdne164834:0",
- "-222181522": "crwdns86962:0crwdne86962:0",
- "-414862292": "crwdns86964:0crwdne86964:0",
- "-790757582": "crwdns86966:0crwdne86966:0",
- "-1819888683": "crwdns86968:0{{search}}crwdne86968:0",
- "-859753143": "crwdns67706:0crwdne67706:0",
- "-177264246": "crwdns67708:0crwdne67708:0",
- "-1475429047": "crwdns158818:0crwdne158818:0",
- "-908523895": "crwdns86972:0crwdne86972:0",
- "-1385123522": "crwdns89720:0crwdne89720:0",
- "-1967507831": "crwdns86976:0crwdne86976:0",
- "-1294180117": "crwdns170430:0crwdne170430:0",
- "-1588331606": "crwdns165549:0crwdne165549:0",
- "-292833690": "crwdns165551:0crwdne165551:0",
- "-1760393932": "crwdns86980:0crwdne86980:0",
- "-994905306": "crwdns86984:0crwdne86984:0",
- "-1285759343": "crwdns86986:0crwdne86986:0",
- "-588159121": "crwdns89032:0crwdne89032:0",
- "-793696861": "crwdns86988:0crwdne86988:0",
- "-170649565": "crwdns86990:0crwdne86990:0",
- "-695073642": "crwdns86992:0crwdne86992:0",
- "-364223277": "crwdns86994:0crwdne86994:0",
- "-1160951775": "crwdns86996:0crwdne86996:0",
- "-647409418": "crwdns86998:0crwdne86998:0",
- "-1832219812": "crwdns87000:0crwdne87000:0",
- "-1614892250": "crwdns87002:0crwdne87002:0",
- "-162975033": "crwdns87004:0crwdne87004:0",
- "-1647883455": "crwdns87006:0crwdne87006:0",
- "-1522758943": "crwdns87008:0crwdne87008:0",
- "-1299230355": "crwdns87010:0crwdne87010:0",
- "-1810613801": "crwdns87012:0crwdne87012:0",
- "-195690560": "crwdns87014:0crwdne87014:0",
- "-179005984": "crwdns87016:0crwdne87016:0",
- "-711167842": "crwdns87018:0crwdne87018:0",
- "-631261465": "crwdns87020:0crwdne87020:0",
- "-1677746091": "crwdns87022:0crwdne87022:0",
- "-764102808": "crwdns87024:0crwdne87024:0",
- "-1994617635": "crwdns87026:0crwdne87026:0",
- "-79131093": "crwdns87028:0crwdne87028:0",
- "-1751626872": "crwdns87030:0crwdne87030:0",
- "-157171315": "crwdns87032:0crwdne87032:0",
- "-380726654": "crwdns87034:0crwdne87034:0",
- "-1856204727": "crwdns87036:0crwdne87036:0",
- "-1671080983": "crwdns87038:0crwdne87038:0",
- "-1886118844": "crwdns87040:0crwdne87040:0",
- "-986689483": "crwdns87042:0crwdne87042:0",
- "-985220032": "crwdns89034:0crwdne89034:0",
- "-1101689220": "crwdns87044:0crwdne87044:0",
- "-1739325003": "crwdns87046:0crwdne87046:0",
- "-148855952": "crwdns87048:0crwdne87048:0",
- "-1650334312": "crwdns87050:0crwdne87050:0",
- "-822031479": "crwdns87052:0crwdne87052:0",
- "-224804428": "crwdns87054:0crwdne87054:0",
- "-1609246392": "crwdns87056:0crwdne87056:0",
- "-1144380171": "crwdns87058:0crwdne87058:0",
- "-765332281": "crwdns87060:0crwdne87060:0",
- "-2129519303": "crwdns87062:0crwdne87062:0",
- "-130293452": "crwdns87064:0crwdne87064:0",
- "-849531377": "crwdns87066:0crwdne87066:0",
- "-1257106357": "crwdns159176:0crwdne159176:0",
- "-524318410": "crwdns159178:0crwdne159178:0",
- "-342557323": "crwdns164836:0crwdne164836:0",
- "-993408638": "crwdns164838:0crwdne164838:0",
- "-2050983631": "crwdns164840:0crwdne164840:0",
- "-558939780": "crwdns164842:0crwdne164842:0",
- "-1985070919": "crwdns164844:0crwdne164844:0",
- "-90598465": "crwdns163772:0crwdne163772:0",
- "-307502515": "crwdns163774:0crwdne163774:0",
- "-577476222": "crwdns163776:0crwdne163776:0",
- "-2134519372": "crwdns163778:0crwdne163778:0",
- "-2055925090": "crwdns163780:0crwdne163780:0",
- "-1720135689": "crwdns165553:0crwdne165553:0",
- "-535620163": "crwdns168811:0crwdne168811:0",
- "-2015877045": "crwdns163788:0crwdne163788:0",
- "-529738098": "crwdns163790:0crwdne163790:0",
- "-971172690": "crwdns163792:0crwdne163792:0",
- "-844199531": "crwdns87070:0crwdne87070:0",
- "-35355043": "crwdns158824:0crwdne158824:0",
- "-315308558": "crwdns158826:0crwdne158826:0",
- "-1390301231": "crwdns87078:0crwdne87078:0",
- "-1374692096": "crwdns164278:0crwdne164278:0",
- "-1538690809": "crwdns87080:0crwdne87080:0",
- "-1593152023": "crwdns159180:0crwdne159180:0",
- "-1762311912": "crwdns87082:0crwdne87082:0",
- "-1442307043": "crwdns159182:0crwdne159182:0",
- "-1544998943": "crwdns159184:0crwdne159184:0",
- "-17396892": "crwdns89036:0crwdne89036:0",
- "-11499858": "crwdns87088:0crwdne87088:0",
- "-1314529357": "crwdns87090:0crwdne87090:0",
- "-720675222": "crwdns87092:0crwdne87092:0",
- "-817895916": "crwdns87094:0crwdne87094:0",
- "-634329620": "crwdns87096:0crwdne87096:0",
- "-1689847421": "crwdns87098:0crwdne87098:0",
- "-1889877048": "crwdns117498:0crwdne117498:0",
- "-1618901770": "crwdns159186:0crwdne159186:0",
- "-2085755369": "crwdns159188:0crwdne159188:0",
- "-396178446": "crwdns122426:0crwdne122426:0",
- "-1542310221": "crwdns169990:0crwdne169990:0",
- "-240686434": "crwdns157436:0crwdne157436:0",
- "-1360155081": "crwdns85581:0crwdne85581:0",
- "-1235219375": "crwdns169911:0crwdne169911:0",
- "-295883723": "crwdns169913:0crwdne169913:0",
- "-305466448": "crwdns171130:0crwdne171130:0",
- "-2124080301": "crwdns171132:0{{platforms_no}}crwdne171132:0",
- "-502915460": "crwdns169994:0crwdne169994:0",
- "-1745745605": "crwdns169919:0crwdne169919:0",
- "-674746835": "crwdns169921:0crwdne169921:0",
- "-313388618": "crwdns169241:0crwdne169241:0",
- "-1382581758": "crwdns168401:0crwdne168401:0",
- "-459332544": "crwdns168403:0crwdne168403:0",
- "-2033498676": "crwdns168405:0crwdne168405:0",
- "-1810714093": "crwdns168407:0crwdne168407:0",
- "-1426812612": "crwdns168409:0crwdne168409:0",
- "-1019430823": "crwdns168411:0crwdne168411:0",
- "-935743086": "crwdns168413:0crwdne168413:0",
- "-1206803300": "crwdns168415:0crwdne168415:0",
- "-13898976": "crwdns168417:0crwdne168417:0",
- "-143741607": "crwdns168419:0crwdne168419:0",
- "-642822922": "crwdns85587:0crwdne85587:0",
- "-1344568737": "crwdns169925:0crwdne169925:0",
- "-1157215583": "crwdns169927:0crwdne169927:0",
- "-1753658117": "crwdns169929:0crwdne169929:0",
- "-2096973218": "crwdns169998:0crwdne169998:0",
- "-1353630503": "crwdns118142:0crwdne118142:0",
- "-2050452639": "crwdns117968:0crwdne117968:0",
- "-183980432": "crwdns118144:0crwdne118144:0",
- "-1282535927": "crwdns117502:0crwdne117502:0",
- "-2108471752": "crwdns117504:0crwdne117504:0",
- "-151615902": "crwdns168421:0crwdne168421:0",
- "-361756584": "crwdns117500:0crwdne117500:0",
- "-1731678464": "crwdns118146:0crwdne118146:0",
- "-210226989": "crwdns118148:0crwdne118148:0",
- "-669935829": "crwdns159976:0crwdne159976:0",
- "-1783143974": "crwdns156810:0crwdne156810:0",
- "-840371458": "crwdns118156:0crwdne118156:0",
- "-797479789": "crwdns120500:0crwdne120500:0",
- "-1120977576": "crwdns120832:0crwdne120832:0",
- "-1341149337": "crwdns120834:0crwdne120834:0",
- "-760563830": "crwdns120836:0crwdne120836:0",
- "-761442198": "crwdns120510:0crwdne120510:0",
- "-1818835462": "crwdns120512:0crwdne120512:0",
- "-31983818": "crwdns120838:0crwdne120838:0",
- "-55751296": "crwdns120840:0crwdne120840:0",
- "-1179138263": "crwdns120842:0crwdne120842:0",
- "-900926823": "crwdns120844:0crwdne120844:0",
- "-1317605771": "crwdns120846:0crwdne120846:0",
- "-1606502829": "crwdns120532:0crwdne120532:0",
- "-9704429": "crwdns120848:0crwdne120848:0",
- "-451163723": "crwdns120850:0crwdne120850:0",
- "-421823532": "crwdns120488:0crwdne120488:0",
- "-1194510682": "crwdns120852:0crwdne120852:0",
- "-265258852": "crwdns120506:0crwdne120506:0",
- "-1856803321": "crwdns120854:0crwdne120854:0",
- "-342425409": "crwdns120856:0crwdne120856:0",
- "-1039306572": "crwdns120490:0crwdne120490:0",
- "-298402103": "crwdns120858:0crwdne120858:0",
- "-2059998599": "crwdns120860:0crwdne120860:0",
- "-1872383739": "crwdns120862:0crwdne120862:0",
- "-1380231131": "crwdns120492:0crwdne120492:0",
- "-1293447063": "crwdns120864:0crwdne120864:0",
- "-607870086": "crwdns120778:0crwdne120778:0",
- "-1202105916": "crwdns120782:0crwdne120782:0",
- "-250622057": "crwdns118162:0crwdne118162:0",
- "-742796250": "crwdns118166:0crwdne118166:0",
- "-7818514": "crwdns118170:0crwdne118170:0",
- "-720766028": "crwdns118158:0crwdne118158:0",
- "-580326996": "crwdns118160:0crwdne118160:0",
- "-110329645": "crwdns118168:0crwdne118168:0",
- "-754514685": "crwdns117520:0crwdne117520:0",
- "-293239181": "crwdns117524:0crwdne117524:0",
- "-1924436660": "crwdns118164:0crwdne118164:0",
- "-844707100": "crwdns118172:0crwdne118172:0",
- "-1798345294": "crwdns120544:0crwdne120544:0",
- "-1676645687": "crwdns120548:0crwdne120548:0",
- "-804933634": "crwdns120868:0crwdne120868:0",
- "-35835337": "crwdns120870:0crwdne120870:0",
- "-960630757": "crwdns120556:0crwdne120556:0",
- "-1754226645": "crwdns120872:0crwdne120872:0",
- "-367386425": "crwdns120876:0crwdne120876:0",
- "-952281983": "crwdns120878:0crwdne120878:0",
- "-621904237": "crwdns120546:0crwdne120546:0",
- "-1488180893": "crwdns120880:0crwdne120880:0",
- "-1964292433": "crwdns120882:0crwdne120882:0",
- "-1020352260": "crwdns120884:0crwdne120884:0",
- "-508648768": "crwdns120886:0crwdne120886:0",
- "-1157303982": "crwdns120540:0crwdne120540:0",
- "-8463919": "crwdns120888:0crwdne120888:0",
- "-1458802744": "crwdns120538:0crwdne120538:0",
- "-1420548257": "crwdns159242:0crwdne159242:0",
- "-2028044760": "crwdns159244:0crwdne159244:0",
- "-1125774107": "crwdns124460:0crwdne124460:0",
- "-97177023": "crwdns159246:0crwdne159246:0",
- "-973175694": "crwdns164080:0crwdne164080:0",
- "-175133087": "crwdns163748:0crwdne163748:0",
- "-439480253": "crwdns163752:0crwdne163752:0",
- "-315519012": "crwdns164034:0crwdne164034:0",
- "-1372898772": "crwdns164036:0crwdne164036:0",
- "-9288094": "crwdns164038:0crwdne164038:0",
- "-593725183": "crwdns169243:0crwdne169243:0",
- "-1975420554": "crwdns169245:0crwdne169245:0",
- "-56855120": "crwdns169247:0crwdne169247:0",
- "-581275151": "crwdns169249:0crwdne169249:0",
- "-841420376": "crwdns169251:0crwdne169251:0",
- "-2056714393": "crwdns169253:0crwdne169253:0",
- "-1745155150": "crwdns169255:0crwdne169255:0",
- "-1109370844": "crwdns164282:0crwdne164282:0",
- "-515430658": "crwdns164042:0crwdne164042:0",
- "-1866115993": "crwdns164046:0crwdne164046:0",
- "-1245514595": "crwdns164048:0crwdne164048:0",
- "-468018917": "crwdns164050:0crwdne164050:0",
- "-89284930": "crwdns164052:0crwdne164052:0",
- "-1637535607": "crwdns164054:0crwdne164054:0",
- "-1386083220": "crwdns164056:0crwdne164056:0",
- "-1702975584": "crwdns164058:0crwdne164058:0",
- "-1856944033": "crwdns163794:0crwdne163794:0",
- "-907834110": "crwdns163796:0crwdne163796:0",
- "-773444549": "crwdns163798:0crwdne163798:0",
- "-1871897949": "crwdns163800:0crwdne163800:0",
- "-785550912": "crwdns164068:0crwdne164068:0",
- "-124300884": "crwdns163750:0crwdne163750:0",
- "-1135060666": "crwdns163802:0crwdne163802:0",
- "-782426189": "crwdns163804:0crwdne163804:0",
- "-1965920446": "crwdns124518:0crwdne124518:0",
- "-1111635562": "crwdns168813:0crwdne168813:0",
- "-1174463492": "crwdns168815:0crwdne168815:0",
- "-236133956": "crwdns168817:0crwdne168817:0",
- "-995204754": "crwdns168819:0crwdne168819:0",
- "-1197999355": "crwdns168821:0crwdne168821:0",
- "-797165331": "crwdns168823:0crwdne168823:0",
- "-1411787252": "crwdns168825:0crwdne168825:0",
- "-707839573": "crwdns168827:0crwdne168827:0",
- "-1743170005": "crwdns168829:0crwdne168829:0",
- "-114537153": "crwdns168831:0crwdne168831:0",
- "-742854273": "crwdns168467:0crwdne168467:0",
- "-791962871": "crwdns168469:0crwdne168469:0",
- "-1399909248": "crwdns168833:0crwdne168833:0",
- "-1663221456": "crwdns164284:0crwdne164284:0",
- "-1433405472": "crwdns164286:0crwdne164286:0",
- "-1687100060": "crwdns164288:0crwdne164288:0",
- "-167184778": "crwdns164290:0crwdne164290:0",
- "-1957784093": "crwdns121772:0crwdne121772:0",
- "-1355872061": "crwdns159248:0crwdne159248:0",
- "-2111804730": "crwdns159978:0crwdne159978:0",
- "-1327881726": "crwdns159980:0crwdne159980:0",
- "-623875445": "crwdns159990:0crwdne159990:0",
- "-82865314": "crwdns159992:0crwdne159992:0",
- "-920539959": "crwdns159994:0crwdne159994:0",
- "-1175166863": "crwdns159998:0crwdne159998:0",
- "-155790566": "crwdns160000:0crwdne160000:0",
- "-512317560": "crwdns160002:0crwdne160002:0",
- "-1423526129": "crwdns168835:0crwdne168835:0",
- "-1216418075": "crwdns168837:0crwdne168837:0",
- "-696867299": "crwdns168455:0crwdne168455:0",
- "-1753877946": "crwdns168457:0crwdne168457:0",
- "-824717983": "crwdns168459:0crwdne168459:0",
- "-642207984": "crwdns168461:0crwdne168461:0",
- "-565087025": "crwdns168463:0crwdne168463:0",
- "-35128655": "crwdns168465:0crwdne168465:0",
- "-1880897548": "crwdns157850:0crwdne157850:0",
- "-476018343": "crwdns165435:0crwdne165435:0",
- "-1505946900": "crwdns165437:0crwdne165437:0",
- "-1546180144": "crwdns165559:0crwdne165559:0",
- "-943701585": "crwdns117526:0crwdne117526:0",
- "-1310685090": "crwdns171134:0crwdne171134:0",
- "-785091863": "crwdns119968:0crwdne119968:0",
- "-2072074553": "crwdns117542:0crwdne117542:0",
- "-1655759142": "crwdns165439:0crwdne165439:0",
- "-628881664": "crwdns169811:0crwdne169811:0",
- "-327214682": "crwdns169813:0crwdne169813:0",
- "-819550264": "crwdns161910:0crwdne161910:0",
- "-999492653": "crwdns161888:0crwdne161888:0",
- "-1379291897": "crwdns117566:0crwdne117566:0",
- "-1573631881": "crwdns163454:0crwdne163454:0",
- "-673420280": "crwdns117574:0crwdne117574:0",
- "-1718265662": "crwdns162348:0crwdne162348:0",
- "-1823217929": "crwdns162350:0crwdne162350:0",
- "-1848791211": "crwdns162352:0crwdne162352:0",
- "-75763689": "crwdns120000:0crwdne120000:0",
- "-89087875": "crwdns171138:0crwdne171138:0",
- "-1770464254": "crwdns162354:0crwdne162354:0",
- "-1252607893": "crwdns161894:0crwdne161894:0",
- "-1809314981": "crwdns117538:0crwdne117538:0",
- "-1558537969": "crwdns171254:0crwdne171254:0",
- "-1299708281": "crwdns171256:0crwdne171256:0",
- "-189544607": "crwdns165579:0crwdne165579:0",
- "-1235724293": "crwdns117534:0crwdne117534:0",
- "-697253250": "crwdns165561:0crwdne165561:0",
- "-381746202": "crwdns162358:0crwdne162358:0",
- "-512194910": "crwdns162360:0crwdne162360:0",
- "-2077690248": "crwdns162362:0crwdne162362:0",
- "-563812039": "crwdns117600:0crwdne117600:0",
- "-82971929": "crwdns121822:0crwdne121822:0",
- "-433962508": "crwdns121824:0crwdne121824:0",
- "-764111252": "crwdns117602:0crwdne117602:0",
- "-1925264914": "crwdns87150:0crwdne87150:0",
- "-708579504": "crwdns87152:0crwdne87152:0",
- "-975255670": "crwdns87154:0crwdne87154:0",
- "-1374309449": "crwdns168473:0crwdne168473:0",
- "-1190812505": "crwdns168477:0crwdne168477:0",
- "-9704319": "crwdns87148:0crwdne87148:0",
- "-342128411": "crwdns87146:0crwdne87146:0",
- "-1736314513": "crwdns168475:0crwdne168475:0",
- "-465860988": "crwdns117604:0crwdne117604:0",
- "-853582174": "crwdns162364:0crwdne162364:0",
- "-617646862": "crwdns170292:0crwdne170292:0",
- "-1935463381": "crwdns162368:0crwdne162368:0",
- "-1096386695": "crwdns162370:0crwdne162370:0",
- "-704465484": "crwdns117614:0crwdne117614:0",
- "-1132754641": "crwdns117618:0crwdne117618:0",
- "-153445761": "crwdns117620:0crwdne117620:0",
- "-840043643": "crwdns117622:0crwdne117622:0",
- "-1676578867": "crwdns171142:0crwdne171142:0",
- "-1532188389": "crwdns117626:0crwdne117626:0",
- "-786663544": "crwdns117628:0crwdne117628:0",
- "-497249058": "crwdns117630:0crwdne117630:0",
- "-1815417228": "crwdns117632:0crwdne117632:0",
- "-125943541": "crwdns117634:0crwdne117634:0",
- "-1036619204": "crwdns171144:0crwdne171144:0",
- "-1552890620": "crwdns117638:0crwdne117638:0",
- "-64938413": "crwdns117640:0crwdne117640:0",
- "-1430522808": "crwdns117642:0crwdne117642:0",
- "-2020477069": "crwdns117644:0crwdne117644:0",
- "-1201853162": "crwdns117646:0crwdne117646:0",
- "-1318070255": "crwdns117648:0crwdne117648:0",
- "-1197505739": "crwdns117650:0crwdne117650:0",
- "-405907358": "crwdns117652:0crwdne117652:0",
- "-642323838": "crwdns117654:0crwdne117654:0",
- "-428199705": "crwdns117656:0crwdne117656:0",
- "-424108348": "crwdns117658:0crwdne117658:0",
- "-1969740361": "crwdns164710:0crwdne164710:0",
- "-53531024": "crwdns164712:0crwdne164712:0",
- "-458661961": "crwdns164714:0crwdne164714:0",
- "-764731776": "crwdns117660:0crwdne117660:0",
- "-524302516": "crwdns117662:0crwdne117662:0",
- "-1669418686": "crwdns117664:0crwdne117664:0",
- "-1548588249": "crwdns117666:0crwdne117666:0",
- "-79700881": "crwdns117672:0crwdne117672:0",
- "-1800672151": "crwdns117680:0crwdne117680:0",
- "-1402324349": "crwdns170294:0crwdne170294:0",
- "-1398238048": "crwdns170296:0crwdne170296:0",
- "-244869624": "crwdns117616:0crwdne117616:0",
- "-2123017153": "crwdns170298:0crwdne170298:0",
- "-863339255": "crwdns170300:0crwdne170300:0",
- "-705437744": "crwdns117668:0crwdne117668:0",
- "-1662452484": "crwdns170302:0crwdne170302:0",
- "-1688177794": "crwdns170304:0crwdne170304:0",
- "-1536293064": "crwdns117670:0crwdne117670:0",
- "-1459779698": "crwdns117674:0crwdne117674:0",
- "-548255282": "crwdns117676:0crwdne117676:0",
- "-1834131208": "crwdns117678:0crwdne117678:0",
- "-835432744": "crwdns171146:0crwdne171146:0",
- "-1705435711": "crwdns162390:0crwdne162390:0",
- "-101671632": "crwdns162372:0crwdne162372:0",
- "-1941464952": "crwdns162376:0crwdne162376:0",
- "-1509589732": "crwdns162378:0crwdne162378:0",
- "-1956204780": "crwdns162374:0crwdne162374:0",
- "-1375177588": "crwdns162382:0crwdne162382:0",
- "-869309684": "crwdns170310:0crwdne170310:0",
- "-1059302444": "crwdns162384:0crwdne162384:0",
- "-438117661": "crwdns171148:0crwdne171148:0",
- "-378854371": "crwdns162388:0crwdne162388:0",
- "-1923618411": "crwdns162392:0crwdne162392:0",
- "-1599441950": "crwdns170314:0crwdne170314:0",
- "-1704556077": "crwdns162394:0crwdne162394:0",
- "-307123099": "crwdns171150:0crwdne171150:0",
- "-1224740616": "crwdns171152:0crwdne171152:0",
- "-1452779184": "crwdns162396:0crwdne162396:0",
- "-224502168": "crwdns162398:0crwdne162398:0",
- "-456688611": "crwdns162400:0crwdne162400:0",
- "-757835039": "crwdns162420:0crwdne162420:0",
- "-581221495": "crwdns170318:0crwdne170318:0",
- "-1504172282": "crwdns162402:0crwdne162402:0",
- "-685384800": "crwdns162404:0crwdne162404:0",
- "-1967716216": "crwdns170320:0crwdne170320:0",
- "-1928459544": "crwdns170322:0crwdne170322:0",
- "-1511094980": "crwdns162406:0crwdne162406:0",
- "-1476168631": "crwdns170324:0crwdne170324:0",
- "-729763802": "crwdns162380:0crwdne162380:0",
- "-1478189349": "crwdns162410:0crwdne162410:0",
- "-10860248": "crwdns162408:0crwdne162408:0",
- "-640204246": "crwdns162412:0crwdne162412:0",
- "-1232927690": "crwdns162414:0crwdne162414:0",
- "-107626054": "crwdns162416:0crwdne162416:0",
- "-1403427633": "crwdns162386:0crwdne162386:0",
- "-1941095707": "crwdns162418:0crwdne162418:0",
- "-1263203461": "crwdns170326:0crwdne170326:0",
- "-1621608496": "crwdns170330:0crwdne170330:0",
- "-62177251": "crwdns170328:0crwdne170328:0",
- "-1302994035": "crwdns170332:0crwdne170332:0",
- "-575272887": "crwdns170334:0crwdne170334:0",
- "-295406873": "crwdns170336:0crwdne170336:0",
- "-1372993527": "crwdns170338:0crwdne170338:0",
- "-1112522776": "crwdns170340:0crwdne170340:0",
- "-460689370": "crwdns170342:0crwdne170342:0",
- "-302156306": "crwdns170344:0crwdne170344:0",
- "-1638008440": "crwdns170346:0crwdne170346:0",
- "-30306201": "crwdns170348:0crwdne170348:0",
- "-2046638412": "crwdns170350:0crwdne170350:0",
- "-1164978320": "crwdns164716:0crwdne164716:0",
- "-1991707178": "crwdns170352:0crwdne170352:0",
- "-1734516342": "crwdns170354:0crwdne170354:0",
- "-280323742": "crwdns171154:0crwdne171154:0",
- "-390528194": "crwdns87158:0crwdne87158:0",
- "-1995859410": "crwdns119962:0crwdne119962:0",
- "-214202452": "crwdns117578:0crwdne117578:0",
- "-1702184458": "crwdns171156:0crwdne171156:0",
- "-178401383": "crwdns117568:0crwdne117568:0",
- "-1222215988": "crwdns117570:0crwdne117570:0",
- "-19213603": "crwdns117556:0crwdne117556:0",
- "-1866629977": "crwdns117558:0crwdne117558:0",
- "-2125845705": "crwdns117576:0crwdne117576:0",
- "-1771870004": "crwdns117710:0crwdne117710:0",
- "-1923803439": "crwdns119996:0crwdne119996:0",
- "-1637642999": "crwdns164718:0crwdne164718:0",
- "-578042544": "crwdns117714:0crwdne117714:0",
- "-1314348105": "crwdns122176:0crwdne122176:0",
- "-1921882156": "crwdns162440:0crwdne162440:0",
- "-610649986": "crwdns170356:0crwdne170356:0",
- "-1593593334": "crwdns171158:0crwdne171158:0",
- "-1479581544": "crwdns171160:0crwdne171160:0",
- "-657318791": "crwdns117544:0crwdne117544:0",
- "-170532315": "crwdns117546:0crwdne117546:0",
- "-519772806": "crwdns117548:0crwdne117548:0",
- "-1404179529": "crwdns119970:0crwdne119970:0",
- "-721191908": "crwdns162422:0crwdne162422:0",
- "-1202623711": "crwdns162424:0crwdne162424:0",
- "-190375337": "crwdns162426:0crwdne162426:0",
- "-75787346": "crwdns119990:0crwdne119990:0",
- "-257478628": "crwdns122158:0crwdne122158:0",
- "-690460725": "crwdns122160:0crwdne122160:0",
- "-931072662": "crwdns165219:0crwdne165219:0",
- "-1522453105": "crwdns162432:0crwdne162432:0",
- "-1848325573": "crwdns162434:0crwdne162434:0",
- "-1650735154": "crwdns122174:0crwdne122174:0",
- "-962930783": "crwdns159190:0crwdne159190:0",
- "-1910214848": "crwdns159192:0crwdne159192:0",
- "-1763966856": "crwdns159194:0crwdne159194:0",
- "-1448477512": "crwdns165581:0crwdne165581:0",
- "-754071100": "crwdns171162:0crwdne171162:0",
- "-1164156648": "crwdns168479:0crwdne168479:0",
- "-475767247": "crwdns162436:0crwdne162436:0",
- "-2035089048": "crwdns162438:0crwdne162438:0",
- "-1312740087": "crwdns171164:0crwdne171164:0",
- "-1691868913": "crwdns119958:0crwdne119958:0",
- "-763273340": "crwdns117684:0crwdne117684:0",
- "-467543474": "crwdns122164:0crwdne122164:0",
- "-12379677": "crwdns122166:0crwdne122166:0",
- "-1048378719": "crwdns117688:0crwdne117688:0",
- "-1282312809": "crwdns117692:0crwdne117692:0",
- "-151151292": "crwdns117696:0crwdne117696:0",
- "-632683307": "crwdns122168:0crwdne122168:0",
- "-1237186896": "crwdns117700:0crwdne117700:0",
- "-1316646998": "crwdns122170:0crwdne122170:0",
- "-1386887449": "crwdns117704:0crwdne117704:0",
- "-1064775608": "crwdns117706:0crwdne117706:0",
- "-1262587128": "crwdns117708:0crwdne117708:0",
- "-1561480459": "crwdns117586:0crwdne117586:0",
- "-1810221546": "crwdns119964:0crwdne119964:0",
- "-1696668141": "crwdns117720:0crwdne117720:0",
- "-613179531": "crwdns117722:0crwdne117722:0",
- "-253689807": "crwdns165563:0crwdne165563:0",
- "-1095901299": "crwdns165565:0crwdne165565:0",
- "-917592239": "crwdns165567:0crwdne165567:0",
- "-586716383": "crwdns169931:0crwdne169931:0",
- "-223886724": "crwdns169933:0crwdne169933:0",
- "-399746134": "crwdns164850:0crwdne164850:0",
- "-423203411": "crwdns157828:0crwdne157828:0",
- "-1979013933": "crwdns164852:0crwdne164852:0",
- "-1719881739": "crwdns157944:0crwdne157944:0",
- "-293389307": "crwdns164856:0crwdne164856:0",
- "-328158386": "crwdns164858:0crwdne164858:0",
- "-1245597945": "crwdns164860:0crwdne164860:0",
- "-1154771259": "crwdns164862:0crwdne164862:0",
- "-385361251": "crwdns157848:0crwdne157848:0",
- "-1007066865": "crwdns164864:0crwdne164864:0",
- "-140275707": "crwdns168481:0crwdne168481:0",
- "-1139543787": "crwdns164866:0crwdne164866:0",
- "-1267106447": "crwdns164868:0crwdne164868:0",
- "-141169956": "crwdns168483:0crwdne168483:0",
- "-1451760391": "crwdns168485:0crwdne168485:0",
- "-853506275": "crwdns166079:0crwdne166079:0",
- "-130871483": "crwdns87104:0crwdne87104:0",
- "-1699945583": "crwdns87106:0crwdne87106:0",
- "-1050663488": "crwdns87108:0crwdne87108:0",
- "-455555808": "crwdns158830:0crwdne158830:0",
- "-1978236835": "crwdns158832:0crwdne158832:0",
- "-351004295": "crwdns158834:0crwdne158834:0",
- "-1305133629": "crwdns158836:0crwdne158836:0",
- "-863977206": "crwdns158838:0crwdne158838:0",
- "-268471694": "crwdns158840:0crwdne158840:0",
- "-711200693": "crwdns158842:0crwdne158842:0",
- "-13699993": "crwdns87110:0crwdne87110:0",
- "-1218045572": "crwdns87112:0crwdne87112:0",
- "-11615110": "crwdns87114:0crwdne87114:0",
- "-449109188": "crwdns159200:0crwdne159200:0",
- "-798170761": "crwdns157252:0crwdne157252:0",
- "-1379332802": "crwdns87116:0crwdne87116:0",
- "-731207336": "crwdns87118:0crwdne87118:0",
- "-614677580": "crwdns159202:0crwdne159202:0",
- "-1447320268": "crwdns87122:0crwdne87122:0",
- "-963218544": "crwdns87124:0crwdne87124:0",
- "-1930772663": "crwdns161438:0crwdne161438:0",
- "-1016171176": "crwdns87132:0crwdne87132:0",
- "-549581742": "crwdns161440:0crwdne161440:0",
- "-456885316": "crwdns161442:0crwdne161442:0",
- "-1649127643": "crwdns161444:0crwdne161444:0",
- "-2068763730": "crwdns161446:0crwdne161446:0",
- "-2083395832": "crwdns161448:0crwdne161448:0",
- "-524043424": "crwdns165569:0crwdne165569:0",
- "-849512762": "crwdns165571:0crwdne165571:0",
- "-1925239974": "crwdns161450:0crwdne161450:0",
- "-55785537": "crwdns161452:0crwdne161452:0",
- "-978761772": "crwdns168487:0crwdne168487:0",
- "-543177967": "crwdns88950:0crwdne88950:0",
- "-1587730975": "crwdns169831:0crwdne169831:0",
- "-834024219": "crwdns161460:0crwdne161460:0",
- "-1981982611": "crwdns161914:0crwdne161914:0",
- "-1825768469": "crwdns161464:0crwdne161464:0",
- "-2061883933": "crwdns161466:0crwdne161466:0",
- "-1587788256": "crwdns161468:0crwdne161468:0",
- "-921778308": "crwdns87126:0crwdne87126:0",
- "-1606777087": "crwdns87168:0crwdne87168:0",
- "-1322494837": "crwdns87170:0crwdne87170:0",
- "-1657286827": "crwdns87172:0crwdne87172:0",
- "-528789768": "crwdns87174:0crwdne87174:0",
- "-823166137": "crwdns87176:0crwdne87176:0",
- "-512652791": "crwdns87178:0crwdne87178:0",
- "-828872198": "crwdns87180:0crwdne87180:0",
- "-1329701164": "crwdns87182:0crwdne87182:0",
- "-856429866": "crwdns87184:0crwdne87184:0",
- "-1694425627": "crwdns87186:0crwdne87186:0",
- "-17723175": "crwdns87188:0crwdne87188:0",
- "-1346873099": "crwdns87190:0crwdne87190:0",
- "-738911627": "crwdns87192:0crwdne87192:0",
- "-1629979446": "crwdns87194:0crwdne87194:0",
- "-468489078": "crwdns87196:0crwdne87196:0",
- "-827079960": "crwdns87198:0crwdne87198:0",
- "-1663914692": "crwdns87200:0crwdne87200:0",
- "-1571931999": "crwdns87204:0crwdne87204:0",
- "-1354709201": "crwdns87206:0crwdne87206:0",
- "-1379490678": "crwdns87208:0crwdne87208:0",
- "-154532361": "crwdns87210:0crwdne87210:0",
- "-671682857": "crwdns87212:0crwdne87212:0",
- "-1943041402": "crwdns87214:0crwdne87214:0",
- "-71594519": "crwdns87216:0crwdne87216:0",
- "-1656878113": "crwdns87218:0crwdne87218:0",
- "-884073029": "crwdns161038:0crwdne161038:0",
- "-951485970": "crwdns87220:0crwdne87220:0",
- "-1255868362": "crwdns87222:0crwdne87222:0",
- "-1537800570": "crwdns161470:0crwdne161470:0",
- "-1918487001": "crwdns161472:0crwdne161472:0",
- "-1214998856": "crwdns161474:0crwdne161474:0",
- "-1077198322": "crwdns162444:0crwdne162444:0",
- "-1539979385": "crwdns162446:0crwdne162446:0",
- "-1103705880": "crwdns157872:0crwdne157872:0",
- "-964472369": "crwdns169833:0crwdne169833:0",
- "-1319844013": "crwdns161476:0crwdne161476:0",
- "-880181675": "crwdns87224:0crwdne87224:0",
- "-612863553": "crwdns87226:0crwdne87226:0",
- "-1484418816": "crwdns87228:0crwdne87228:0",
- "-986759629": "crwdns87230:0crwdne87230:0",
- "-863459640": "crwdns87232:0crwdne87232:0",
- "-1713486597": "crwdns87234:0crwdne87234:0",
- "-591074335": "crwdns87236:0crwdne87236:0",
- "-188523263": "crwdns87240:0crwdne87240:0",
- "-1851318212": "crwdns87242:0crwdne87242:0",
- "-1664474688": "crwdns87244:0crwdne87244:0",
- "-1253892742": "crwdns87246:0crwdne87246:0",
- "-2139211466": "crwdns87248:0crwdne87248:0",
- "-2096939984": "crwdns87250:0crwdne87250:0",
- "-903553712": "crwdns87252:0crwdne87252:0",
- "-2090447319": "crwdns169259:0crwdne169259:0",
- "-956403372": "crwdns87256:0crwdne87256:0",
- "-1299009682": "crwdns87260:0crwdne87260:0",
- "-1657692765": "crwdns169261:0crwdne169261:0",
- "-796374570": "crwdns169263:0crwdne169263:0",
- "-2079863430": "crwdns159212:0crwdne159212:0",
- "-2066779239": "crwdns89062:0crwdne89062:0",
- "-1726610269": "crwdns171166:0crwdne171166:0",
- "-2095321039": "crwdns171168:0crwdne171168:0",
- "-351693684": "crwdns89064:0crwdne89064:0",
- "-760840942": "crwdns89066:0crwdne89066:0",
- "-280262126": "crwdns89068:0crwdne89068:0",
- "-1926485360": "crwdns89070:0crwdne89070:0",
- "-2010976661": "crwdns169269:0crwdne169269:0",
- "-1285812412": "crwdns89072:0crwdne89072:0",
- "-1207428842": "crwdns89074:0crwdne89074:0",
- "-1495012186": "crwdns89076:0crwdne89076:0",
- "-1981306505": "crwdns171170:0crwdne171170:0",
- "-445643533": "crwdns171172:0crwdne171172:0",
- "-847641589": "crwdns89078:0crwdne89078:0",
- "-1452973263": "crwdns89080:0crwdne89080:0",
- "-994970777": "crwdns89082:0crwdne89082:0",
- "-884991621": "crwdns89084:0crwdne89084:0",
- "-41141774": "crwdns89086:0crwdne89086:0",
- "-854296036": "crwdns89088:0crwdne89088:0",
- "-1340544588": "crwdns89092:0crwdne89092:0",
- "-5296999": "crwdns169271:0crwdne169271:0",
- "-119617711": "crwdns157400:0crwdne157400:0",
- "-1439749066": "crwdns157398:0crwdne157398:0",
- "-1364758050": "crwdns168497:0crwdne168497:0",
- "-1601657282": "crwdns165443:0crwdne165443:0",
- "-1695974481": "crwdns123268:0crwdne123268:0",
- "-1127433262": "crwdns124230:0crwdne124230:0",
- "-1490047733": "crwdns85599:0crwdne85599:0",
- "-1098175375": "crwdns85601:0crwdne85601:0",
- "-336646906": "crwdns85603:0crwdne85603:0",
- "-1522713441": "crwdns85605:0crwdne85605:0",
- "-1793738569": "crwdns85607:0crwdne85607:0",
- "-568805686": "crwdns85609:0crwdne85609:0",
- "-763121177": "crwdns85611:0crwdne85611:0",
- "-1813987599": "crwdns85613:0crwdne85613:0",
- "-751076755": "crwdns85615:0crwdne85615:0",
- "-1126250421": "crwdns85617:0crwdne85617:0",
- "-25174273": "crwdns85619:0crwdne85619:0",
- "-1114192634": "crwdns85621:0crwdne85621:0",
- "-2054234308": "crwdns85623:0crwdne85623:0",
- "-2121510827": "crwdns85625:0crwdne85625:0",
- "-1357648282": "crwdns159674:0crwdne159674:0",
- "-1838458999": "crwdns156946:0crwdne156946:0",
- "-1321909126": "crwdns165445:0crwdne165445:0",
- "-1460908018": "crwdns165447:0crwdne165447:0",
- "-928827084": "crwdns168499:0crwdne168499:0",
- "-431262594": "crwdns168501:0crwdne168501:0",
- "-1311570171": "crwdns121770:0crwdne121770:0",
- "-1833153607": "crwdns67786:0crwdne67786:0",
- "-1720897015": "crwdns123270:0crwdne123270:0",
- "-1131400885": "crwdns123272:0crwdne123272:0",
- "-959669250": "crwdns168503:0crwdne168503:0",
- "-112814932": "crwdns123294:0crwdne123294:0",
- "-1474169625": "crwdns163838:0crwdne163838:0",
- "-2019617323": "crwdns123290:0crwdne123290:0",
- "-1089385344": "crwdns123284:0crwdne123284:0",
- "-951213826": "crwdns159680:0crwdne159680:0",
- "-1179448605": "crwdns121116:0crwdne121116:0",
- "-1528857737": "crwdns123296:0crwdne123296:0",
- "-2054653788": "crwdns89094:0crwdne89094:0",
- "-1937167246": "crwdns68760:0crwdne68760:0",
- "-1354825404": "crwdns68674:0crwdne68674:0",
- "-1257267128": "crwdns123514:0crwdne123514:0",
- "-269169948": "crwdns123516:0crwdne123516:0",
- "-1737475029": "crwdns123518:0crwdne123518:0",
- "-1400153000": "crwdns123520:0crwdne123520:0",
- "-1511869631": "crwdns168553:0crwdne168553:0",
- "-441263587": "crwdns168555:0crwdne168555:0",
- "-183468698": "crwdns86332:0crwdne86332:0",
- "-1787830625": "crwdns86334:0crwdne86334:0",
- "-1185952855": "crwdns86149:0crwdne86149:0",
- "-2072229917": "crwdns125006:0crwdne125006:0",
- "-447758714": "crwdns86336:0crwdne86336:0",
- "-646843686": "crwdns125008:0crwdne125008:0",
- "-308171044": "crwdns125010:0crwdne125010:0",
- "-496425776": "crwdns125012:0crwdne125012:0",
- "-54506373": "crwdns168505:0crwdne168505:0",
- "-278933346": "crwdns168507:0crwdne168507:0",
- "-1406496670": "crwdns86155:0crwdne86155:0",
- "-1498745792": "crwdns123522:0crwdne123522:0",
- "-1328775963": "crwdns123524:0crwdne123524:0",
- "-771133354": "crwdns168511:0crwdne168511:0",
- "-466084206": "crwdns89096:0crwdne89096:0",
- "-776458472": "crwdns87338:0crwdne87338:0",
- "-2083825503": "crwdns87340:0crwdne87340:0",
- "-28284335": "crwdns87342:0crwdne87342:0",
- "-1107735764": "crwdns87344:0crwdne87344:0",
- "-1445828212": "crwdns170432:0crwdne170432:0",
- "-1138506403": "crwdns170434:0crwdne170434:0",
- "-1279391666": "crwdns87346:0crwdne87346:0",
- "-761668747": "crwdns87348:0crwdne87348:0",
- "-188305238": "crwdns87350:0crwdne87350:0",
- "-2100890115": "crwdns87352:0crwdne87352:0",
- "-732092769": "crwdns85839:0crwdne85839:0",
- "-488793705": "crwdns121774:0crwdne121774:0",
- "-924881302": "crwdns87356:0crwdne87356:0",
- "-1532421724": "crwdns87358:0crwdne87358:0",
- "-79919115": "crwdns164720:0crwdne164720:0",
- "-1405954897": "crwdns168513:0crwdne168513:0",
- "-309438223": "crwdns122434:0crwdne122434:0",
- "-1852387938": "crwdns164726:0crwdne164726:0",
- "-1267421645": "crwdns164728:0crwdne164728:0",
- "-943253121": "crwdns164730:0crwdne164730:0",
- "-1009744297": "crwdns164732:0crwdne164732:0",
- "-1207172200": "crwdns164722:0crwdne164722:0",
- "-1532088894": "crwdns164724:0crwdne164724:0",
- "-1603400333": "crwdns168515:0crwdne168515:0",
- "-813004120": "crwdns163844:0crwdne163844:0",
- "-1703690406": "crwdns164734:0crwdne164734:0",
- "-843831637": "crwdns160260:0crwdne160260:0",
- "-1778524954": "crwdns164736:0crwdne164736:0",
- "-958804830": "crwdns159218:0crwdne159218:0",
- "-671135710": "crwdns164738:0crwdne164738:0",
- "-1775982438": "crwdns164740:0crwdne164740:0",
- "-768517483": "crwdns164742:0crwdne164742:0",
- "-1477021091": "crwdns164744:0crwdne164744:0",
- "-644637918": "crwdns164746:0crwdne164746:0",
- "-1984817147": "crwdns168517:0crwdne168517:0",
- "-2035330938": "crwdns164748:0crwdne164748:0",
- "-1735428045": "crwdns164750:0crwdne164750:0",
- "-1916500404": "crwdns168519:0crwdne168519:0",
- "-687600215": "crwdns122480:0crwdne122480:0",
- "-1517086040": "crwdns164752:0crwdne164752:0",
- "-2034778408": "crwdns122482:0crwdne122482:0",
- "-1101198978": "crwdns164754:0crwdne164754:0",
- "-1986647223": "crwdns171174:0crwdne171174:0",
- "-236275129": "crwdns171176:0crwdne171176:0",
- "-319509090": "crwdns164756:0crwdne164756:0",
- "-544150655": "crwdns165453:0crwdne165453:0",
- "-867909844": "crwdns168521:0crwdne168521:0",
- "-192849229": "crwdns165457:0crwdne165457:0",
- "-309512492": "crwdns165459:0crwdne165459:0",
- "-196270795": "crwdns165461:0crwdne165461:0",
- "-809994056": "crwdns165463:0crwdne165463:0",
- "-163876262": "crwdns165465:0crwdne165465:0",
- "-947407631": "crwdns159226:0crwdne159226:0",
- "-162431558": "crwdns168523:0crwdne168523:0",
- "-726248411": "crwdns165583:0crwdne165583:0",
- "-350459757": "crwdns168525:0crwdne168525:0",
- "-995291168": "crwdns122488:0crwdne122488:0",
- "-1496517473": "crwdns122490:0crwdne122490:0",
- "-136787663": "crwdns122492:0crwdne122492:0",
- "-114282113": "crwdns122494:0crwdne122494:0",
- "-37586220": "crwdns122496:0crwdne122496:0",
- "-336918174": "crwdns162610:0crwdne162610:0",
- "-1620785028": "crwdns122500:0crwdne122500:0",
- "-316417045": "crwdns122502:0crwdne122502:0",
- "-814436098": "crwdns168527:0crwdne168527:0",
- "-951435001": "crwdns122504:0crwdne122504:0",
- "-1797452525": "crwdns122506:0crwdne122506:0",
- "-1261042587": "crwdns122508:0crwdne122508:0",
- "-120955727": "crwdns122510:0crwdne122510:0",
- "-1812743148": "crwdns122512:0crwdne122512:0",
- "-488118247": "crwdns122514:0crwdne122514:0",
- "-37002861": "crwdns122516:0crwdne122516:0",
- "-1061315047": "crwdns122518:0crwdne122518:0",
- "-1242896564": "crwdns168529:0crwdne168529:0",
- "-91328342": "crwdns168839:0crwdne168839:0",
- "-541053691": "crwdns168531:0crwdne168531:0",
- "-1815841680": "crwdns119998:0crwdne119998:0",
- "-1643713470": "crwdns168533:0crwdne168533:0",
- "-1438559228": "crwdns168535:0crwdne168535:0",
- "-976479290": "crwdns122520:0crwdne122520:0",
- "-1088149692": "crwdns122522:0crwdne122522:0",
- "-993588400": "crwdns168537:0crwdne168537:0",
- "-1980078854": "crwdns122526:0crwdne122526:0",
- "-715015407": "crwdns157448:0crwdne157448:0",
- "-2055316208": "crwdns166081:0crwdne166081:0",
- "-222486173": "crwdns166083:0crwdne166083:0",
- "-188855086": "crwdns166085:0crwdne166085:0",
- "-1708949811": "crwdns166087:0crwdne166087:0",
- "-957014574": "crwdns157450:0crwdne157450:0",
- "-1244549672": "crwdns157452:0crwdne157452:0",
- "-1303172083": "crwdns122534:0crwdne122534:0",
- "-1845399397": "crwdns122538:0crwdne122538:0",
- "-1126407219": "crwdns122540:0crwdne122540:0",
- "-2138509411": "crwdns122542:0crwdne122542:0",
- "-725112079": "crwdns122544:0crwdne122544:0",
- "-628929749": "crwdns158260:0crwdne158260:0",
- "-1537261468": "crwdns159232:0crwdne159232:0",
- "-415200945": "crwdns159234:0crwdne159234:0",
- "-60381462": "crwdns122548:0crwdne122548:0",
- "-1006211556": "crwdns122550:0crwdne122550:0",
- "-1141939026": "crwdns164758:0crwdne164758:0",
- "-1347819136": "crwdns122552:0crwdne122552:0",
- "-1784561307": "crwdns122554:0crwdne122554:0",
- "-1662723022": "crwdns122556:0crwdne122556:0",
- "-53990004": "crwdns122558:0crwdne122558:0",
- "-1120317207": "crwdns125176:0crwdne125176:0",
- "-1523116280": "crwdns122562:0crwdne122562:0",
- "-1814731175": "crwdns125178:0crwdne125178:0",
- "-70734399": "crwdns122564:0crwdne122564:0",
- "-665093371": "crwdns125180:0crwdne125180:0",
- "-1118959399": "crwdns125182:0crwdne125182:0",
- "-236676606": "crwdns164760:0crwdne164760:0",
- "-1192024363": "crwdns122568:0crwdne122568:0",
- "-1421344186": "crwdns122570:0crwdne122570:0",
- "-412753503": "crwdns122572:0crwdne122572:0",
- "-922253974": "crwdns122574:0crwdne122574:0",
- "-513919250": "crwdns122576:0crwdne122576:0",
- "-780207001": "crwdns122578:0crwdne122578:0",
- "-1361254291": "crwdns122580:0crwdne122580:0",
- "-1813951531": "crwdns122582:0crwdne122582:0",
- "-1350745673": "crwdns122584:0crwdne122584:0",
- "-1673960856": "crwdns122586:0crwdne122586:0",
- "-920739960": "crwdns122588:0crwdne122588:0",
- "-1039129655": "crwdns122590:0crwdne122590:0",
- "-1326361265": "crwdns122592:0crwdne122592:0",
- "-248048003": "crwdns122594:0crwdne122594:0",
- "-330437517": "crwdns122596:0crwdne122596:0",
- "-972537755": "crwdns122598:0crwdne122598:0",
- "-1754746990": "crwdns122600:0crwdne122600:0",
- "-657360193": "crwdns122602:0crwdne122602:0",
- "-1163143636": "crwdns122604:0crwdne122604:0",
- "-878562744": "crwdns122606:0crwdne122606:0",
- "-1521910502": "crwdns122608:0crwdne122608:0",
- "-1272255095": "crwdns122610:0crwdne122610:0",
- "-2098235974": "crwdns122612:0crwdne122612:0",
- "-1166672974": "crwdns122614:0crwdne122614:0",
- "-1240075259": "crwdns122616:0crwdne122616:0",
- "-1689874327": "crwdns122618:0crwdne122618:0",
- "-2017493224": "crwdns122620:0crwdne122620:0",
- "-1837159865": "crwdns122622:0crwdne122622:0",
- "-1883190495": "crwdns122624:0crwdne122624:0",
- "-1375354108": "crwdns122626:0crwdne122626:0",
- "-1028545578": "crwdns122628:0crwdne122628:0",
- "-345016047": "crwdns125190:0crwdne125190:0",
- "-874422884": "crwdns122632:0crwdne122632:0",
- "-2138295691": "crwdns122634:0crwdne122634:0",
- "-1504129614": "crwdns122636:0crwdne122636:0",
- "-1746360444": "crwdns122638:0crwdne122638:0",
- "-344023936": "crwdns125192:0crwdne125192:0",
- "-834913091": "crwdns122640:0crwdne122640:0",
- "-1318406909": "crwdns122642:0crwdne122642:0",
- "-239170576": "crwdns159236:0crwdne159236:0",
- "-1640776435": "crwdns169281:0crwdne169281:0",
- "-2024884579": "crwdns158246:0{{fieldName}}crwdne158246:0",
- "-1373954791": "crwdns157926:0crwdne157926:0",
- "-437139044": "crwdns157928:0crwdne157928:0",
- "-806026001": "crwdns157930:0crwdne157930:0",
- "-1583570382": "crwdns157932:0crwdne157932:0",
- "-1944882319": "crwdns157934:0crwdne157934:0",
- "-1028986780": "crwdns157898:0crwdne157898:0",
- "-1764902854": "crwdns161916:0crwdne161916:0",
- "-1735668045": "crwdns161918:0crwdne161918:0",
- "-593790772": "crwdns161920:0crwdne161920:0",
- "-1358367903": "crwdns161922:0crwdne161922:0",
- "-339236213": "crwdns156196:0crwdne156196:0",
- "-1427273377": "crwdns160262:0crwdne160262:0",
- "-1654095445": "crwdns160264:0crwdne160264:0",
- "-116367365": "crwdns160266:0crwdne160266:0",
- "-1335932910": "crwdns160268:0crwdne160268:0",
- "-991855430": "crwdns160270:0crwdne160270:0",
- "-677909341": "crwdns160272:0crwdne160272:0",
- "-49073844": "crwdns160274:0crwdne160274:0",
- "-851716014": "crwdns168841:0crwdne168841:0",
- "-1885648153": "crwdns161924:0crwdne161924:0",
- "-1382112538": "crwdns160278:0crwdne160278:0",
- "-1939560439": "crwdns160282:0crwdne160282:0",
- "-626406870": "crwdns161044:0crwdne161044:0",
- "-1091456569": "crwdns168539:0crwdne168539:0",
- "-1788261316": "crwdns157868:0crwdne157868:0",
- "-345754673": "crwdns157870:0crwdne157870:0",
- "-781132577": "crwdns157874:0crwdne157874:0",
- "-1602388198": "crwdns157876:0crwdne157876:0",
- "-1316977167": "crwdns158132:0crwdne158132:0",
- "-466684429": "crwdns161046:0crwdne161046:0",
- "-2059243605": "crwdns157882:0crwdne157882:0",
- "-698899575": "crwdns157884:0crwdne157884:0",
- "-8654525": "crwdns161048:0crwdne161048:0",
- "-1080304046": "crwdns157888:0crwdne157888:0",
- "-1574522940": "crwdns157890:0crwdne157890:0",
- "-247902875": "crwdns161498:0crwdne161498:0",
- "-328815728": "crwdns161500:0crwdne161500:0",
- "-1316049180": "crwdns161502:0crwdne161502:0",
- "-895557386": "crwdns161504:0crwdne161504:0",
- "-1372174807": "crwdns161506:0crwdne161506:0",
- "-291203942": "crwdns161508:0crwdne161508:0",
- "-1459267330": "crwdns161510:0crwdne161510:0",
- "-1011022880": "crwdns161512:0crwdne161512:0",
- "-1510701453": "crwdns161514:0crwdne161514:0",
- "-121055203": "crwdns161516:0crwdne161516:0",
- "-1659122470": "crwdns161926:0crwdne161926:0",
- "-137444201": "crwdns161928:0crwdne161928:0",
- "-805098509": "crwdns161934:0crwdne161934:0",
- "-213618448": "crwdns161930:0crwdne161930:0",
- "-544680075": "crwdns161932:0crwdne161932:0",
- "-168442931": "crwdns161936:0crwdne161936:0",
- "-1809222492": "crwdns168541:0crwdne168541:0",
- "-1812417493": "crwdns161940:0crwdne161940:0",
- "-1143464033": "crwdns161942:0crwdne161942:0",
- "-315796508": "crwdns161944:0crwdne161944:0",
- "-1379496268": "crwdns161946:0crwdne161946:0",
- "-1570594952": "crwdns161948:0crwdne161948:0",
- "-60537394": "crwdns161950:0crwdne161950:0",
- "-1909913545": "crwdns168543:0crwdne168543:0",
- "-392931369": "crwdns161952:0crwdne161952:0",
- "-472188534": "crwdns161954:0crwdne161954:0",
- "-195404006": "crwdns161956:0crwdne161956:0",
- "-256433733": "crwdns161958:0crwdne161958:0",
- "-1181419946": "crwdns161960:0crwdne161960:0",
- "-744011588": "crwdns161962:0crwdne161962:0",
- "-514397532": "crwdns161964:0crwdne161964:0",
- "-1995606668": "crwdns161966:0crwdne161966:0",
- "-1128574192": "crwdns161968:0crwdne161968:0",
- "-703542574": "crwdns161970:0crwdne161970:0",
- "-1127399675": "crwdns161972:0crwdne161972:0",
- "-117042882": "crwdns161976:0crwdne161976:0",
- "-2067501600": "crwdns161978:0crwdne161978:0",
- "-696704447": "crwdns161980:0crwdne161980:0",
- "-215986514": "crwdns161982:0crwdne161982:0",
- "-1677720766": "crwdns161984:0crwdne161984:0",
- "-1762213522": "crwdns161986:0crwdne161986:0",
- "-1674910806": "crwdns161988:0crwdne161988:0",
- "-1686336924": "crwdns161990:0crwdne161990:0",
- "-1139241115": "crwdns161992:0crwdne161992:0",
- "-1051170258": "crwdns161050:0crwdne161050:0",
- "-1459157651": "crwdns161052:0crwdne161052:0",
- "-590953227": "crwdns161054:0crwdne161054:0",
- "-1791997472": "crwdns161056:0crwdne161056:0",
- "-126486948": "crwdns161058:0crwdne161058:0",
- "-176261994": "crwdns161060:0crwdne161060:0",
- "-1690471280": "crwdns161062:0crwdne161062:0",
- "-341285068": "crwdns157900:0crwdne157900:0",
- "-1033881248": "crwdns169935:0crwdne169935:0",
- "-2014076452": "crwdns169881:0crwdne169881:0",
- "-77779780": "crwdns169883:0crwdne169883:0",
- "-1468738308": "crwdns169885:0crwdne169885:0",
- "-554746075": "crwdns169887:0crwdne169887:0",
- "-1917169640": "crwdns169889:0crwdne169889:0",
- "-1679427554": "crwdns169891:0crwdne169891:0",
- "-411750591": "crwdns169893:0crwdne169893:0",
- "-611750993": "crwdns169895:0crwdne169895:0",
- "-1676257949": "crwdns169897:0crwdne169897:0",
- "-1111451256": "crwdns169899:0crwdne169899:0",
- "-1339404877": "crwdns169901:0crwdne169901:0",
- "-1972583435": "crwdns169903:0crwdne169903:0",
- "-2032112598": "crwdns169905:0crwdne169905:0",
- "-1395788708": "crwdns158810:0crwdne158810:0",
- "-678475230": "crwdns158812:0crwdne158812:0",
- "-1625504236": "crwdns169907:0crwdne169907:0",
- "-1165835520": "crwdns169947:0crwdne169947:0",
- "-1373949478": "crwdns169949:0crwdne169949:0",
- "-651384976": "crwdns169951:0crwdne169951:0",
- "-1763366011": "crwdns169937:0crwdne169937:0",
- "-1400973409": "crwdns164872:0crwdne164872:0",
- "-275117592": "crwdns169939:0crwdne169939:0",
- "-654476117": "crwdns169941:0crwdne169941:0",
- "-608807773": "crwdns169943:0crwdne169943:0",
- "-2022759357": "crwdns169945:0crwdne169945:0",
- "-1855417261": "crwdns86099:0crwdne86099:0",
- "-418008452": "crwdns169953:0crwdne169953:0",
- "-3618456": "crwdns169955:0crwdne169955:0",
- "-426017727": "crwdns169957:0crwdne169957:0",
- "-1277783292": "crwdns171178:0crwdne171178:0",
- "-216767904": "crwdns171180:0crwdne171180:0",
- "-197772643": "crwdns171182:0crwdne171182:0",
- "-290006480": "crwdns171184:0crwdne171184:0",
- "-871474425": "crwdns171186:0crwdne171186:0",
- "-515732698": "crwdns171188:0crwdne171188:0",
- "-864130274": "crwdns171190:0crwdne171190:0",
- "-234962411": "crwdns169961:0crwdne169961:0",
- "-355907358": "crwdns121742:0crwdne121742:0",
- "-599033718": "crwdns158672:0crwdne158672:0",
- "-392665367": "crwdns85845:0crwdne85845:0",
- "-367457070": "crwdns85847:0crwdne85847:0",
- "-594286125": "crwdns85853:0crwdne85853:0",
- "-1773685845": "crwdns85855:0crwdne85855:0",
- "-661813412": "crwdns85857:0crwdne85857:0",
- "-1520902282": "crwdns85859:0crwdne85859:0"
+ "1292590": "crwdns453618:0crwdne453618:0",
+ "2474877": "crwdns453620:0crwdne453620:0",
+ "4506932": "crwdns453622:0crwdne453622:0",
+ "7128051": "crwdns453624:0crwdne453624:0",
+ "7228511": "crwdns453626:0crwdne453626:0",
+ "11019706": "crwdns453628:0crwdne453628:0",
+ "13119092": "crwdns453630:0crwdne453630:0",
+ "15238581": "crwdns453632:0crwdne453632:0",
+ "17217397": "crwdns453634:0crwdne453634:0",
+ "19552684": "crwdns453636:0crwdne453636:0",
+ "21294053": "crwdns453638:0crwdne453638:0",
+ "22146527": "crwdns453640:0crwdne453640:0",
+ "22354933": "crwdns453642:0crwdne453642:0",
+ "22418565": "crwdns453644:0crwdne453644:0",
+ "22995280": "crwdns453646:0crwdne453646:0",
+ "24763773": "crwdns453648:0crwdne453648:0",
+ "24900606": "crwdns453650:0crwdne453650:0",
+ "26480598": "crwdns453652:0crwdne453652:0",
+ "26596220": "crwdns453654:0crwdne453654:0",
+ "27830635": "crwdns453656:0crwdne453656:0",
+ "28675270": "crwdns453658:0crwdne453658:0",
+ "31131715": "crwdns453660:0crwdne453660:0",
+ "31715193": "crwdns453662:0crwdne453662:0",
+ "34060478": "crwdns453664:0crwdne453664:0",
+ "34997376": "crwdns453666:0crwdne453666:0",
+ "39296052": "crwdns453668:0crwdne453668:0",
+ "39595561": "crwdns453670:0crwdne453670:0",
+ "40232884": "crwdns453672:0crwdne453672:0",
+ "45577689": "crwdns453674:0crwdne453674:0",
+ "48132512": "crwdns453676:0crwdne453676:0",
+ "48469443": "crwdns453678:0crwdne453678:0",
+ "49026512": "crwdns453680:0crwdne453680:0",
+ "49321507": "crwdns453682:0crwdne453682:0",
+ "50586010": "crwdns453684:0crwdne453684:0",
+ "53801223": "crwdns453686:0crwdne453686:0",
+ "54033225": "crwdns453688:0crwdne453688:0",
+ "54316667": "crwdns453690:0crwdne453690:0",
+ "55296241": "crwdns453692:0crwdne453692:0",
+ "55394707": "crwdns453694:0crwdne453694:0",
+ "56714378": "crwdns453696:0crwdne453696:0",
+ "57395040": "crwdns453698:0crwdne453698:0",
+ "57885236": "crwdns453700:0crwdne453700:0",
+ "59521256": "crwdns453702:0crwdne453702:0",
+ "59678480": "crwdns453704:0crwdne453704:0",
+ "60772773": "crwdns453706:0crwdne453706:0",
+ "61663093": "crwdns453708:0crwdne453708:0",
+ "67611998": "crwdns453710:0crwdne453710:0",
+ "70604999": "crwdns453712:0crwdne453712:0",
+ "71016232": "crwdns453714:0crwdne453714:0",
+ "71263224": "crwdns453716:0crwdne453716:0",
+ "71535160": "crwdns453718:0crwdne453718:0",
+ "71650838": "crwdns453720:0crwdne453720:0",
+ "71969952": "crwdns453722:0crwdne453722:0",
+ "72267896": "crwdns453724:0crwdne453724:0",
+ "74138086": "crwdns453726:0crwdne453726:0",
+ "76802666": "crwdns453728:0{{email}}crwdne453728:0",
+ "80411232": "crwdns453730:0crwdne453730:0",
+ "81450871": "crwdns453732:0crwdne453732:0",
+ "82730484": "crwdns453734:0crwdne453734:0",
+ "83067481": "crwdns453736:0crwdne453736:0",
+ "84123624": "crwdns453738:0crwdne453738:0",
+ "85248718": "crwdns453740:0crwdne453740:0",
+ "87901857": "crwdns453742:0crwdne453742:0",
+ "90275414": "crwdns453744:0crwdne453744:0",
+ "94912230": "crwdns453746:0crwdne453746:0",
+ "97694950": "crwdns453748:0crwdne453748:0",
+ "102299592": "crwdns453750:0crwdne453750:0",
+ "105613424": "crwdns453752:0crwdne453752:0",
+ "106291991": "crwdns453754:0crwdne453754:0",
+ "109865596": "crwdns453756:0crwdne453756:0",
+ "110140669": "crwdns453758:0crwdne453758:0",
+ "113378532": "crwdns453760:0crwdne453760:0",
+ "117273069": "crwdns453762:0crwdne453762:0",
+ "117920584": "crwdns453764:0crwdne453764:0",
+ "119888059": "crwdns453766:0crwdne453766:0",
+ "121961018": "crwdns453768:0crwdne453768:0",
+ "122171127": "crwdns453770:0crwdne453770:0",
+ "123005346": "crwdns453772:0crwdne453772:0",
+ "123291381": "crwdns453774:0crwdne453774:0",
+ "125131030": "crwdns453776:0crwdne453776:0",
+ "135210620": "crwdns453778:0crwdne453778:0",
+ "138055021": "crwdns453780:0crwdne453780:0",
+ "140083133": "crwdns453782:0crwdne453782:0",
+ "141909159": "crwdns453784:0crwdne453784:0",
+ "143734792": "crwdns453786:0crwdne453786:0",
+ "144377171": "crwdns453788:0crwdne453788:0",
+ "146650698": "crwdns453790:0crwdne453790:0",
+ "148382928": "crwdns453792:0crwdne453792:0",
+ "150593055": "crwdns453794:0crwdne453794:0",
+ "152299772": "crwdns453796:0crwdne453796:0",
+ "152524253": "crwdns453798:0crwdne453798:0",
+ "154463429": "crwdns453800:0crwdne453800:0",
+ "159321990": "crwdns453802:0crwdne453802:0",
+ "159937924": "crwdns453804:0crwdne453804:0",
+ "161870324": "crwdns453806:0crwdne453806:0",
+ "163040015": "crwdns453808:0crwdne453808:0",
+ "166309424": "crwdns453810:0crwdne453810:0",
+ "167985771": "crwdns453812:0crwdne453812:0",
+ "171302334": "crwdns453814:0crwdne453814:0",
+ "171586173": "crwdns453816:0crwdne453816:0",
+ "171638706": "crwdns453818:0crwdne453818:0",
+ "175074759": "crwdns453820:0crwdne453820:0",
+ "176773798": "crwdns453822:0crwdne453822:0",
+ "176823932": "crwdns453824:0crwdne453824:0",
+ "178716803": "crwdns453826:0crwdne453826:0",
+ "179737767": "crwdns453828:0crwdne453828:0",
+ "180412186": "crwdns453830:0crwdne453830:0",
+ "181316740": "crwdns453832:0crwdne453832:0",
+ "182438100": "crwdns453834:0crwdne453834:0",
+ "187267434": "crwdns453836:0crwdne453836:0",
+ "192531494": "crwdns453838:0crwdne453838:0",
+ "193611235": "crwdns453840:0crwdne453840:0",
+ "194431525": "crwdns453842:0crwdne453842:0",
+ "194961269": "crwdns453844:0crwdne453844:0",
+ "198087093": "crwdns453846:0crwdne453846:0",
+ "198900889": "crwdns453848:0crwdne453848:0",
+ "200040108": "crwdns453850:0crwdne453850:0",
+ "202417731": "crwdns453852:0crwdne453852:0",
+ "202712649": "crwdns453854:0crwdne453854:0",
+ "207157895": "crwdns453856:0crwdne453856:0",
+ "209516313": "crwdns453858:0crwdne453858:0",
+ "210989591": "crwdns453860:0crwdne453860:0",
+ "213113093": "crwdns453862:0crwdne453862:0",
+ "216114973": "crwdns453864:0crwdne453864:0",
+ "216777430": "crwdns453866:0crwdne453866:0",
+ "218274863": "crwdns453868:0crwdne453868:0",
+ "218708637": "crwdns453870:0crwdne453870:0",
+ "221286685": "crwdns453872:0crwdne453872:0",
+ "222070679": "crwdns453874:0crwdne453874:0",
+ "223659990": "crwdns453876:0crwdne453876:0",
+ "224650827": "crwdns453878:0crwdne453878:0",
+ "227166061": "crwdns453880:0crwdne453880:0",
+ "228957856": "crwdns453882:0crwdne453882:0",
+ "230596356": "crwdns453884:0crwdne453884:0",
+ "230864514": "crwdns453886:0crwdne453886:0",
+ "231711709": "crwdns453888:0crwdne453888:0",
+ "231722280": "crwdns453890:0crwdne453890:0",
+ "232837971": "crwdns453892:0crwdne453892:0",
+ "233475101": "crwdns453894:0crwdne453894:0",
+ "234782678": "crwdns453896:0crwdne453896:0",
+ "236080779": "crwdns453898:0crwdne453898:0",
+ "236845507": "crwdns453900:0crwdne453900:0",
+ "239216026": "crwdns453902:0crwdne453902:0",
+ "239395164": "crwdns459766:0crwdne459766:0",
+ "241331061": "crwdns453904:0crwdne453904:0",
+ "242139148": "crwdns453906:0crwdne453906:0",
+ "242356757": "crwdns453908:0crwdne453908:0",
+ "243084503": "crwdns453910:0crwdne453910:0",
+ "244046593": "crwdns453912:0crwdne453912:0",
+ "246106761": "crwdns453914:0crwdne453914:0",
+ "247341426": "crwdns453916:0crwdne453916:0",
+ "248446741": "crwdns453918:0crwdne453918:0",
+ "250681139": "crwdns453920:0crwdne453920:0",
+ "253813203": "crwdns453922:0crwdne453922:0",
+ "255124284": "crwdns453924:0crwdne453924:0",
+ "256855210": "crwdns453926:0crwdne453926:0",
+ "256942335": "crwdns453928:0crwdne453928:0",
+ "257449963": "crwdns453930:0crwdne453930:0",
+ "258310842": "crwdns453932:0crwdne453932:0",
+ "261542396": "crwdns453934:0crwdne453934:0",
+ "262590832": "crwdns453936:0crwdne453936:0",
+ "263232709": "crwdns453938:0crwdne453938:0",
+ "264391901": "crwdns453940:0crwdne453940:0",
+ "265269975": "crwdns453942:0crwdne453942:0",
+ "265644304": "crwdns453944:0crwdne453944:0",
+ "267527172": "crwdns453946:0crwdne453946:0",
+ "268108542": "crwdns453948:0crwdne453948:0",
+ "271560771": "crwdns453950:0crwdne453950:0",
+ "272283021": "crwdns453952:0crwdne453952:0",
+ "274268819": "crwdns453954:0crwdne453954:0",
+ "274392779": "crwdns453956:0crwdne453956:0",
+ "275116637": "crwdns453958:0crwdne453958:0",
+ "276341434": "crwdns453960:0crwdne453960:0",
+ "276482397": "crwdns453962:0crwdne453962:0",
+ "276645072": "crwdns453964:0crwdne453964:0",
+ "278499050": "crwdns453966:0crwdne453966:0",
+ "281247370": "crwdns453968:0crwdne453968:0",
+ "286879509": "crwdns453970:0crwdne453970:0",
+ "287556583": "crwdns453972:0crwdne453972:0",
+ "288004682": "crwdns453974:0crwdne453974:0",
+ "288719886": "crwdns453976:0crwdne453976:0",
+ "289008060": "crwdns453978:0crwdne453978:0",
+ "289731075": "crwdns453980:0crwdne453980:0",
+ "291605393": "crwdns453982:0crwdne453982:0",
+ "292497263": "crwdns453984:0crwdne453984:0",
+ "300201586": "crwdns453986:0crwdne453986:0",
+ "305547463": "crwdns453988:0crwdne453988:0",
+ "306846388": "crwdns453990:0crwdne453990:0",
+ "307025388": "crwdns453992:0crwdne453992:0",
+ "309993304": "crwdns453994:0crwdne453994:0",
+ "310298121": "crwdns453996:0crwdne453996:0",
+ "311457810": "crwdns453998:0crwdne453998:0",
+ "311876462": "crwdns454000:0crwdne454000:0",
+ "315192357": "crwdns454002:0crwdne454002:0",
+ "315781846": "crwdns454004:0crwdne454004:0",
+ "317744607": "crwdns454006:0crwdne454006:0",
+ "318239044": "crwdns454008:0crwdne454008:0",
+ "318433321": "crwdns454010:0crwdne454010:0",
+ "318815297": "crwdns454012:0crwdne454012:0",
+ "319619035": "crwdns454014:0crwdne454014:0",
+ "319934137": "crwdns454016:0crwdne454016:0",
+ "320565687": "crwdns454018:0crwdne454018:0",
+ "323564058": "crwdns454020:0crwdne454020:0",
+ "325128398": "crwdns454022:0crwdne454022:0",
+ "326242312": "crwdns454024:0crwdne454024:0",
+ "328362983": "crwdns454026:0crwdne454026:0",
+ "332441329": "crwdns454028:0crwdne454028:0",
+ "332961148": "crwdns454030:0crwdne454030:0",
+ "335040248": "crwdns454032:0crwdne454032:0",
+ "337214156": "crwdns454034:0crwdne454034:0",
+ "337900732": "crwdns454036:0crwdne454036:0",
+ "339084000": "crwdns454038:0crwdne454038:0",
+ "339879944": "crwdns454040:0crwdne454040:0",
+ "341589956": "crwdns454042:0crwdne454042:0",
+ "342146000": "crwdns454044:0crwdne454044:0",
+ "342722863": "crwdns454046:0crwdne454046:0",
+ "343021270": "crwdns454048:0crwdne454048:0",
+ "343586987": "crwdns454050:0crwdne454050:0",
+ "349098817": "crwdns454052:0crwdne454052:0",
+ "349994198": "crwdns454054:0crwdne454054:0",
+ "350443733": "crwdns454056:0crwdne454056:0",
+ "351335938": "crwdns454058:0crwdne454058:0",
+ "352403472": "crwdns454060:0crwdne454060:0",
+ "354260859": "crwdns454062:0crwdne454062:0",
+ "355340164": "crwdns454064:0crwdne454064:0",
+ "358838306": "crwdns454066:0crwdne454066:0",
+ "358998585": "crwdns454068:0crwdne454068:0",
+ "361051814": "crwdns454070:0crwdne454070:0",
+ "361599549": "crwdns454072:0crwdne454072:0",
+ "365224830": "crwdns454074:0crwdne454074:0",
+ "366553046": "crwdns454076:0crwdne454076:0",
+ "369418918": "crwdns454078:0crwdne454078:0",
+ "370132757": "crwdns454080:0crwdne454080:0",
+ "371953558": "crwdns454082:0crwdne454082:0",
+ "372046224": "crwdns454084:0crwdne454084:0",
+ "372335275": "crwdns454086:0crwdne454086:0",
+ "372486876": "crwdns454088:0crwdne454088:0",
+ "372500096": "crwdns454090:0crwdne454090:0",
+ "374195444": "crwdns454092:0crwdne454092:0",
+ "375025635": "crwdns454094:0crwdne454094:0",
+ "376677604": "crwdns454096:0crwdne454096:0",
+ "378043056": "crwdns454098:0crwdne454098:0",
+ "378788991": "crwdns454100:0crwdne454100:0",
+ "379401010": "crwdns454102:0crwdne454102:0",
+ "379730266": "crwdns454104:0crwdne454104:0",
+ "383145223": "crwdns454106:0crwdne454106:0",
+ "386443705": "crwdns454108:0crwdne454108:0",
+ "387541185": "crwdns454110:0crwdne454110:0",
+ "390409172": "crwdns454112:0crwdne454112:0",
+ "390647540": "crwdns454114:0crwdne454114:0",
+ "392031899": "crwdns454116:0crwdne454116:0",
+ "392840594": "crwdns454118:0crwdne454118:0",
+ "393215173": "crwdns454120:0crwdne454120:0",
+ "393841045": "crwdns454122:0crwdne454122:0",
+ "393899903": "crwdns454124:0crwdne454124:0",
+ "395057342": "crwdns454126:0crwdne454126:0",
+ "396609660": "crwdns454128:0crwdne454128:0",
+ "396992773": "crwdns454130:0crwdne454130:0",
+ "397235089": "crwdns454132:0crwdne454132:0",
+ "398319738": "crwdns454134:0crwdne454134:0",
+ "399948438": "crwdns454136:0crwdne454136:0",
+ "400968378": "crwdns454138:0crwdne454138:0",
+ "406075956": "crwdns454140:0crwdne454140:0",
+ "408925924": "crwdns454142:0crwdne454142:0",
+ "410425831": "crwdns454144:0crwdne454144:0",
+ "412291850": "crwdns454146:0crwdne454146:0",
+ "413779477": "crwdns454148:0crwdne454148:0",
+ "415028859": "crwdns454150:0crwdne454150:0",
+ "415106535": "crwdns454152:0crwdne454152:0",
+ "417855021": "crwdns454154:0crwdne454154:0",
+ "418173024": "crwdns454156:0crwdne454156:0",
+ "419208082": "crwdns454158:0crwdne454158:0",
+ "419648873": "crwdns454160:0crwdne454160:0",
+ "420161092": "crwdns454162:0crwdne454162:0",
+ "421158556": "crwdns454164:0crwdne454164:0",
+ "421232681": "crwdns454166:0crwdne454166:0",
+ "422714856": "crwdns454168:0crwdne454168:0",
+ "424703192": "crwdns454170:0crwdne454170:0",
+ "426842567": "crwdns454172:0crwdne454172:0",
+ "427008206": "crwdns454174:0crwdne454174:0",
+ "427548045": "crwdns454176:0crwdne454176:0",
+ "427573577": "crwdns454178:0crwdne454178:0",
+ "429395367": "crwdns454180:0crwdne454180:0",
+ "430936420": "crwdns454182:0crwdne454182:0",
+ "432518896": "crwdns454184:0crwdne454184:0",
+ "432775041": "crwdns454186:0crwdne454186:0",
+ "434987760": "crwdns454188:0crwdne454188:0",
+ "436047308": "crwdns454190:0crwdne454190:0",
+ "437330008": "crwdns454192:0crwdne454192:0",
+ "437894033": "crwdns454194:0crwdne454194:0",
+ "438409681": "crwdns454196:0crwdne454196:0",
+ "438533033": "crwdns454198:0crwdne454198:0",
+ "439798157": "crwdns454200:0crwdne454200:0",
+ "441557166": "crwdns454202:0crwdne454202:0",
+ "442177402": "crwdns454204:0crwdne454204:0",
+ "443594501": "crwdns454206:0crwdne454206:0",
+ "443887309": "crwdns454208:0crwdne454208:0",
+ "447476086": "crwdns454210:0crwdne454210:0",
+ "447711315": "crwdns454212:0crwdne454212:0",
+ "448874206": "crwdns454214:0crwdne454214:0",
+ "448985812": "crwdns454216:0crwdne454216:0",
+ "449277904": "crwdns454218:0crwdne454218:0",
+ "451624200": "crwdns454220:0crwdne454220:0",
+ "452170875": "crwdns454222:0crwdne454222:0",
+ "453450172": "crwdns454224:0crwdne454224:0",
+ "455897892": "crwdns454226:0crwdne454226:0",
+ "456825069": "crwdns454228:0crwdne454228:0",
+ "459886707": "crwdns454230:0crwdne454230:0",
+ "460878453": "crwdns454232:0crwdne454232:0",
+ "465003790": "crwdns454234:0crwdne454234:0",
+ "465522807": "crwdns454236:0crwdne454236:0",
+ "467590240": "crwdns454238:0crwdne454238:0",
+ "469222213": "crwdns454240:0crwdne454240:0",
+ "473760456": "crwdns454242:0crwdne454242:0",
+ "474616293": "crwdns454244:0crwdne454244:0",
+ "476241116": "crwdns454246:0crwdne454246:0",
+ "476381528": "crwdns454248:0crwdne454248:0",
+ "476621330": "crwdns454250:0crwdne454250:0",
+ "479311128": "crwdns454252:0crwdne454252:0",
+ "480442479": "crwdns454254:0crwdne454254:0",
+ "481274667": "crwdns454256:0crwdne454256:0",
+ "481411401": "crwdns454258:0crwdne454258:0",
+ "482369277": "crwdns454260:0crwdne454260:0",
+ "486935836": "crwdns454262:0crwdne454262:0",
+ "487236738": "crwdns454264:0crwdne454264:0",
+ "487868929": "crwdns454266:0crwdne454266:0",
+ "488982590": "crwdns454268:0crwdne454268:0",
+ "489679731": "crwdns454270:0crwdne454270:0",
+ "491908760": "crwdns454272:0crwdne454272:0",
+ "492205969": "crwdns454274:0crwdne454274:0",
+ "492590863": "crwdns454276:0crwdne454276:0",
+ "493240844": "crwdns454278:0crwdne454278:0",
+ "493622337": "crwdns454280:0crwdne454280:0",
+ "494843334": "crwdns454282:0crwdne454282:0",
+ "495686884": "crwdns454284:0crwdne454284:0",
+ "497469280": "crwdns454286:0crwdne454286:0",
+ "497567508": "crwdns454288:0crwdne454288:0",
+ "497905436": "crwdns454290:0crwdne454290:0",
+ "500999639": "crwdns454292:0crwdne454292:0",
+ "501413836": "crwdns454294:0crwdne454294:0",
+ "501620507": "crwdns454296:0crwdne454296:0",
+ "501763239": "crwdns454298:0crwdne454298:0",
+ "504465748": "crwdns454300:0crwdne454300:0",
+ "506797447": "crwdns454302:0crwdne454302:0",
+ "509964491": "crwdns454304:0crwdne454304:0",
+ "510309290": "crwdns454306:0crwdne454306:0",
+ "515292031": "crwdns454308:0crwdne454308:0",
+ "517545267": "crwdns454310:0crwdne454310:0",
+ "517596039": "crwdns454312:0crwdne454312:0",
+ "517833647": "crwdns454314:0crwdne454314:0",
+ "517844699": "crwdns454316:0crwdne454316:0",
+ "519988278": "crwdns454318:0crwdne454318:0",
+ "520136698": "crwdns454320:0crwdne454320:0",
+ "520226183": "crwdns454322:0crwdne454322:0",
+ "520696532": "crwdns454324:0crwdne454324:0",
+ "521013301": "crwdns454326:0crwdne454326:0",
+ "521140114": "crwdns454328:0crwdne454328:0",
+ "521703211": "crwdns454330:0crwdne454330:0",
+ "524082501": "crwdns454332:0crwdne454332:0",
+ "524230462": "crwdns454334:0crwdne454334:0",
+ "524459540": "crwdns454336:0crwdne454336:0",
+ "524754401": "crwdns454338:0crwdne454338:0",
+ "525200408": "crwdns454340:0crwdne454340:0",
+ "527660774": "crwdns454342:0crwdne454342:0",
+ "528858838": "crwdns454344:0crwdne454344:0",
+ "529056539": "crwdns454346:0crwdne454346:0",
+ "529597350": "crwdns454348:0crwdne454348:0",
+ "529901734": "crwdns454350:0crwdne454350:0",
+ "538228086": "crwdns454352:0crwdne454352:0",
+ "538682015": "crwdns454354:0crwdne454354:0",
+ "539645627": "crwdns454356:0crwdne454356:0",
+ "540538076": "crwdns454358:0crwdne454358:0",
+ "542274641": "crwdns454360:0crwdne454360:0",
+ "543111387": "crwdns454362:0crwdne454362:0",
+ "545720337": "crwdns454364:0crwdne454364:0",
+ "546932941": "crwdns454366:0crwdne454366:0",
+ "548820232": "crwdns454368:0crwdne454368:0",
+ "549849868": "crwdns454370:0crwdne454370:0",
+ "550365780": "crwdns454372:0crwdne454372:0",
+ "554014185": "crwdns454374:0crwdne454374:0",
+ "554199203": "crwdns454376:0crwdne454376:0",
+ "554620691": "crwdns454378:0crwdne454378:0",
+ "555580651": "crwdns454380:0crwdne454380:0",
+ "557095822": "crwdns454382:0crwdne454382:0",
+ "558327984": "crwdns454384:0crwdne454384:0",
+ "561889537": "crwdns454386:0crwdne454386:0",
+ "562246914": "crwdns454388:0crwdne454388:0",
+ "562528971": "crwdns454390:0crwdne454390:0",
+ "562753315": "crwdns454392:0crwdne454392:0",
+ "566274201": "crwdns454394:0crwdne454394:0",
+ "567739189": "crwdns454396:0crwdne454396:0",
+ "568954877": "crwdns454398:0crwdne454398:0",
+ "570656160": "crwdns454400:0crwdne454400:0",
+ "575210404": "crwdns454402:0crwdne454402:0",
+ "575534504": "crwdns454404:0crwdne454404:0",
+ "577779861": "crwdns454406:0crwdne454406:0",
+ "578413014": "crwdns454408:0crwdne454408:0",
+ "581168980": "crwdns454410:0crwdne454410:0",
+ "581220884": "crwdns454412:0crwdne454412:0",
+ "581965020": "crwdns454414:0crwdne454414:0",
+ "582048648": "crwdns454416:0crwdne454416:0",
+ "583345172": "crwdns454418:0crwdne454418:0",
+ "586006302": "crwdns454420:0crwdne454420:0",
+ "586789100": "crwdns454422:0crwdne454422:0",
+ "590858519": "crwdns454424:0crwdne454424:0",
+ "593539508": "crwdns454426:0crwdne454426:0",
+ "593838951": "crwdns454428:0crwdne454428:0",
+ "595278941": "crwdns454430:0crwdne454430:0",
+ "595722471": "crwdns454432:0crwdne454432:0",
+ "600260061": "crwdns454434:0crwdne454434:0",
+ "601623685": "crwdns454436:0crwdne454436:0",
+ "602265590": "crwdns454438:0crwdne454438:0",
+ "606371596": "crwdns454440:0crwdne454440:0",
+ "607535944": "crwdns454442:0crwdne454442:0",
+ "608835286": "crwdns454444:0crwdne454444:0",
+ "610290278": "crwdns454446:0crwdne454446:0",
+ "612131072": "crwdns454448:0crwdne454448:0",
+ "612225269": "crwdns454450:0crwdne454450:0",
+ "612389804": "crwdns454452:0crwdne454452:0",
+ "612635564": "crwdns454454:0crwdne454454:0",
+ "613877038": "crwdns454456:0crwdne454456:0",
+ "618187694": "crwdns454458:0crwdne454458:0",
+ "618453683": "crwdns454460:0crwdne454460:0",
+ "619610610": "crwdns454462:0crwdne454462:0",
+ "621291584": "crwdns454464:0crwdne454464:0",
+ "622253642": "crwdns454466:0crwdne454466:0",
+ "623188171": "crwdns454468:0crwdne454468:0",
+ "624256060": "crwdns454470:0crwdne454470:0",
+ "625438255": "crwdns454472:0crwdne454472:0",
+ "627388563": "crwdns454474:0crwdne454474:0",
+ "627774646": "crwdns454476:0crwdne454476:0",
+ "627845959": "crwdns454478:0crwdne454478:0",
+ "629101274": "crwdns454480:0crwdne454480:0",
+ "630520732": "crwdns454482:0crwdne454482:0",
+ "631458864": "crwdns454484:0crwdne454484:0",
+ "631607286": "crwdns454486:0crwdne454486:0",
+ "632409475": "crwdns454488:0crwdne454488:0",
+ "635121138": "crwdns454490:0crwdne454490:0",
+ "635797490": "crwdns454492:0crwdne454492:0",
+ "636070520": "crwdns454494:0crwdne454494:0",
+ "636073620": "crwdns454496:0crwdne454496:0",
+ "637013579": "crwdns454498:0crwdne454498:0",
+ "640307277": "crwdns454500:0crwdne454500:0",
+ "640405784": "crwdns454502:0crwdne454502:0",
+ "641347172": "crwdns454504:0crwdne454504:0",
+ "642403892": "crwdns454506:0crwdne454506:0",
+ "642995056": "crwdns454508:0crwdne454508:0",
+ "643554455": "crwdns454510:0crwdne454510:0",
+ "643810262": "crwdns454512:0crwdne454512:0",
+ "645317079": "crwdns454514:0crwdne454514:0",
+ "645902266": "crwdns454516:0crwdne454516:0",
+ "645954408": "crwdns454518:0crwdne454518:0",
+ "646017912": "crwdns454520:0crwdne454520:0",
+ "647610263": "crwdns454522:0crwdne454522:0",
+ "647964587": "crwdns454524:0crwdne454524:0",
+ "649962941": "crwdns454526:0crwdne454526:0",
+ "653461379": "crwdns454528:0crwdne454528:0",
+ "654674908": "crwdns454530:0crwdne454530:0",
+ "655249194": "crwdns454532:0crwdne454532:0",
+ "655519080": "crwdns454534:0crwdne454534:0",
+ "655902997": "crwdns454536:0crwdne454536:0",
+ "658337631": "crwdns454538:0crwdne454538:0",
+ "662679188": "crwdns454540:0crwdne454540:0",
+ "663180477": "crwdns454542:0crwdne454542:0",
+ "665599274": "crwdns454544:0crwdne454544:0",
+ "665777772": "crwdns454546:0crwdne454546:0",
+ "666199378": "crwdns454548:0crwdne454548:0",
+ "666906792": "crwdns454550:0crwdne454550:0",
+ "668322984": "crwdns454552:0crwdne454552:0",
+ "668456704": "crwdns454554:0crwdne454554:0",
+ "672008428": "crwdns454556:0crwdne454556:0",
+ "680204734": "crwdns454558:0crwdne454558:0",
+ "680953516": "crwdns454560:0crwdne454560:0",
+ "682063263": "crwdns454562:0crwdne454562:0",
+ "682108610": "crwdns454564:0crwdne454564:0",
+ "682657885": "crwdns454566:0crwdne454566:0",
+ "683810917": "crwdns454568:0crwdne454568:0",
+ "685027643": "crwdns454570:0crwdne454570:0",
+ "686385193": "crwdns454572:0crwdne454572:0",
+ "686387939": "crwdns454574:0crwdne454574:0",
+ "688617121": "crwdns454576:0crwdne454576:0",
+ "689068852": "crwdns454578:0crwdne454578:0",
+ "689400450": "crwdns454580:0crwdne454580:0",
+ "690238026": "crwdns454582:0crwdne454582:0",
+ "690959930": "crwdns454584:0crwdne454584:0",
+ "693342485": "crwdns454586:0crwdne454586:0",
+ "695741498": "crwdns454588:0crwdne454588:0",
+ "698313197": "crwdns454590:0crwdne454590:0",
+ "699722384": "crwdns454592:0crwdne454592:0",
+ "700128691": "crwdns454594:0crwdne454594:0",
+ "701775446": "crwdns454596:0crwdne454596:0",
+ "701840176": "crwdns454598:0crwdne454598:0",
+ "704465777": "crwdns454600:0crwdne454600:0",
+ "704532260": "crwdns454602:0crwdne454602:0",
+ "706069088": "crwdns454604:0crwdne454604:0",
+ "710137133": "crwdns454606:0crwdne454606:0",
+ "710468393": "crwdns454608:0crwdne454608:0",
+ "712547410": "crwdns454610:0crwdne454610:0",
+ "712967511": "crwdns454612:0{{loss_percent}}crwdne454612:0",
+ "714478782": "crwdns454614:0crwdne454614:0",
+ "715753532": "crwdns454616:0crwdne454616:0",
+ "717379127": "crwdns454618:0crwdne454618:0",
+ "717722142": "crwdns454620:0crwdne454620:0",
+ "719369896": "crwdns454622:0crwdne454622:0",
+ "719793280": "crwdns454624:0crwdne454624:0",
+ "720519019": "crwdns454626:0crwdne454626:0",
+ "722917880": "crwdns454628:0crwdne454628:0",
+ "723998774": "crwdns454630:0crwdne454630:0",
+ "725065931": "crwdns454632:0crwdne454632:0",
+ "726343968": "crwdns454634:0crwdne454634:0",
+ "731382582": "crwdns454636:0crwdne454636:0",
+ "733057061": "crwdns454638:0crwdne454638:0",
+ "733615113": "crwdns454640:0crwdne454640:0",
+ "733921210": "crwdns454642:0crwdne454642:0",
+ "733955450": "crwdns454644:0crwdne454644:0",
+ "737466973": "crwdns454646:0crwdne454646:0",
+ "739412906": "crwdns454648:0crwdne454648:0",
+ "740001401": "crwdns454650:0crwdne454650:0",
+ "740401541": "crwdns454652:0crwdne454652:0",
+ "740609768": "crwdns454654:0crwdne454654:0",
+ "742154764": "crwdns454656:0crwdne454656:0",
+ "743105449": "crwdns454658:0crwdne454658:0",
+ "743623600": "crwdns454660:0crwdne454660:0",
+ "746874005": "crwdns454662:0crwdne454662:0",
+ "747290779": "crwdns454664:0crwdne454664:0",
+ "751493857": "crwdns454666:0crwdne454666:0",
+ "752024971": "crwdns454668:0crwdne454668:0",
+ "752304655": "crwdns454670:0crwdne454670:0",
+ "755433132": "crwdns454672:0crwdne454672:0",
+ "756066527": "crwdns454674:0crwdne454674:0",
+ "756310599": "crwdns454676:0crwdne454676:0",
+ "758038191": "crwdns454678:0crwdne454678:0",
+ "759844711": "crwdns454680:0crwdne454680:0",
+ "760192418": "crwdns454682:0crwdne454682:0",
+ "760233310": "crwdns454684:0crwdne454684:0",
+ "762478389": "crwdns454686:0crwdne454686:0",
+ "763072092": "crwdns454688:0crwdne454688:0",
+ "763514492": "crwdns454690:0crwdne454690:0",
+ "764856444": "crwdns454692:0crwdne454692:0",
+ "768795461": "crwdns454694:0crwdne454694:0",
+ "769728384": "crwdns454696:0crwdne454696:0",
+ "770100372": "crwdns454698:0crwdne454698:0",
+ "773309981": "crwdns454700:0crwdne454700:0",
+ "774654899": "crwdns454702:0crwdne454702:0",
+ "776085955": "crwdns454704:0crwdne454704:0",
+ "777848993": "crwdns454706:0crwdne454706:0",
+ "778624300": "crwdns454708:0crwdne454708:0",
+ "779522948": "crwdns454710:0crwdne454710:0",
+ "780041225": "crwdns454712:0crwdne454712:0",
+ "781723751": "crwdns454714:0crwdne454714:0",
+ "783010200": "crwdns454716:0crwdne454716:0",
+ "783153785": "crwdns454718:0crwdne454718:0",
+ "783391379": "crwdns454720:0crwdne454720:0",
+ "783545585": "crwdns454722:0crwdne454722:0",
+ "783815409": "crwdns454724:0crwdne454724:0",
+ "784131672": "crwdns454726:0crwdne454726:0",
+ "784262660": "crwdns454728:0crwdne454728:0",
+ "785969488": "crwdns454730:0crwdne454730:0",
+ "785973496": "crwdns454732:0crwdne454732:0",
+ "786796042": "crwdns454734:0crwdne454734:0",
+ "788015089": "crwdns454736:0crwdne454736:0",
+ "788744327": "crwdns454738:0crwdne454738:0",
+ "789376489": "crwdns454740:0crwdne454740:0",
+ "790534726": "crwdns454742:0crwdne454742:0",
+ "793647899": "crwdns454744:0crwdne454744:0",
+ "795493132": "crwdns454746:0crwdne454746:0",
+ "798018540": "crwdns454748:0crwdne454748:0",
+ "799457743": "crwdns454750:0crwdne454750:0",
+ "800183478": "crwdns454752:0crwdne454752:0",
+ "800934856": "crwdns454754:0crwdne454754:0",
+ "802021852": "crwdns454756:0crwdne454756:0",
+ "803989222": "crwdns454758:0crwdne454758:0",
+ "806165583": "crwdns454760:0crwdne454760:0",
+ "806951253": "crwdns459768:0crwdne459768:0",
+ "808426886": "crwdns454762:0crwdne454762:0",
+ "809146176": "crwdns454764:0crwdne454764:0",
+ "809480545": "crwdns454766:0crwdne454766:0",
+ "809649275": "crwdns454768:0crwdne454768:0",
+ "809734567": "crwdns454770:0crwdne454770:0",
+ "811665902": "crwdns454772:0crwdne454772:0",
+ "812101045": "crwdns454774:0crwdne454774:0",
+ "812888944": "crwdns454776:0crwdne454776:0",
+ "814009433": "crwdns454778:0crwdne454778:0",
+ "814289409": "crwdns454780:0crwdne454780:0",
+ "814644033": "crwdns454782:0crwdne454782:0",
+ "815602603": "crwdns454784:0crwdne454784:0",
+ "816534303": "crwdns454786:0crwdne454786:0",
+ "817637233": "crwdns454788:0crwdne454788:0",
+ "818087675": "crwdns454790:0crwdne454790:0",
+ "818659471": "crwdns454792:0crwdne454792:0",
+ "821573893": "crwdns454794:0crwdne454794:0",
+ "822794444": "crwdns454796:0crwdne454796:0",
+ "822932128": "crwdns454798:0crwdne454798:0",
+ "824381946": "crwdns454800:0crwdne454800:0",
+ "825675433": "crwdns454802:0crwdne454802:0",
+ "825815966": "crwdns454804:0crwdne454804:0",
+ "826511719": "crwdns454806:0crwdne454806:0",
+ "829379369": "crwdns454808:0crwdne454808:0",
+ "829579058": "crwdns454810:0crwdne454810:0",
+ "831164350": "crwdns454812:0crwdne454812:0",
+ "831282685": "crwdns454814:0crwdne454814:0",
+ "832324110": "crwdns454816:0crwdne454816:0",
+ "833307400": "crwdns454818:0crwdne454818:0",
+ "835766128": "crwdns454820:0crwdne454820:0",
+ "836003615": "crwdns454822:0crwdne454822:0",
+ "836198432": "crwdns454824:0crwdne454824:0",
+ "838569559": "crwdns454826:0crwdne454826:0",
+ "839540479": "crwdns454828:0crwdne454828:0",
+ "840305493": "crwdns454830:0crwdne454830:0",
+ "840377360": "crwdns454832:0crwdne454832:0",
+ "841451101": "crwdns454834:0crwdne454834:0",
+ "847028402": "crwdns454836:0crwdne454836:0",
+ "847292249": "crwdns454838:0crwdne454838:0",
+ "847524212": "crwdns454840:0crwdne454840:0",
+ "849690361": "crwdns454842:0crwdne454842:0",
+ "850735123": "crwdns454844:0crwdne454844:0",
+ "851827893": "crwdns454846:0crwdne454846:0",
+ "852527030": "crwdns454848:0crwdne454848:0",
+ "856157434": "crwdns454850:0crwdne454850:0",
+ "856801593": "crwdns454852:0crwdne454852:0",
+ "857363137": "crwdns454854:0crwdne454854:0",
+ "857398912": "crwdns454856:0crwdne454856:0",
+ "858780255": "crwdns454858:0crwdne454858:0",
+ "860052562": "crwdns454860:0crwdne454860:0",
+ "860361834": "crwdns454862:0crwdne454862:0",
+ "863888160": "crwdns454864:0{{login_url}}crwdne454864:0",
+ "867408042": "crwdns454866:0crwdne454866:0",
+ "867582421": "crwdns454868:0crwdne454868:0",
+ "868154618": "crwdns454870:0crwdne454870:0",
+ "868499940": "crwdns454872:0crwdne454872:0",
+ "871486196": "crwdns454874:0crwdne454874:0",
+ "874573741": "crwdns454876:0crwdne454876:0",
+ "874881951": "crwdns454878:0crwdne454878:0",
+ "875311753": "crwdns454880:0crwdne454880:0",
+ "875766134": "crwdns454882:0crwdne454882:0",
+ "876581050": "crwdns454884:0crwdne454884:0",
+ "877897643": "crwdns454886:0crwdne454886:0",
+ "878441070": "crwdns454888:0crwdne454888:0",
+ "878676836": "crwdns454890:0crwdne454890:0",
+ "878922748": "crwdns454892:0crwdne454892:0",
+ "878929504": "crwdns454894:0crwdne454894:0",
+ "879478126": "crwdns454896:0crwdne454896:0",
+ "881413021": "crwdns454898:0crwdne454898:0",
+ "882216897": "crwdns454900:0crwdne454900:0",
+ "885479216": "crwdns454902:0crwdne454902:0",
+ "886712679": "crwdns454904:0crwdne454904:0",
+ "887282040": "crwdns454906:0crwdne454906:0",
+ "888619169": "crwdns454908:0crwdne454908:0",
+ "888978991": "crwdns454910:0crwdne454910:0",
+ "889704223": "crwdns454912:0{{trade_no}}crwdne454912:0",
+ "890667695": "crwdns454914:0crwdne454914:0",
+ "893607771": "crwdns454916:0crwdne454916:0",
+ "893980632": "crwdns454918:0crwdne454918:0",
+ "895567953": "crwdns454920:0crwdne454920:0",
+ "895594801": "crwdns454922:0crwdne454922:0",
+ "896028940": "crwdns454924:0crwdne454924:0",
+ "896455617": "crwdns454926:0crwdne454926:0",
+ "897072394": "crwdns454928:0crwdne454928:0",
+ "897114272": "crwdns454930:0crwdne454930:0",
+ "897325464": "crwdns454932:0crwdne454932:0",
+ "901158881": "crwdns454934:0crwdne454934:0",
+ "903422317": "crwdns454936:0crwdne454936:0",
+ "905952695": "crwdns454938:0crwdne454938:0",
+ "906120998": "crwdns454940:0crwdne454940:0",
+ "909083576": "crwdns454942:0crwdne454942:0",
+ "912406629": "crwdns454944:0crwdne454944:0",
+ "912981300": "crwdns454946:0crwdne454946:0",
+ "913091440": "crwdns454948:0crwdne454948:0",
+ "913719394": "crwdns454950:0crwdne454950:0",
+ "915392164": "crwdns454952:0crwdne454952:0",
+ "920363635": "crwdns454954:0crwdne454954:0",
+ "925239281": "crwdns454956:0crwdne454956:0",
+ "927364570": "crwdns454958:0crwdne454958:0",
+ "927510190": "crwdns454960:0crwdne454960:0",
+ "927827352": "crwdns454962:0crwdne454962:0",
+ "927830157": "crwdns454964:0crwdne454964:0",
+ "930211164": "crwdns454966:0crwdne454966:0",
+ "931190863": "crwdns454968:0crwdne454968:0",
+ "931793340": "crwdns454970:0crwdne454970:0",
+ "931896911": "crwdns454972:0crwdne454972:0",
+ "932190946": "crwdns454974:0crwdne454974:0",
+ "934777772": "crwdns454976:0crwdne454976:0",
+ "935167918": "crwdns454978:0crwdne454978:0",
+ "935645176": "crwdns454980:0crwdne454980:0",
+ "938792466": "crwdns454982:0crwdne454982:0",
+ "939136950": "crwdns454984:0crwdne454984:0",
+ "941978699": "crwdns454986:0crwdne454986:0",
+ "943324913": "crwdns454988:0crwdne454988:0",
+ "943716510": "crwdns454990:0crwdne454990:0",
+ "944896800": "crwdns454992:0crwdne454992:0",
+ "945739129": "crwdns454994:0crwdne454994:0",
+ "949617971": "crwdns454996:0crwdne454996:0",
+ "955451911": "crwdns454998:0crwdne454998:0",
+ "958430760": "crwdns455000:0crwdne455000:0",
+ "959971586": "crwdns455002:0crwdne455002:0",
+ "960618190": "crwdns455004:0crwdne455004:0",
+ "961530723": "crwdns455006:0crwdne455006:0",
+ "962218636": "crwdns455008:0crwdne455008:0",
+ "963202666": "crwdns455010:0crwdne455010:0",
+ "963922337": "crwdns455012:0crwdne455012:0",
+ "964982895": "crwdns455014:0crwdne455014:0",
+ "968040107": "crwdns455016:0crwdne455016:0",
+ "968576099": "crwdns455018:0crwdne455018:0",
+ "968627888": "crwdns455020:0crwdne455020:0",
+ "972090300": "crwdns455022:0crwdne455022:0",
+ "973734471": "crwdns455024:0crwdne455024:0",
+ "973933650": "crwdns455026:0crwdne455026:0",
+ "974888153": "crwdns455028:0crwdne455028:0",
+ "980696453": "crwdns455030:0crwdne455030:0",
+ "984493995": "crwdns455032:0crwdne455032:0",
+ "987254458": "crwdns455034:0crwdne455034:0",
+ "990019749": "crwdns455036:0crwdne455036:0",
+ "990114511": "crwdns455038:0crwdne455038:0",
+ "992411597": "crwdns455040:0crwdne455040:0",
+ "992485806": "crwdns455042:0crwdne455042:0",
+ "1000512133": "crwdns455044:0crwdne455044:0",
+ "1001160515": "crwdns455046:0crwdne455046:0",
+ "1001731723": "crwdns455048:0crwdne455048:0",
+ "1004480214": "crwdns455050:0crwdne455050:0",
+ "1005687893": "crwdns455052:0crwdne455052:0",
+ "1005701957": "crwdns455054:0crwdne455054:0",
+ "1005941063": "crwdns455056:0crwdne455056:0",
+ "1009128101": "crwdns455058:0crwdne455058:0",
+ "1010278278": "crwdns455060:0crwdne455060:0",
+ "1010645311": "crwdns455062:0crwdne455062:0",
+ "1011699543": "crwdns455064:0crwdne455064:0",
+ "1012902658": "crwdns455066:0crwdne455066:0",
+ "1015510435": "crwdns455068:0crwdne455068:0",
+ "1016174771": "crwdns455070:0crwdne455070:0",
+ "1016273887": "crwdns455072:0crwdne455072:0",
+ "1016846951": "crwdns455074:0crwdne455074:0",
+ "1021490172": "crwdns455076:0crwdne455076:0",
+ "1021972951": "crwdns455078:0crwdne455078:0",
+ "1022211991": "crwdns455080:0crwdne455080:0",
+ "1023044581": "crwdns455082:0crwdne455082:0",
+ "1023795011": "crwdns455084:0crwdne455084:0",
+ "1023972728": "crwdns455086:0crwdne455086:0",
+ "1024366221": "crwdns455088:0crwdne455088:0",
+ "1024953822": "crwdns455090:0crwdne455090:0",
+ "1026160856": "crwdns455092:0crwdne455092:0",
+ "1027197513": "crwdns455094:0crwdne455094:0",
+ "1032907147": "crwdns455096:0crwdne455096:0",
+ "1033805779": "crwdns455098:0crwdne455098:0",
+ "1033824796": "crwdns455100:0crwdne455100:0",
+ "1034695894": "crwdns455102:0crwdne455102:0",
+ "1034875052": "crwdns455104:0crwdne455104:0",
+ "1035639511": "crwdns455106:0crwdne455106:0",
+ "1035890756": "crwdns455108:0crwdne455108:0",
+ "1037965324": "crwdns455110:0crwdne455110:0",
+ "1039678171": "crwdns455112:0crwdne455112:0",
+ "1041343262": "crwdns455114:0crwdne455114:0",
+ "1041405933": "crwdns455116:0crwdne455116:0",
+ "1044540155": "crwdns455118:0crwdne455118:0",
+ "1045309798": "crwdns455120:0crwdne455120:0",
+ "1046578159": "crwdns455122:0crwdne455122:0",
+ "1049125557": "crwdns455124:0crwdne455124:0",
+ "1050003244": "crwdns455126:0crwdne455126:0",
+ "1051666965": "crwdns455128:0crwdne455128:0",
+ "1051732300": "crwdns455130:0crwdne455130:0",
+ "1052239082": "crwdns455132:0crwdne455132:0",
+ "1053153674": "crwdns455134:0crwdne455134:0",
+ "1053405337": "crwdns455136:0crwdne455136:0",
+ "1054141122": "crwdns455138:0crwdne455138:0",
+ "1056821534": "crwdns455140:0crwdne455140:0",
+ "1057239639": "crwdns455142:0crwdne455142:0",
+ "1058440967": "crwdns455144:0crwdne455144:0",
+ "1062240703": "crwdns455146:0crwdne455146:0",
+ "1062246296": "crwdns455148:0crwdne455148:0",
+ "1062691395": "crwdns455150:0crwdne455150:0",
+ "1065635876": "crwdns455152:0crwdne455152:0",
+ "1067137194": "crwdns455154:0crwdne455154:0",
+ "1068264174": "crwdns455156:0crwdne455156:0",
+ "1069671533": "crwdns455158:0crwdne455158:0",
+ "1072277224": "crwdns455160:0crwdne455160:0",
+ "1072571985": "crwdns455162:0crwdne455162:0",
+ "1074669784": "crwdns455164:0crwdne455164:0",
+ "1077281998": "crwdns455166:0crwdne455166:0",
+ "1077779258": "crwdns455168:0crwdne455168:0",
+ "1078303105": "crwdns455170:0crwdne455170:0",
+ "1079127917": "crwdns455172:0crwdne455172:0",
+ "1079537687": "crwdns455174:0crwdne455174:0",
+ "1079986638": "crwdns455176:0crwdne455176:0",
+ "1082899428": "crwdns455178:0crwdne455178:0",
+ "1082977556": "crwdns455180:0crwdne455180:0",
+ "1084407062": "crwdns455182:0crwdne455182:0",
+ "1084702344": "crwdns455184:0crwdne455184:0",
+ "1084960586": "crwdns455186:0crwdne455186:0",
+ "1088714501": "crwdns455188:0crwdne455188:0",
+ "1094162624": "crwdns455190:0crwdne455190:0",
+ "1094997218": "crwdns455192:0crwdne455192:0",
+ "1096779286": "crwdns455194:0crwdne455194:0",
+ "1097047298": "crwdns455196:0crwdne455196:0",
+ "1097133380": "crwdns455198:0crwdne455198:0",
+ "1097188292": "crwdns455200:0crwdne455200:0",
+ "1098718347": "crwdns455202:0crwdne455202:0",
+ "1099021729": "crwdns455204:0crwdne455204:0",
+ "1099892929": "crwdns455206:0crwdne455206:0",
+ "1103215117": "crwdns455208:0crwdne455208:0",
+ "1105452228": "crwdns455210:0crwdne455210:0",
+ "1106425559": "crwdns455212:0crwdne455212:0",
+ "1106746692": "crwdns455214:0crwdne455214:0",
+ "1107638944": "crwdns455216:0crwdne455216:0",
+ "1108389724": "crwdns455218:0crwdne455218:0",
+ "1113034090": "crwdns455220:0crwdne455220:0",
+ "1113469496": "crwdns455222:0crwdne455222:0",
+ "1114242450": "crwdns455224:0crwdne455224:0",
+ "1115835371": "crwdns455226:0crwdne455226:0",
+ "1118374622": "crwdns455228:0crwdne455228:0",
+ "1119260541": "crwdns455230:0crwdne455230:0",
+ "1119887091": "crwdns455232:0crwdne455232:0",
+ "1120526496": "crwdns455234:0crwdne455234:0",
+ "1123710409": "crwdns455236:0crwdne455236:0",
+ "1123908498": "crwdns455238:0crwdne455238:0",
+ "1124560181": "crwdns455240:0crwdne455240:0",
+ "1124829631": "crwdns455242:0crwdne455242:0",
+ "1124905330": "crwdns455244:0crwdne455244:0",
+ "1126492980": "crwdns455246:0crwdne455246:0",
+ "1126725671": "crwdns455248:0crwdne455248:0",
+ "1126917116": "crwdns455250:0crwdne455250:0",
+ "1127858885": "crwdns455252:0crwdne455252:0",
+ "1128046384": "crwdns455254:0crwdne455254:0",
+ "1135059547": "crwdns455256:0crwdne455256:0",
+ "1136360582": "crwdns455258:0crwdne455258:0",
+ "1136731907": "crwdns455260:0crwdne455260:0",
+ "1141200231": "crwdns455262:0crwdne455262:0",
+ "1145468876": "crwdns455264:0crwdne455264:0",
+ "1147802767": "crwdns455266:0crwdne455266:0",
+ "1150953111": "crwdns455268:0crwdne455268:0",
+ "1151456638": "crwdns455270:0crwdne455270:0",
+ "1151925602": "crwdns455272:0crwdne455272:0",
+ "1152332043": "crwdns455274:0crwdne455274:0",
+ "1155361880": "crwdns455276:0crwdne455276:0",
+ "1155971726": "crwdns455278:0crwdne455278:0",
+ "1158101648": "crwdns455280:0crwdne455280:0",
+ "1161999797": "crwdns455282:0crwdne455282:0",
+ "1167224712": "crwdns455284:0crwdne455284:0",
+ "1168114406": "crwdns455286:0crwdne455286:0",
+ "1168167679": "crwdns455288:0crwdne455288:0",
+ "1169206819": "crwdns455290:0crwdne455290:0",
+ "1169378202": "crwdns455292:0crwdne455292:0",
+ "1171765024": "crwdns455294:0crwdne455294:0",
+ "1172611503": "crwdns455296:0crwdne455296:0",
+ "1173289870": "crwdns455298:0crwdne455298:0",
+ "1175717636": "crwdns455300:0crwdne455300:0",
+ "1177080017": "crwdns455302:0crwdne455302:0",
+ "1178873929": "crwdns455304:0crwdne455304:0",
+ "1179169693": "crwdns455306:0crwdne455306:0",
+ "1179825750": "crwdns455308:0crwdne455308:0",
+ "1181506313": "crwdns455310:0crwdne455310:0",
+ "1182198798": "crwdns455312:0crwdne455312:0",
+ "1182470294": "crwdns455314:0crwdne455314:0",
+ "1183868384": "crwdns455316:0crwdne455316:0",
+ "1184301560": "crwdns455318:0crwdne455318:0",
+ "1186450032": "crwdns455320:0crwdne455320:0",
+ "1189491487": "crwdns455322:0crwdne455322:0",
+ "1189875009": "crwdns455324:0crwdne455324:0",
+ "1190588251": "crwdns455326:0crwdne455326:0",
+ "1191311301": "crwdns455328:0crwdne455328:0",
+ "1191682103": "crwdns455330:0crwdne455330:0",
+ "1195213035": "crwdns455332:0crwdne455332:0",
+ "1196310280": "crwdns455334:0crwdne455334:0",
+ "1197939158": "crwdns455336:0crwdne455336:0",
+ "1198781410": "crwdns455338:0crwdne455338:0",
+ "1205209576": "crwdns455340:0crwdne455340:0",
+ "1207865156": "crwdns455342:0crwdne455342:0",
+ "1208151831": "crwdns455344:0crwdne455344:0",
+ "1208382171": "crwdns455346:0crwdne455346:0",
+ "1211781148": "crwdns455348:0crwdne455348:0",
+ "1211817306": "crwdns455350:0crwdne455350:0",
+ "1213111346": "crwdns455352:0crwdne455352:0",
+ "1213902291": "crwdns455354:0crwdne455354:0",
+ "1214098313": "crwdns455356:0crwdne455356:0",
+ "1215637769": "crwdns455358:0crwdne455358:0",
+ "1216205330": "crwdns455360:0crwdne455360:0",
+ "1216280249": "crwdns455362:0crwdne455362:0",
+ "1217246029": "crwdns455364:0crwdne455364:0",
+ "1219754757": "crwdns455366:0crwdne455366:0",
+ "1220962322": "crwdns455368:0crwdne455368:0",
+ "1221532796": "crwdns455370:0crwdne455370:0",
+ "1221671301": "crwdns455372:0crwdne455372:0",
+ "1225275160": "crwdns455374:0crwdne455374:0",
+ "1225761821": "crwdns455376:0crwdne455376:0",
+ "1226639859": "crwdns455378:0crwdne455378:0",
+ "1229753077": "crwdns455380:0crwdne455380:0",
+ "1230198893": "crwdns455382:0crwdne455382:0",
+ "1237147454": "crwdns455384:0crwdne455384:0",
+ "1237777653": "crwdns455386:0crwdne455386:0",
+ "1238256430": "crwdns455388:0crwdne455388:0",
+ "1240797431": "crwdns455390:0crwdne455390:0",
+ "1241426772": "crwdns455392:0crwdne455392:0",
+ "1244168183": "crwdns455394:0crwdne455394:0",
+ "1246145751": "crwdns455396:0crwdne455396:0",
+ "1248844726": "crwdns455398:0crwdne455398:0",
+ "1254667788": "crwdns455400:0crwdne455400:0",
+ "1254866713": "crwdns455402:0crwdne455402:0",
+ "1256295276": "crwdns455404:0crwdne455404:0",
+ "1256530668": "crwdns455406:0crwdne455406:0",
+ "1257029444": "crwdns455408:0crwdne455408:0",
+ "1258668610": "crwdns455410:0crwdne455410:0",
+ "1259598687": "crwdns455412:0crwdne455412:0",
+ "1261634270": "crwdns455414:0crwdne455414:0",
+ "1268136992": "crwdns455416:0crwdne455416:0",
+ "1268931688": "crwdns455418:0crwdne455418:0",
+ "1269263572": "crwdns455420:0crwdne455420:0",
+ "1270782712": "crwdns455422:0crwdne455422:0",
+ "1272012156": "crwdns455424:0crwdne455424:0",
+ "1274309337": "crwdns455426:0crwdne455426:0",
+ "1274713580": "crwdns455428:0crwdne455428:0",
+ "1275674402": "crwdns455430:0crwdne455430:0",
+ "1276342366": "crwdns455432:0crwdne455432:0",
+ "1280380287": "crwdns455434:0crwdne455434:0",
+ "1284674803": "crwdns455436:0crwdne455436:0",
+ "1285517993": "crwdns455438:0crwdne455438:0",
+ "1286094280": "crwdns455440:0crwdne455440:0",
+ "1286648079": "crwdns455442:0crwdne455442:0",
+ "1288690494": "crwdns455444:0crwdne455444:0",
+ "1289363035": "crwdns455446:0crwdne455446:0",
+ "1289646209": "crwdns455448:0crwdne455448:0",
+ "1291658124": "crwdns455450:0crwdne455450:0",
+ "1291852379": "crwdns455452:0crwdne455452:0",
+ "1293479771": "crwdns455454:0crwdne455454:0",
+ "1294884975": "crwdns455456:0crwdne455456:0",
+ "1298148281": "crwdns455458:0crwdne455458:0",
+ "1299144461": "crwdns455460:0crwdne455460:0",
+ "1299666269": "crwdns455462:0crwdne455462:0",
+ "1302849350": "crwdns455464:0crwdne455464:0",
+ "1304034020": "crwdns455466:0crwdne455466:0",
+ "1308171976": "crwdns455468:0crwdne455468:0",
+ "1311522952": "crwdns455470:0crwdne455470:0",
+ "1312475321": "crwdns455472:0crwdne455472:0",
+ "1312811555": "crwdns455474:0crwdne455474:0",
+ "1312819271": "crwdns455476:0crwdne455476:0",
+ "1316697520": "crwdns455478:0crwdne455478:0",
+ "1318017828": "crwdns455480:0crwdne455480:0",
+ "1320403859": "crwdns455482:0crwdne455482:0",
+ "1322942144": "crwdns455484:0crwdne455484:0",
+ "1323472781": "crwdns455486:0crwdne455486:0",
+ "1324235103": "crwdns455488:0crwdne455488:0",
+ "1324376913": "crwdns455490:0crwdne455490:0",
+ "1324779616": "crwdns455492:0crwdne455492:0",
+ "1326235397": "crwdns455494:0crwdne455494:0",
+ "1327067520": "crwdns455496:0crwdne455496:0",
+ "1332168410": "crwdns455498:0crwdne455498:0",
+ "1333075628": "crwdns455500:0crwdne455500:0",
+ "1333584730": "crwdns455502:0crwdne455502:0",
+ "1334260583": "crwdns455504:0crwdne455504:0",
+ "1335102098": "crwdns455506:0crwdne455506:0",
+ "1337826979": "crwdns455508:0crwdne455508:0",
+ "1344549184": "crwdns455510:0crwdne455510:0",
+ "1345597448": "crwdns455512:0crwdne455512:0",
+ "1349080073": "crwdns455514:0crwdne455514:0",
+ "1353811622": "crwdns455516:0crwdne455516:0",
+ "1354275546": "crwdns455518:0crwdne455518:0",
+ "1354590562": "crwdns455520:0crwdne455520:0",
+ "1355514813": "crwdns455522:0crwdne455522:0",
+ "1355808192": "crwdns455524:0crwdne455524:0",
+ "1357493810": "crwdns455526:0crwdne455526:0",
+ "1359080808": "crwdns455528:0crwdne455528:0",
+ "1359732815": "crwdns455530:0crwdne455530:0",
+ "1360754724": "crwdns455532:0crwdne455532:0",
+ "1362578283": "crwdns455534:0crwdne455534:0",
+ "1363124819": "crwdns455536:0crwdne455536:0",
+ "1363502727": "crwdns455538:0crwdne455538:0",
+ "1364296672": "crwdns455540:0crwdne455540:0",
+ "1364947573": "crwdns455542:0crwdne455542:0",
+ "1364958515": "crwdns455544:0crwdne455544:0",
+ "1367358043": "crwdns455546:0crwdne455546:0",
+ "1367990698": "crwdns455548:0crwdne455548:0",
+ "1371193412": "crwdns455550:0crwdne455550:0",
+ "1373549717": "crwdns455552:0crwdne455552:0",
+ "1375342464": "crwdns455554:0crwdne455554:0",
+ "1376724761": "crwdns455556:0crwdne455556:0",
+ "1376955476": "crwdns455558:0crwdne455558:0",
+ "1379143800": "crwdns455560:0crwdne455560:0",
+ "1382453331": "crwdns455562:0crwdne455562:0",
+ "1384941966": "crwdns455564:0crwdne455564:0",
+ "1386344585": "crwdns455566:0crwdne455566:0",
+ "1387503299": "crwdns455568:0crwdne455568:0",
+ "1390275511": "crwdns455570:0crwdne455570:0",
+ "1391134932": "crwdns455572:0crwdne455572:0",
+ "1391269416": "crwdns455574:0crwdne455574:0",
+ "1391632806": "crwdns455576:0crwdne455576:0",
+ "1393006010": "crwdns455578:0crwdne455578:0",
+ "1393602451": "crwdns455580:0crwdne455580:0",
+ "1394697594": "crwdns455582:0crwdne455582:0",
+ "1396179592": "crwdns455584:0crwdne455584:0",
+ "1396417530": "crwdns455586:0crwdne455586:0",
+ "1399001016": "crwdns455588:0crwdne455588:0",
+ "1400962248": "crwdns455592:0crwdne455592:0",
+ "1405237333": "crwdns455594:0crwdne455594:0",
+ "1406209174": "crwdns455596:0crwdne455596:0",
+ "1406360927": "crwdns455598:0crwdne455598:0",
+ "1407191858": "crwdns455600:0crwdne455600:0",
+ "1408071788": "crwdns455602:0crwdne455602:0",
+ "1409139116": "crwdns455604:0crwdne455604:0",
+ "1410320737": "crwdns455606:0crwdne455606:0",
+ "1411032790": "crwdns455608:0crwdne455608:0",
+ "1411975375": "crwdns455610:0crwdne455610:0",
+ "1412644174": "crwdns455612:0crwdne455612:0",
+ "1416248668": "crwdns455614:0crwdne455614:0",
+ "1418467036": "crwdns455616:0crwdne455616:0",
+ "1421464735": "crwdns455618:0crwdne455618:0",
+ "1423609990": "crwdns455620:0crwdne455620:0",
+ "1424805407": "crwdns455622:0crwdne455622:0",
+ "1425594249": "crwdns455624:0crwdne455624:0",
+ "1425780786": "crwdns455626:0crwdne455626:0",
+ "1426151926": "crwdns455628:0crwdne455628:0",
+ "1426790442": "crwdns455630:0crwdne455630:0",
+ "1433223815": "crwdns455632:0crwdne455632:0",
+ "1433574125": "crwdns455634:0crwdne455634:0",
+ "1435127930": "crwdns455636:0crwdne455636:0",
+ "1435321289": "crwdns455638:0crwdne455638:0",
+ "1435793182": "crwdns455640:0crwdne455640:0",
+ "1437505451": "crwdns455642:0crwdne455642:0",
+ "1439020196": "crwdns455644:0crwdne455644:0",
+ "1441027550": "crwdns455646:0crwdne455646:0",
+ "1445592224": "crwdns455648:0crwdne455648:0",
+ "1445901371": "crwdns455650:0crwdne455650:0",
+ "1448470646": "crwdns455652:0crwdne455652:0",
+ "1450233348": "crwdns455654:0crwdne455654:0",
+ "1451636739": "crwdns455656:0crwdne455656:0",
+ "1454189755": "crwdns455658:0crwdne455658:0",
+ "1454243296": "crwdns455660:0crwdne455660:0",
+ "1456673219": "crwdns455662:0crwdne455662:0",
+ "1456920032": "crwdns455664:0crwdne455664:0",
+ "1458263388": "crwdns455666:0crwdne455666:0",
+ "1458583383": "crwdns455668:0crwdne455668:0",
+ "1463614633": "crwdns455672:0crwdne455672:0",
+ "1466745668": "crwdns455674:0crwdne455674:0",
+ "1467325385": "crwdns455676:0crwdne455676:0",
+ "1467675455": "crwdns455678:0crwdne455678:0",
+ "1469626982": "crwdns455680:0crwdne455680:0",
+ "1470207808": "crwdns455682:0crwdne455682:0",
+ "1472787414": "crwdns455684:0crwdne455684:0",
+ "1475208422": "crwdns455686:0crwdne455686:0",
+ "1479399998": "crwdns455688:0crwdne455688:0",
+ "1480607246": "crwdns455690:0crwdne455690:0",
+ "1484774405": "crwdns455692:0crwdne455692:0",
+ "1485752074": "crwdns455694:0crwdne455694:0",
+ "1486874803": "crwdns455696:0crwdne455696:0",
+ "1488554938": "crwdns455698:0crwdne455698:0",
+ "1489350747": "crwdns455700:0crwdne455700:0",
+ "1489994179": "crwdns455702:0crwdne455702:0",
+ "1490540125": "crwdns455704:0crwdne455704:0",
+ "1490936453": "crwdns455706:0crwdne455706:0",
+ "1491012687": "crwdns455708:0crwdne455708:0",
+ "1491181763": "crwdns455710:0crwdne455710:0",
+ "1492594418": "crwdns455712:0crwdne455712:0",
+ "1493671770": "crwdns455714:0crwdne455714:0",
+ "1493835906": "crwdns455716:0crwdne455716:0",
+ "1496486675": "crwdns455718:0crwdne455718:0",
+ "1496810530": "crwdns455720:0crwdne455720:0",
+ "1498651658": "crwdns455722:0crwdne455722:0",
+ "1499981850": "crwdns455724:0crwdne455724:0",
+ "1502162725": "crwdns455726:0crwdne455726:0",
+ "1502175389": "crwdns455728:0crwdne455728:0",
+ "1502453121": "crwdns455730:0crwdne455730:0",
+ "1502642397": "crwdns455732:0crwdne455732:0",
+ "1503602940": "crwdns455734:0crwdne455734:0",
+ "1504670496": "crwdns455736:0crwdne455736:0",
+ "1505978883": "crwdns455738:0crwdne455738:0",
+ "1509244758": "crwdns455740:0crwdne455740:0",
+ "1510075920": "crwdns455742:0crwdne455742:0",
+ "1516537408": "crwdns455744:0crwdne455744:0",
+ "1516676261": "crwdns455746:0crwdne455746:0",
+ "1521590614": "crwdns455748:0crwdne455748:0",
+ "1522587298": "crwdns455750:0crwdne455750:0",
+ "1524033858": "crwdns455752:0crwdne455752:0",
+ "1525885795": "crwdns455754:0crwdne455754:0",
+ "1528031455": "crwdns455756:0crwdne455756:0",
+ "1529602839": "crwdns455758:0crwdne455758:0",
+ "1536955851": "crwdns455760:0crwdne455760:0",
+ "1537212469": "crwdns455762:0crwdne455762:0",
+ "1539984821": "crwdns455764:0crwdne455764:0",
+ "1540879673": "crwdns455766:0crwdne455766:0",
+ "1541818425": "crwdns455768:0crwdne455768:0",
+ "1542393407": "crwdns455770:0crwdne455770:0",
+ "1542938499": "crwdns455772:0crwdne455772:0",
+ "1546535785": "crwdns455774:0crwdne455774:0",
+ "1546917177": "crwdns455776:0crwdne455776:0",
+ "1550574351": "crwdns455778:0crwdne455778:0",
+ "1551153165": "crwdns455780:0crwdne455780:0",
+ "1551172020": "crwdns455782:0crwdne455782:0",
+ "1552847627": "crwdns455784:0crwdne455784:0",
+ "1553783327": "crwdns455786:0crwdne455786:0",
+ "1553836855": "crwdns455788:0crwdne455788:0",
+ "1553995374": "crwdns455790:0crwdne455790:0",
+ "1555213049": "crwdns455792:0crwdne455792:0",
+ "1556304768": "crwdns455794:0crwdne455794:0",
+ "1556776884": "crwdns455796:0crwdne455796:0",
+ "1556866509": "crwdns455798:0crwdne455798:0",
+ "1556922066": "crwdns455800:0crwdne455800:0",
+ "1557535154": "crwdns455802:0crwdne455802:0",
+ "1558114971": "crwdns455804:0crwdne455804:0",
+ "1559712313": "crwdns455806:0crwdne455806:0",
+ "1562241070": "crwdns455808:0crwdne455808:0",
+ "1563919822": "crwdns455810:0crwdne455810:0",
+ "1564461474": "crwdns455812:0crwdne455812:0",
+ "1565220133": "crwdns455814:0crwdne455814:0",
+ "1567023771": "crwdns455816:0crwdne455816:0",
+ "1567026093": "crwdns455818:0crwdne455818:0",
+ "1567745852": "crwdns455820:0crwdne455820:0",
+ "1568229202": "crwdns455822:0crwdne455822:0",
+ "1569765697": "crwdns455824:0crwdne455824:0",
+ "1569834661": "crwdns455826:0crwdne455826:0",
+ "1571130376": "crwdns455828:0crwdne455828:0",
+ "1571653008": "crwdns455830:0crwdne455830:0",
+ "1571816719": "crwdns455832:0crwdne455832:0",
+ "1573231398": "crwdns455834:0crwdne455834:0",
+ "1574476135": "crwdns455836:0crwdne455836:0",
+ "1576607456": "crwdns455838:0crwdne455838:0",
+ "1577236867": "crwdns455840:0crwdne455840:0",
+ "1577454262": "crwdns455842:0crwdne455842:0",
+ "1578596075": "crwdns455844:0crwdne455844:0",
+ "1580079138": "crwdns455846:0crwdne455846:0",
+ "1582462514": "crwdns455848:0crwdne455848:0",
+ "1584558075": "crwdns455850:0crwdne455850:0",
+ "1585930852": "crwdns455852:0crwdne455852:0",
+ "1586065334": "crwdns455854:0crwdne455854:0",
+ "1586312040": "crwdns455856:0crwdne455856:0",
+ "1586341728": "crwdns455858:0crwdne455858:0",
+ "1588850507": "crwdns455860:0crwdne455860:0",
+ "1589165958": "crwdns455862:0crwdne455862:0",
+ "1591242575": "crwdns455864:0crwdne455864:0",
+ "1591498220": "crwdns455866:0crwdne455866:0",
+ "1591623217": "crwdns455868:0crwdne455868:0",
+ "1592543050": "crwdns455870:0crwdne455870:0",
+ "1593423002": "crwdns455872:0crwdne455872:0",
+ "1593716245": "crwdns455874:0crwdne455874:0",
+ "1593723948": "crwdns455876:0crwdne455876:0",
+ "1595539912": "crwdns455878:0crwdne455878:0",
+ "1598664071": "crwdns455880:0crwdne455880:0",
+ "1599891822": "crwdns455882:0crwdne455882:0",
+ "1601324523": "crwdns455884:0crwdne455884:0",
+ "1601498870": "crwdns455886:0crwdne455886:0",
+ "1601664674": "crwdns455888:0crwdne455888:0",
+ "1601968899": "crwdns455890:0crwdne455890:0",
+ "1602627054": "crwdns455892:0crwdne455892:0",
+ "1602716515": "crwdns455894:0crwdne455894:0",
+ "1602800752": "crwdns455896:0crwdne455896:0",
+ "1604199439": "crwdns455898:0crwdne455898:0",
+ "1604222298": "crwdns455900:0crwdne455900:0",
+ "1606540051": "crwdns455902:0crwdne455902:0",
+ "1607204781": "crwdns455904:0crwdne455904:0",
+ "1607559519": "crwdns455906:0crwdne455906:0",
+ "1609581006": "crwdns455908:0crwdne455908:0",
+ "1610351330": "crwdns455910:0crwdne455910:0",
+ "1610511716": "crwdns455912:0crwdne455912:0",
+ "1611194169": "crwdns455914:0crwdne455914:0",
+ "1611229342": "crwdns455916:0crwdne455916:0",
+ "1611981849": "crwdns455918:0crwdne455918:0",
+ "1613233789": "crwdns455920:0crwdne455920:0",
+ "1613860853": "crwdns455922:0crwdne455922:0",
+ "1614426743": "crwdns455924:0crwdne455924:0",
+ "1615509866": "crwdns455926:0crwdne455926:0",
+ "1615969878": "crwdns455928:0crwdne455928:0",
+ "1616071522": "crwdns455930:0crwdne455930:0",
+ "1616502762": "crwdns455932:0crwdne455932:0",
+ "1618280107": "crwdns455934:0crwdne455934:0",
+ "1619070150": "crwdns455936:0crwdne455936:0",
+ "1619579199": "crwdns455938:0crwdne455938:0",
+ "1621224521": "crwdns455940:0crwdne455940:0",
+ "1621463985": "crwdns455942:0crwdne455942:0",
+ "1622130657": "crwdns455944:0crwdne455944:0",
+ "1622334173": "crwdns455946:0crwdne455946:0",
+ "1623894448": "crwdns455948:0crwdne455948:0",
+ "1624895344": "crwdns455950:0crwdne455950:0",
+ "1625424557": "crwdns455952:0crwdne455952:0",
+ "1625517227": "crwdns455954:0crwdne455954:0",
+ "1629215229": "crwdns455956:0crwdne455956:0",
+ "1631281562": "crwdns455958:0crwdne455958:0",
+ "1631620531": "crwdns455960:0crwdne455960:0",
+ "1631705059": "crwdns455962:0crwdne455962:0",
+ "1632238343": "crwdns455964:0crwdne455964:0",
+ "1633022779": "crwdns455966:0crwdne455966:0",
+ "1633102593": "crwdns455968:0crwdne455968:0",
+ "1634507782": "crwdns455970:0crwdne455970:0",
+ "1636066113": "crwdns455972:0crwdne455972:0",
+ "1636527166": "crwdns455974:0crwdne455974:0",
+ "1636782601": "crwdns455976:0crwdne455976:0",
+ "1637050346": "crwdns455978:0crwdne455978:0",
+ "1637552314": "crwdns455980:0crwdne455980:0",
+ "1643887982": "crwdns455982:0crwdne455982:0",
+ "1644652204": "crwdns455984:0crwdne455984:0",
+ "1644929511": "crwdns455986:0crwdne455986:0",
+ "1645164568": "crwdns455988:0crwdne455988:0",
+ "1647478191": "crwdns455990:0crwdne455990:0",
+ "1648545897": "crwdns455992:0crwdne455992:0",
+ "1650027872": "crwdns455994:0crwdne455994:0",
+ "1650522718": "crwdns455996:0crwdne455996:0",
+ "1651972947": "crwdns455998:0crwdne455998:0",
+ "1658580871": "crwdns456000:0crwdne456000:0",
+ "1659675491": "crwdns456002:0crwdne456002:0",
+ "1660776335": "crwdns456004:0crwdne456004:0",
+ "1661263248": "crwdns456006:0crwdne456006:0",
+ "1661791574": "crwdns456008:0crwdne456008:0",
+ "1661832115": "crwdns456010:0crwdne456010:0",
+ "1664747386": "crwdns456012:0crwdne456012:0",
+ "1665738338": "crwdns456014:0crwdne456014:0",
+ "1667409996": "crwdns456016:0crwdne456016:0",
+ "1669172828": "crwdns456018:0crwdne456018:0",
+ "1672776151": "crwdns456020:0crwdne456020:0",
+ "1673976740": "crwdns456022:0crwdne456022:0",
+ "1674164323": "crwdns456024:0crwdne456024:0",
+ "1674363165": "crwdns456026:0crwdne456026:0",
+ "1676292946": "crwdns456028:0crwdne456028:0",
+ "1677027187": "crwdns456030:0crwdne456030:0",
+ "1677622373": "crwdns456032:0crwdne456032:0",
+ "1678627286": "crwdns456034:0crwdne456034:0",
+ "1679379528": "crwdns456036:0crwdne456036:0",
+ "1680490573": "crwdns456038:0crwdne456038:0",
+ "1680831768": "crwdns456040:0crwdne456040:0",
+ "1681352464": "crwdns456042:0{{loss_percent}}crwdne456042:0",
+ "1682675914": "crwdns456044:0crwdne456044:0",
+ "1683034855": "crwdns456046:0crwdne456046:0",
+ "1686378613": "crwdns456048:0crwdne456048:0",
+ "1686846461": "crwdns456050:0crwdne456050:0",
+ "1691349777": "crwdns456052:0crwdne456052:0",
+ "1692148560": "crwdns456054:0crwdne456054:0",
+ "1692290832": "crwdns456056:0crwdne456056:0",
+ "1693902817": "crwdns456058:0crwdne456058:0",
+ "1694241835": "crwdns456060:0crwdne456060:0",
+ "1707301172": "crwdns456062:0crwdne456062:0",
+ "1708242802": "crwdns456064:0crwdne456064:0",
+ "1709273595": "crwdns456066:0crwdne456066:0",
+ "1709893717": "crwdns456068:0crwdne456068:0",
+ "1711575167": "crwdns456070:0crwdne456070:0",
+ "1713857763": "crwdns456072:0crwdne456072:0",
+ "1714709402": "crwdns456074:0crwdne456074:0",
+ "1715011380": "crwdns456076:0crwdne456076:0",
+ "1715241142": "crwdns456078:0crwdne456078:0",
+ "1715491803": "crwdns456080:0crwdne456080:0",
+ "1717346758": "crwdns456082:0crwdne456082:0",
+ "1719304654": "crwdns456084:0crwdne456084:0",
+ "1720725354": "crwdns456086:0crwdne456086:0",
+ "1721296073": "crwdns456088:0crwdne456088:0",
+ "1723694822": "crwdns456090:0crwdne456090:0",
+ "1724327730": "crwdns456092:0crwdne456092:0",
+ "1728420651": "crwdns456094:0crwdne456094:0",
+ "1728600417": "crwdns456096:0crwdne456096:0",
+ "1730081262": "crwdns456098:0crwdne456098:0",
+ "1733606989": "crwdns456100:0crwdne456100:0",
+ "1733660945": "crwdns456102:0crwdne456102:0",
+ "1734683614": "crwdns456104:0crwdne456104:0",
+ "1735145843": "crwdns456106:0crwdne456106:0",
+ "1739086943": "crwdns456108:0crwdne456108:0",
+ "1741049129": "crwdns456110:0crwdne456110:0",
+ "1742122525": "crwdns456112:0crwdne456112:0",
+ "1743448290": "crwdns456114:0crwdne456114:0",
+ "1743752393": "crwdns456116:0crwdne456116:0",
+ "1745193633": "crwdns456118:0crwdne456118:0",
+ "1746633126": "crwdns456120:0crwdne456120:0",
+ "1746782390": "crwdns456122:0crwdne456122:0",
+ "1748626120": "crwdns456124:0crwdne456124:0",
+ "1748925202": "crwdns456126:0crwdne456126:0",
+ "1751673286": "crwdns456128:0crwdne456128:0",
+ "1752586208": "crwdns456130:0crwdne456130:0",
+ "1753559268": "crwdns456132:0crwdne456132:0",
+ "1755228338": "crwdns456134:0crwdne456134:0",
+ "1758111931": "crwdns456136:0crwdne456136:0",
+ "1760376318": "crwdns456138:0crwdne456138:0",
+ "1760558932": "crwdns456140:0crwdne456140:0",
+ "1764495771": "crwdns456142:0crwdne456142:0",
+ "1765454171": "crwdns456144:0crwdne456144:0",
+ "1767992960": "crwdns456146:0crwdne456146:0",
+ "1768089459": "crwdns456148:0crwdne456148:0",
+ "1770479100": "crwdns456150:0crwdne456150:0",
+ "1770534439": "crwdns456152:0crwdne456152:0",
+ "1772047578": "crwdns456154:0crwdne456154:0",
+ "1772406884": "crwdns456156:0crwdne456156:0",
+ "1774467475": "crwdns456158:0crwdne456158:0",
+ "1774791951": "crwdns456160:0crwdne456160:0",
+ "1777934033": "crwdns456162:0crwdne456162:0",
+ "1782308283": "crwdns456164:0crwdne456164:0",
+ "1782703044": "crwdns456166:0crwdne456166:0",
+ "1784343675": "crwdns456168:0crwdne456168:0",
+ "1784680288": "crwdns456170:0crwdne456170:0",
+ "1786089908": "crwdns456172:0crwdne456172:0",
+ "1786747559": "crwdns456174:0crwdne456174:0",
+ "1790839584": "crwdns456176:0crwdne456176:0",
+ "1791730321": "crwdns456178:0crwdne456178:0",
+ "1795749796": "crwdns456180:0crwdne456180:0",
+ "1798765888": "crwdns456182:0crwdne456182:0",
+ "1799377913": "crwdns456184:0{{market_name}}crwdne456184:0",
+ "1802409084": "crwdns456186:0crwdne456186:0",
+ "1804642811": "crwdns456188:0crwdne456188:0",
+ "1805914152": "crwdns456190:0crwdne456190:0",
+ "1806416151": "crwdns456192:0crwdne456192:0",
+ "1807936072": "crwdns456194:0crwdne456194:0",
+ "1808393236": "crwdns456196:0crwdne456196:0",
+ "1810304465": "crwdns456198:0crwdne456198:0",
+ "1810957214": "crwdns456200:0crwdne456200:0",
+ "1812325040": "crwdns456202:0crwdne456202:0",
+ "1812969702": "crwdns456204:0crwdne456204:0",
+ "1813700208": "crwdns456206:0crwdne456206:0",
+ "1813703795": "crwdns456208:0crwdne456208:0",
+ "1815044592": "crwdns456210:0crwdne456210:0",
+ "1815324634": "crwdns456212:0crwdne456212:0",
+ "1816009319": "crwdns456214:0crwdne456214:0",
+ "1816305227": "crwdns456216:0crwdne456216:0",
+ "1817888235": "crwdns456218:0crwdne456218:0",
+ "1819952453": "crwdns456220:0crwdne456220:0",
+ "1820212843": "crwdns456222:0crwdne456222:0",
+ "1823119628": "crwdns456224:0crwdne456224:0",
+ "1823770507": "crwdns456226:0crwdne456226:0",
+ "1824094317": "crwdns456228:0crwdne456228:0",
+ "1826550764": "crwdns456230:0crwdne456230:0",
+ "1828442573": "crwdns456232:0crwdne456232:0",
+ "1830057548": "crwdns456234:0crwdne456234:0",
+ "1831254808": "crwdns456236:0crwdne456236:0",
+ "1831680837": "crwdns456238:0crwdne456238:0",
+ "1832974109": "crwdns456240:0crwdne456240:0",
+ "1833184260": "crwdns456242:0crwdne456242:0",
+ "1833336618": "crwdns456244:0crwdne456244:0",
+ "1833521819": "crwdns456246:0crwdne456246:0",
+ "1834217776": "crwdns456248:0crwdne456248:0",
+ "1835104690": "crwdns456250:0crwdne456250:0",
+ "1837350656": "crwdns456252:0crwdne456252:0",
+ "1837796428": "crwdns456254:0crwdne456254:0",
+ "1838639373": "crwdns456256:0crwdne456256:0",
+ "1841197848": "crwdns456258:0crwdne456258:0",
+ "1841788070": "crwdns456260:0crwdne456260:0",
+ "1841852640": "crwdns456262:0crwdne456262:0",
+ "1842713118": "crwdns456264:0crwdne456264:0",
+ "1845394200": "crwdns456266:0crwdne456266:0",
+ "1846521577": "crwdns456268:0crwdne456268:0",
+ "1849054373": "crwdns456270:0crwdne456270:0",
+ "1852402040": "crwdns456272:0crwdne456272:0",
+ "1853363847": "crwdns456274:0crwdne456274:0",
+ "1854618305": "crwdns456276:0crwdne456276:0",
+ "1857302542": "crwdns456278:0crwdne456278:0",
+ "1857508131": "crwdns456280:0crwdne456280:0",
+ "1858594477": "crwdns456282:0crwdne456282:0",
+ "1860012910": "crwdns456284:0crwdne456284:0",
+ "1860472068": "crwdns456286:0crwdne456286:0",
+ "1866193342": "crwdns456288:0crwdne456288:0",
+ "1868860566": "crwdns456290:0crwdne456290:0",
+ "1869497149": "crwdns456292:0crwdne456292:0",
+ "1872384056": "crwdns456294:0crwdne456294:0",
+ "1872568231": "crwdns456296:0crwdne456296:0",
+ "1873099524": "crwdns456298:0crwdne456298:0",
+ "1874424045": "crwdns456300:0crwdne456300:0",
+ "1876344462": "crwdns456302:0crwdne456302:0",
+ "1876748041": "crwdns456304:0crwdne456304:0",
+ "1876786466": "crwdns456306:0crwdne456306:0",
+ "1877410120": "crwdns456308:0crwdne456308:0",
+ "1879930260": "crwdns456310:0crwdne456310:0",
+ "1880965589": "crwdns456312:0crwdne456312:0",
+ "1881114347": "crwdns456314:0crwdne456314:0",
+ "1881441674": "crwdns456316:0crwdne456316:0",
+ "1881705591": "crwdns456318:0crwdne456318:0",
+ "1882011796": "crwdns456320:0crwdne456320:0",
+ "1882436352": "crwdns456322:0crwdne456322:0",
+ "1889326047": "crwdns456324:0crwdne456324:0",
+ "1890990339": "crwdns456326:0crwdne456326:0",
+ "1893015908": "crwdns456328:0crwdne456328:0",
+ "1894801487": "crwdns456330:0crwdne456330:0",
+ "1897018869": "crwdns456332:0crwdne456332:0",
+ "1897907613": "crwdns456334:0crwdne456334:0",
+ "1898130358": "crwdns456336:0crwdne456336:0",
+ "1898704920": "crwdns456338:0crwdne456338:0",
+ "1899843488": "crwdns456340:0crwdne456340:0",
+ "1902324847": "crwdns456342:0crwdne456342:0",
+ "1902951214": "crwdns456344:0crwdne456344:0",
+ "1903393516": "crwdns456346:0crwdne456346:0",
+ "1903495030": "crwdns456348:0crwdne456348:0",
+ "1904617508": "crwdns456350:0crwdne456350:0",
+ "1904774976": "crwdns456352:0crwdne456352:0",
+ "1905380076": "crwdns456354:0crwdne456354:0",
+ "1905702565": "crwdns456356:0crwdne456356:0",
+ "1905714256": "crwdns456358:0crwdne456358:0",
+ "1906101554": "crwdns456360:0crwdne456360:0",
+ "1907226338": "crwdns456362:0crwdne456362:0",
+ "1909647105": "crwdns456364:0crwdne456364:0",
+ "1909809509": "crwdns456366:0crwdne456366:0",
+ "1914949637": "crwdns456368:0crwdne456368:0",
+ "1915387440": "crwdns456370:0crwdne456370:0",
+ "1916887645": "crwdns456372:0crwdne456372:0",
+ "1922529883": "crwdns456374:0crwdne456374:0",
+ "1923530212": "crwdns456376:0crwdne456376:0",
+ "1925006841": "crwdns456378:0crwdne456378:0",
+ "1925717346": "crwdns456380:0crwdne456380:0",
+ "1926519171": "crwdns456382:0crwdne456382:0",
+ "1928930389": "crwdns456384:0crwdne456384:0",
+ "1929213891": "crwdns456386:0crwdne456386:0",
+ "1931163835": "crwdns456388:0crwdne456388:0",
+ "1933869329": "crwdns456390:0crwdne456390:0",
+ "1934376550": "crwdns456392:0crwdne456392:0",
+ "1935201826": "crwdns456394:0crwdne456394:0",
+ "1936519569": "crwdns456396:0crwdne456396:0",
+ "1939014728": "crwdns456398:0crwdne456398:0",
+ "1939374383": "crwdns456400:0crwdne456400:0",
+ "1940177604": "crwdns456402:0crwdne456402:0",
+ "1940628215": "crwdns456404:0crwdne456404:0",
+ "1941116009": "crwdns456406:0crwdne456406:0",
+ "1942214601": "crwdns456408:0crwdne456408:0",
+ "1942485223": "crwdns456410:0crwdne456410:0",
+ "1947069292": "crwdns456412:0crwdne456412:0",
+ "1948092185": "crwdns456414:0crwdne456414:0",
+ "1948630262": "crwdns456416:0crwdne456416:0",
+ "1949701571": "crwdns456418:0crwdne456418:0",
+ "1953016421": "crwdns456420:0crwdne456420:0",
+ "1959548433": "crwdns456422:0crwdne456422:0",
+ "1959678342": "crwdns456424:0crwdne456424:0",
+ "1962097923": "crwdns456426:0crwdne456426:0",
+ "1963262703": "crwdns456428:0crwdne456428:0",
+ "1963884651": "crwdns456430:0crwdne456430:0",
+ "1964475042": "crwdns456432:0crwdne456432:0",
+ "1964675673": "crwdns456434:0crwdne456434:0",
+ "1966310384": "crwdns456436:0crwdne456436:0",
+ "1967743855": "crwdns456438:0crwdne456438:0",
+ "1969128618": "crwdns456440:0crwdne456440:0",
+ "1971963414": "crwdns456442:0crwdne456442:0",
+ "1975644912": "crwdns456444:0crwdne456444:0",
+ "1976307636": "crwdns456446:0crwdne456446:0",
+ "1977160541": "crwdns456448:0crwdne456448:0",
+ "1978148367": "crwdns456450:0crwdne456450:0",
+ "1979503547": "crwdns456452:0crwdne456452:0",
+ "1980724783": "crwdns456454:0crwdne456454:0",
+ "1982404952": "crwdns456456:0crwdne456456:0",
+ "1984996183": "crwdns456458:0crwdne456458:0",
+ "1985905708": "crwdns456460:0crwdne456460:0",
+ "1986250253": "crwdns456462:0crwdne456462:0",
+ "1986498784": "crwdns456464:0crwdne456464:0",
+ "1987777463": "crwdns456466:0crwdne456466:0",
+ "1988153223": "crwdns456468:0crwdne456468:0",
+ "1988366931": "crwdns456470:0crwdne456470:0",
+ "1991524207": "crwdns456472:0crwdne456472:0",
+ "1991711258": "crwdns456474:0crwdne456474:0",
+ "1994023526": "crwdns456476:0crwdne456476:0",
+ "1995896523": "crwdns456478:0crwdne456478:0",
+ "1996252043": "crwdns456480:0crwdne456480:0",
+ "1997138507": "crwdns456482:0crwdne456482:0",
+ "1997646348": "crwdns456484:0crwdne456484:0",
+ "1998840050": "crwdns456486:0crwdne456486:0",
+ "2003802343": "crwdns456488:0crwdne456488:0",
+ "2005074806": "crwdns456490:0crwdne456490:0",
+ "2006479988": "crwdns456492:0crwdne456492:0",
+ "2007092908": "crwdns456494:0crwdne456494:0",
+ "2010744433": "crwdns456496:0crwdne456496:0",
+ "2015114251": "crwdns456498:0crwdne456498:0",
+ "2017042641": "crwdns456500:0crwdne456500:0",
+ "2018198484": "crwdns456502:0crwdne456502:0",
+ "2018600727": "crwdns456504:0crwdne456504:0",
+ "2019140039": "crwdns456506:0crwdne456506:0",
+ "2019968401": "crwdns456508:0crwdne456508:0",
+ "2023310659": "crwdns456510:0crwdne456510:0",
+ "2023444069": "crwdns456512:0crwdne456512:0",
+ "2027881275": "crwdns456514:0crwdne456514:0",
+ "2028163119": "crwdns456516:0crwdne456516:0",
+ "2029137181": "crwdns456518:0crwdne456518:0",
+ "2029237955": "crwdns456520:0crwdne456520:0",
+ "2032401971": "crwdns456522:0crwdne456522:0",
+ "2032565787": "crwdns456524:0crwdne456524:0",
+ "2032665208": "crwdns456526:0crwdne456526:0",
+ "2035207280": "crwdns456528:0crwdne456528:0",
+ "2035670983": "crwdns456530:0crwdne456530:0",
+ "2036526456": "crwdns456532:0crwdne456532:0",
+ "2041763181": "crwdns456534:0crwdne456534:0",
+ "2042445787": "crwdns456536:0crwdne456536:0",
+ "2044967354": "crwdns456538:0crwdne456538:0",
+ "2044999022": "crwdns456540:0crwdne456540:0",
+ "2046788283": "crwdns456542:0crwdne456542:0",
+ "2047029510": "crwdns456544:0crwdne456544:0",
+ "2047349922": "crwdns456546:0crwdne456546:0",
+ "2050080282": "crwdns456548:0crwdne456548:0",
+ "2051986867": "crwdns456550:0crwdne456550:0",
+ "2053617863": "crwdns456552:0crwdne456552:0",
+ "2053673142": "crwdns456554:0crwdne456554:0",
+ "2056079566": "crwdns456556:0crwdne456556:0",
+ "2056339251": "crwdns456558:0crwdne456558:0",
+ "2058893631": "crwdns456560:0crwdne456560:0",
+ "2060102881": "crwdns456562:0crwdne456562:0",
+ "2060368992": "crwdns456564:0crwdne456564:0",
+ "2061191384": "crwdns456566:0crwdne456566:0",
+ "2061681232": "crwdns456568:0crwdne456568:0",
+ "2063987970": "crwdns456570:0crwdne456570:0",
+ "2064273783": "crwdns456572:0crwdne456572:0",
+ "2064293002": "crwdns456574:0crwdne456574:0",
+ "2067437902": "crwdns456576:0crwdne456576:0",
+ "2068667424": "crwdns456578:0crwdne456578:0",
+ "2070356006": "crwdns456580:0crwdne456580:0",
+ "2071458958": "crwdns456582:0crwdne456582:0",
+ "2071808494": "crwdns456584:0crwdne456584:0",
+ "2072504778": "crwdns456586:0crwdne456586:0",
+ "2074119658": "crwdns456588:0crwdne456588:0",
+ "2075451186": "crwdns456590:0crwdne456590:0",
+ "2075608900": "crwdns456592:0crwdne456592:0",
+ "2075864188": "crwdns456594:0crwdne456594:0",
+ "2080510282": "crwdns456596:0crwdne456596:0",
+ "2086048243": "crwdns456598:0crwdne456598:0",
+ "2087247269": "crwdns456600:0crwdne456600:0",
+ "2089087110": "crwdns456602:0crwdne456602:0",
+ "2092854399": "crwdns456604:0crwdne456604:0",
+ "2096641458": "crwdns456606:0crwdne456606:0",
+ "2096910271": "crwdns456608:0crwdne456608:0",
+ "2099783388": "crwdns456610:0crwdne456610:0",
+ "2100068559": "crwdns456612:0crwdne456612:0",
+ "2100986179": "crwdns456614:0crwdne456614:0",
+ "2101514198": "crwdns456616:0crwdne456616:0",
+ "2102247413": "crwdns456618:0crwdne456618:0",
+ "2108488100": "crwdns456620:0crwdne456620:0",
+ "2108799022": "crwdns456622:0crwdne456622:0",
+ "2108938379": "crwdns456624:0crwdne456624:0",
+ "2109387636": "crwdns456626:0crwdne456626:0",
+ "2112006652": "crwdns456628:0crwdne456628:0",
+ "2113440022": "crwdns456630:0crwdne456630:0",
+ "2113590447": "crwdns456632:0crwdne456632:0",
+ "2116064244": "crwdns456634:0crwdne456634:0",
+ "2116116126": "crwdns456636:0crwdne456636:0",
+ "2117645838": "crwdns456638:0crwdne456638:0",
+ "2117756139": "crwdns456640:0crwdne456640:0",
+ "2118875269": "crwdns456642:0crwdne456642:0",
+ "2119735108": "crwdns456644:0crwdne456644:0",
+ "2120092418": "crwdns456646:0crwdne456646:0",
+ "2121227568": "crwdns456648:0crwdne456648:0",
+ "2121253634": "crwdns456650:0crwdne456650:0",
+ "2123318546": "crwdns456652:0crwdne456652:0",
+ "2124129338": "crwdns456654:0crwdne456654:0",
+ "2125422488": "crwdns456656:0crwdne456656:0",
+ "2126327198": "crwdns456658:0crwdne456658:0",
+ "2126425899": "crwdns456660:0crwdne456660:0",
+ "2127438954": "crwdns456662:0crwdne456662:0",
+ "2130006600": "crwdns456664:0crwdne456664:0",
+ "2130695061": "crwdns456666:0crwdne456666:0",
+ "2131654590": "crwdns456668:0crwdne456668:0",
+ "2131676421": "crwdns456670:0crwdne456670:0",
+ "2134810872": "crwdns456672:0crwdne456672:0",
+ "2135527846": "crwdns456674:0crwdne456674:0",
+ "2135626355": "crwdns456676:0crwdne456676:0",
+ "2136716746": "crwdns456678:0crwdne456678:0",
+ "2137683344": "crwdns456680:0crwdne456680:0",
+ "2139413495": "crwdns456682:0crwdne456682:0",
+ "2140219745": "crwdns456684:0crwdne456684:0",
+ "2142042461": "crwdns456686:0crwdne456686:0",
+ "2142117024": "crwdns456688:0crwdne456688:0",
+ "2143477659": "crwdns456690:0crwdne456690:0",
+ "2143762194": "crwdns456692:0crwdne456692:0",
+ "2144015434": "crwdns456694:0crwdne456694:0",
+ "2145594485": "crwdns456696:0crwdne456696:0",
+ "-2145244263": "crwdns456698:0crwdne456698:0",
+ "-486479707": "crwdns456700:0crwdne456700:0",
+ "-1197864059": "crwdns456702:0crwdne456702:0",
+ "-795459217": "crwdns456704:0crwdne456704:0",
+ "-132463075": "crwdns456706:0crwdne456706:0",
+ "-689237734": "crwdns456708:0crwdne456708:0",
+ "-19187607": "crwdns456710:0crwdne456710:0",
+ "-1831041777": "crwdns456712:0crwdne456712:0",
+ "-518894746": "crwdns456714:0crwdne456714:0",
+ "-240213265": "crwdns456716:0crwdne456716:0",
+ "-1718206543": "crwdns456718:0crwdne456718:0",
+ "-255283204": "crwdns456720:0crwdne456720:0",
+ "-868631242": "crwdns456722:0crwdne456722:0",
+ "-2084884800": "crwdns456724:0crwdne456724:0",
+ "-105520043": "crwdns456726:0crwdne456726:0",
+ "-1998049070": "crwdns456728:0crwdne456728:0",
+ "-1265833982": "crwdns456730:0crwdne456730:0",
+ "-442294935": "crwdns456732:0crwdne456732:0",
+ "-215905387": "crwdns456734:0crwdne456734:0",
+ "-981017278": "crwdns456736:0crwdne456736:0",
+ "-1808797601": "crwdns456738:0crwdne456738:0",
+ "-1879666853": "crwdns456740:0crwdne456740:0",
+ "-622923303": "crwdns456742:0crwdne456742:0",
+ "-1793883644": "crwdns456744:0crwdne456744:0",
+ "-1781346745": "crwdns456746:0crwdne456746:0",
+ "-279398477": "crwdns456748:0crwdne456748:0",
+ "-1781881664": "crwdns456750:0crwdne456750:0",
+ "-2130720993": "crwdns456752:0crwdne456752:0",
+ "-1825471709": "crwdns456754:0crwdne456754:0",
+ "-204498543": "crwdns456756:0crwdne456756:0",
+ "-2115275974": "crwdns456758:0crwdne456758:0",
+ "-1278432184": "crwdns456760:0crwdne456760:0",
+ "-1109694579": "crwdns456762:0crwdne456762:0",
+ "-319687255": "crwdns456764:0crwdne456764:0",
+ "-1246992539": "crwdns456766:0crwdne456766:0",
+ "-58704987": "crwdns456768:0crwdne456768:0",
+ "-310272533": "crwdns456770:0crwdne456770:0",
+ "-260024315": "crwdns456772:0crwdne456772:0",
+ "-1959484303": "crwdns456774:0crwdne456774:0",
+ "-1788408962": "crwdns456776:0crwdne456776:0",
+ "-362324454": "crwdns456778:0crwdne456778:0",
+ "-34495732": "crwdns456780:0crwdne456780:0",
+ "-737399162": "crwdns456782:0crwdne456782:0",
+ "-1829383827": "crwdns456784:0crwdne456784:0",
+ "-1236814682": "crwdns456786:0crwdne456786:0",
+ "-1642457320": "crwdns456788:0crwdne456788:0",
+ "-1718500720": "crwdns456790:0crwdne456790:0",
+ "-1668315223": "crwdns456792:0crwdne456792:0",
+ "-1306639327": "crwdns456794:0crwdne456794:0",
+ "-62915554": "crwdns456796:0crwdne456796:0",
+ "-1467371190": "crwdns456798:0crwdne456798:0",
+ "-1076138910": "crwdns456800:0crwdne456800:0",
+ "-663862998": "crwdns456802:0crwdne456802:0",
+ "-787291267": "crwdns456804:0crwdne456804:0",
+ "-2045194514": "crwdns456806:0crwdne456806:0",
+ "-23722102": "crwdns456808:0crwdne456808:0",
+ "-890622347": "crwdns456810:0crwdne456810:0",
+ "-199351188": "crwdns456812:0crwdne456812:0",
+ "-316493159": "crwdns456814:0crwdne456814:0",
+ "-1497908566": "crwdns456816:0crwdne456816:0",
+ "-1991343658": "crwdns456818:0crwdne456818:0",
+ "-298021142": "crwdns456820:0crwdne456820:0",
+ "-634625185": "crwdns456822:0crwdne456822:0",
+ "-1086253633": "crwdns456824:0crwdne456824:0",
+ "-1979067474": "crwdns456826:0crwdne456826:0",
+ "-1360052016": "crwdns456828:0crwdne456828:0",
+ "-211521577": "crwdns456830:0crwdne456830:0",
+ "-988523882": "crwdns456832:0crwdne456832:0",
+ "-1587572650": "crwdns456834:0crwdne456834:0",
+ "-2012355845": "crwdns456836:0crwdne456836:0",
+ "-670223631": "crwdns456838:0crwdne456838:0",
+ "-1421347929": "crwdns456840:0crwdne456840:0",
+ "-1010405214": "crwdns456842:0crwdne456842:0",
+ "-1139147944": "crwdns456844:0crwdne456844:0",
+ "-793066797": "crwdns456846:0crwdne456846:0",
+ "-277344546": "crwdns456848:0crwdne456848:0",
+ "-258298417": "crwdns456850:0crwdne456850:0",
+ "-1405026614": "crwdns456852:0crwdne456852:0",
+ "-1383307647": "crwdns456854:0crwdne456854:0",
+ "-858799868": "crwdns456856:0crwdne456856:0",
+ "-934121720": "crwdns456858:0crwdne456858:0",
+ "-920766207": "crwdns456860:0crwdne456860:0",
+ "-1772599587": "crwdns456862:0crwdne456862:0",
+ "-1429891690": "crwdns456864:0crwdne456864:0",
+ "-866630583": "crwdns456866:0crwdne456866:0",
+ "-704828346": "crwdns456868:0crwdne456868:0",
+ "-1293694434": "crwdns456870:0crwdne456870:0",
+ "-68718669": "crwdns456872:0crwdne456872:0",
+ "-550677199": "crwdns456874:0crwdne456874:0",
+ "-183146919": "crwdns456876:0crwdne456876:0",
+ "-1974212061": "crwdns456878:0crwdne456878:0",
+ "-767762875": "crwdns456880:0crwdne456880:0",
+ "-1725180490": "crwdns456882:0crwdne456882:0",
+ "-1319775835": "crwdns456884:0crwdne456884:0",
+ "-1943991243": "crwdns456886:0crwdne456886:0",
+ "-1781913728": "crwdns456888:0crwdne456888:0",
+ "-787239464": "crwdns456890:0crwdne456890:0",
+ "-1994716313": "crwdns456892:0crwdne456892:0",
+ "-1225936915": "crwdns456894:0crwdne456894:0",
+ "-1163074287": "crwdns456896:0crwdne456896:0",
+ "-67534104": "crwdns456898:0crwdne456898:0",
+ "-2054345439": "crwdns456900:0crwdne456900:0",
+ "-1315704806": "crwdns456902:0crwdne456902:0",
+ "-924546410": "crwdns456904:0crwdne456904:0",
+ "-1644638802": "crwdns456906:0crwdne456906:0",
+ "-1842083393": "crwdns456908:0crwdne456908:0",
+ "-1596031887": "crwdns456910:0crwdne456910:0",
+ "-807767876": "crwdns456912:0crwdne456912:0",
+ "-45936702": "crwdns456914:0crwdne456914:0",
+ "-2128162815": "crwdns456916:0crwdne456916:0",
+ "-1780769479": "crwdns456918:0crwdne456918:0",
+ "-1041794680": "crwdns456920:0crwdne456920:0",
+ "-673235114": "crwdns456922:0crwdne456922:0",
+ "-924984243": "crwdns456924:0crwdne456924:0",
+ "-2132201373": "crwdns456926:0crwdne456926:0",
+ "-728074978": "crwdns456928:0crwdne456928:0",
+ "-1716483520": "crwdns456930:0crwdne456930:0",
+ "-1053983183": "crwdns456932:0crwdne456932:0",
+ "-1544332806": "crwdns456934:0crwdne456934:0",
+ "-1665600393": "crwdns456936:0crwdne456936:0",
+ "-1042921151": "crwdns456938:0crwdne456938:0",
+ "-1832944205": "crwdns456940:0crwdne456940:0",
+ "-268393254": "crwdns456942:0crwdne456942:0",
+ "-1263216758": "crwdns456944:0crwdne456944:0",
+ "-1992816438": "crwdns456946:0crwdne456946:0",
+ "-329493006": "crwdns456948:0crwdne456948:0",
+ "-1715779049": "crwdns456950:0crwdne456950:0",
+ "-295267372": "crwdns456952:0crwdne456952:0",
+ "-603371864": "crwdns456954:0crwdne456954:0",
+ "-1492521106": "crwdns456956:0crwdne456956:0",
+ "-1740415754": "crwdns456958:0crwdne456958:0",
+ "-2139907591": "crwdns456960:0crwdne456960:0",
+ "-267198040": "crwdns456962:0crwdne456962:0",
+ "-895073395": "crwdns456964:0crwdne456964:0",
+ "-1932629328": "crwdns456966:0crwdne456966:0",
+ "-1780229306": "crwdns456968:0crwdne456968:0",
+ "-460857136": "crwdns456970:0crwdne456970:0",
+ "-319008586": "crwdns456972:0crwdne456972:0",
+ "-133464964": "crwdns456974:0crwdne456974:0",
+ "-1684534627": "crwdns456976:0crwdne456976:0",
+ "-1706019560": "crwdns456978:0crwdne456978:0",
+ "-1313979648": "crwdns456980:0crwdne456980:0",
+ "-347466324": "crwdns456982:0crwdne456982:0",
+ "-1318380319": "crwdns456984:0crwdne456984:0",
+ "-958406243": "crwdns456986:0crwdne456986:0",
+ "-1961891916": "crwdns456988:0crwdne456988:0",
+ "-1649952399": "crwdns456990:0crwdne456990:0",
+ "-33169776": "crwdns456992:0crwdne456992:0",
+ "-2131042915": "crwdns456994:0crwdne456994:0",
+ "-1187605258": "crwdns456996:0crwdne456996:0",
+ "-784030502": "crwdns456998:0crwdne456998:0",
+ "-98925907": "crwdns457000:0crwdne457000:0",
+ "-75814795": "crwdns457002:0crwdne457002:0",
+ "-655832756": "crwdns457004:0crwdne457004:0",
+ "-1015477851": "crwdns457006:0crwdne457006:0",
+ "-1076873697": "crwdns457008:0crwdne457008:0",
+ "-2036702965": "crwdns457010:0crwdne457010:0",
+ "-1465544034": "crwdns457012:0crwdne457012:0",
+ "-2117690061": "crwdns457014:0crwdne457014:0",
+ "-1787304306": "crwdns457016:0crwdne457016:0",
+ "-1231602282": "crwdns457018:0crwdne457018:0",
+ "-347048632": "crwdns457020:0crwdne457020:0",
+ "-401726757": "crwdns457022:0crwdne457022:0",
+ "-1910803956": "crwdns457024:0crwdne457024:0",
+ "-211430879": "crwdns457026:0crwdne457026:0",
+ "-1029902198": "crwdns457028:0crwdne457028:0",
+ "-1283941715": "crwdns457030:0crwdne457030:0",
+ "-2020077454": "crwdns457032:0crwdne457032:0",
+ "-1535280336": "crwdns457034:0crwdne457034:0",
+ "-1904049127": "crwdns457036:0crwdne457036:0",
+ "-904030289": "crwdns457038:0crwdne457038:0",
+ "-64934031": "crwdns457040:0crwdne457040:0",
+ "-1807088090": "crwdns457042:0crwdne457042:0",
+ "-666356424": "crwdns457044:0crwdne457044:0",
+ "-1096649509": "crwdns457046:0crwdne457046:0",
+ "-1847094306": "crwdns457048:0crwdne457048:0",
+ "-1244412808": "crwdns457050:0crwdne457050:0",
+ "-1447821734": "crwdns457052:0crwdne457052:0",
+ "-688825946": "crwdns457054:0crwdne457054:0",
+ "-826237637": "crwdns457056:0crwdne457056:0",
+ "-1306637437": "crwdns457058:0crwdne457058:0",
+ "-1881644246": "crwdns457060:0crwdne457060:0",
+ "-539702624": "crwdns457062:0crwdne457062:0",
+ "-976431156": "crwdns457064:0crwdne457064:0",
+ "-1181926649": "crwdns457066:0crwdne457066:0",
+ "-217281793": "crwdns457068:0crwdne457068:0",
+ "-353585365": "crwdns457070:0crwdne457070:0",
+ "-1617890467": "crwdns457072:0crwdne457072:0",
+ "-709676773": "crwdns457074:0crwdne457074:0",
+ "-356979088": "crwdns457076:0crwdne457076:0",
+ "-1516665514": "crwdns457078:0crwdne457078:0",
+ "-1356010780": "crwdns457080:0crwdne457080:0",
+ "-1186213423": "crwdns457082:0crwdne457082:0",
+ "-220003669": "crwdns457084:0crwdne457084:0",
+ "-1573099251": "crwdns457086:0crwdne457086:0",
+ "-456233007": "crwdns457088:0crwdne457088:0",
+ "-1246163204": "crwdns457090:0crwdne457090:0",
+ "-898245410": "crwdns457092:0crwdne457092:0",
+ "-173947736": "crwdns457094:0crwdne457094:0",
+ "-628267707": "crwdns457096:0crwdne457096:0",
+ "-280157831": "crwdns457098:0crwdne457098:0",
+ "-1794636525": "crwdns457100:0crwdne457100:0",
+ "-1333773557": "crwdns457102:0crwdne457102:0",
+ "-1483718536": "crwdns457104:0crwdne457104:0",
+ "-1016133415": "crwdns457106:0crwdne457106:0",
+ "-876582984": "crwdns457108:0crwdne457108:0",
+ "-1434418017": "crwdns457110:0crwdne457110:0",
+ "-618539786": "crwdns457112:0crwdne457112:0",
+ "-905560792": "crwdns457114:0crwdne457114:0",
+ "-168971942": "crwdns457116:0crwdne457116:0",
+ "-1308593541": "crwdns457118:0crwdne457118:0",
+ "-1496158755": "crwdns457120:0crwdne457120:0",
+ "-373212993": "crwdns457122:0crwdne457122:0",
+ "-1788474476": "crwdns457124:0crwdne457124:0",
+ "-1230441557": "crwdns457126:0crwdne457126:0",
+ "-1115698466": "crwdns457128:0crwdne457128:0",
+ "-912438529": "crwdns457130:0crwdne457130:0",
+ "-1963677831": "crwdns457132:0crwdne457132:0",
+ "-1131095992": "crwdns457134:0crwdne457134:0",
+ "-313270213": "crwdns457136:0crwdne457136:0",
+ "-366600028": "crwdns457138:0crwdne457138:0",
+ "-364323427": "crwdns457140:0crwdne457140:0",
+ "-823562069": "crwdns457142:0crwdne457142:0",
+ "-660888731": "crwdns457144:0crwdne457144:0",
+ "-776479225": "crwdns457146:0crwdne457146:0",
+ "-491175181": "crwdns457148:0crwdne457148:0",
+ "-1049724201": "crwdns457150:0crwdne457150:0",
+ "-631514154": "crwdns457152:0crwdne457152:0",
+ "-745080059": "crwdns457154:0crwdne457154:0",
+ "-1771893322": "crwdns457156:0crwdne457156:0",
+ "-908674373": "crwdns457158:0crwdne457158:0",
+ "-1425332024": "crwdns457160:0crwdne457160:0",
+ "-1372358243": "crwdns457162:0crwdne457162:0",
+ "-945348451": "crwdns457164:0crwdne457164:0",
+ "-1042333567": "crwdns457166:0crwdne457166:0",
+ "-1429914047": "crwdns457168:0crwdne457168:0",
+ "-2147235454": "crwdns457170:0crwdne457170:0",
+ "-1131891395": "crwdns457172:0crwdne457172:0",
+ "-1541452017": "crwdns457174:0crwdne457174:0",
+ "-1441452782": "crwdns457176:0crwdne457176:0",
+ "-1260870907": "crwdns457178:0crwdne457178:0",
+ "-399968273": "crwdns457180:0crwdne457180:0",
+ "-147938047": "crwdns457182:0crwdne457182:0",
+ "-1249554404": "crwdns457184:0crwdne457184:0",
+ "-129426559": "crwdns457186:0crwdne457186:0",
+ "-461231581": "crwdns457188:0crwdne457188:0",
+ "-1870128839": "crwdns457190:0crwdne457190:0",
+ "-669674120": "crwdns457192:0crwdne457192:0",
+ "-183077484": "crwdns457194:0crwdne457194:0",
+ "-1667399786": "crwdns457196:0crwdne457196:0",
+ "-732739164": "crwdns457198:0crwdne457198:0",
+ "-490913940": "crwdns457200:0crwdne457200:0",
+ "-1205577997": "crwdns457202:0crwdne457202:0",
+ "-646102583": "crwdns457204:0crwdne457204:0",
+ "-1621628951": "crwdns457206:0crwdne457206:0",
+ "-186506610": "crwdns457208:0crwdne457208:0",
+ "-1251021078": "crwdns457210:0crwdne457210:0",
+ "-197830563": "crwdns457212:0crwdne457212:0",
+ "-611936805": "crwdns457214:0crwdne457214:0",
+ "-1076255913": "crwdns457216:0crwdne457216:0",
+ "-2137963507": "crwdns457218:0crwdne457218:0",
+ "-782151140": "crwdns457220:0crwdne457220:0",
+ "-2128417897": "crwdns457222:0crwdne457222:0",
+ "-1799144625": "crwdns457224:0crwdne457224:0",
+ "-1504150934": "crwdns457226:0crwdne457226:0",
+ "-708633595": "crwdns457228:0crwdne457228:0",
+ "-1385444880": "crwdns457230:0crwdne457230:0",
+ "-2136219031": "crwdns457232:0crwdne457232:0",
+ "-1381267044": "crwdns457234:0crwdne457234:0",
+ "-803139496": "crwdns457236:0crwdne457236:0",
+ "-1617352279": "crwdns457238:0crwdne457238:0",
+ "-547557964": "crwdns457240:0crwdne457240:0",
+ "-1961258037": "crwdns457242:0crwdne457242:0",
+ "-276906320": "crwdns457244:0crwdne457244:0",
+ "-1878043830": "crwdns457246:0crwdne457246:0",
+ "-852445492": "crwdns457248:0crwdne457248:0",
+ "-246512194": "crwdns457250:0crwdne457250:0",
+ "-705682181": "crwdns457252:0crwdne457252:0",
+ "-283810073": "crwdns457254:0crwdne457254:0",
+ "-1278724614": "crwdns457256:0crwdne457256:0",
+ "-1439893219": "crwdns457258:0crwdne457258:0",
+ "-316740382": "crwdns457260:0crwdne457260:0",
+ "-2109493526": "crwdns457262:0crwdne457262:0",
+ "-179851357": "crwdns457264:0crwdne457264:0",
+ "-1508069714": "crwdns457266:0crwdne457266:0",
+ "-2048678807": "crwdns457268:0crwdne457268:0",
+ "-490244393": "crwdns457270:0crwdne457270:0",
+ "-410563285": "crwdns457272:0crwdne457272:0",
+ "-447530147": "crwdns457274:0crwdne457274:0",
+ "-1171659940": "crwdns457276:0crwdne457276:0",
+ "-1855708032": "crwdns457278:0crwdne457278:0",
+ "-1442340318": "crwdns457280:0crwdne457280:0",
+ "-1502830211": "crwdns457282:0crwdne457282:0",
+ "-1131365089": "crwdns457284:0crwdne457284:0",
+ "-386070899": "crwdns457286:0crwdne457286:0",
+ "-1068098082": "crwdns457288:0crwdne457288:0",
+ "-782096637": "crwdns457290:0crwdne457290:0",
+ "-1019903756": "crwdns457292:0crwdne457292:0",
+ "-303367714": "crwdns457294:0crwdne457294:0",
+ "-328128497": "crwdns457296:0crwdne457296:0",
+ "-404375367": "crwdns457298:0crwdne457298:0",
+ "-1926580883": "crwdns457300:0crwdne457300:0",
+ "-914801913": "crwdns457302:0crwdne457302:0",
+ "-1499489324": "crwdns457304:0crwdne457304:0",
+ "-111402284": "crwdns457306:0crwdne457306:0",
+ "-1504708469": "crwdns457308:0crwdne457308:0",
+ "-193673438": "crwdns457310:0crwdne457310:0",
+ "-1253954802": "crwdns457312:0crwdne457312:0",
+ "-1640716000": "crwdns457314:0crwdne457314:0",
+ "-673424733": "crwdns457316:0crwdne457316:0",
+ "-1613115256": "crwdns457318:0crwdne457318:0",
+ "-1809914704": "crwdns457320:0crwdne457320:0",
+ "-339366518": "crwdns457322:0crwdne457322:0",
+ "-841245558": "crwdns457324:0crwdne457324:0",
+ "-1905254299": "crwdns457326:0crwdne457326:0",
+ "-282795677": "crwdns457328:0crwdne457328:0",
+ "-1956694920": "crwdns457330:0crwdne457330:0",
+ "-1722515925": "crwdns457332:0crwdne457332:0",
+ "-612597140": "crwdns457334:0crwdne457334:0",
+ "-1107385167": "crwdns457336:0crwdne457336:0",
+ "-1999908066": "crwdns457338:0crwdne457338:0",
+ "-749114155": "crwdns457340:0crwdne457340:0",
+ "-1638551312": "crwdns457342:0crwdne457342:0",
+ "-646973031": "crwdns457344:0crwdne457344:0",
+ "-1418406633": "crwdns457346:0crwdne457346:0",
+ "-815519346": "crwdns457348:0crwdne457348:0",
+ "-1084122614": "crwdns457350:0crwdne457350:0",
+ "-869552309": "crwdns457352:0crwdne457352:0",
+ "-1375811869": "crwdns457354:0crwdne457354:0",
+ "-960344862": "crwdns457356:0crwdne457356:0",
+ "-1772429251": "crwdns457358:0crwdne457358:0",
+ "-1706039189": "crwdns457360:0crwdne457360:0",
+ "-1423552315": "crwdns457362:0crwdne457362:0",
+ "-1930749240": "crwdns457364:0crwdne457364:0",
+ "-672810207": "crwdns457366:0crwdne457366:0",
+ "-1677010141": "crwdns457368:0crwdne457368:0",
+ "-137814651": "crwdns457370:0crwdne457370:0",
+ "-702312029": "crwdns457372:0crwdne457372:0",
+ "-836712223": "crwdns457374:0crwdne457374:0",
+ "-958645192": "crwdns457376:0crwdne457376:0",
+ "-1416247163": "crwdns457378:0crwdne457378:0",
+ "-1186393596": "crwdns457380:0crwdne457380:0",
+ "-128552689": "crwdns457382:0crwdne457382:0",
+ "-1542970945": "crwdns457384:0crwdne457384:0",
+ "-507449979": "crwdns457386:0crwdne457386:0",
+ "-747943809": "crwdns457388:0crwdne457388:0",
+ "-729599084": "crwdns457390:0crwdne457390:0",
+ "-1199560191": "crwdns457392:0crwdne457392:0",
+ "-1419811135": "crwdns457394:0crwdne457394:0",
+ "-2061765962": "crwdns457396:0crwdne457396:0",
+ "-1210185536": "crwdns457398:0crwdne457398:0",
+ "-1843545572": "crwdns457400:0crwdne457400:0",
+ "-224051432": "crwdns457402:0crwdne457402:0",
+ "-1543604265": "crwdns457404:0crwdne457404:0",
+ "-1792878691": "crwdns457406:0crwdne457406:0",
+ "-980596166": "crwdns457408:0crwdne457408:0",
+ "-2037995236": "crwdns457410:0crwdne457410:0",
+ "-915577324": "crwdns457412:0crwdne457412:0",
+ "-1495699367": "crwdns457414:0crwdne457414:0",
+ "-136910883": "crwdns457416:0crwdne457416:0",
+ "-1058362536": "crwdns457418:0crwdne457418:0",
+ "-356516643": "crwdns457420:0crwdne457420:0",
+ "-1627231267": "crwdns457422:0crwdne457422:0",
+ "-745905404": "crwdns457424:0crwdne457424:0",
+ "-1111729867": "crwdns457426:0crwdne457426:0",
+ "-236603859": "crwdns457428:0crwdne457428:0",
+ "-2113392983": "crwdns457430:0crwdne457430:0",
+ "-509865545": "crwdns457432:0crwdne457432:0",
+ "-1048840630": "crwdns457434:0crwdne457434:0",
+ "-2135272523": "crwdns457436:0crwdne457436:0",
+ "-716770812": "crwdns457438:0crwdne457438:0",
+ "-1693217838": "crwdns457440:0crwdne457440:0",
+ "-1939222554": "crwdns457442:0crwdne457442:0",
+ "-764468089": "crwdns457444:0crwdne457444:0",
+ "-1892622643": "crwdns457446:0crwdne457446:0",
+ "-813207218": "crwdns457448:0crwdne457448:0",
+ "-212874218": "crwdns457450:0crwdne457450:0",
+ "-870439968": "crwdns457452:0crwdne457452:0",
+ "-372353306": "crwdns457454:0crwdne457454:0",
+ "-2073101307": "crwdns457456:0crwdne457456:0",
+ "-839094775": "crwdns457458:0crwdne457458:0",
+ "-1628704443": "crwdns457460:0crwdne457460:0",
+ "-2062968282": "crwdns457462:0crwdne457462:0",
+ "-978362988": "crwdns457464:0crwdne457464:0",
+ "-1299484872": "crwdns457466:0crwdne457466:0",
+ "-1310262676": "crwdns457468:0crwdne457468:0",
+ "-251180453": "crwdns457470:0crwdne457470:0",
+ "-221810226": "crwdns457472:0crwdne457472:0",
+ "-1059028037": "crwdns457474:0crwdne457474:0",
+ "-2043299631": "crwdns457476:0crwdne457476:0",
+ "-214877260": "crwdns457478:0crwdne457478:0",
+ "-2064918290": "crwdns457480:0crwdne457480:0",
+ "-425061473": "crwdns457482:0crwdne457482:0",
+ "-172153561": "crwdns457484:0crwdne457484:0",
+ "-1619463465": "crwdns457486:0crwdne457486:0",
+ "-414862292": "crwdns457488:0crwdne457488:0",
+ "-790757582": "crwdns457490:0crwdne457490:0",
+ "-1049383996": "crwdns457492:0crwdne457492:0",
+ "-1633933174": "crwdns457494:0crwdne457494:0",
+ "-226333706": "crwdns457496:0crwdne457496:0",
+ "-1859881435": "crwdns457498:0crwdne457498:0",
+ "-1612801567": "crwdns457500:0crwdne457500:0",
+ "-1315176976": "crwdns457502:0crwdne457502:0",
+ "-1547685378": "crwdns457504:0crwdne457504:0",
+ "-840116640": "crwdns457506:0crwdne457506:0",
+ "-1847412788": "crwdns457508:0crwdne457508:0",
+ "-1689659144": "crwdns457510:0crwdne457510:0",
+ "-1861727138": "crwdns457512:0crwdne457512:0",
+ "-1108803896": "crwdns457514:0crwdne457514:0",
+ "-2135274535": "crwdns457516:0crwdne457516:0",
+ "-383099370": "crwdns457518:0crwdne457518:0",
+ "-560703263": "crwdns457520:0crwdne457520:0",
+ "-222181522": "crwdns457522:0crwdne457522:0",
+ "-35912880": "crwdns457524:0crwdne457524:0",
+ "-1134652564": "crwdns457526:0crwdne457526:0",
+ "-504946033": "crwdns457528:0crwdne457528:0",
+ "-940672929": "crwdns457530:0crwdne457530:0",
+ "-2082521397": "crwdns457532:0crwdne457532:0",
+ "-860666463": "crwdns457534:0crwdne457534:0",
+ "-1062769315": "crwdns457536:0crwdne457536:0",
+ "-118302649": "crwdns457538:0crwdne457538:0",
+ "-153524655": "crwdns457540:0crwdne457540:0",
+ "-548897585": "crwdns457542:0crwdne457542:0",
+ "-1236285182": "crwdns457544:0crwdne457544:0",
+ "-1557693454": "crwdns457546:0crwdne457546:0",
+ "-253752482": "crwdns457548:0crwdne457548:0",
+ "-1787820992": "crwdns457550:0crwdne457550:0",
+ "-1288798840": "crwdns457552:0crwdne457552:0",
+ "-1834333990": "crwdns457554:0crwdne457554:0",
+ "-1723900573": "crwdns457556:0crwdne457556:0",
+ "-1698836439": "crwdns457558:0crwdne457558:0",
+ "-617194580": "crwdns457560:0crwdne457560:0",
+ "-227242365": "crwdns457562:0crwdne457562:0",
+ "-941684403": "crwdns457564:0crwdne457564:0",
+ "-1728332105": "crwdns457566:0crwdne457566:0",
+ "-1972914987": "crwdns457568:0crwdne457568:0",
+ "-1531872373": "crwdns457570:0crwdne457570:0",
+ "-385265783": "crwdns457572:0crwdne457572:0",
+ "-976858633": "crwdns457574:0crwdne457574:0",
+ "-1798013905": "crwdns457576:0crwdne457576:0",
+ "-114658193": "crwdns457578:0crwdne457578:0",
+ "-156237172": "crwdns457580:0crwdne457580:0",
+ "-2038952853": "crwdns457582:0crwdne457582:0",
+ "-315976084": "crwdns457584:0crwdne457584:0",
+ "-1952371760": "crwdns457586:0crwdne457586:0",
+ "-1677125826": "crwdns457588:0crwdne457588:0",
+ "-1980078854": "crwdns457590:0crwdne457590:0",
+ "-771604768": "crwdns457592:0crwdne457592:0",
+ "-918450098": "crwdns457594:0crwdne457594:0",
+ "-315611205": "crwdns457596:0crwdne457596:0",
+ "-122062690": "crwdns457598:0crwdne457598:0",
+ "-1376569450": "crwdns457600:0crwdne457600:0",
+ "-1177914473": "crwdns457602:0crwdne457602:0",
+ "-1549564044": "crwdns457604:0crwdne457604:0",
+ "-1366572293": "crwdns457606:0crwdne457606:0",
+ "-1563494193": "crwdns457608:0crwdne457608:0",
+ "-2133437022": "crwdns457610:0crwdne457610:0",
+ "-1568899385": "crwdns457612:0crwdne457612:0",
+ "-1567244911": "crwdns457614:0crwdne457614:0",
+ "-1812070043": "crwdns457616:0crwdne457616:0",
+ "-696921894": "crwdns457618:0crwdne457618:0",
+ "-425611884": "crwdns457620:0crwdne457620:0",
+ "-1050528217": "crwdns457622:0crwdne457622:0",
+ "-1745867197": "crwdns457624:0crwdne457624:0",
+ "-214996581": "crwdns457626:0crwdne457626:0",
+ "-586363837": "crwdns457628:0crwdne457628:0",
+ "-190084602": "crwdns457630:0crwdne457630:0",
+ "-1257202503": "crwdns457632:0crwdne457632:0",
+ "-1101543580": "crwdns457634:0crwdne457634:0",
+ "-1819888683": "crwdns457636:0{{search}}crwdne457636:0",
+ "-859753143": "crwdns457638:0crwdne457638:0",
+ "-177264246": "crwdns457640:0crwdne457640:0",
+ "-1681655860": "crwdns457642:0crwdne457642:0",
+ "-435600202": "crwdns457644:0crwdne457644:0",
+ "-254542421": "crwdns457646:0crwdne457646:0",
+ "-1739646504": "crwdns457648:0crwdne457648:0",
+ "-1116525030": "crwdns457650:0crwdne457650:0",
+ "-1910608693": "crwdns457652:0crwdne457652:0",
+ "-2073215708": "crwdns457654:0crwdne457654:0",
+ "-785517434": "crwdns457656:0crwdne457656:0",
+ "-582231303": "crwdns457658:0crwdne457658:0",
+ "-703297687": "crwdns457660:0crwdne457660:0",
+ "-599281490": "crwdns457662:0crwdne457662:0",
+ "-188538325": "crwdns457664:0crwdne457664:0",
+ "-1129279211": "crwdns457666:0crwdne457666:0",
+ "-894612350": "crwdns457668:0crwdne457668:0",
+ "-1582535828": "crwdns457670:0crwdne457670:0",
+ "-2136863307": "crwdns457672:0crwdne457672:0",
+ "-803818887": "crwdns457674:0crwdne457674:0",
+ "-1244219585": "crwdns457676:0crwdne457676:0",
+ "-1523686418": "crwdns457678:0crwdne457678:0",
+ "-1883441858": "crwdns457680:0crwdne457680:0",
+ "-482992615": "crwdns457682:0crwdne457682:0",
+ "-337933411": "crwdns457684:0crwdne457684:0",
+ "-464076737": "crwdns457686:0crwdne457686:0",
+ "-1687067691": "crwdns457688:0crwdne457688:0",
+ "-1411245754": "crwdns457690:0crwdne457690:0",
+ "-1057679672": "crwdns457692:0crwdne457692:0",
+ "-1715758584": "crwdns457694:0crwdne457694:0",
+ "-1960993308": "crwdns457696:0crwdne457696:0",
+ "-400895399": "crwdns457698:0crwdne457698:0",
+ "-1464239544": "crwdns457700:0crwdne457700:0",
+ "-759539756": "crwdns457702:0crwdne457702:0",
+ "-1047117142": "crwdns457704:0crwdne457704:0",
+ "-864022561": "crwdns457706:0crwdne457706:0",
+ "-469258978": "crwdns457708:0crwdne457708:0",
+ "-1403118121": "crwdns457710:0crwdne457710:0",
+ "-1945892745": "crwdns457712:0crwdne457712:0",
+ "-217527343": "crwdns457714:0crwdne457714:0",
+ "-1746837387": "crwdns457716:0crwdne457716:0",
+ "-1248152791": "crwdns457718:0crwdne457718:0",
+ "-640475298": "crwdns457720:0crwdne457720:0",
+ "-179421588": "crwdns457722:0crwdne457722:0",
+ "-874599648": "crwdns457724:0crwdne457724:0",
+ "-1456353153": "crwdns457726:0crwdne457726:0",
+ "-1835477277": "crwdns457728:0crwdne457728:0",
+ "-2057848186": "crwdns457730:0crwdne457730:0",
+ "-1264084852": "crwdns457732:0crwdne457732:0",
+ "-317355829": "crwdns457734:0crwdne457734:0",
+ "-643644414": "crwdns457736:0crwdne457736:0",
+ "-67585950": "crwdns457738:0crwdne457738:0",
+ "-1388788058": "crwdns457740:0crwdne457740:0",
+ "-379292041": "crwdns457742:0crwdne457742:0",
+ "-1245795523": "crwdns457744:0crwdne457744:0",
+ "-976921122": "crwdns457746:0crwdne457746:0",
+ "-257221931": "crwdns457748:0crwdne457748:0",
+ "-1109489026": "crwdns457750:0crwdne457750:0",
+ "-1408956818": "crwdns457752:0crwdne457752:0",
+ "-817404641": "crwdns457754:0crwdne457754:0",
+ "-1204121083": "crwdns457756:0crwdne457756:0",
+ "-1507095704": "crwdns457758:0crwdne457758:0",
+ "-1973882807": "crwdns457760:0crwdne457760:0",
+ "-994905306": "crwdns457762:0crwdne457762:0",
+ "-1285759343": "crwdns457764:0crwdne457764:0",
+ "-588159121": "crwdns457766:0crwdne457766:0",
+ "-793696861": "crwdns457768:0crwdne457768:0",
+ "-170649565": "crwdns457770:0crwdne457770:0",
+ "-695073642": "crwdns457772:0crwdne457772:0",
+ "-364223277": "crwdns457774:0crwdne457774:0",
+ "-1160951775": "crwdns457776:0crwdne457776:0",
+ "-647409418": "crwdns457778:0crwdne457778:0",
+ "-1832219812": "crwdns457780:0crwdne457780:0",
+ "-1614892250": "crwdns457782:0crwdne457782:0",
+ "-162975033": "crwdns457784:0crwdne457784:0",
+ "-1647883455": "crwdns457786:0crwdne457786:0",
+ "-1522758943": "crwdns457788:0crwdne457788:0",
+ "-1299230355": "crwdns457790:0crwdne457790:0",
+ "-1810613801": "crwdns457792:0crwdne457792:0",
+ "-195690560": "crwdns457794:0crwdne457794:0",
+ "-179005984": "crwdns457796:0crwdne457796:0",
+ "-711167842": "crwdns457798:0crwdne457798:0",
+ "-631261465": "crwdns457800:0crwdne457800:0",
+ "-1677746091": "crwdns457802:0crwdne457802:0",
+ "-764102808": "crwdns457804:0crwdne457804:0",
+ "-1994617635": "crwdns457806:0crwdne457806:0",
+ "-79131093": "crwdns457808:0crwdne457808:0",
+ "-1751626872": "crwdns457810:0crwdne457810:0",
+ "-157171315": "crwdns457812:0crwdne457812:0",
+ "-380726654": "crwdns457814:0crwdne457814:0",
+ "-1856204727": "crwdns457816:0crwdne457816:0",
+ "-1671080983": "crwdns457818:0crwdne457818:0",
+ "-1886118844": "crwdns457820:0crwdne457820:0",
+ "-986689483": "crwdns457822:0crwdne457822:0",
+ "-985220032": "crwdns457824:0crwdne457824:0",
+ "-1101689220": "crwdns457826:0crwdne457826:0",
+ "-1739325003": "crwdns457828:0crwdne457828:0",
+ "-148855952": "crwdns457830:0crwdne457830:0",
+ "-1650334312": "crwdns457832:0crwdne457832:0",
+ "-822031479": "crwdns457834:0crwdne457834:0",
+ "-224804428": "crwdns457836:0crwdne457836:0",
+ "-1609246392": "crwdns457838:0crwdne457838:0",
+ "-346303383": "crwdns457840:0crwdne457840:0",
+ "-2134684262": "crwdns457842:0crwdne457842:0",
+ "-1855944698": "crwdns457844:0crwdne457844:0",
+ "-1435852820": "crwdns457846:0crwdne457846:0",
+ "-805026662": "crwdns457848:0crwdne457848:0",
+ "-336747115": "crwdns457850:0crwdne457850:0",
+ "-1168460620": "crwdns457852:0crwdne457852:0",
+ "-1955486267": "crwdns457854:0crwdne457854:0",
+ "-670805289": "crwdns457856:0crwdne457856:0",
+ "-1185520887": "crwdns457858:0crwdne457858:0",
+ "-1543634856": "crwdns457860:0crwdne457860:0",
+ "-410744792": "crwdns457862:0crwdne457862:0",
+ "-1736064743": "crwdns457864:0crwdne457864:0",
+ "-1439607156": "crwdns457866:0crwdne457866:0",
+ "-1257106357": "crwdns457868:0crwdne457868:0",
+ "-524318410": "crwdns457870:0crwdne457870:0",
+ "-993497460": "crwdns457872:0crwdne457872:0",
+ "-1279056201": "crwdns457874:0crwdne457874:0",
+ "-296729461": "crwdns457876:0crwdne457876:0",
+ "-1476852890": "crwdns457878:0crwdne457878:0",
+ "-154362819": "crwdns457880:0crwdne457880:0",
+ "-1627487675": "crwdns457882:0crwdne457882:0",
+ "-568906967": "crwdns457884:0crwdne457884:0",
+ "-461691496": "crwdns457886:0crwdne457886:0",
+ "-1029239301": "crwdns457888:0crwdne457888:0",
+ "-1141509742": "crwdns457890:0crwdne457890:0",
+ "-1410699505": "crwdns457892:0crwdne457892:0",
+ "-86797398": "crwdns457894:0crwdne457894:0",
+ "-338149677": "crwdns457896:0crwdne457896:0",
+ "-67297475": "crwdns457898:0crwdne457898:0",
+ "-1869445525": "crwdns457900:0crwdne457900:0",
+ "-1378864427": "crwdns457902:0crwdne457902:0",
+ "-1278209777": "crwdns457904:0crwdne457904:0",
+ "-1669612535": "crwdns457906:0crwdne457906:0",
+ "-1239568034": "crwdns457908:0crwdne457908:0",
+ "-989166377": "crwdns457910:0crwdne457910:0",
+ "-1567088047": "crwdns457912:0crwdne457912:0",
+ "-1543692084": "crwdns457914:0crwdne457914:0",
+ "-1095411583": "crwdns457916:0crwdne457916:0",
+ "-693174976": "crwdns457918:0crwdne457918:0",
+ "-2112170016": "crwdns457920:0crwdne457920:0",
+ "-1098565506": "crwdns457922:0crwdne457922:0",
+ "-1941726245": "crwdns457924:0crwdne457924:0",
+ "-1964387231": "crwdns457926:0crwdne457926:0",
+ "-1705206253": "crwdns457928:0crwdne457928:0",
+ "-90598465": "crwdns457930:0crwdne457930:0",
+ "-307502515": "crwdns457932:0crwdne457932:0",
+ "-577476222": "crwdns457934:0crwdne457934:0",
+ "-2134519372": "crwdns457936:0crwdne457936:0",
+ "-1529587893": "crwdns457938:0crwdne457938:0",
+ "-1383710718": "crwdns457940:0crwdne457940:0",
+ "-780401736": "crwdns457942:0crwdne457942:0",
+ "-1285898327": "crwdns457944:0crwdne457944:0",
+ "-527968812": "crwdns457946:0crwdne457946:0",
+ "-2055925090": "crwdns457948:0crwdne457948:0",
+ "-1720135689": "crwdns457950:0crwdne457950:0",
+ "-535620163": "crwdns457952:0crwdne457952:0",
+ "-2015877045": "crwdns457954:0crwdne457954:0",
+ "-529738098": "crwdns457956:0crwdne457956:0",
+ "-971172690": "crwdns457958:0crwdne457958:0",
+ "-935980097": "crwdns457960:0crwdne457960:0",
+ "-787503172": "crwdns457962:0crwdne457962:0",
+ "-300839534": "crwdns457964:0crwdne457964:0",
+ "-1348787775": "crwdns457966:0crwdne457966:0",
+ "-1111031408": "crwdns457968:0crwdne457968:0",
+ "-985140221": "crwdns457970:0crwdne457970:0",
+ "-1222605568": "crwdns457972:0crwdne457972:0",
+ "-1184173356": "crwdns457974:0crwdne457974:0",
+ "-1462766296": "crwdns457976:0crwdne457976:0",
+ "-1089619392": "crwdns457978:0crwdne457978:0",
+ "-351288377": "crwdns457980:0crwdne457980:0",
+ "-1987596175": "crwdns457982:0crwdne457982:0",
+ "-38304396": "crwdns457984:0crwdne457984:0",
+ "-88115138": "crwdns457986:0crwdne457986:0",
+ "-1741073621": "crwdns457988:0crwdne457988:0",
+ "-1684440937": "crwdns457990:0crwdne457990:0",
+ "-1374165891": "crwdns457992:0crwdne457992:0",
+ "-1795964107": "crwdns457994:0crwdne457994:0",
+ "-309622502": "crwdns457996:0crwdne457996:0",
+ "-586122892": "crwdns457998:0crwdne457998:0",
+ "-518416448": "crwdns458000:0crwdne458000:0",
+ "-2007650229": "crwdns458002:0crwdne458002:0",
+ "-1593152023": "crwdns458004:0crwdne458004:0",
+ "-1402025716": "crwdns458006:0crwdne458006:0",
+ "-798714068": "crwdns458008:0crwdne458008:0",
+ "-1758753185": "crwdns458010:0crwdne458010:0",
+ "-1572548510": "crwdns458012:0crwdne458012:0",
+ "-922253974": "crwdns458014:0crwdne458014:0",
+ "-1361254291": "crwdns458016:0crwdne458016:0",
+ "-1691868913": "crwdns458018:0crwdne458018:0",
+ "-763273340": "crwdns458020:0crwdne458020:0",
+ "-330437517": "crwdns458022:0crwdne458022:0",
+ "-657360193": "crwdns458024:0crwdne458024:0",
+ "-1442307043": "crwdns458026:0crwdne458026:0",
+ "-1544998943": "crwdns458028:0crwdne458028:0",
+ "-1301260207": "crwdns458030:0crwdne458030:0",
+ "-110767819": "crwdns458032:0crwdne458032:0",
+ "-289567912": "crwdns458034:0crwdne458034:0",
+ "-898871903": "crwdns458036:0crwdne458036:0",
+ "-17396892": "crwdns458038:0crwdne458038:0",
+ "-199125243": "crwdns458040:0crwdne458040:0",
+ "-1755209362": "crwdns458042:0crwdne458042:0",
+ "-1343499861": "crwdns458044:0crwdne458044:0",
+ "-11499858": "crwdns458046:0crwdne458046:0",
+ "-1846766027": "crwdns458048:0crwdne458048:0",
+ "-192959524": "crwdns458050:0crwdne458050:0",
+ "-1879171974": "crwdns458052:0crwdne458052:0",
+ "-339093963": "crwdns458054:0crwdne458054:0",
+ "-691446230": "crwdns458056:0crwdne458056:0",
+ "-1412546523": "crwdns458058:0crwdne458058:0",
+ "-367005179": "crwdns458060:0crwdne458060:0",
+ "-1542650156": "crwdns458062:0crwdne458062:0",
+ "-1790114248": "crwdns458064:0crwdne458064:0",
+ "-639381175": "crwdns458066:0crwdne458066:0",
+ "-626094848": "crwdns458068:0crwdne458068:0",
+ "-578264817": "crwdns458070:0crwdne458070:0",
+ "-1618901770": "crwdns458072:0crwdne458072:0",
+ "-2085755369": "crwdns458074:0crwdne458074:0",
+ "-396178446": "crwdns458076:0crwdne458076:0",
+ "-1542310221": "crwdns458078:0crwdne458078:0",
+ "-240686434": "crwdns458080:0crwdne458080:0",
+ "-1360155081": "crwdns458082:0crwdne458082:0",
+ "-1235219375": "crwdns458084:0crwdne458084:0",
+ "-295883723": "crwdns458086:0crwdne458086:0",
+ "-305466448": "crwdns458088:0crwdne458088:0",
+ "-2124080301": "crwdns458090:0{{platforms_no}}crwdne458090:0",
+ "-502915460": "crwdns458092:0crwdne458092:0",
+ "-1745745605": "crwdns458094:0crwdne458094:0",
+ "-674746835": "crwdns458096:0crwdne458096:0",
+ "-313388618": "crwdns458098:0crwdne458098:0",
+ "-1382581758": "crwdns458100:0crwdne458100:0",
+ "-459332544": "crwdns458102:0crwdne458102:0",
+ "-2033498676": "crwdns458104:0crwdne458104:0",
+ "-1810714093": "crwdns458106:0crwdne458106:0",
+ "-1426812612": "crwdns458108:0crwdne458108:0",
+ "-1019430823": "crwdns458110:0crwdne458110:0",
+ "-935743086": "crwdns458112:0crwdne458112:0",
+ "-1206803300": "crwdns458114:0crwdne458114:0",
+ "-13898976": "crwdns458116:0crwdne458116:0",
+ "-143741607": "crwdns458118:0crwdne458118:0",
+ "-642822922": "crwdns458120:0crwdne458120:0",
+ "-1344568737": "crwdns458122:0crwdne458122:0",
+ "-1157215583": "crwdns458124:0crwdne458124:0",
+ "-1753658117": "crwdns458126:0crwdne458126:0",
+ "-2096973218": "crwdns458128:0crwdne458128:0",
+ "-1353630503": "crwdns458130:0crwdne458130:0",
+ "-2050452639": "crwdns458132:0crwdne458132:0",
+ "-183980432": "crwdns458134:0crwdne458134:0",
+ "-1282535927": "crwdns458136:0crwdne458136:0",
+ "-2108471752": "crwdns458138:0crwdne458138:0",
+ "-151615902": "crwdns458140:0crwdne458140:0",
+ "-361756584": "crwdns458142:0crwdne458142:0",
+ "-1731678464": "crwdns458144:0crwdne458144:0",
+ "-210226989": "crwdns458146:0crwdne458146:0",
+ "-669935829": "crwdns458148:0crwdne458148:0",
+ "-1783143974": "crwdns458150:0crwdne458150:0",
+ "-840371458": "crwdns458152:0crwdne458152:0",
+ "-797479789": "crwdns458154:0crwdne458154:0",
+ "-1120977576": "crwdns458156:0crwdne458156:0",
+ "-1341149337": "crwdns458158:0crwdne458158:0",
+ "-760563830": "crwdns458160:0crwdne458160:0",
+ "-761442198": "crwdns458162:0crwdne458162:0",
+ "-1818835462": "crwdns458164:0crwdne458164:0",
+ "-31983818": "crwdns458166:0crwdne458166:0",
+ "-55751296": "crwdns458168:0crwdne458168:0",
+ "-1179138263": "crwdns458170:0crwdne458170:0",
+ "-900926823": "crwdns458172:0crwdne458172:0",
+ "-1317605771": "crwdns458174:0crwdne458174:0",
+ "-1606502829": "crwdns458176:0crwdne458176:0",
+ "-9704429": "crwdns458178:0crwdne458178:0",
+ "-451163723": "crwdns458180:0crwdne458180:0",
+ "-421823532": "crwdns458182:0crwdne458182:0",
+ "-1194510682": "crwdns458184:0crwdne458184:0",
+ "-265258852": "crwdns458186:0crwdne458186:0",
+ "-1856803321": "crwdns458188:0crwdne458188:0",
+ "-342425409": "crwdns458190:0crwdne458190:0",
+ "-1039306572": "crwdns458192:0crwdne458192:0",
+ "-298402103": "crwdns458194:0crwdne458194:0",
+ "-2059998599": "crwdns458196:0crwdne458196:0",
+ "-1872383739": "crwdns458198:0crwdne458198:0",
+ "-1380231131": "crwdns458200:0crwdne458200:0",
+ "-1293447063": "crwdns458202:0crwdne458202:0",
+ "-607870086": "crwdns458204:0crwdne458204:0",
+ "-1202105916": "crwdns458206:0crwdne458206:0",
+ "-250622057": "crwdns458208:0crwdne458208:0",
+ "-742796250": "crwdns458210:0crwdne458210:0",
+ "-7818514": "crwdns458212:0crwdne458212:0",
+ "-720766028": "crwdns458214:0crwdne458214:0",
+ "-580326996": "crwdns458216:0crwdne458216:0",
+ "-110329645": "crwdns458218:0crwdne458218:0",
+ "-754514685": "crwdns458220:0crwdne458220:0",
+ "-293239181": "crwdns458222:0crwdne458222:0",
+ "-1924436660": "crwdns458224:0crwdne458224:0",
+ "-844707100": "crwdns458226:0crwdne458226:0",
+ "-1798345294": "crwdns458228:0crwdne458228:0",
+ "-1676645687": "crwdns458230:0crwdne458230:0",
+ "-804933634": "crwdns458232:0crwdne458232:0",
+ "-35835337": "crwdns458234:0crwdne458234:0",
+ "-960630757": "crwdns458236:0crwdne458236:0",
+ "-1754226645": "crwdns458238:0crwdne458238:0",
+ "-367386425": "crwdns458240:0crwdne458240:0",
+ "-952281983": "crwdns458242:0crwdne458242:0",
+ "-621904237": "crwdns458244:0crwdne458244:0",
+ "-1488180893": "crwdns458246:0crwdne458246:0",
+ "-1964292433": "crwdns458248:0crwdne458248:0",
+ "-1020352260": "crwdns458250:0crwdne458250:0",
+ "-508648768": "crwdns458252:0crwdne458252:0",
+ "-1157303982": "crwdns458254:0crwdne458254:0",
+ "-8463919": "crwdns458256:0crwdne458256:0",
+ "-1458802744": "crwdns458258:0crwdne458258:0",
+ "-1420548257": "crwdns458260:0crwdne458260:0",
+ "-2028044760": "crwdns458262:0crwdne458262:0",
+ "-1125774107": "crwdns458264:0crwdne458264:0",
+ "-97177023": "crwdns458266:0crwdne458266:0",
+ "-973175694": "crwdns458268:0crwdne458268:0",
+ "-175133087": "crwdns458270:0crwdne458270:0",
+ "-439480253": "crwdns458272:0crwdne458272:0",
+ "-315519012": "crwdns458274:0crwdne458274:0",
+ "-1372898772": "crwdns458276:0crwdne458276:0",
+ "-9288094": "crwdns458278:0crwdne458278:0",
+ "-593725183": "crwdns458280:0crwdne458280:0",
+ "-1975420554": "crwdns458282:0crwdne458282:0",
+ "-56855120": "crwdns458284:0crwdne458284:0",
+ "-581275151": "crwdns458286:0crwdne458286:0",
+ "-841420376": "crwdns458288:0crwdne458288:0",
+ "-2056714393": "crwdns458290:0crwdne458290:0",
+ "-1745155150": "crwdns458292:0crwdne458292:0",
+ "-1109370844": "crwdns458294:0crwdne458294:0",
+ "-515430658": "crwdns458296:0crwdne458296:0",
+ "-1866115993": "crwdns458298:0crwdne458298:0",
+ "-1245514595": "crwdns458300:0crwdne458300:0",
+ "-468018917": "crwdns458302:0crwdne458302:0",
+ "-89284930": "crwdns458304:0crwdne458304:0",
+ "-1637535607": "crwdns458306:0crwdne458306:0",
+ "-1386083220": "crwdns458308:0crwdne458308:0",
+ "-1702975584": "crwdns458310:0crwdne458310:0",
+ "-1856944033": "crwdns458312:0crwdne458312:0",
+ "-907834110": "crwdns458314:0crwdne458314:0",
+ "-773444549": "crwdns458316:0crwdne458316:0",
+ "-1871897949": "crwdns458318:0crwdne458318:0",
+ "-785550912": "crwdns458320:0crwdne458320:0",
+ "-124300884": "crwdns458322:0crwdne458322:0",
+ "-1135060666": "crwdns458324:0crwdne458324:0",
+ "-782426189": "crwdns458326:0crwdne458326:0",
+ "-1965920446": "crwdns458328:0crwdne458328:0",
+ "-1111635562": "crwdns458330:0crwdne458330:0",
+ "-1174463492": "crwdns458332:0crwdne458332:0",
+ "-236133956": "crwdns458334:0crwdne458334:0",
+ "-995204754": "crwdns458336:0crwdne458336:0",
+ "-1197999355": "crwdns458338:0crwdne458338:0",
+ "-797165331": "crwdns458340:0crwdne458340:0",
+ "-1411787252": "crwdns458342:0crwdne458342:0",
+ "-707839573": "crwdns458344:0crwdne458344:0",
+ "-1743170005": "crwdns458346:0crwdne458346:0",
+ "-114537153": "crwdns458348:0crwdne458348:0",
+ "-742854273": "crwdns458350:0crwdne458350:0",
+ "-791962871": "crwdns458352:0crwdne458352:0",
+ "-1399909248": "crwdns458354:0crwdne458354:0",
+ "-1663221456": "crwdns458356:0crwdne458356:0",
+ "-1433405472": "crwdns458358:0crwdne458358:0",
+ "-1687100060": "crwdns458360:0crwdne458360:0",
+ "-167184778": "crwdns458362:0crwdne458362:0",
+ "-1957784093": "crwdns458364:0crwdne458364:0",
+ "-1355872061": "crwdns458366:0crwdne458366:0",
+ "-2111804730": "crwdns458368:0crwdne458368:0",
+ "-1327881726": "crwdns458370:0crwdne458370:0",
+ "-623875445": "crwdns458372:0crwdne458372:0",
+ "-82865314": "crwdns458374:0crwdne458374:0",
+ "-920539959": "crwdns458376:0crwdne458376:0",
+ "-1175166863": "crwdns458378:0crwdne458378:0",
+ "-155790566": "crwdns458380:0crwdne458380:0",
+ "-512317560": "crwdns458382:0crwdne458382:0",
+ "-1423526129": "crwdns458384:0crwdne458384:0",
+ "-1216418075": "crwdns458386:0crwdne458386:0",
+ "-696867299": "crwdns458388:0crwdne458388:0",
+ "-1753877946": "crwdns458390:0crwdne458390:0",
+ "-824717983": "crwdns458392:0crwdne458392:0",
+ "-642207984": "crwdns458394:0crwdne458394:0",
+ "-565087025": "crwdns458396:0crwdne458396:0",
+ "-35128655": "crwdns458398:0crwdne458398:0",
+ "-1880897548": "crwdns458400:0crwdne458400:0",
+ "-476018343": "crwdns458402:0crwdne458402:0",
+ "-1505946900": "crwdns458404:0crwdne458404:0",
+ "-1546180144": "crwdns458406:0crwdne458406:0",
+ "-943701585": "crwdns458408:0crwdne458408:0",
+ "-1310685090": "crwdns458410:0crwdne458410:0",
+ "-785091863": "crwdns458412:0crwdne458412:0",
+ "-2072074553": "crwdns458414:0crwdne458414:0",
+ "-1655759142": "crwdns458416:0crwdne458416:0",
+ "-628881664": "crwdns458418:0crwdne458418:0",
+ "-327214682": "crwdns458420:0crwdne458420:0",
+ "-819550264": "crwdns458422:0crwdne458422:0",
+ "-999492653": "crwdns458424:0crwdne458424:0",
+ "-1379291897": "crwdns458426:0crwdne458426:0",
+ "-1573631881": "crwdns458428:0crwdne458428:0",
+ "-673420280": "crwdns458430:0crwdne458430:0",
+ "-1718265662": "crwdns458432:0crwdne458432:0",
+ "-1823217929": "crwdns458434:0crwdne458434:0",
+ "-1848791211": "crwdns458436:0crwdne458436:0",
+ "-75763689": "crwdns458438:0crwdne458438:0",
+ "-89087875": "crwdns458440:0crwdne458440:0",
+ "-1770464254": "crwdns458442:0crwdne458442:0",
+ "-1252607893": "crwdns458444:0crwdne458444:0",
+ "-1809314981": "crwdns458446:0crwdne458446:0",
+ "-1558537969": "crwdns458448:0crwdne458448:0",
+ "-1299708281": "crwdns458450:0crwdne458450:0",
+ "-189544607": "crwdns458452:0crwdne458452:0",
+ "-1235724293": "crwdns458454:0crwdne458454:0",
+ "-697253250": "crwdns458456:0crwdne458456:0",
+ "-381746202": "crwdns458458:0crwdne458458:0",
+ "-512194910": "crwdns458460:0crwdne458460:0",
+ "-2077690248": "crwdns458462:0crwdne458462:0",
+ "-563812039": "crwdns458464:0crwdne458464:0",
+ "-82971929": "crwdns458466:0crwdne458466:0",
+ "-433962508": "crwdns458468:0crwdne458468:0",
+ "-764111252": "crwdns458470:0crwdne458470:0",
+ "-1925264914": "crwdns458472:0crwdne458472:0",
+ "-708579504": "crwdns458474:0crwdne458474:0",
+ "-975255670": "crwdns458476:0crwdne458476:0",
+ "-1374309449": "crwdns458478:0crwdne458478:0",
+ "-1190812505": "crwdns458480:0crwdne458480:0",
+ "-9704319": "crwdns458482:0crwdne458482:0",
+ "-342128411": "crwdns458484:0crwdne458484:0",
+ "-1736314513": "crwdns458486:0crwdne458486:0",
+ "-465860988": "crwdns458488:0crwdne458488:0",
+ "-853582174": "crwdns458490:0crwdne458490:0",
+ "-617646862": "crwdns458492:0crwdne458492:0",
+ "-1935463381": "crwdns458494:0crwdne458494:0",
+ "-1096386695": "crwdns458496:0crwdne458496:0",
+ "-704465484": "crwdns458498:0crwdne458498:0",
+ "-1132754641": "crwdns458500:0crwdne458500:0",
+ "-153445761": "crwdns458502:0crwdne458502:0",
+ "-840043643": "crwdns458504:0crwdne458504:0",
+ "-1676578867": "crwdns458506:0crwdne458506:0",
+ "-1532188389": "crwdns458508:0crwdne458508:0",
+ "-786663544": "crwdns458510:0crwdne458510:0",
+ "-497249058": "crwdns458512:0crwdne458512:0",
+ "-1815417228": "crwdns458514:0crwdne458514:0",
+ "-125943541": "crwdns458516:0crwdne458516:0",
+ "-1036619204": "crwdns458518:0crwdne458518:0",
+ "-1552890620": "crwdns458520:0crwdne458520:0",
+ "-64938413": "crwdns458522:0crwdne458522:0",
+ "-1430522808": "crwdns458524:0crwdne458524:0",
+ "-2020477069": "crwdns458526:0crwdne458526:0",
+ "-1201853162": "crwdns458528:0crwdne458528:0",
+ "-1318070255": "crwdns458530:0crwdne458530:0",
+ "-1197505739": "crwdns458532:0crwdne458532:0",
+ "-405907358": "crwdns458534:0crwdne458534:0",
+ "-642323838": "crwdns458536:0crwdne458536:0",
+ "-428199705": "crwdns458538:0crwdne458538:0",
+ "-424108348": "crwdns458540:0crwdne458540:0",
+ "-1969740361": "crwdns458542:0crwdne458542:0",
+ "-53531024": "crwdns458544:0crwdne458544:0",
+ "-458661961": "crwdns458546:0crwdne458546:0",
+ "-764731776": "crwdns458548:0crwdne458548:0",
+ "-524302516": "crwdns458550:0crwdne458550:0",
+ "-1669418686": "crwdns458552:0crwdne458552:0",
+ "-1548588249": "crwdns458554:0crwdne458554:0",
+ "-79700881": "crwdns458556:0crwdne458556:0",
+ "-1402324349": "crwdns458558:0crwdne458558:0",
+ "-1398238048": "crwdns458560:0crwdne458560:0",
+ "-244869624": "crwdns458562:0crwdne458562:0",
+ "-2123017153": "crwdns458564:0crwdne458564:0",
+ "-863339255": "crwdns458566:0crwdne458566:0",
+ "-705437744": "crwdns458568:0crwdne458568:0",
+ "-1662452484": "crwdns458570:0crwdne458570:0",
+ "-1688177794": "crwdns458572:0crwdne458572:0",
+ "-1536293064": "crwdns458574:0crwdne458574:0",
+ "-1459779698": "crwdns458576:0crwdne458576:0",
+ "-548255282": "crwdns458578:0crwdne458578:0",
+ "-1834131208": "crwdns458580:0crwdne458580:0",
+ "-835432744": "crwdns458582:0crwdne458582:0",
+ "-1705435711": "crwdns458584:0crwdne458584:0",
+ "-101671632": "crwdns458586:0crwdne458586:0",
+ "-1941464952": "crwdns458588:0crwdne458588:0",
+ "-1509589732": "crwdns458590:0crwdne458590:0",
+ "-1956204780": "crwdns458592:0crwdne458592:0",
+ "-1375177588": "crwdns458594:0crwdne458594:0",
+ "-869309684": "crwdns458596:0crwdne458596:0",
+ "-1059302444": "crwdns458598:0crwdne458598:0",
+ "-438117661": "crwdns458600:0crwdne458600:0",
+ "-378854371": "crwdns458602:0crwdne458602:0",
+ "-1923618411": "crwdns458604:0crwdne458604:0",
+ "-1599441950": "crwdns458606:0crwdne458606:0",
+ "-1704556077": "crwdns458608:0crwdne458608:0",
+ "-307123099": "crwdns458610:0crwdne458610:0",
+ "-1224740616": "crwdns458612:0crwdne458612:0",
+ "-1452779184": "crwdns458614:0crwdne458614:0",
+ "-224502168": "crwdns458616:0crwdne458616:0",
+ "-456688611": "crwdns458618:0crwdne458618:0",
+ "-757835039": "crwdns458620:0crwdne458620:0",
+ "-581221495": "crwdns458622:0crwdne458622:0",
+ "-1504172282": "crwdns458624:0crwdne458624:0",
+ "-685384800": "crwdns458626:0crwdne458626:0",
+ "-1967716216": "crwdns458628:0crwdne458628:0",
+ "-1928459544": "crwdns458630:0crwdne458630:0",
+ "-1511094980": "crwdns458632:0crwdne458632:0",
+ "-1476168631": "crwdns458634:0crwdne458634:0",
+ "-729763802": "crwdns458636:0crwdne458636:0",
+ "-1478189349": "crwdns458638:0crwdne458638:0",
+ "-10860248": "crwdns458640:0crwdne458640:0",
+ "-640204246": "crwdns458642:0crwdne458642:0",
+ "-1232927690": "crwdns458644:0crwdne458644:0",
+ "-107626054": "crwdns458646:0crwdne458646:0",
+ "-1403427633": "crwdns458648:0crwdne458648:0",
+ "-1941095707": "crwdns458650:0crwdne458650:0",
+ "-1263203461": "crwdns458652:0crwdne458652:0",
+ "-1621608496": "crwdns458654:0crwdne458654:0",
+ "-62177251": "crwdns458656:0crwdne458656:0",
+ "-1302994035": "crwdns458658:0crwdne458658:0",
+ "-575272887": "crwdns458660:0crwdne458660:0",
+ "-295406873": "crwdns458662:0crwdne458662:0",
+ "-1372993527": "crwdns458664:0crwdne458664:0",
+ "-1112522776": "crwdns458666:0crwdne458666:0",
+ "-460689370": "crwdns458668:0crwdne458668:0",
+ "-302156306": "crwdns458670:0crwdne458670:0",
+ "-1638008440": "crwdns458672:0crwdne458672:0",
+ "-30306201": "crwdns458674:0crwdne458674:0",
+ "-2046638412": "crwdns458676:0crwdne458676:0",
+ "-1164978320": "crwdns458678:0crwdne458678:0",
+ "-1991707178": "crwdns458680:0crwdne458680:0",
+ "-1734516342": "crwdns458682:0crwdne458682:0",
+ "-280323742": "crwdns458684:0crwdne458684:0",
+ "-390528194": "crwdns458686:0crwdne458686:0",
+ "-1995859410": "crwdns458688:0crwdne458688:0",
+ "-214202452": "crwdns458690:0crwdne458690:0",
+ "-1702184458": "crwdns458692:0crwdne458692:0",
+ "-178401383": "crwdns458694:0crwdne458694:0",
+ "-1222215988": "crwdns458696:0crwdne458696:0",
+ "-19213603": "crwdns458698:0crwdne458698:0",
+ "-1866629977": "crwdns458700:0crwdne458700:0",
+ "-2125845705": "crwdns458702:0crwdne458702:0",
+ "-1771870004": "crwdns458704:0crwdne458704:0",
+ "-1923803439": "crwdns458706:0crwdne458706:0",
+ "-1637642999": "crwdns458708:0crwdne458708:0",
+ "-578042544": "crwdns458710:0crwdne458710:0",
+ "-1314348105": "crwdns458712:0crwdne458712:0",
+ "-1921882156": "crwdns458714:0crwdne458714:0",
+ "-610649986": "crwdns458716:0crwdne458716:0",
+ "-1593593334": "crwdns458718:0crwdne458718:0",
+ "-1479581544": "crwdns458720:0crwdne458720:0",
+ "-657318791": "crwdns458722:0crwdne458722:0",
+ "-170532315": "crwdns458724:0crwdne458724:0",
+ "-519772806": "crwdns458726:0crwdne458726:0",
+ "-1404179529": "crwdns458728:0crwdne458728:0",
+ "-721191908": "crwdns458730:0crwdne458730:0",
+ "-1202623711": "crwdns458732:0crwdne458732:0",
+ "-190375337": "crwdns458734:0crwdne458734:0",
+ "-75787346": "crwdns458736:0crwdne458736:0",
+ "-257478628": "crwdns458738:0crwdne458738:0",
+ "-690460725": "crwdns458740:0crwdne458740:0",
+ "-931072662": "crwdns458742:0crwdne458742:0",
+ "-1522453105": "crwdns458744:0crwdne458744:0",
+ "-1848325573": "crwdns458746:0crwdne458746:0",
+ "-1650735154": "crwdns458748:0crwdne458748:0",
+ "-754071100": "crwdns458750:0crwdne458750:0",
+ "-1164156648": "crwdns458752:0crwdne458752:0",
+ "-475767247": "crwdns458754:0crwdne458754:0",
+ "-2035089048": "crwdns458756:0crwdne458756:0",
+ "-1312740087": "crwdns458758:0crwdne458758:0",
+ "-467543474": "crwdns458760:0crwdne458760:0",
+ "-12379677": "crwdns458762:0crwdne458762:0",
+ "-1048378719": "crwdns458764:0crwdne458764:0",
+ "-1282312809": "crwdns458766:0crwdne458766:0",
+ "-151151292": "crwdns458768:0crwdne458768:0",
+ "-632683307": "crwdns458770:0crwdne458770:0",
+ "-1237186896": "crwdns458772:0crwdne458772:0",
+ "-1316646998": "crwdns458774:0crwdne458774:0",
+ "-1386887449": "crwdns458776:0crwdne458776:0",
+ "-1064775608": "crwdns458778:0crwdne458778:0",
+ "-1262587128": "crwdns458780:0crwdne458780:0",
+ "-1561480459": "crwdns458782:0crwdne458782:0",
+ "-1810221546": "crwdns458784:0crwdne458784:0",
+ "-1696668141": "crwdns458786:0crwdne458786:0",
+ "-613179531": "crwdns458788:0crwdne458788:0",
+ "-253689807": "crwdns458790:0crwdne458790:0",
+ "-1095901299": "crwdns458792:0crwdne458792:0",
+ "-917592239": "crwdns458794:0crwdne458794:0",
+ "-586716383": "crwdns458796:0crwdne458796:0",
+ "-223886724": "crwdns458798:0crwdne458798:0",
+ "-399746134": "crwdns458800:0crwdne458800:0",
+ "-423203411": "crwdns458802:0crwdne458802:0",
+ "-1979013933": "crwdns458804:0crwdne458804:0",
+ "-1719881739": "crwdns458806:0crwdne458806:0",
+ "-293389307": "crwdns458808:0crwdne458808:0",
+ "-328158386": "crwdns458810:0crwdne458810:0",
+ "-1245597945": "crwdns458812:0crwdne458812:0",
+ "-1154771259": "crwdns458814:0crwdne458814:0",
+ "-385361251": "crwdns458816:0crwdne458816:0",
+ "-1007066865": "crwdns458818:0crwdne458818:0",
+ "-140275707": "crwdns458820:0crwdne458820:0",
+ "-1139543787": "crwdns458822:0crwdne458822:0",
+ "-1267106447": "crwdns458824:0crwdne458824:0",
+ "-141169956": "crwdns458826:0crwdne458826:0",
+ "-1451760391": "crwdns458828:0crwdne458828:0",
+ "-853506275": "crwdns458830:0crwdne458830:0",
+ "-130871483": "crwdns458832:0crwdne458832:0",
+ "-1699945583": "crwdns458834:0crwdne458834:0",
+ "-1050663488": "crwdns458836:0crwdne458836:0",
+ "-455555808": "crwdns458838:0crwdne458838:0",
+ "-1978236835": "crwdns458840:0crwdne458840:0",
+ "-351004295": "crwdns458842:0crwdne458842:0",
+ "-1305133629": "crwdns458844:0crwdne458844:0",
+ "-863977206": "crwdns458846:0crwdne458846:0",
+ "-268471694": "crwdns458848:0crwdne458848:0",
+ "-711200693": "crwdns458850:0crwdne458850:0",
+ "-13699993": "crwdns458852:0crwdne458852:0",
+ "-1218045572": "crwdns458854:0crwdne458854:0",
+ "-11615110": "crwdns458856:0crwdne458856:0",
+ "-449109188": "crwdns458858:0crwdne458858:0",
+ "-798170761": "crwdns458860:0crwdne458860:0",
+ "-1379332802": "crwdns458862:0crwdne458862:0",
+ "-731207336": "crwdns458864:0crwdne458864:0",
+ "-614677580": "crwdns458866:0crwdne458866:0",
+ "-1447320268": "crwdns458868:0crwdne458868:0",
+ "-963218544": "crwdns458870:0crwdne458870:0",
+ "-1930772663": "crwdns458872:0crwdne458872:0",
+ "-1016171176": "crwdns458874:0crwdne458874:0",
+ "-2082672713": "crwdns458876:0crwdne458876:0",
+ "-549581742": "crwdns458878:0crwdne458878:0",
+ "-456885316": "crwdns458880:0crwdne458880:0",
+ "-1649127643": "crwdns458882:0crwdne458882:0",
+ "-2068763730": "crwdns458884:0crwdne458884:0",
+ "-2083395832": "crwdns458886:0crwdne458886:0",
+ "-1587730975": "crwdns458888:0crwdne458888:0",
+ "-784871058": "crwdns458890:0crwdne458890:0",
+ "-524043424": "crwdns458892:0crwdne458892:0",
+ "-849512762": "crwdns458894:0crwdne458894:0",
+ "-1925239974": "crwdns458896:0crwdne458896:0",
+ "-55785537": "crwdns458898:0crwdne458898:0",
+ "-978761772": "crwdns458900:0crwdne458900:0",
+ "-543177967": "crwdns458902:0crwdne458902:0",
+ "-1097570263": "crwdns458904:0crwdne458904:0",
+ "-834024219": "crwdns458906:0crwdne458906:0",
+ "-800044382": "crwdns458908:0crwdne458908:0",
+ "-1825768469": "crwdns458910:0crwdne458910:0",
+ "-1923011108": "crwdns458912:0crwdne458912:0",
+ "-1268684459": "crwdns458914:0crwdne458914:0",
+ "-2061883933": "crwdns458916:0crwdne458916:0",
+ "-1587788256": "crwdns458918:0crwdne458918:0",
+ "-921778308": "crwdns458920:0crwdne458920:0",
+ "-1606777087": "crwdns458922:0crwdne458922:0",
+ "-1322494837": "crwdns458924:0crwdne458924:0",
+ "-1657286827": "crwdns458926:0crwdne458926:0",
+ "-528789768": "crwdns458928:0crwdne458928:0",
+ "-823166137": "crwdns458930:0crwdne458930:0",
+ "-512652791": "crwdns458932:0crwdne458932:0",
+ "-828872198": "crwdns458934:0crwdne458934:0",
+ "-1329701164": "crwdns458936:0crwdne458936:0",
+ "-856429866": "crwdns458938:0crwdne458938:0",
+ "-1694425627": "crwdns458940:0crwdne458940:0",
+ "-17723175": "crwdns458942:0crwdne458942:0",
+ "-1346873099": "crwdns458944:0crwdne458944:0",
+ "-738911627": "crwdns458946:0crwdne458946:0",
+ "-1629979446": "crwdns458948:0crwdne458948:0",
+ "-468489078": "crwdns458950:0crwdne458950:0",
+ "-827079960": "crwdns458952:0crwdne458952:0",
+ "-1663914692": "crwdns458954:0crwdne458954:0",
+ "-1571931999": "crwdns458956:0crwdne458956:0",
+ "-1354709201": "crwdns458958:0crwdne458958:0",
+ "-1379490678": "crwdns458960:0crwdne458960:0",
+ "-154532361": "crwdns458962:0crwdne458962:0",
+ "-671682857": "crwdns458964:0crwdne458964:0",
+ "-1943041402": "crwdns458966:0crwdne458966:0",
+ "-71594519": "crwdns458968:0crwdne458968:0",
+ "-1656878113": "crwdns458970:0crwdne458970:0",
+ "-884073029": "crwdns458972:0crwdne458972:0",
+ "-951485970": "crwdns458974:0crwdne458974:0",
+ "-1255868362": "crwdns458976:0crwdne458976:0",
+ "-1537800570": "crwdns458978:0crwdne458978:0",
+ "-1918487001": "crwdns458980:0crwdne458980:0",
+ "-1214998856": "crwdns458982:0crwdne458982:0",
+ "-1077198322": "crwdns458984:0crwdne458984:0",
+ "-1539979385": "crwdns458986:0crwdne458986:0",
+ "-1103705880": "crwdns458988:0crwdne458988:0",
+ "-964472369": "crwdns458990:0crwdne458990:0",
+ "-1319844013": "crwdns458992:0crwdne458992:0",
+ "-880181675": "crwdns458994:0crwdne458994:0",
+ "-612863553": "crwdns458996:0crwdne458996:0",
+ "-1484418816": "crwdns458998:0crwdne458998:0",
+ "-986759629": "crwdns459000:0crwdne459000:0",
+ "-863459640": "crwdns459002:0crwdne459002:0",
+ "-1713486597": "crwdns459004:0crwdne459004:0",
+ "-591074335": "crwdns459006:0crwdne459006:0",
+ "-188523263": "crwdns459008:0crwdne459008:0",
+ "-1851318212": "crwdns459010:0crwdne459010:0",
+ "-1664474688": "crwdns459012:0crwdne459012:0",
+ "-1253892742": "crwdns459014:0crwdne459014:0",
+ "-2139211466": "crwdns459016:0crwdne459016:0",
+ "-2096939984": "crwdns459018:0crwdne459018:0",
+ "-903553712": "crwdns459020:0crwdne459020:0",
+ "-2090447319": "crwdns459022:0crwdne459022:0",
+ "-956403372": "crwdns459024:0crwdne459024:0",
+ "-1299009682": "crwdns459026:0crwdne459026:0",
+ "-1657692765": "crwdns459028:0crwdne459028:0",
+ "-796374570": "crwdns459030:0crwdne459030:0",
+ "-2079863430": "crwdns459032:0crwdne459032:0",
+ "-2066779239": "crwdns459034:0crwdne459034:0",
+ "-1726610269": "crwdns459036:0crwdne459036:0",
+ "-2095321039": "crwdns459038:0crwdne459038:0",
+ "-351693684": "crwdns459040:0crwdne459040:0",
+ "-760840942": "crwdns459042:0crwdne459042:0",
+ "-280262126": "crwdns459044:0crwdne459044:0",
+ "-1926485360": "crwdns459046:0crwdne459046:0",
+ "-2010976661": "crwdns459048:0crwdne459048:0",
+ "-1285812412": "crwdns459050:0crwdne459050:0",
+ "-1207428842": "crwdns459052:0crwdne459052:0",
+ "-1495012186": "crwdns459054:0crwdne459054:0",
+ "-1981306505": "crwdns459056:0crwdne459056:0",
+ "-445643533": "crwdns459058:0crwdne459058:0",
+ "-847641589": "crwdns459060:0crwdne459060:0",
+ "-1452973263": "crwdns459062:0crwdne459062:0",
+ "-994970777": "crwdns459064:0crwdne459064:0",
+ "-884991621": "crwdns459066:0crwdne459066:0",
+ "-41141774": "crwdns459068:0crwdne459068:0",
+ "-854296036": "crwdns459070:0crwdne459070:0",
+ "-1340544588": "crwdns459072:0crwdne459072:0",
+ "-5296999": "crwdns459074:0crwdne459074:0",
+ "-1601657282": "crwdns459076:0crwdne459076:0",
+ "-1695974481": "crwdns459078:0crwdne459078:0",
+ "-1127433262": "crwdns459080:0crwdne459080:0",
+ "-1490047733": "crwdns459082:0crwdne459082:0",
+ "-1098175375": "crwdns459084:0crwdne459084:0",
+ "-336646906": "crwdns459086:0crwdne459086:0",
+ "-1522713441": "crwdns459088:0crwdne459088:0",
+ "-1793738569": "crwdns459090:0crwdne459090:0",
+ "-568805686": "crwdns459092:0crwdne459092:0",
+ "-763121177": "crwdns459094:0crwdne459094:0",
+ "-1813987599": "crwdns459096:0crwdne459096:0",
+ "-751076755": "crwdns459098:0crwdne459098:0",
+ "-1126250421": "crwdns459100:0crwdne459100:0",
+ "-25174273": "crwdns459102:0crwdne459102:0",
+ "-1114192634": "crwdns459104:0crwdne459104:0",
+ "-2054234308": "crwdns459106:0crwdne459106:0",
+ "-2121510827": "crwdns459108:0crwdne459108:0",
+ "-1357648282": "crwdns459110:0crwdne459110:0",
+ "-1838458999": "crwdns459112:0crwdne459112:0",
+ "-1321909126": "crwdns459114:0crwdne459114:0",
+ "-1460908018": "crwdns459116:0crwdne459116:0",
+ "-928827084": "crwdns459118:0crwdne459118:0",
+ "-431262594": "crwdns459120:0crwdne459120:0",
+ "-1311570171": "crwdns459122:0crwdne459122:0",
+ "-1833153607": "crwdns459124:0crwdne459124:0",
+ "-1488849807": "crwdns459126:0crwdne459126:0",
+ "-1131400885": "crwdns459128:0crwdne459128:0",
+ "-430532854": "crwdns459130:0crwdne459130:0",
+ "-2051445931": "crwdns459132:0crwdne459132:0",
+ "-112814932": "crwdns459134:0crwdne459134:0",
+ "-246692869": "crwdns459136:0crwdne459136:0",
+ "-1474169625": "crwdns459138:0crwdne459138:0",
+ "-2019617323": "crwdns459140:0crwdne459140:0",
+ "-689442324": "crwdns459142:0crwdne459142:0",
+ "-1186445863": "crwdns459144:0crwdne459144:0",
+ "-1089385344": "crwdns459146:0crwdne459146:0",
+ "-951213826": "crwdns459148:0crwdne459148:0",
+ "-1179448605": "crwdns459150:0crwdne459150:0",
+ "-1528857737": "crwdns459152:0crwdne459152:0",
+ "-2054653788": "crwdns459154:0crwdne459154:0",
+ "-1937167246": "crwdns459156:0crwdne459156:0",
+ "-1354825404": "crwdns459158:0crwdne459158:0",
+ "-1257267128": "crwdns459160:0crwdne459160:0",
+ "-269169948": "crwdns459162:0crwdne459162:0",
+ "-1737475029": "crwdns459164:0crwdne459164:0",
+ "-1400153000": "crwdns459166:0crwdne459166:0",
+ "-1511869631": "crwdns459168:0crwdne459168:0",
+ "-441263587": "crwdns459170:0crwdne459170:0",
+ "-183468698": "crwdns459172:0crwdne459172:0",
+ "-1787830625": "crwdns459174:0crwdne459174:0",
+ "-1185952855": "crwdns459176:0crwdne459176:0",
+ "-2072229917": "crwdns459178:0crwdne459178:0",
+ "-447758714": "crwdns459180:0crwdne459180:0",
+ "-646843686": "crwdns459182:0crwdne459182:0",
+ "-308171044": "crwdns459184:0crwdne459184:0",
+ "-496425776": "crwdns459186:0crwdne459186:0",
+ "-54506373": "crwdns459188:0crwdne459188:0",
+ "-278933346": "crwdns459190:0crwdne459190:0",
+ "-1406496670": "crwdns459192:0crwdne459192:0",
+ "-1498745792": "crwdns459194:0crwdne459194:0",
+ "-1328775963": "crwdns459196:0crwdne459196:0",
+ "-771133354": "crwdns459198:0crwdne459198:0",
+ "-466084206": "crwdns459200:0crwdne459200:0",
+ "-776458472": "crwdns459202:0crwdne459202:0",
+ "-2083825503": "crwdns459204:0crwdne459204:0",
+ "-28284335": "crwdns459206:0crwdne459206:0",
+ "-1107735764": "crwdns459208:0crwdne459208:0",
+ "-1445828212": "crwdns459210:0crwdne459210:0",
+ "-1138506403": "crwdns459212:0crwdne459212:0",
+ "-1279391666": "crwdns459214:0crwdne459214:0",
+ "-761668747": "crwdns459216:0crwdne459216:0",
+ "-188305238": "crwdns459218:0crwdne459218:0",
+ "-2100890115": "crwdns459220:0crwdne459220:0",
+ "-732092769": "crwdns459222:0crwdne459222:0",
+ "-488793705": "crwdns459224:0crwdne459224:0",
+ "-924881302": "crwdns459226:0crwdne459226:0",
+ "-1532421724": "crwdns459228:0crwdne459228:0",
+ "-79919115": "crwdns459230:0crwdne459230:0",
+ "-1405954897": "crwdns459232:0crwdne459232:0",
+ "-309438223": "crwdns459234:0crwdne459234:0",
+ "-1852387938": "crwdns459236:0crwdne459236:0",
+ "-1267421645": "crwdns459238:0crwdne459238:0",
+ "-943253121": "crwdns459240:0crwdne459240:0",
+ "-1009744297": "crwdns459242:0crwdne459242:0",
+ "-1207172200": "crwdns459244:0crwdne459244:0",
+ "-1532088894": "crwdns459246:0crwdne459246:0",
+ "-1603400333": "crwdns459248:0crwdne459248:0",
+ "-813004120": "crwdns459250:0crwdne459250:0",
+ "-1703690406": "crwdns459252:0crwdne459252:0",
+ "-843831637": "crwdns459254:0crwdne459254:0",
+ "-1778524954": "crwdns459256:0crwdne459256:0",
+ "-958804830": "crwdns459258:0crwdne459258:0",
+ "-671135710": "crwdns459260:0crwdne459260:0",
+ "-1775982438": "crwdns459262:0crwdne459262:0",
+ "-768517483": "crwdns459264:0crwdne459264:0",
+ "-1477021091": "crwdns459266:0crwdne459266:0",
+ "-644637918": "crwdns459268:0crwdne459268:0",
+ "-1984817147": "crwdns459270:0crwdne459270:0",
+ "-2035330938": "crwdns459272:0crwdne459272:0",
+ "-1735428045": "crwdns459274:0crwdne459274:0",
+ "-1916500404": "crwdns459276:0crwdne459276:0",
+ "-687600215": "crwdns459278:0crwdne459278:0",
+ "-1517086040": "crwdns459280:0crwdne459280:0",
+ "-2034778408": "crwdns459282:0crwdne459282:0",
+ "-1101198978": "crwdns459284:0crwdne459284:0",
+ "-1986647223": "crwdns459286:0crwdne459286:0",
+ "-236275129": "crwdns459288:0crwdne459288:0",
+ "-319509090": "crwdns459290:0crwdne459290:0",
+ "-544150655": "crwdns459292:0crwdne459292:0",
+ "-867909844": "crwdns459294:0crwdne459294:0",
+ "-192849229": "crwdns459296:0crwdne459296:0",
+ "-309512492": "crwdns459298:0crwdne459298:0",
+ "-196270795": "crwdns459300:0crwdne459300:0",
+ "-809994056": "crwdns459302:0crwdne459302:0",
+ "-163876262": "crwdns459304:0crwdne459304:0",
+ "-947407631": "crwdns459306:0crwdne459306:0",
+ "-162431558": "crwdns459308:0crwdne459308:0",
+ "-726248411": "crwdns459310:0crwdne459310:0",
+ "-350459757": "crwdns459312:0crwdne459312:0",
+ "-995291168": "crwdns459314:0crwdne459314:0",
+ "-1496517473": "crwdns459316:0crwdne459316:0",
+ "-136787663": "crwdns459318:0crwdne459318:0",
+ "-114282113": "crwdns459320:0crwdne459320:0",
+ "-37586220": "crwdns459322:0crwdne459322:0",
+ "-336918174": "crwdns459324:0crwdne459324:0",
+ "-1620785028": "crwdns459326:0crwdne459326:0",
+ "-316417045": "crwdns459328:0crwdne459328:0",
+ "-814436098": "crwdns459330:0crwdne459330:0",
+ "-951435001": "crwdns459332:0crwdne459332:0",
+ "-1797452525": "crwdns459334:0crwdne459334:0",
+ "-1261042587": "crwdns459336:0crwdne459336:0",
+ "-120955727": "crwdns459338:0crwdne459338:0",
+ "-1812743148": "crwdns459340:0crwdne459340:0",
+ "-488118247": "crwdns459342:0crwdne459342:0",
+ "-37002861": "crwdns459344:0crwdne459344:0",
+ "-1061315047": "crwdns459346:0crwdne459346:0",
+ "-1242896564": "crwdns459348:0crwdne459348:0",
+ "-91328342": "crwdns459350:0crwdne459350:0",
+ "-541053691": "crwdns459352:0crwdne459352:0",
+ "-1815841680": "crwdns459354:0crwdne459354:0",
+ "-1643713470": "crwdns459356:0crwdne459356:0",
+ "-1438559228": "crwdns459358:0crwdne459358:0",
+ "-976479290": "crwdns459360:0crwdne459360:0",
+ "-1088149692": "crwdns459362:0crwdne459362:0",
+ "-993588400": "crwdns459364:0crwdne459364:0",
+ "-715015407": "crwdns459366:0crwdne459366:0",
+ "-2055316208": "crwdns459368:0crwdne459368:0",
+ "-222486173": "crwdns459370:0crwdne459370:0",
+ "-188855086": "crwdns459372:0crwdne459372:0",
+ "-1708949811": "crwdns459374:0crwdne459374:0",
+ "-957014574": "crwdns459376:0crwdne459376:0",
+ "-1244549672": "crwdns459378:0crwdne459378:0",
+ "-1303172083": "crwdns459380:0crwdne459380:0",
+ "-1845399397": "crwdns459382:0crwdne459382:0",
+ "-1126407219": "crwdns459384:0crwdne459384:0",
+ "-2138509411": "crwdns459386:0crwdne459386:0",
+ "-725112079": "crwdns459388:0crwdne459388:0",
+ "-628929749": "crwdns459390:0crwdne459390:0",
+ "-1537261468": "crwdns459392:0crwdne459392:0",
+ "-415200945": "crwdns459394:0crwdne459394:0",
+ "-60381462": "crwdns459396:0crwdne459396:0",
+ "-1006211556": "crwdns459398:0crwdne459398:0",
+ "-1141939026": "crwdns459400:0crwdne459400:0",
+ "-1347819136": "crwdns459402:0crwdne459402:0",
+ "-1784561307": "crwdns459404:0crwdne459404:0",
+ "-1662723022": "crwdns459406:0crwdne459406:0",
+ "-53990004": "crwdns459408:0crwdne459408:0",
+ "-1120317207": "crwdns459410:0crwdne459410:0",
+ "-1523116280": "crwdns459412:0crwdne459412:0",
+ "-1814731175": "crwdns459414:0crwdne459414:0",
+ "-70734399": "crwdns459416:0crwdne459416:0",
+ "-665093371": "crwdns459418:0crwdne459418:0",
+ "-1118959399": "crwdns459420:0crwdne459420:0",
+ "-236676606": "crwdns459422:0crwdne459422:0",
+ "-1192024363": "crwdns459424:0crwdne459424:0",
+ "-1421344186": "crwdns459426:0crwdne459426:0",
+ "-412753503": "crwdns459428:0crwdne459428:0",
+ "-513919250": "crwdns459430:0crwdne459430:0",
+ "-780207001": "crwdns459432:0crwdne459432:0",
+ "-1813951531": "crwdns459434:0crwdne459434:0",
+ "-1350745673": "crwdns459436:0crwdne459436:0",
+ "-1673960856": "crwdns459438:0crwdne459438:0",
+ "-920739960": "crwdns459440:0crwdne459440:0",
+ "-1039129655": "crwdns459442:0crwdne459442:0",
+ "-1326361265": "crwdns459444:0crwdne459444:0",
+ "-248048003": "crwdns459446:0crwdne459446:0",
+ "-972537755": "crwdns459448:0crwdne459448:0",
+ "-1754746990": "crwdns459450:0crwdne459450:0",
+ "-1163143636": "crwdns459452:0crwdne459452:0",
+ "-878562744": "crwdns459454:0crwdne459454:0",
+ "-1521910502": "crwdns459456:0crwdne459456:0",
+ "-1272255095": "crwdns459458:0crwdne459458:0",
+ "-2098235974": "crwdns459460:0crwdne459460:0",
+ "-1166672974": "crwdns459462:0crwdne459462:0",
+ "-1240075259": "crwdns459464:0crwdne459464:0",
+ "-1689874327": "crwdns459466:0crwdne459466:0",
+ "-2017493224": "crwdns459468:0crwdne459468:0",
+ "-1837159865": "crwdns459470:0crwdne459470:0",
+ "-1883190495": "crwdns459472:0crwdne459472:0",
+ "-1375354108": "crwdns459474:0crwdne459474:0",
+ "-1028545578": "crwdns459476:0crwdne459476:0",
+ "-345016047": "crwdns459478:0crwdne459478:0",
+ "-874422884": "crwdns459480:0crwdne459480:0",
+ "-2138295691": "crwdns459482:0crwdne459482:0",
+ "-1504129614": "crwdns459484:0crwdne459484:0",
+ "-1746360444": "crwdns459486:0crwdne459486:0",
+ "-344023936": "crwdns459488:0crwdne459488:0",
+ "-834913091": "crwdns459490:0crwdne459490:0",
+ "-1318406909": "crwdns459492:0crwdne459492:0",
+ "-239170576": "crwdns459494:0crwdne459494:0",
+ "-1640776435": "crwdns459496:0crwdne459496:0",
+ "-2024884579": "crwdns459498:0{{fieldName}}crwdne459498:0",
+ "-1373954791": "crwdns459500:0crwdne459500:0",
+ "-437139044": "crwdns459502:0crwdne459502:0",
+ "-806026001": "crwdns459504:0crwdne459504:0",
+ "-1583570382": "crwdns459506:0crwdne459506:0",
+ "-1944882319": "crwdns459508:0crwdne459508:0",
+ "-1028986780": "crwdns459510:0crwdne459510:0",
+ "-1764902854": "crwdns459512:0crwdne459512:0",
+ "-1735668045": "crwdns459514:0crwdne459514:0",
+ "-593790772": "crwdns459516:0crwdne459516:0",
+ "-1358367903": "crwdns459518:0crwdne459518:0",
+ "-339236213": "crwdns459520:0crwdne459520:0",
+ "-1427273377": "crwdns459522:0crwdne459522:0",
+ "-1654095445": "crwdns459524:0crwdne459524:0",
+ "-116367365": "crwdns459526:0crwdne459526:0",
+ "-1335932910": "crwdns459528:0crwdne459528:0",
+ "-991855430": "crwdns459530:0crwdne459530:0",
+ "-677909341": "crwdns459532:0crwdne459532:0",
+ "-49073844": "crwdns459534:0crwdne459534:0",
+ "-851716014": "crwdns459536:0crwdne459536:0",
+ "-1885648153": "crwdns459538:0crwdne459538:0",
+ "-1382112538": "crwdns459540:0crwdne459540:0",
+ "-1939560439": "crwdns459542:0crwdne459542:0",
+ "-626406870": "crwdns459544:0crwdne459544:0",
+ "-1091456569": "crwdns459546:0crwdne459546:0",
+ "-1788261316": "crwdns459548:0crwdne459548:0",
+ "-345754673": "crwdns459550:0crwdne459550:0",
+ "-781132577": "crwdns459552:0crwdne459552:0",
+ "-1602388198": "crwdns459554:0crwdne459554:0",
+ "-1316977167": "crwdns459556:0crwdne459556:0",
+ "-466684429": "crwdns459558:0crwdne459558:0",
+ "-2059243605": "crwdns459560:0crwdne459560:0",
+ "-698899575": "crwdns459562:0crwdne459562:0",
+ "-8654525": "crwdns459564:0crwdne459564:0",
+ "-1080304046": "crwdns459566:0crwdne459566:0",
+ "-1574522940": "crwdns459568:0crwdne459568:0",
+ "-247902875": "crwdns459570:0crwdne459570:0",
+ "-328815728": "crwdns459572:0crwdne459572:0",
+ "-1316049180": "crwdns459574:0crwdne459574:0",
+ "-895557386": "crwdns459576:0crwdne459576:0",
+ "-1372174807": "crwdns459578:0crwdne459578:0",
+ "-291203942": "crwdns459580:0crwdne459580:0",
+ "-1459267330": "crwdns459582:0crwdne459582:0",
+ "-1011022880": "crwdns459584:0crwdne459584:0",
+ "-1510701453": "crwdns459586:0crwdne459586:0",
+ "-121055203": "crwdns459588:0crwdne459588:0",
+ "-1659122470": "crwdns459590:0crwdne459590:0",
+ "-137444201": "crwdns459592:0crwdne459592:0",
+ "-805098509": "crwdns459594:0crwdne459594:0",
+ "-213618448": "crwdns459596:0crwdne459596:0",
+ "-544680075": "crwdns459598:0crwdne459598:0",
+ "-168442931": "crwdns459600:0crwdne459600:0",
+ "-1809222492": "crwdns459602:0crwdne459602:0",
+ "-1812417493": "crwdns459604:0crwdne459604:0",
+ "-1143464033": "crwdns459606:0crwdne459606:0",
+ "-315796508": "crwdns459608:0crwdne459608:0",
+ "-1379496268": "crwdns459610:0crwdne459610:0",
+ "-1570594952": "crwdns459612:0crwdne459612:0",
+ "-60537394": "crwdns459614:0crwdne459614:0",
+ "-1909913545": "crwdns459616:0crwdne459616:0",
+ "-392931369": "crwdns459618:0crwdne459618:0",
+ "-472188534": "crwdns459620:0crwdne459620:0",
+ "-195404006": "crwdns459622:0crwdne459622:0",
+ "-256433733": "crwdns459624:0crwdne459624:0",
+ "-1181419946": "crwdns459626:0crwdne459626:0",
+ "-744011588": "crwdns459628:0crwdne459628:0",
+ "-514397532": "crwdns459630:0crwdne459630:0",
+ "-1995606668": "crwdns459632:0crwdne459632:0",
+ "-1128574192": "crwdns459634:0crwdne459634:0",
+ "-703542574": "crwdns459636:0crwdne459636:0",
+ "-1127399675": "crwdns459638:0crwdne459638:0",
+ "-117042882": "crwdns459640:0crwdne459640:0",
+ "-2067501600": "crwdns459642:0crwdne459642:0",
+ "-696704447": "crwdns459644:0crwdne459644:0",
+ "-215986514": "crwdns459646:0crwdne459646:0",
+ "-1677720766": "crwdns459648:0crwdne459648:0",
+ "-1762213522": "crwdns459650:0crwdne459650:0",
+ "-1674910806": "crwdns459652:0crwdne459652:0",
+ "-1686336924": "crwdns459654:0crwdne459654:0",
+ "-1139241115": "crwdns459656:0crwdne459656:0",
+ "-1051170258": "crwdns459658:0crwdne459658:0",
+ "-1459157651": "crwdns459660:0crwdne459660:0",
+ "-590953227": "crwdns459662:0crwdne459662:0",
+ "-1791997472": "crwdns459664:0crwdne459664:0",
+ "-126486948": "crwdns459666:0crwdne459666:0",
+ "-176261994": "crwdns459668:0crwdne459668:0",
+ "-1690471280": "crwdns459670:0crwdne459670:0",
+ "-341285068": "crwdns459672:0crwdne459672:0",
+ "-1033881248": "crwdns459674:0crwdne459674:0",
+ "-2014076452": "crwdns459676:0crwdne459676:0",
+ "-77779780": "crwdns459678:0crwdne459678:0",
+ "-1468738308": "crwdns459680:0crwdne459680:0",
+ "-554746075": "crwdns459682:0crwdne459682:0",
+ "-1917169640": "crwdns459684:0crwdne459684:0",
+ "-1679427554": "crwdns459686:0crwdne459686:0",
+ "-411750591": "crwdns459688:0crwdne459688:0",
+ "-611750993": "crwdns459690:0crwdne459690:0",
+ "-1676257949": "crwdns459692:0crwdne459692:0",
+ "-1111451256": "crwdns459694:0crwdne459694:0",
+ "-1339404877": "crwdns459696:0crwdne459696:0",
+ "-1972583435": "crwdns459698:0crwdne459698:0",
+ "-2032112598": "crwdns459700:0crwdne459700:0",
+ "-1395788708": "crwdns459702:0crwdne459702:0",
+ "-678475230": "crwdns459704:0crwdne459704:0",
+ "-1625504236": "crwdns459706:0crwdne459706:0",
+ "-1165835520": "crwdns459708:0crwdne459708:0",
+ "-1373949478": "crwdns459710:0crwdne459710:0",
+ "-651384976": "crwdns459712:0crwdne459712:0",
+ "-1763366011": "crwdns459714:0crwdne459714:0",
+ "-1400973409": "crwdns459716:0crwdne459716:0",
+ "-275117592": "crwdns459718:0crwdne459718:0",
+ "-654476117": "crwdns459720:0crwdne459720:0",
+ "-608807773": "crwdns459722:0crwdne459722:0",
+ "-2022759357": "crwdns459724:0crwdne459724:0",
+ "-1855417261": "crwdns459726:0crwdne459726:0",
+ "-418008452": "crwdns459728:0crwdne459728:0",
+ "-3618456": "crwdns459730:0crwdne459730:0",
+ "-426017727": "crwdns459732:0crwdne459732:0",
+ "-1277783292": "crwdns459734:0crwdne459734:0",
+ "-216767904": "crwdns459736:0crwdne459736:0",
+ "-197772643": "crwdns459738:0crwdne459738:0",
+ "-290006480": "crwdns459740:0crwdne459740:0",
+ "-871474425": "crwdns459742:0crwdne459742:0",
+ "-515732698": "crwdns459744:0crwdne459744:0",
+ "-864130274": "crwdns459746:0crwdne459746:0",
+ "-234962411": "crwdns459748:0crwdne459748:0",
+ "-719133900": "crwdns459750:0crwdne459750:0",
+ "-599033718": "crwdns459752:0crwdne459752:0",
+ "-392665367": "crwdns459754:0crwdne459754:0",
+ "-367457070": "crwdns459756:0crwdne459756:0",
+ "-594286125": "crwdns459758:0crwdne459758:0",
+ "-1773685845": "crwdns459760:0crwdne459760:0",
+ "-661813412": "crwdns459762:0crwdne459762:0",
+ "-1520902282": "crwdns459764:0crwdne459764:0"
}
diff --git a/src/translations/es.json b/src/translations/es.json
index 6199f4e7f11..164891f1b79 100644
--- a/src/translations/es.json
+++ b/src/translations/es.json
@@ -1,18 +1,23 @@
{
"1292590": "¿Qué es lo siguiente que debo hacer?",
"2474877": "Para cambiar su método de pago, contáctenos a través del <0>chat en vivo0>.",
+ "4506932": "¿Cómo puedo añadir una cuenta Deriv X?",
+ "7128051": "¿Cómo puedo ajustar o eliminar mis límites de autoexclusión?",
"7228511": "Determine su comisión por transacción, sujeta a nuestros límites establecidos.",
+ "11019706": "Puede que su saldo disponible para Deriv P2P no refleje su saldo completo. Esto se debe a que los depósitos realizados mediante algunso métodos de pago no están disponibles para Deriv P2P. Visite <0>¿Por qué mi saldo Deriv P2P es diferente del saldo de mi cuenta Deriv?0> para más información.",
"13119092": "clientes",
+ "15238581": "Vaya al primer elemento de la galería multimedia y haga clic en el código <0>Obtener medios0>.",
"17217397": "Criptomonedas",
"19552684": "Cesta de USD",
"21294053": "Desde 1999, el grupo ha servido a los traders de todo el mundo con integridad y fiabilidad. Siempre nos apegamos a los más altos estándares éticos y requisitos reglamentarios.",
"22146527": "Plataforma segura y receptiva",
+ "22354933": "Su dinero se mantiene en instituciones financieras seguras y está siempre disponible para usted, en caso de que desee retirarlo. No utilizamos su dinero con fines comerciales.",
"22418565": "cambiados hasta la fecha",
"22995280": "La plataforma para empezar. Es potente pero fácil de usar.",
- "23846717": "Puede retirar el monto del bono gratis una vez que el valor de su facturación exceda 25 veces el monto del bono.",
"24763773": "Sony Group Corp",
"24900606": "Cesta de Oro",
"26480598": "General",
+ "26596220": "Finanzas",
"27830635": "Deriv (V) Ltd",
"28675270": "Director Financiero",
"31131715": "Explore Deriv.com",
@@ -21,11 +26,12 @@
"34997376": "Deriv en números",
"39296052": "¿Cómo puedo promocionar Deriv.com?",
"39595561": "Vea cómo está funcionando su bot mientras ejecuta cada operación y reciba notificaciones a través de Telegram.",
- "39720204": "Índice AUD",
+ "40232884": "Asegúrese de que efectúa el pago al vendedor correcto en las próximas 2 horas.",
"45577689": "Gane comisiones de las operaciones de sus clientes en DMT5.",
- "48076235": "Sí. Puede solicitar aumentar su límite diario a través del chat en vivo en nuestro sitio web y nos comunicaremos con usted por correo electrónico.",
"48132512": "Únase y crezca con nosotros.",
+ "48469443": "Complete <0>este formulario0> y nos pondremos en contacto con usted en un par de días. También necesitará una cuenta real de operaciones Deriv. Si no tiene una, regístrese <1>aquí1>.",
"49026512": "Únase a la experiencia DMT5",
+ "49321507": "¿Se ofrecen pares de forex micro en Deriv MT5?",
"50586010": "Binary.com ha cambiado de nombre a Deriv.com y he aquí lo que esto significa para nuestros afiliados",
"53801223": "Hong Kong 50",
"54033225": "0,10",
@@ -34,13 +40,15 @@
"55394707": "Para las subscripciones mediante la app, seleccione <0>Deriv Limited0> como bróker.",
"56714378": "Preguntas frecuentes - Deriv P2P",
"57395040": "Valor en puntos",
+ "57885236": "Puede que la entidad emisora de su tarjeta haya bloqueado la transacción. Por favor, contacte con su entidad para comprobarlo.",
"59521256": "Página no encontrada",
"59678480": "5 - 3.000",
"60772773": "USD/RUB",
"61663093": "Índices Continuos",
- "68536923": "Para forex, un contrato de 1 lote de EUR/USD pagará 5 EUR en comisión según la siguiente fórmula:",
+ "67611998": "¿Cómo puedo depositar fondos en mi cuenta de dinero real Deriv MT5?",
"70604999": "Como los Índices Jump son sintéticos, puede negociarlos 24 horas al día, 7 días a la semana, los 365 días del año.",
"71016232": "OMG/USD",
+ "71263224": "¿Cómo puedo cancelar mi retiro?",
"71535160": "Calcule las tarifas nocturnas por mantener posiciones abiertas. Las tarifas pueden ser positivas o negativas dependiendo de su tasa swap. ",
"71650838": "Hablar con sencillez y claridad, y no esconderse detrás de la ambigüedad",
"71969952": "¿Qué otros cambios puedo esperar?",
@@ -52,39 +60,43 @@
"82730484": "Un proveedor de servicios de pago que proporciona una forma sencilla de transferir dinero, recibir pagos y pagar en línea.",
"83067481": "Nuestro sitio de seguimiento: t.deriv.com",
"84123624": "Programa de asociación | Deriv",
+ "85248718": "Memorando y estatutos",
"87901857": "Consultas arbitrarias en una base de datos de producción",
"90275414": "Trading <0/>simplificado<0/>",
"94912230": "Bielorrusia",
"97694950": "Opere sabiamente y no permita que sus emociones influyan en sus decisiones. No opere cuando esté cansado o bajo la influencia del alcohol.",
"102299592": "Cómo calcular la cantidad de stop loss y/o take profit",
+ "105613424": "¿Cuál es el monto mínimo para abrir una posición en Deriv MT5?",
+ "106291991": "Preguntas frecuentes - Multiplicadores",
"109865596": "Disfrute de las operaciones de fin de semana en Deriv y aproveche al máximo sus operaciones",
"110140669": "Si usted es un trader profesional, el servicio de señales de trading MT5 le permite compartir sus estrategias con otros traders de forma gratuita o mediante una tarifa de suscripción que usted determine. Cuando los traders se suscriben a su señal, sus ofertas se replican automáticamente en sus cuentas cada vez que realiza una operación.",
"113378532": "ETH/USD",
- "113428590": "Deriv (V) Ltd (<0>ver licencia0>) - 1276, Kumul Highway, Port Vila, Vanuatu - está autorizada por la Comisión de Servicios Financieros de Vanuatu, y es miembro de la <1>Asociación de Mercados Financieros<1/>.",
"117273069": "<0>El Wall Street 300> sigue el rendimiento de las acciones de las 30 principales empresas cotizadas en EEUU. ",
+ "117920584": "De acuerdo con <0>nuestros términos0>, solo permitimos una cuenta por cliente, que se puede abrir en la moneda de su elección (fiat o cripto). Si desea operar en otras monedas, puede añadir múltiples cuentas de criptomonedas a su perfil.",
"119888059": "Quién puede aplicar",
+ "121961018": "Si es residente de la UE o Reino Unido, <0>contáctenos a través del chat en vivo0> y le ayudaremos.",
"122171127": "Opere con multiplicadores en índices sintéticos las 24 horas del día, los 7 días de la semana, los 365 días del año. Opere con multiplicadores en forex durante todo el día de lunes a viernes.",
"123005346": "No hay barreras artificiales para los retiros de los clientes",
"123291381": "¿De qué se trata el cambio de marca?",
"125131030": "Gracias por suscribirse a Academia Deriv",
- "132574588": "En el <0>panel de control de Deriv X0>, seleccione el tipo de cuenta que desea abrir (Real o Demo) y haga clic en \"Añadir cuenta\". Siga las instrucciones en la pantalla para crear una nueva cuenta de Deriv X.",
"135210620": "Deriv está <0>regulada0> por varias entidades, incluyendo la Autoridad de Servicios Financieros de Malta (MFSA), la Autoridad de Servicios Financieros de Labuan (Labuan FSA), la Comisión de Servicios Financieros de Vanuatu (VFSC) y la Comisión de Servicios Financieros de las Islas Vírgenes Británicas.",
"138055021": "Índices sintéticos",
"140083133": "Financie su cuenta. Comience a operar en la aplicación móvil, la de escritorio o en el navegador web.",
+ "141909159": "Va a ser redirigido a la página del Cajero. Haga clic en <0>Revisar pendientes0> y seleccione la transacción que desea cancelar.",
"143734792": "Términos que rigen el mantenimiento y la transferencia de fondos en Deriv y los bonos que pueda obtener",
"144377171": "Límites de retiro diarios",
"146650698": "Llévame a DP2P",
"148382928": "American Airlines Group Inc",
"150593055": "Cambiadores de divisas",
+ "152299772": "¿Por qué debería unirme al programa de afiliados?",
"152524253": "Opere en los mercados mundiales con nuestra popular plataforma fácil de usar.",
"154463429": "Nuestra experiencia en operaciones demostrativas representará las operaciones con dinero real, especialmente con los precios de los contratos y las restricciones de las operaciones.",
- "156791387": "Diríjase al <0>panel DMT50> y haga clic en el botón <1>Contraseña 1> de esa cuenta DMT5.",
"159321990": "Opere con forex online con Deriv. Abra una cuenta demo y disfrute de una amplia gama de pares de divisas en nuestras plataformas de operación receptivas e intuitivas.",
"159937924": "RTS28 2020",
"161870324": "Elija las mejores tarifas y haga un pedido, o cree un anuncio con las tarifas que desee.",
"163040015": "Únese a los programas de afiliados e IB de Deriv y acceda a la oportunidad de ser afiliado de un proveedor confiable de trading online.",
"166309424": "Cero cargos con pagos mensuales y diarios puntuales.",
- "170598749": "índices de cestas",
+ "167985771": "Puede anular su subscripción en la página de <0>Información personal0>. Deseleccione la casilla que dice \"Obtener actualizaciones de productos, servicios y eventos Deriv.\" en la parte inferior de la página y haga clic en <1>Enviar.1>",
"171302334": "Entonces, en este escenario, establecería su cantidad de stop loss en <0>-7,23 USD0>.",
"171586173": "Descubra oportunidades de trabajo en las oficinas de Deriv en todo el mundo.",
"171638706": "Variables",
@@ -94,7 +106,6 @@
"178716803": "Ejecutar el bot",
"179737767": "Nuestra plataforma de operaciones de opciones tradicional.",
"180412186": "Prediga si el punto de salida será estrictamente mayor o menor que el punto de entrada al final del período del contrato.",
- "181253755": "¿Cuáles son mis límites de trading?",
"181316740": "Esto depende del tipo de operación. Para averiguarlo, haga clic con el botón derecho en el activo específico y seleccione \"Información del instrumento\".",
"182438100": "Preguntas frecuentes - DBot",
"187267434": "Luego, haga clic en 'Guardar' en la barra de herramientas en la parte superior del espacio de trabajo. Puede elegir guardar en su computadora o en su Google Drive. Su estrategia se guardará en formato XML.",
@@ -102,6 +113,8 @@
"193611235": "Intercambie en minutos. Menos esperas, más trading. Deposite y retire en minutos.",
"194431525": "Proporcionar una experiencia demo relevante",
"194961269": "Cómo funcionan los contratos de opciones",
+ "198087093": "Las opciones digitales le permiten predecir el movimiento de precio de los activos subyacente sin necesidad de poseerlos. Con las opciones digitales, abre una posición basándose en su predicción, con una duración determinada que cierra su posición automáticamente. Obtendrá un beneficio si su posición se cierra cuando el precio está a su favor. ",
+ "198900889": "¿Puedo abrir más de una cuenta Deriv?",
"200040108": "Cero",
"202417731": "Mercado de materias primas | Trading de materias primas | Deriv",
"202712649": "Opciones rápidas y seguras de depósito y retiro",
@@ -117,7 +130,6 @@
"222070679": "Depositaremos sus comisiones directamente en su cuenta tan pronto como sea posible después del 15 de cada mes.",
"223659990": "Comisión por lote (1 lote estándar equivale a 100 mil unidades)",
"224650827": "IOT/USD",
- "224785887": "Los detalles sobre el alcance de nuestra autorización y regulación por parte de la Autoridad de Conducta Financiera están disponibles bajo petición.",
"227166061": "¿Es Deriv.com seguro?",
"228957856": "Supongamos que desea mantener una noche abiertos 0,01 lotes de Índice de Volatilidad 75 con un precio del activo de 400.000 USD y una tasa de swap de -7,5.",
"230596356": "Personalice su estrategia DBot",
@@ -125,9 +137,12 @@
"231711709": "Opere en cualquier momento",
"231722280": "¿Qué son las materias primas?",
"232837971": "¿Qué es una estrategia rápida y cómo la uso?",
+ "233475101": "Read <0>this article0> to learn more about trading CFDs on Deriv.",
+ "234782678": "You can reset your affiliate password <0>here0>.",
"236080779": "Gráficos ricos en funciones",
"236845507": "¿Qué son los contratos por diferencia (CFD)?",
"239216026": "XMR/USD",
+ "239395164": "Deriv (V) Ltd – 1276, Kumul Highway, Port Vila, Vanuatu - está autorizada por la Comisión de Servicios Financieros de Vanuatu, y es miembro de la <1>Asociación de Mercados Financieros<1/>.",
"241331061": "¡Deriv GO es genial! He estado buscando una aplicación como esta que sea fácil de usar.",
"242139148": "ASOCIACIONES",
"242356757": "Enviar un informe",
@@ -136,11 +151,14 @@
"246106761": "Olvidé mi contraseña. ¿Qué debo hacer?",
"247341426": "Explore, encuentre y solicite trabajo en TI, cumplimiento y contabilidad en nuestra oficina de Labuan.",
"248446741": "Prediga cuál será el tick más alto o más bajo en una serie de cinco ticks.",
+ "250681139": "How do I log in to Deriv X?",
"253813203": "12+ índices mundiales",
"255124284": "HKD/JPY",
"256855210": "Un servicio de depósito y retiro entre pares rápido y seguro.",
"256942335": "Múltiples oportunidades de ingresos y generosas comisiones.",
+ "257449963": "Follow these steps to see your earnings:",
"258310842": "Espacio de trabajo",
+ "261542396": "We'll credit your commission for the previous month into your trading account after the 15th of every month. As an affiliate, you’ll earn commission when your referred clients trade on options and multipliers. To earn from your clients' MT5 trades, you'll need to sign up as an introducing broker. (see <0>How do I sign up as an introducing broker (IB)?0>)",
"262590832": "Abra posiciones largas y cortas, dependiendo de su estrategia de trading preferida.",
"263232709": "1 - 2 días hábiles",
"264391901": "Disfrute de mercados sintéticos que emulan la emoción de los mercados reales sin interrupciones impredecibles.",
@@ -149,20 +167,23 @@
"267527172": "La cuenta estándar DMT5 ofrece a los traders nuevos y experimentados un alto apalancamiento y márgenes variables para una máxima flexibilidad. La cuenta avanzada DMT5 es una cuenta A Book 100% donde sus operaciones se transfieren directamente al mercado, lo que le brinda acceso directo a los proveedores de liquidez de forex. La cuenta de índices sintéticos DMT5 le permite operar con contratos por diferencia (CFD) en índices sintéticos que imitan los movimientos del mundo real. Está disponible para operar las 24 horas del día, los 7 días de la semana y auditada para su imparcialidad por un tercero independiente.",
"268108542": "1. Seleccione 'Google Drive' y haga clic en 'Continuar'.",
"271560771": "Ingrese la cantidad con la que desea operar.",
+ "272283021": "You can now log in to Deriv MT5 with your new password.",
"274268819": "Índice de Volatilidad 100",
+ "274392779": "the Labuan Financial Services Authority",
"275116637": "Deriv X",
"276341434": "Como parte de nuestro cambio de marca, la URL de su inicio de sesión como afiliado cambiará.",
+ "276482397": "No, you can't.",
"276645072": "2. Seleccione su cuenta de Google y otorgue los permisos necesarios para que DBot acceda a su Google Drive.",
"278499050": "Utilice su moneda local para realizar depósitos y retiros de su cuenta Deriv.",
"281247370": "Calculadora de margen",
+ "286879509": "When do I need to verify my account?",
"287556583": "El valor del pip para un contrato en DMT5 se calcula según esta fórmula:",
"288004682": "Sin comisiones ni tarifas ocultas.",
"288719886": "La Republica Checa",
"289008060": "Facebook Inc",
"289731075": "Comenzar",
"291605393": "Grecia",
- "298511755": "Esto generalmente les sucede a los clientes que depositan con nosotros por primera vez usando su tarjeta de crédito. Solicite a su banco que autorice transacciones con 'Deriv'.",
- "300084741": "Un contrato por diferencia (CFD) es un contrato que paga la diferencia entre el valor de un activo al momento de abrir una operación y su valor al cerrar la operación.",
+ "292497263": "Click on your account balance and click <0>Add or manage account.0>",
"300201586": "Abra una cuenta demo en Deriv y practique con fondos virtuales ilimitados a través de nuestras galardonadas plataformas.",
"305547463": "Funciones fáciles de usar",
"306846388": "El trading en línea es emocionante pero implica riesgos y puede conducir a una adicción. En Deriv, prestamos atención a los mejores intereses de nuestros clientes y los alentamos a practicar <0>trading seguro y responsable0>. Si usted es nuevo en esto, también puede practicar con fondos virtuales ilimitados antes de arriesgar su dinero.",
@@ -177,9 +198,9 @@
"318239044": "Pfizer",
"318433321": "Instrumentos disponibles para el trading con opciones",
"318815297": "Opere como prefiera",
+ "319619035": "Will my inactive Deriv MT5 account be deactivated even though I still have a balance?",
"319934137": "Índices<0>0>europeos",
"320565687": "La <0>Cesta de Oro0> mide el valor del oro frente a una cesta de cinco divisas mundiales (EUR, GBP, JPY, AUD, USD), cada una ponderada en un 20%.",
- "322580327": "Puede chatear con el trader con el que está tratando a través del chat de la aplicación para resolver la disputa. Si ambas partes no pueden llegar a un acuerdo, puede comunicarse con nosotros a través del servicio de disputas en la aplicación. Nos pondremos en contacto con las partes pertinentes y trabajaremos para resolver la disputa lo antes posible.",
"323564058": "Pagos simplificados. Una forma rápida y fiable de depositar fondos en su moneda local.",
"325128398": "3. Duración",
"326242312": "Volumen en lotes",
@@ -187,12 +208,13 @@
"332441329": "Interino | DMT5",
"332961148": "¿Cómo puedo agregar, eliminar o cambiar mis métodos de pago aceptados?",
"335040248": "Sobre nosotros",
- "336359962": "Una tasa de inactividad es una cantidad que se cobra a cualquier cuenta que no haya realizado una transacción durante un período continuo de 12 meses.",
+ "337214156": "What are the differences between the Deriv MT5 Synthetic, Financial, and Financial STP accounts?",
"337900732": "Dinamarca",
"339084000": "LEGAL",
"339879944": "GBP/USD",
"341589956": "Air France KLM SA",
"342146000": "<0>Guardando en su computadora0>",
+ "342722863": "\n Learn more about our commission plans on <0>our Affiliate and IB Programme page0>.",
"343021270": "Opere con una cuenta real de CFD. Obtenga acceso a apalancamiento y posiciones comerciales mayores que su capital existente.",
"343586987": "Entonces, en este escenario, establecería su nivel de take profit en <0>6,83 USD0>.",
"349098817": "¿Qué novedades trae Deriv.com?",
@@ -203,6 +225,7 @@
"354260859": "Opere con una cuenta real Deriv MT5 (DMT5) o una cuenta real Deriv X y acceda a un alto apalancamiento para operar en posiciones mayores que su capital existente.",
"355340164": "Plataforma de negociación en línea Deriv X",
"358838306": "Vicepresidente de Atención al Cliente",
+ "358998585": "The Deriv MT5 Financial STP account offers CFDs on forex and cryptocurrencies, with lower leverage than the Financial account. This is a 100% A-book account, so your trades pass straight through to the market, giving you direct access to liquidity providers. This account also offers 24/7 trading on cryptocurrencies.",
"361051814": "Supongamos que desea calcular el nivel de take profit y el valor de pip cuando desea vender 3 lotes de Índice de Volatilidad 50 a un precio de 249,5961 USD con una cantidad de take profit de 84 USD.",
"361599549": "Un servicio de pago que permite transferencias bancarias en línea para clientes en Filipinas. Disponible para depósitos y retiros.",
"365224830": "Cesta de índices en línea | Cesta de índices en cuenta demo | Deriv",
@@ -219,6 +242,7 @@
"376677604": "Todo esto está disponible en nuestra plataforma DMT5",
"378043056": "Cada uno de estos índices representa el rendimiento de las principales empresas que cotizan en bolsa en un mercado financiero en la región de Asia y Oceanía.",
"378788991": "Nuevos índices sintéticos ahora están disponibles en DTrader y Deriv MT5 (DMT5)",
+ "379401010": "Partners",
"379730266": "El pago de comisiones para todos los activos se convertirá a su moneda de depósito según el tipo de cambio más reciente.",
"383145223": "Acciones Ebook",
"386443705": "¿Cómo y cuándo recibiré mis comisiones IB de Deriv?",
@@ -227,14 +251,15 @@
"390647540": "Cuenta real",
"392031899": "Estará disponible pronto",
"392840594": "Para consultas sobre nuestros programas de afiliados e IB",
+ "393215173": "the British Virgin Islands Financial Services Commission",
"393841045": "<0>Nota:0>",
"393899903": "Sólo puede atender a los clientes de Deriv en su país de residencia.",
- "394545276": "Puede depositar o retirar un mínimo de 5 USD / EUR / GBP / AUD utilizando billeteras electrónicas. Otros métodos de pago tendrán montos mínimos diferentes.",
"395057342": "Quiénes somos",
"396609660": "Complete el formulario con las credenciales de su cuenta Deriv MT5. En el campo <0>Bróker0>, introduzca el nombre del servidor de su cuenta: <1/> <0>- Deriv-Demo0> si su señal es solo para cuentas demo <1/> <0>- Deriv-Server0> o <0>Deriv-Server-020> si su señal es solo para cuentas reales <1/>\n(Puede encontrar el nombre del servidor de la cuenta en su <2>panel de Deriv MT52>).",
"396992773": "Deriv es el mejor bróker del mundo hasta ahora en cuanto a los activos que ofrece, facilidad de retiros y depósitos, además de otros servicios. ¡Sigue dándonos lo mejor, Deriv!",
"397235089": "Conozca los mercados con los que puede operar en línea con Deriv, incluyendo forex, índices sintéticos, acciones e índices, criptomonedas y materias primas.",
"398319738": "¿Qué es DMT5?",
+ "399948438": "Click <0>Create new ad0>.",
"400968378": "ubicaciones",
"406075956": "Si selecciona \"Impar\", ganará el contrato si el último dígito del último tick es un número impar (es decir: 1, 3, 5, 7 o 9).",
"408925924": "Hasta x1000",
@@ -248,6 +273,7 @@
"419208082": "Nuestra plataforma de operaciones con CFD de MetaQuotes: trade.mql5.com",
"419648873": "Opere con acciones e índices bursátiles globales ahora en nuestra plataforma DMT5.",
"420161092": "Sea uno de los primeros en probar Deriv",
+ "421158556": "You may refer to <0>our terms0> for more information. If you need help getting into your account, <1>contact us via live chat.1>",
"421232681": "Términos adicionales",
"422714856": "Para tenerlo en claro, este cambio de marca ha sido inspirado por usted. Estamos encantados de brindarle una experiencia comercial nueva y mejorada en Deriv.com donde puede operar con lo que quiera, cuando quiera y cómo quiera.",
"424703192": "Los clientes del resto del mundo (excepto en países restringidos como Estados Unidos, Canadá y Hong Kong) que deseen operar con CFD sobre instrumentos financieros pueden tener cuentas financieras DMT5 y cuentas financieras Deriv X bajo Deriv (V) Ltd. Esta empresa no ofrece CFD en criptomonedas.",
@@ -268,8 +294,11 @@
"439798157": "Importar estrategia",
"441557166": "Deriv X: una plataforma de negociación de CFD de múltiples activos disponible en Deriv",
"442177402": "Pares de cripto",
+ "443594501": "For your Deriv MT5 and Deriv X real accounts, log in to close any open positions.",
+ "443887309": "Your credit card balance may be insufficient.",
"447476086": "Informe de <0>países0>: Muestra una lista de países de los que provienen los clics",
"447711315": "Adquisición de subdominios",
+ "448874206": "If you have active orders, keep the app open (either on your phone or computer) until your orders are completed. Try to complete your orders within 2 hours.",
"448985812": "0-19,999%",
"449277904": "Qué es Deriv GO",
"451624200": "XTZ/USD",
@@ -278,9 +307,9 @@
"455897892": "Libro electrónico sobre Criptomonedas",
"456825069": "Expertos en trading",
"459886707": "Billeteras electrónicas",
- "460766210": "Deriv Investments (Europe) Limited, W Business Center, Nivel 3, Triq Dun Karm, Birkirkara BKR 9033, Malta, tiene licencia en Malta (<0>licencia núm. IS/701560>) y está regulada por la Autoridad de Servicios Financieros de Malta en virtud de la Ley de Servicios de Inversión para proporcionar servicios de inversión en la Unión Europea. También está autorizada y sujeta a una regulación limitada por la Autoridad de Conducta Financiera del Reino Unido. Los detalles sobre el alcance de nuestra autorización y regulación por parte de la Autoridad de Conducta Financiera están disponibles bajo petición.",
"460878453": "5 - 10.000",
"465003790": "Inicio de sesión DMT5",
+ "465522807": "<0>A signal provider0> \n Do you provide trading data for others to follow? Grow your community of traders and earn commission when they sign up and trade on our platforms.",
"467590240": "acciones e índices",
"469222213": "Haga clic en la pestaña <0>Mis estadísticas0> y seleccione su proveedor de señal.",
"473760456": "Hablamos con claridad para evitar la ambigüedad, revelamos las condiciones de todos los contratos y somos claros en cuanto a los riesgos de las operaciones y a cómo ganamos dinero.",
@@ -290,7 +319,8 @@
"476621330": "Abrir cuenta",
"479311128": "Abra operaciones a menor costo y aumente sus ganancias potenciales.",
"480442479": "Falsificación de solicitudes en sitios cruzados (no crítico)",
- "482031216": "Forex es el mercado global descentralizado para la compra y venta de divisas.",
+ "481274667": "How can I withdraw funds from my Deriv MT5 real money account?",
+ "481411401": "Regulation",
"482369277": "Los programas de afiliación y de IB de Deriv ofrecen interesantes oportunidades de ingresos. Gane comisiones por las operaciones de sus clientes referidos en nuestras plataformas.",
"486935836": "He olvidado la contraseña de mi cuenta de Google/Facebook/Apple. ¿Cómo puedo acceder a mi cuenta de Deriv?",
"487236738": "Cómo se calcula",
@@ -305,11 +335,13 @@
"494843334": "Puede operar con forex, índices bursátiles, materias primas e índices sintéticos en DTrader.",
"495686884": "Por qué elegirnos para sus operaciones en línea | Deriv",
"497469280": "Nuestro objetivo es proporcionar a nuestros clientes sistemas fiables con un elevado tiempo de actividad y baja latencia, incluso en redes de datos móviles de baja velocidad. Proporcionamos una buena seguridad y compatibilidad entre dispositivos para los principales ordenadores de escritorio y dispositivos móviles.",
- "497717591": "¿Qué métodos de pago puedo utilizar con Deriv P2P?",
+ "497567508": "Your Deriv MT5 history will be downloaded as an XML file.",
+ "497905436": "How do I check my available balance for Deriv P2P?",
+ "500999639": "Some trade types may not be available in certain countries.",
"501413836": "750+",
"501620507": "¿Cómo esto afectará a mis clientes?",
"501763239": "Pares mayores",
- "502554477": "¿Cuáles son las diferencias entre la cuenta de índices sintéticos, la financiera y financiera STP de DMT5?",
+ "504465748": "We'll email you a verification link. Click that link and set a new password for your Deriv account.",
"506797447": "La <0>Cesta de Euro0> mide el valor del euro frente a una cesta de cinco divisas mundiales (USD, AUD, GBP, JPY, CAD), cada una ponderada en un 20%.",
"509964491": "Opere incluso cuando la mayoría de los mercados financieros estén cerrados",
"510309290": "Deriv X: Nuestra aplicación de operaciones con CFDs desarrollada por DevExperts (<0>Android app0>, <1>iOS app1>)",
@@ -333,8 +365,8 @@
"527660774": "Herramientas de trading | Calculadoras de margen, swaps y pips | Deriv",
"528858838": "Plomo/USD",
"529056539": "Opciones",
+ "529597350": "Si tenía alguna posición abierta, la hemos cerrado y le hemos reembolsado.",
"529901734": "En las operaciones de cestas de índices, la variación del valor de una moneda se mide con respecto a una cesta de las monedas más líquidas del mundo.",
- "533583221": "Las transferencias son instantáneas. Una vez que haya completado todos los pasos, el saldo de su cuenta DMT5 se actualizará de inmediato.",
"538228086": "Cierre-Bajo",
"538682015": "Revise nuestras otras aplicaciones",
"539645627": "Nuestro objetivo es ofrecer productos líderes en el mercado en los que se confíe en todo el mundo.",
@@ -351,13 +383,15 @@
"554620691": "Por favor, ingrese un número válido",
"555580651": "1. En el panel a la derecha del espacio de trabajo, haga clic en 'Borrar estadística'.",
"557095822": "Haga clic en el botón <0>Renovar0> para renovar el servicio o en el botón <0>Cancelar suscripción0> para cancelar la suscripción.",
- "558327984": "Nuestra calculadora de pérdidas y ganancias (PnL) para multiplicadores le ayuda a determinar el nivel de stop loss y/o take profit en sus operaciones para minimizar las pérdidas y maximizar las ganancias.",
+ "558327984": "Nuestra calculadora de pérdidas y ganancias para multiplicadores le ayuda a determinar el nivel de stop loss y/o take profit en sus operaciones para minimizar las pérdidas y maximizar las ganancias.",
+ "561889537": "A dispute was raised against you. Please <0>contact us0> via live chat for more info.",
"562246914": "El cambio de marca fue inspirado por ustedes, nuestros clientes. Después de 20 años sirviéndole, creemos que le entendemos mejor. El cambio de marca es una oportunidad para que implementemos una solución de trading online mejorada para satisfacer todas sus necesidades.",
"562528971": "Zinc/USD",
"562753315": "Guernsey | Nuestra oficina - Islas del Canal | Deriv",
"566274201": "1. Mercado",
+ "567739189": "Why do my Deriv MT5 positions always start with a loss?",
"568954877": "3. Solo puede suscribirse a un proveedor de señal con una cuenta DMT5 en cualquier momento. Puede usar la señal en hasta 3 computadoras.",
- "569354588": "También puede administrar sus fondos a través de un agente de pagos si el servicio está disponible en su país.",
+ "570656160": "You can use your Deriv MT5 demo account for as long as you want. However, if your account is inactive for 30 days, we'll deactivate it automatically.",
"575210404": "Enviar o recibir pago",
"575534504": "Spreads bajos",
"577779861": "Retiro",
@@ -370,6 +404,7 @@
"586006302": "<0>Encima/Debajo:0> Prediga si el último dígito del último tick de un contrato será mayor o menor que un número específico.",
"586789100": "Elija entre una variedad de tipos de operaciones personalizables con inversiones tan bajas como 0,35$ y duraciones de tan solo un segundo.",
"590858519": "Dígale adiós a los cargos nocturnos, mantenga sus posiciones abiertas todo el tiempo que desee. *",
+ "593539508": "Yes, you can download the chart on DTrader (in .csv and .png) by clicking <0>Download0> on the toolbar on the left. ",
"593838951": "Diversas oportunidades",
"595278941": "Precio del activo",
"595722471": "El retorno al jugador (Return to player-RTP) % para retroactivos con un multiplicador de 1 y una duración de 1 min, es aproximadamente el 87% en promedio.",
@@ -392,6 +427,7 @@
"622253642": "Ahorre tiempo: no es necesario abrir, supervisar ni cerrar operaciones.",
"623188171": "Opere con criptomonedas e índices sintéticos en cualquier momento, incluso los fines de semana y festivos.",
"624256060": "Defina parámetros opcionales que le brinden más control sobre sus operaciones, incluyendo stop loss, take profit y cancelación del contrato.",
+ "625438255": "Como parte de los cambios en nuestras ofertas de mercado, cerraremos las cuentas de nuestros clientes del Reino Unido.",
"627388563": "Más sobre CFD",
"627774646": "Flujo de ingresos adicional de las suscripciones mensuales.",
"627845959": "Cosas a tener en cuenta cuando hace trading con multiplicadores",
@@ -400,13 +436,11 @@
"631458864": "Empresas punteras",
"631607286": "Binary.com ha cambiado de marca a Deriv.com y he aquí todo lo que necesita saber",
"632409475": "TER/USD",
- "634033595": "Deriv P2P es el servicio de depósito y retiro entre pares que le permite ingresar y sacar dinero de su cuenta Deriv fácilmente a través de transacciones con otros traders.",
"635121138": "Programas de Afiliados e IBs | Deriv",
"635797490": "Interino | DBot",
"636070520": "3. Empiece a operar",
"636073620": "Suscríbase a las señales de trading de Deriv MetaTrader 5 para copiar las operaciones de los operadores experimentados, o conviértase en un proveedor de señales y comparta sus estrategias.",
"637013579": "Nuestra clásica herramienta de \"arrastrar y soltar\" para crear robots de trading, con gráficos de trading emergentes, para usuarios avanzados.",
- "639707096": "Los clientes no pueden ser residentes en Bielorrusia, Canadá, Hong Kong, Israel, Jersey, Malasia, Malta, Paraguay, Ruanda, Emiratos Árabes Unidos, Estados Unidos o cualquier país restringido que haya sido identificado por el Grupo de Acción Financiera Internacional (GAFI) como país con deficiencias estratégicas.",
"640307277": "Vicepresidente de Ingeniería",
"640405784": "Realice depósitos fácilmente con la solución de pago con cupón en efectivo para Sudáfrica.",
"641347172": "Una vez transcurrido el tiempo de procesamiento requerido por el método de pago seleccionado, sus fondos se depositarán en su cuenta personal. Puede comprobar los tiempos de procesamiento en nuestra página <0>Métodos de pago0>.",
@@ -414,6 +448,7 @@
"642995056": "Correo electrónico",
"643554455": "Consulte las preguntas frecuentes sobre temas populares para obtener respuestas rápidas.",
"643810262": "Explotación de problemas de lógica interactiva que pueden causar pérdidas a los clientes",
+ "645317079": "We'll remove the <0>withdrawal limit0> once your account has been verified.",
"645902266": "EUR/NZD",
"645954408": "Cuando el precio de mercado sube a 8.700 USD, usted decide establecer el nivel de stop loss en 8.200 USD. Después de algunos ticks, el precio cae a 8.100 USD, superando su nivel de stop loss. Su operación se cerrará automáticamente en 8.100 USD.",
"646017912": "Nuestra aplicación insignia para operar con opciones y multiplicadores.",
@@ -424,9 +459,11 @@
"654674908": "La estrategia Martingale es una técnica de trading clásica que alienta a los traders a duplicar el tamaño del contrato después de una pérdida para que cuando ganen, recuperen lo que perdieron.",
"655249194": "Deriv X es nuestra segunda plataforma de CFD, después de MT5. Está repleta de funciones y está diseñada para adaptarse a su estilo de trading.",
"655519080": "Deutsche Bank AG",
+ "655902997": "You may reactivate your account by <1>logging in1> with your email address and password. If you're unable to do so, please <0>contact us via live chat0>, and we'll help you further.",
"658337631": "¿Tiene una cuenta <0>Binary.com 0>? Puede <1>iniciar sesión1> en <0>Deriv0> con su nombre de usuario y contraseña <0>Binary.com0>",
"662679188": "DTrader | Plataforma de trading en línea | Deriv",
"663180477": "Experiencia comercial orientada al cliente",
+ "665599274": "Fill up the form and click <0>Confirm0>.",
"665777772": "XLM/USD",
"666199378": "Atención al cliente amigable los 7 días de la semana, un Centro de Ayuda amplio y mucho contenido de apoyo útil",
"666906792": "Realice depósitos fácilmente usando su móvil. Para clientes en Ghana y Uganda.",
@@ -435,14 +472,15 @@
"672008428": "ZEC/USD",
"680204734": "El monto mínimo para el retiro variará dependiendo de los últimos tipos de cambio. Las cifras que se muestran aquí han sido redondeadas.",
"680953516": "MERCADOS",
+ "682063263": "Your Deriv P2P account may be blocked for one of the following reasons:",
"682108610": "Tanto si es un principiante como un trader experimentado, nuestra experiencia comercial es algo que le encantará.",
"682657885": "Ir al panel de Deriv X",
"683810917": "Compruebe su comisión diaria de IB",
"685027643": "La pestaña 'Transacciones' le brinda información más detallada sobre cada operación, como la duración, la barrera, las horas de inicio y finalización, etc.",
"686385193": "Supongamos que desea calcular el nivel de take profit cuando abre una posición para el índice de Volatilidad 100 con un precio de 3.376,24 USD y una cantidad de inversión de 10 USD, un valor multiplicador de x100 y una cantidad de take profit de 7,54 USD en dirección descendente.",
"686387939": "¿Cómo borro mi registro de transacciones?",
- "686417047": "DTrader le permite operar con más de 50 activos en forma de opciones digitales, multiplicadores y retroactivos.",
"688617121": "Alto apalancamiento",
+ "689068852": "Where can I see my ads?",
"689400450": "Es el mejor bróker del mundo. Se lo recomendaré a cualquiera en todo momento. Su atención al cliente realmente ayuda en todas las áreas.",
"690238026": "Tenemos una selección probada de herramientas para referir clientes, que incluyen banners, videos, reseñas y anuncios de texto. Si desea que ciertas herramientas se personalicen según los requisitos de su página web, comuníquese con su gerente de cuenta en <0>affiliates@deriv.com0>.",
"690959930": "Restablecer contraseña | Deriv",
@@ -453,6 +491,7 @@
"700128691": "Somos firmes en nuestro compromiso con los altos estándares éticos. Conozca más razones por las cuales los traders online eligen Deriv.",
"701775446": "Índice de Volatilidad 200",
"701840176": "Comisión por 100 mil USD de facturación",
+ "704465777": "After making your payment, share the receipt with the seller via the chat feature in Deriv P2P.",
"704532260": "Regístrese solo con su correo electrónico. No se requiere una tarjeta de crédito o un depósito mínimo.",
"706069088": "Sobre Deriv",
"710137133": "Inscríbase ahora",
@@ -484,12 +523,15 @@
"743105449": "¿Cómo puedo depositar fondos en mi cuenta de dinero real Deriv X?",
"743623600": "Referencia",
"746874005": "Fórmula swap forex",
+ "747290779": "<0>A software developer0> \n Build your own trading platform using our API and earn commission when your clients sign up and trade.",
"751493857": "4 USD ",
"752024971": "Número máximo de dígitos alcanzado",
+ "752304655": "<0>Turnover0> \n Earn up to 1.5% commission for each contract bought by your clients. The lower the probability of winning, the higher your commission payout.",
"755433132": "¿Qué son las opciones digitales?",
"756066527": "Acepto los <0>términos y condiciones0>",
"756310599": "Seremos transparentes sobre las condiciones de todos los contratos para que los clientes puedan elegir con conocimiento de causa.",
"758038191": "Encuentre su puesto con nosotros explorando las oportunidades de trabajo en Deriv en Melaka, Malasia.",
+ "759844711": "Yes, it's completely free of charge <0>to join0>.",
"760192418": "Opere sabiamente y no deje que sus emociones influyan en sus decisiones. No opere cuando sea propenso a un mal juicio.",
"760233310": "Nuestra aplicación de operaciones con CFD desarrollada por Devexperts: dx.deriv.com",
"762478389": "Opere con lo que quiera - divisas, materias primas, acciones e índices sintéticos.",
@@ -505,10 +547,11 @@
"777848993": "activos negociables y en crecimiento",
"778624300": "Aproveche las calculadoras de trading de Deriv que le ayudarán a calcular su swap, pip, beneficios y pérdidas para el trading con CFD y multiplicadores.",
"779522948": "Ipoh | Nuestra oficina - Malasia | Deriv",
+ "780041225": "If you already have a demo account, here’s how to add a real account:",
"781723751": "10 - 17.000",
"783010200": "Diversifique su cartera con trading sin comisiones en los índices bursátiles internacionales más importantes. Opere en índices mundiales conocidos como el Wall Street 30, el US Tech 100, el UK 100 y muchos más. Empiece a operar con tan solo 5 $.",
"783153785": "Fondos virtuales ilimitados",
- "783391379": "Para recibir la comisión mínima (0,01 en cualquier moneda) permitida por el sistema, el requisito de volumen mínimo se calcula en base a las siguientes fórmulas:",
+ "783391379": "Para recibir la comisión mínima (0,01 en cualquier moneda) permitida por el sistema, el requisito de volumen mínimo se calcula según las siguientes fórmulas:",
"783545585": "Prediga correctamente los movimientos de precios de las criptomonedas más populares del mundo. Más de 17 pares de criptomonedas para operar.<0 />",
"783815409": "Configure sus parámetros de trading y gestión de riesgos. Luego haga clic en Aceptar para completar el proceso.",
"784131672": "Jumps",
@@ -517,6 +560,7 @@
"785973496": "Portugal",
"786796042": "en vivo <0>3 de Junio de 20200>",
"788015089": "* disponible para pares seleccionados:",
+ "788744327": "Click <0>Change0> next to the password field, then click <0>Change Deriv MT5 password0>.",
"789376489": "USD/HKD",
"790534726": "Implementar controles para prevenir actividades ilícitas",
"793647899": "Su cuenta de afiliado de Binary.com también será válida para Deriv.com. Podrá ganar comisiones de sus clientes cuando operen en Binary.com o en Deriv.com.",
@@ -525,17 +569,23 @@
"799457743": "Simple.",
"800183478": "La seguridad es importante para nosotros. Mejoramos continuamente nuestros productos y servicios colaborando con investigadores de seguridad independientes de todo el mundo.",
"800934856": "Conozca nuestras oficinas | Deriv",
+ "802021852": "If you're buying, you'll need to make payment and share your payment confirmation with the seller. Once the seller has confirmed that they've received your payment, the exchange amount will be credited into your Deriv account.",
"803989222": "La cuenta Sintética le permite operar con los índices sintéticos propios de Deriv, que están disponibles las 24 horas del día y simulan los movimientos del mercado en el mundo real.",
"806165583": "Australia 200",
+ "806951253": "En la UE, los productos financieros se ofrecen a través de Deriv Investments (Europe) Limited, W Business Center, Nivel 3, Triq Dun Karm, Birkirkara BKR 9033, Malta, con licencia en Malta (<0>núm. licencia IS/701560>) y regulada por la Autoridad de Servicios Financieros de Malta, Triq l-Imdina, Zona 1, Central Business District, Birkirkara CBD 1010, Malta, en virtud de la Ley de Servicios de Inversión. Autorizada por la Autoridad de Conducta Financiera y con modificación estimada del permiso. Sujeta a la regulación de la Autoridad de Conducta Financiera. La naturaleza y el alcance de la protección al consumidor pueden diferir de los especificados para empresas con base en Reino Unido. Los detalles del Régimen de Contratos de Servicios Financieros, que permite a empresas basadas en el EEE operar en el Reino Unido durante un periodo de tiempo limitado para llevar a cabo las actividades necesarias para la ejecución de contratos preexistentes, están disponibles en la página web de la Autoridad de Conducta Financiera.\n",
"808426886": "No practicamos la venta agresiva, ni ofrecemos asesoramiento financiero o de operaciones, ni prometemos rendimientos garantizados. No animamos a operar a las personas vulnerables y aplicamos controles para evitar cualquier actividad ilegal.",
"809146176": "No es aplicable",
+ "809480545": "If you'd like to log in using your email address instead, follow these steps:",
"809649275": "Centro de ayuda | Preguntas frecuentes | Deriv P2P | Deriv",
"809734567": "En la <0>página de presentación de las señales de MQL50>, pulse el botón Crear señal.",
+ "811665902": "What is Deriv MetaTrader 5 (Deriv MT5)?",
"812101045": "Calculadora de stop loss y/o take profit para margen",
"812888944": "Empresas punteras",
"814009433": "Volumen total de operaciones",
+ "814289409": "Then, withdraw your funds.",
"814644033": "Compre criptomonedas con su tarjeta de crédito y débito para recargar su cuenta Deriv con este intercambio global de fiat a cripto.",
"815602603": "Inicie sesión en su cuenta Deriv. Si no la tiene, regístrese gratis.",
+ "816534303": "To log in on your desktop, click <0>Trade on web terminal0>.",
"817637233": "Gracias por suscribirse",
"818087675": "Comience a operar en Deriv X",
"818659471": "6. Stop loss",
@@ -546,6 +596,7 @@
"825675433": "El trading de acciones e índices disponible en Deriv",
"825815966": "Pago fijo y predecible",
"826511719": "USD/SEK",
+ "829379369": "You can automate your trading strategy using a trading bot. A trading bot is an automated computer program that purchases trade contracts for you while following a specific set of instructions that you provide.",
"829579058": "Seguro",
"831164350": "Supongamos que desea calcular el nivel de stop loss y el valor del pip cuando desea comprar un lote de EUR / USD a un precio de 1,17524 USD con una cantidad de stop loss de 24 USD.",
"831282685": "Envíenos un correo electrónico",
@@ -581,21 +632,24 @@
"871486196": "Opere con forex, índices sintéticos, acciones, índices bursátiles, criptomonedas y materias primas en un solo lugar.",
"874573741": "Opere con forex, acciones, índices bursátiles y materias primas en un solo lugar. ",
"874881951": "Explore las oportunidades de trabajo disponibles en nuestra oficina de Dubái. Encuentre su papel en TI, marketing y recursos humanos.",
+ "875311753": "The completion rate is the percentage of orders that the advertiser could complete within 2 hours.",
"875766134": "Importando desde su computadora",
"876581050": "Eslovaquia",
"877897643": "Ventajas de operar con forex en DTrader",
+ "878441070": "Can I change the currency of my Deriv MT5 account?",
"878676836": "Documentos de información clave",
"878922748": "¿Qué es la cuenta de CFD?",
+ "878929504": "Complete the form and click <0>Submit0>.",
"879478126": "Dubái",
"881413021": "Por qué operar con commodities en Deriv",
"882216897": "Se requiere correo electrónico",
"885479216": "Informe de <0>clics e impresiones0>: muestra sus porcentajes de clics y visitas",
"886712679": "Autorizada y regulada",
"887282040": "¿Por qué Binary.com está cambiando de marca?",
+ "888619169": "If you have made a deposit or have added a real MT5 account, follow these steps:",
"888978991": "Cada uno de estos índices reproduce el rendimiento de las principales empresas cotizadas en bolsa en los mercados financieros en Europa.",
"889704223": "Opere como desee con {{trade_no}} tipos de operaciones flexibles.",
"890667695": "45%",
- "891097078": "Índice USD",
"893607771": "Obtenga beneficios de las horas de trading, 24 horas al día (lunes a viernes), alta liquidez, bajas barreras de entrada, una amplia gama de ofertas y oportunidades para operar en eventos mundiales.",
"893980632": "¿Tiene más preguntas? Consulte la <0>sección de preguntas frecuentes0> en el sitio web de MQL5.",
"895567953": "activos para impulsar su bot",
@@ -610,17 +664,21 @@
"905952695": "Nuestra dirección de weblog: https://deriv.com/academy/",
"906120998": "¿Cuáles son las principales diferencias entre DTrader y DMT5?",
"909083576": "404 - Página no encontrada | Deriv",
+ "912406629": "Follow these steps:",
"912981300": "Una cosa más: hemos cambiado el nombre de nuestros perfiles de redes sociales a @Derivdotcom en Facebook, Instagram y Twitter. Dele me gusta y síganos para mantenerse actualizado con nuestras últimas noticias.",
"913091440": "Pruebe DBot en Deriv.com",
"913719394": "Si selecciona \"Encima\", ganará el pago si el último dígito del último tick es mayor que su predicción.",
- "914005173": "Fuera de la UE, los productos financieros se ofrecen por las siguientes empresas: Deriv (FX) Ltd, F16, Nivel 1, Paragon Labuan, Jalan Tun Mustapha, 87000 Labuan, Malasia, autorizada por la Autoridad de Servicios Financieros de Labuan (<0>licencia nº MB/18/00240>); Deriv (BVI) Ltd, Kingston Chambers, P.O. Box 173, Road Town, Tortola, Islas Vírgenes Británicas, autorizada por la Comisión de Servicios Financieros de las Islas Vírgenes Británicas (<1>licencia nº. SIBA/L/18/11141>); Deriv (V) Ltd (<2>ver licencia2>), 1276, Kumul Highway, Port Vila, Vanuatu, autorizada y regulada por la Comisión de Servicios Financieros de Vanuatu; y Deriv (SVG) LLC, Hinds Buildings, Kingstown, San Vicente y las Granadinas.",
"915392164": "Abra posiciones largas o cortas en función de sus predicciones de los movimientos de los precios del mercado.",
+ "920363635": "Frequently asked questions - IB programme",
"925239281": "¿Cómo retiro fondos de mi cuenta de dinero real Deriv X?",
+ "927364570": "<0>Setting > Proof of address0>",
"927510190": "Prediga si el mercado permanecerá dentro o saldrá fuera de dos precios objetivo en cualquier momento durante el período del contrato.",
"927827352": "La plataforma integral de <0/>operaciones con CFD<0/>",
"927830157": "Plataformas fáciles de usar con potentes widgets de gráficos",
"930211164": "Trading 24/7",
"931190863": "3. Haga clic en 'Crear variable'.",
+ "931793340": "En la UE, los productos financieros se ofrecen a través de Deriv Investments (Europe) Limited, W Business Center, Nivel 3, Triq Dun Karm, Birkirkara BKR 9033, Malta, con licencia en Malta (<0>núm. licencia IS/701560>) y regulada por la Autoridad de Servicios Financieros de Malta, Triq l-Imdina, Zona 1, Central Business District, Birkirkara CBD 1010, Malta, en virtud de la Ley de Servicios de Inversión.",
+ "931896911": "Go to the <0>History0> section.",
"932190946": "Límites de depósito diarios",
"934777772": "1. Haga clic en 'Comenzar' para abrir el menú de bloques.",
"935167918": "3,75",
@@ -639,12 +697,12 @@
"960618190": "Opere varios activos en múltiples mercados simultáneamente.",
"961530723": "Netflix Inc",
"962218636": "Airbus SE",
+ "963202666": "How do I sign up as an affiliate?",
"963922337": "2. Los bloques se clasifican debidamente. Sólo tiene que elegir los bloques que quiera y arrastrarlos al espacio de trabajo.",
"964982895": "Realice depósitos fácilmente usando su móvil. Para clientes en Uganda y Tanzania.",
"968040107": "¿Cómo encuentro los bloques que necesito?",
"968576099": "Arriba/Abajo",
"968627888": "El trading 24/7 incluidos fines de semana y festivos",
- "971351835": "Informe Anual de Divulgación Financiera 2020",
"972090300": "¿Por qué debería cambiar a Deriv.com?",
"973734471": "Finlandia",
"973933650": "Las transferencias son instantáneas. Una vez que haya completado todos los pasos, el saldo de su cuenta Deriv X se actualizará de inmediato.",
@@ -658,13 +716,16 @@
"992485806": "Su posición se cierra automáticamente cuando su nivel de stop loss está en <0>1,17500> y cuando su valor de pip de stop loss es <0>24 USD0>.",
"1000512133": "API",
"1001160515": "Vender",
+ "1001731723": "Yes, as long as you haven’t opened a Deriv MT5 Financial STP account, you can still trade without verifying your account.",
"1004480214": "Móvil",
"1005687893": "Trading en línea con Deriv | Simple. Flexible. Fiable.",
"1005701957": "Si selecciona \"Permanece dentro\", gana el pago si el mercado se mantiene dentro de (no toca) la barrera superior y la inferior en todo momento durante el período del contrato.",
"1005941063": "Deposite y retire en Litecoin, una criptomoneda duradera con un rápido procesamiento de transacciones.",
"1009128101": "Fácil de configurar, no requiere instalación.",
+ "1010278278": "Can I delete my Deriv MT5 account history?",
"1010645311": "Prediga los movimientos de precios de materias primas como la plata, el oro y el petróleo, y utilice el margen para aumentar sus posibles ganancias.",
"1011699543": "Opere con los movimientos de precios de los recursos naturales que son fundamentales para la economía mundial y aproveche la acción del mercado.",
+ "1012902658": "Sí. <0>Contáctenos a través del chat en vivo0> y le ayudaremos.",
"1015510435": "BMW",
"1016174771": "<0>La cantidad de stop loss y/o take profit en la dirección descendente = Máx [{inversión × (- (stop loss O nivel de take profit - precio del activo) ÷ precio del activo × multiplicador) - comisión}, -inversión]0>",
"1016273887": "Los CFD se consideran derivados complejos y pueden no ser adecuados para clientes minoristas.",
@@ -679,15 +740,17 @@
"1024953822": "Opere con forex, sintéticos y criptomonedas esté donde esté",
"1026160856": "Prediga si el último dígito del último tick de un contrato será un número par o impar.",
"1027197513": "Deriv X es una plataforma de negociación fácil de usar en la que puede operar con CFD sobre varios activos en un diseño de plataforma que puede personalizar según sus preferencias.",
- "1032383871": "Puede crear y ejecutar sus propias estrategias de trading automatizadas con DBot. También puede descargar robots de operaciones ya preparados (también conocidos como Asesores Expertos) para DMT5 yendo a la pestaña 'Mercado' en la plataforma DMT5.",
"1032907147": "AUD/NZD",
"1033805779": "Todos los programas de asociación de Deriv son gratuitos. No existen cargos o costos ocultos de qué preocuparse.",
"1033824796": "inversiónActual",
"1034695894": "Descubra cómo funciona Deriv P2P:",
"1034875052": "¡Servicios excelentes y fiables; probados y de confianza!",
+ "1035639511": "Deriv Limited – Calle Castle 13, St. Helier, JE2 3BT, Jersey – es la compañía holding de las filiales mencionadas.",
"1035890756": "Agregue una cuenta real de Deriv.",
"1037965324": "USD 10B+",
"1039678171": "PARA CLIENTES",
+ "1041343262": "You can chat with the trader you are dealing with via the chat feature in Deriv P2P.",
+ "1041405933": "Read <0>this article0> to learn more about automated trading on Deriv.",
"1044540155": "100+",
"1045309798": "Tipos de swap (financiación nocturna)",
"1046578159": "GBP/SGD",
@@ -702,6 +765,7 @@
"1056821534": "¿Está seguro?",
"1057239639": "Establezca parámetros opcionales para su trading",
"1058440967": "¿Cómo me afecta este cambio como bróker introductor (IB)?",
+ "1062240703": "Yes, we’re regulated by",
"1062246296": "Presentamos DBot en Deriv.com",
"1062691395": "Hemos separado los informes para su conveniencia.",
"1065635876": "2. Vigile el gráfico",
@@ -709,6 +773,7 @@
"1068264174": "Su panel de control como afiliado de Deriv,",
"1069671533": "somos",
"1072277224": "Síganos en",
+ "1072571985": "If you created your Deriv account using Apple/Google/Facebook, try resetting your Apple/Google/Facebook password. After that, you should be able to log in to Deriv as usual.",
"1074669784": "Realice depósitos y retiros rápidos y seguros con esta solución optimizada para dispositivos móviles para clientes en Nigeria.",
"1077281998": "Estos índices corresponden a mercados simulados con volatilidades constantes del 10%, 25%, 50%, 75%, 100%, 200% y 300%.",
"1077779258": "General Motors Company",
@@ -716,6 +781,7 @@
"1079127917": "Los índices sintéticos patentados de Deriv simulan los movimientos del mercado del mundo real. Respaldados por un generador de números aleatorios criptográficamente seguro, estos índices están disponibles para operar 24/7 y no se ven afectados por el horario normal del mercado, los eventos globales o el mercado y riesgos de liquidez.",
"1079537687": "Biogen Inc",
"1079986638": "\"Aplicación web y móvil P2P de Deriv",
+ "1082899428": "Deriv: una plataforma de operaciones en línea disponible 24/7 con una gran selección de derivados.",
"1082977556": "<0>Con una operación de margen equivalente a 100$0>, con un apalancamiento de 1:500, se arriesga el 2% * 50.000$ = <1>1.000$ de pérdida1>.",
"1084407062": "Estos índices corresponden a mercados simulados con <0>volatilidades constantes de 10%, 25%, 50%, 75% y 100%.0> Existe la misma probabilidad de un salto hacia arriba o hacia abajo <0>cada 20 minutos0>, en promedio. El tamaño del salto supera <0> aproximadamente 30 veces 0> al movimiento normal del precio, en promedio.",
"1084702344": "Cree o <0>inicie sesión0> en su cuenta Deriv",
@@ -736,6 +802,7 @@
"1106746692": "Abra una cuenta real, deposite, y empiece a operar con acciones, índices y otros mercados.",
"1107638944": "Últimos videos, tutoriales y seminarios web para el trading | Deriv",
"1108389724": "Disfrute de operaciones sin comisiones en todos los activos. Además, no pagará cargos por swap en las posiciones nocturnas de determinados pares de divisas.",
+ "1113034090": "<0>Note:0> You'll only be able to create ads once your account has been verified.",
"1113469496": "Esto le da el cargo swap en USD.",
"1114242450": "Los índices sintéticos disponibles en Deriv",
"1115835371": "Preguntas frecuentes - Cuenta",
@@ -746,10 +813,13 @@
"1123710409": "Cómo calcular el margen",
"1123908498": "MTC/USD",
"1124560181": "Flexibilidad con múltiples mercados",
+ "1124829631": "What conversion rates do you use for deposits and withdrawals?",
"1124905330": "Personalice sus tipos de operación",
+ "1126492980": "The <0>Buy/Sell0> tab shows you ads by other advertisers. You can see your ads in the <0>My ads0> tab.",
"1126725671": "Un aviso para ayudarle a comprender los riesgos que pueden surgir cuando opera en Deriv",
"1126917116": "Micropares",
"1127858885": "Encuentre su puesto con nosotros explorando las oportunidades de trabajo en Deriv en Minsk, Bielorrusia.",
+ "1128046384": "No. You can withdraw your commission whenever you want.",
"1135059547": "Pregúntele a todos",
"1136360582": "En este libro electrónico abordaremos",
"1136731907": "Tenga en cuenta que estos son solo valores aproximados y diferirán según el apalancamiento establecido para su cuenta y el activo que desee operar.",
@@ -760,8 +830,9 @@
"1151456638": "Valoramos a las personas que trabajan en equipo y que colaboran libremente en todos los departamentos con humildad y visión de futuro.",
"1151925602": "Prediga si el último dígito del último tick de un contrato será mayor o menor que un número específico.",
"1152332043": "Opere con forex, índices sintéticos, acciones, índices bursátiles, criptomonedas y materias primas con apalancamiento.",
+ "1155361880": "Need help? Please <0>contact us via live chat.0>",
+ "1155971726": "Click <0>here0> to close your account.",
"1158101648": "Importar desde su Google Drive",
- "1161300179": "Del mismo modo, puede realizar retiros de su cuenta de Deriv \"vendiendo\" fondos de Deriv a otros traders a cambio del pago en su moneda local (o cualquier moneda admitida).",
"1161999797": "Opere con forex, sintéticos, acciones e índices, criptomonedas y materias primas.",
"1167224712": "Ofrecemos varios métodos de pago: transferencias bancarias, tarjetas de débito / crédito, billeteras electrónicas y criptomonedas para que sus transacciones sean más convenientes.",
"1168114406": "Esto almacenará las ganancias o pérdidas acumuladas mientras el robot está funcionando. Establezca un valor inicial de 0.",
@@ -770,6 +841,7 @@
"1169378202": "Agentes de pago | Programas de asociados | Deriv",
"1171765024": "Paso 3",
"1172611503": "Si selecciona \"Asiáticos - Baja\", ganará el pago si el último tick es inferior al promedio de los ticks.",
+ "1173289870": "<0>Revenue share0> \n Earn commission of up to 45% based on the monthly net revenue generated by your clients. The higher their net revenue, the higher your commission payout.",
"1175717636": "¿Qué tipo de informes puedo generar desde mi cuenta de afiliado?",
"1177080017": "DBot | Robot de operaciones | Deriv",
"1178873929": "Nuestra página web se puede filtrar mediante una serie de sistemas de filtrado disponibles en el mercado que podrían servir para restringir el acceso a nuestro sitio.",
@@ -778,27 +850,29 @@
"1181506313": "Deriv P2P es una gran aplicación, ¡me encanta!",
"1182198798": "Por ejemplo, si cierra su posición en un momento determinado, su capital es el total del saldo de su cuenta más las ganancias o pérdidas en ese momento. Si la relación entre lo mencionado y su margen actualmente utilizado es menor que el nivel de stop out de Deriv, se puede aplicar el stop out.",
"1182470294": "¿Aún no tiene una cuenta en Deriv.com?",
+ "1183868384": "Is Deriv regulated?",
"1184301560": "Explore el programa de colaboración de Deriv y conviértase en afiliado de un pionero mundialmente confiado. Todos nuestros programas son gratuitos sin tarifas ocultas.",
"1186450032": "Guardar bot en Google Drive",
"1189491487": "Sin comisiones ni costos",
"1189875009": "Historial comprobado",
"1190588251": "Tratamos a todos los clientes de forma equitativa, gestionamos las reclamaciones con integridad y ofrecemos precios competitivos sin costos ocultos y sin barreras artificiales en los retiros de los clientes.",
+ "1191311301": "How do I set an investor password for my Deriv MT5 account?",
"1191682103": "Sin subscripción. Inicie sesión con sus credenciales de <0>Binary.com0>.",
"1195213035": "Si desea reanudar el trading cuando expire su autoexclusión y una vez que haya realizado una solicitud para eliminar la autoexclusión, habrá un período de reflexión de 24 horas antes de que se le permita el acceso a nuestro sitio.",
"1196310280": "Intel",
"1197939158": "No aceptar",
"1198781410": "Hemos diseñado una experiencia comercial extremadamente intuitiva, centrada en el cliente y optimizada para convertir a los visitantes en clientes. También le proporcionaremos las herramientas y materiales creativos que necesita para dirigir el tráfico a Deriv.",
- "1202465815": "Su saldo Deriv P2P consiste en una parte del saldo de su cuenta Deriv. Mientras que todos sus depósitos a través de billeteras electrónicas y criptomonedas están disponibles para su uso con Deriv P2P, solo una parte de sus depósitos está disponible a través de tarjetas. ",
"1205209576": "Presentamos MT5 en Deriv.com",
"1207865156": "Regístrese para obtener una cuenta demo gratuita de <0>Deriv0>",
"1208151831": "Vicepresidente de Estrategia y Gestión de Proyectos",
- "1208165195": "Mi enlace de verificación de retiro expiró. ¿Qué debo hacer?",
+ "1208382171": "We may request more information during the signup process.",
"1211781148": "Disfrute de depósitos y retiros rápidos, fáciles y seguros con AdvCash.",
"1211817306": "El trading de criptomonedas disponible en Deriv",
"1213111346": "¿Qué es comercio de CFD?",
"1213902291": "Para obtener cada informe, diríjase a su tablero y seleccione Informes > Filtrar por marcas. Luego, elija la plataforma cuya comisión le gustaría ver.",
"1214098313": "Disfrute la comodidad y la seguridad de almacenar sus estrategias en su Google Drive.",
"1215637769": "Disfrute de depósitos y retiros rápidos y seguros con Astropay.",
+ "1216205330": "No. To keep your funds safe, you are strictly prohibited from using payment methods that are not yours. If you do use someone else’s payment method, we’ll suspend your Deriv account for security purposes.",
"1216280249": "Trading responsable",
"1217246029": "Informe <0>Mis jugadores0>: muestra una lista de clientes con sus ID y fecha de registro",
"1219754757": "Su seguridad, nuestra prioridad",
@@ -821,12 +895,14 @@
"1254667788": "Plataforma de operaciones Dbot en Deriv",
"1254866713": "Panel de operaciones DMT5",
"1256295276": "El comercio en línea puede ser emocionante, pero es importante recordar que existen riesgos involucrados. Alentamos a todos nuestros usuarios a asegurar sus cuentas y operar de manera responsable para experimentar lo mejor del comercio en línea.",
+ "1256530668": "Go to your <0>Deriv X dashboard0>.",
"1257029444": "Revise su correo electrónico y haga clic en el enlace proporcionado para restablecer su contraseña.",
"1258668610": "Construya su bot con la función de arrastrar y soltar",
"1259598687": "GBP/JPY",
- "1261154397": "Deriv Investments (Europe) Limited - Centro de Negocios W, Nivel 3, Triq Dun Karm, Birkirkara BKR 9033, Malta - tiene licencia en Malta (<0>licencia nº IS/701560>) y está autorizada por la Autoridad de Servicios Financieros de Malta en virtud de la Ley de Servicios de Inversión para prestar servicios de inversión en la Unión Europea. También está autorizada y sujeta a una regulación limitada por la Autoridad de Conducta Financiera del Reino Unido.",
"1261634270": "¿Cómo puedo cambiar mi método de pago?",
+ "1268136992": "Go to <0>Deriv P2P0> > <1>Buy/Sell1>.",
"1268931688": "Comience a operar con cesta de índices en Deriv en 3 simples pasos",
+ "1269263572": "Fill up the form and click <0>Post ad0>.",
"1270782712": "Opere con confianza en un servicio creado por la confiable marca del trading online con más de 20 años de experiencia.",
"1272012156": "GBP/CHF",
"1274309337": "DOG/USD",
@@ -834,26 +910,32 @@
"1275674402": "Abrir posiciones largas y cortas",
"1276342366": "Como afiliado, anunciará nuestros productos y servicios a su público, incluyendo nuestras plataformas vanguardistas de trading DTrader y DBot. Una vez que su público se registre y comience a operar con dinero real, ganará comisiones de dichas operaciones.",
"1280380287": "Hungría",
- "1282417520": "Puede chatear con el trader con el que está negociando a través de la función de chat en la aplicación.",
+ "1284674803": "<0>Deriv MT50> offers CFD trading on forex, stocks, stock indices, commodities, cryptocurrencies, and synthetics. <1>Deriv X1> offers CFD trading on the same markets, except stocks and stock indices.",
"1285517993": "Automatice sus ideas de trading sin escribir código",
"1286094280": "Retirar",
"1286648079": "El retorno al jugador (return to player - RTP) para las opciones de multiplicador está en el rango de 95,0-99,9% de media para todos los índices. El uso de un multiplicador o una duración diferente puede afectar al RTP.",
+ "1288690494": "Can I increase my daily buy or sell limit on Deriv P2P?",
"1289363035": "Use nuestra cuenta demo y aprenda a operar utilizando fondos virtuales sin riesgo.",
"1289646209": "Llamada de margen",
"1291658124": "Es muy simple. Diríjase a Deriv.com e ingrese sus credenciales de Binary.com existentes. Inmediatamente podrá explorar el nuevo aspecto y las funcionalidades de Deriv.com.",
"1291852379": "50 - 5.000",
"1293479771": "PnL para margen",
"1294884975": "30%",
+ "1298148281": "Go to the <0>Deriv X dashboard0>.",
"1299144461": "Términos y condiciones",
"1299666269": "Limassol | Nuestra oficina - Chipre | Deriv",
+ "1302849350": "You can find your Deriv MT5 server name on your <0>Deriv MT5 dashboard0>. Look for <1>server1> in between the broker name and login ID.",
"1304034020": "¿Cuáles son los nuevos productos y servicios ofrecidos como resultado de este cambio de marca?",
+ "1308171976": "Do I need to pay taxes on my trades/profits?",
"1311522952": "Operaciones los fines de semana, depósitos y retiros rápidos, además del trading con productos sintéticos, ¿qué es mejor que esto?",
"1312475321": "1 día hábil. Solo para clientes del Reino Unido.",
+ "1312811555": "To learn more about disputes on Deriv P2P, see our <0>terms of use0> (refer to Section 4.4 ‘Deriv P2P’).",
"1312819271": "Supongamos que desea operar con 2 lotes de EUR/USD.",
"1316697520": "Mercados disponibles para trading con multiplicadores",
- "1317425969": "Los índices sintéticos propios de Deriv están libres de riesgos de mercado y de liquidez. Disfrute del trading con sintéticos 24/7 en Deriv MT5, DTrader y nuestras otras plataformas.\n",
"1318017828": "Buscar o crear un anuncio",
+ "1320403859": "Click your account balance.",
"1322942144": "¿Dónde puedo ver el estado de mis operaciones en DBot?",
+ "1323472781": "Informe Anual de Divulgación Financiera 2021",
"1324235103": "Cómo comprar su primer contrato con multiplicadores en DTrader",
"1324376913": "Nuestros valores son el tejido de nuestra cultura",
"1324779616": "Obtener acceso al código del back-end, a las cookies de la sesión interna o a otra información sensible",
@@ -871,13 +953,14 @@
"1353811622": "Deriv es una experiencia de trading online centrada en el cliente, creada por Binary.com. Impulsados por más de 20 años de experiencia e innovación galardonada, hemos reinventado la experiencia de trading online para que cualquiera pueda comenzar a operar fácilmente.",
"1354275546": "Depósitos y retiros sin complicaciones",
"1354590562": "Registros",
- "1355243595": "Si su cuenta no está autenticada, puede cambiar su nombre, fecha de nacimiento o ciudadanía dirigiéndose a <0>Configuración >0> <1>Datos personales1>.",
"1355514813": "12M USD",
"1355808192": "Explore nuestras preguntas frecuentes (FAQ)",
"1357493810": "Opere con recursos naturales que son centrales para la economía mundial.",
+ "1359080808": "Los índices sintéticos propios de Deriv están libres de riesgos de mercado y de liquidez. Disfrute del comercio con sintéticos 24/7 en Deriv MT5, DTrader y nuestras demás plataformas.\n",
"1359732815": "<0>Ver una lista de ejemplos de vulnerabilidad0>",
"1360754724": "Visite Deriv.com ahora",
"1362578283": "Altas",
+ "1363124819": "You can cancel your withdrawal on the <0>Cashier page0> by following the steps mentioned in the next paragraph. Please note that you cannot cancel withdrawals if:",
"1363502727": "PnL para multiplicadores",
"1364296672": "Fijaremos el precio y liquidaremos todos los contratos de forma precisa y justa, basándonos en fuentes de datos fiables y sin retrasos indebidos, para que los clientes puedan confiar en nuestros precios en todo el sitio web.",
"1364947573": "Mesa de trabajo Dtrader",
@@ -899,6 +982,7 @@
"1391269416": "<0>Cierre-Bajo:0> Cuando compra un contrato \"Cierre-Bajo\", su ganancia o pérdida será igual al valor del multiplicador por la diferencia entre cierre y bajo a lo largo de la duración del contrato.",
"1391632806": "Los traders se califican en función de su tasa de finalización y la velocidad de los intercambios.",
"1393006010": "Los fundamentos de la negociación de CFD",
+ "1393602451": "Click <0>Yes0> to confirm the cancellation. Your funds will be returned to your Deriv account, and your account balance will be updated accordingly.",
"1394697594": "21.000",
"1396179592": "Comisión",
"1396417530": "Índice del Mercado Bajista",
@@ -909,16 +993,19 @@
"1406360927": "Pares menores",
"1407191858": "DTrader",
"1408071788": "Requerimiento de capital bajo",
+ "1409139116": "Ensure that you’ve entered the correct amount and exchange rate in your ads.",
"1410320737": "Ir al panel de Deriv MT5",
"1411032790": "Múltiples gráficos para ver su trading en línea",
"1411975375": "Visite nuestro centro de ayuda",
- "1415618534": "Los clientes de la Unión Europea que quieran operar con productos de inversión pueden tener cuentas en Deriv Investments (Europe) Limited.",
+ "1412644174": "We process your deposits and withdrawals internally within 1 to 3 business days (depending on your <0>payment method0>). It may take longer for your funds to reach you due to the different processing times by banks and payment service providers. See our <0>Payment methods0> page for a complete list of the processing times for each payment method.",
"1416248668": "Elija las mejores tarifas",
"1418467036": "Agentes de pago | Afiliados | Deriv",
+ "1421464735": "You can get more info about this on our <0>Regulatory information0> page.",
"1423609990": "Opere con apalancamiento en el movimiento de precios de los populares pares cripto-fiat.",
"1424805407": "Como parte de nuestra red de socios valiosos con sus propios clientes, probablemente tenga curiosidad y preocupación acerca de lo que significa esta transformación. Hemos preparado esta guía para ayudarle a comprender mejor el cambio de marca y para apoyarle en la comunicación con sus clientes.",
"1425594249": "Nuestra mejor experiencia de operaciones en tu móvil.",
"1425780786": "DTrader simplifica el trading online, lo que le permite operar con forex, índices, commodities e índices sintéticos.",
+ "1426151926": "Can I change the server for my Deriv MT5 account?",
"1426790442": "Especule sobre los movimientos de precios de los principales pares de forex y aumente su potencial de ganancias sin perder más que su inversión.",
"1433223815": "Operaciones con cesta de índices disponibles en Deriv",
"1433574125": "Tenga en cuenta:",
@@ -929,10 +1016,14 @@
"1439020196": "Con estos índices, hay una media de una caída (crash) o un pico (boom) en los precios que se producen en una <0>serie de 1000, 500 o 300 ticks0>.",
"1441027550": "Puede que no esté disponible en su país o que un link dañado le haya traído hasta aquí.",
"1445592224": "Accidentalmente nos proporcionó otra dirección de correo electrónico (tal vez una de trabajo o una personal diferente a la que pensaba utilizar).",
+ "1445901371": "Elige entre la cuenta <0>Sintética0> o <0>Financiera0>. A continuación, pulsa <0>Añadir cuenta real0> o <0>Añadir cuenta demo0>.",
"1448470646": "4. Elija la carpeta en la que desea guardar su estrategia y haga clic en 'Seleccionar'.",
+ "1450233348": "If you haven’t made a deposit or added a real MT5 account, follow these steps:",
"1451636739": "Herramientas intuitivas",
"1454189755": "Si el punto de salida es igual a la barrera inferior o a la barrera superior, no ganará el contrato.",
"1454243296": "Requisitos mínimos de capital, riesgo limitado",
+ "1456673219": "How and when will I receive my commission payout?",
+ "1456920032": "<0>Deriv X0> and <1>Deriv MT51> offer CFD trading on a similar range of assets, where you're able to open positions with leverage and your potential profit is only known when you close your positions. It's riskier than digital options trading because while you may potentially gain a lot if you win, you may also lose a lot if you don't. Deriv X and Deriv MT5 are popular among our traders who enjoy the risks as part of the excitement of CFD trading.",
"1458263388": "Gane comisión cuando sus clientes operen con una cuenta financiera STP MT5.",
"1458583383": "Academia",
"1463614633": "Las siguientes aplicaciones de terceros no están cubiertas por este programa:",
@@ -944,56 +1035,69 @@
"1472787414": "Acciones e índices bursátiles: lo básico",
"1475208422": "París",
"1479399998": "Encuentre su puesto con nosotros explorando las oportunidades de trabajo en Deriv en Kigali, Ruanda.",
+ "1480607246": "This difference is because MT5 is a third-party platform that requires its own login credentials. Your Deriv MT5 login gives you access to the MT5 platform, while your Deriv login gives you access to our digital options platforms such as DTrader and DBot.",
"1484774405": "0,25",
"1485752074": "Opere en plataformas seguras, intuitivas y fáciles de usar con una potente tecnología de gráficos.",
"1486874803": "¿Le gusta Binary Bot?",
+ "1488554938": "If you don’t have a Deriv account yet, <0>sign up0> for free.",
+ "1489350747": "To become an IB, you'll need to be an existing affiliate with a Deriv account and an MT5 Synthetic real account. If you do, you can apply to become an IB by writing to us at <0>affiliates@deriv.com0>. <1>Get more info about our IB programme1>.",
"1489994179": "Encuentre su puesto con nosotros explorando las oportunidades de trabajo en Deriv en Asunción, Paraguay.",
"1490540125": "¿Cómo puedo automatizar mi estrategia comercial?",
+ "1490936453": "For your Deriv real account, go to <0>Reports0> to close or sell your open positions.",
"1491012687": "Deriv P2P: Nuestra aplicación de pagos entre pares (<0>Android app0>, <1>iOS app1>)",
"1491181763": "Índice Range Break 100",
"1492594418": "Realice depósitos y retiros fácilmente en su ordenador y dispositivos móviles.",
"1493671770": "<1>Nota:1> Para poder añadir una señal, debe actualizar su cuenta MQL5 al estado de vendedor. Si aún no se ha actualizado, <0>siga los pasos de esta página0> para registrarse como vendedor.",
"1493835906": "Francia",
+ "1496486675": "Why can't I withdraw using Maestro or Mastercard?",
"1496810530": "GBP/AUD",
+ "1498651658": "Sí. <0>Contáctanos a través del chat en vivo0> y te ayudaremos. Necesitaremos la siguiente información:",
"1499981850": "330K+",
"1502162725": "Tipos de operación flexibles con requisitos mínimos de capital.",
"1502175389": "Esto le da el cargo swap en la divisa de cotización para los pares forex o en la denominación del activo subyacente para las materias primas.",
+ "1502453121": "Your orders are available in the <1>Orders1> tab at <0>Cashier > Deriv P2P0>.",
"1502642397": "Elija entre tres potentes plataformas — diseñadas para usted",
"1503602940": "Si su nivel de margen cae por debajo del nivel de llamada de margen de Deriv, recibirá una llamada de margen, que es una advertencia de que su cuenta se está acercando al nivel de stop out.",
- "1504960339": "Deriv (FX) Ltd - F16, Nivel 1, Paragon Labuan, Jalan Tun Mustapha, Labuan 87000, Malasia - tiene la licencia de la Autoridad de Servicios Financieros de Labuan (<0> núm. de licencia MB/18/00240>).",
+ "1504670496": "The minimum amount you’ll need to open a position on Deriv MT5 depends on the margin required for each asset. You can calculate the margin required using our <0>margin calculator0>.",
"1505978883": "<0>Ver todas las preguntas0>",
"1509244758": "Método",
"1510075920": "Gold/USD",
+ "1516537408": "Ya no puede operar en Deriv ni depositar fondos en su cuenta.",
"1516676261": "Depósito",
"1521590614": "Esto almacenará el valor de la inversión del último contrato comprado. Puede asignar cualquier valor según su estrategia.",
+ "1522587298": "Take note of your <0>username0> and password.",
"1524033858": "¿Qué es DTrader?",
"1525885795": "¿Recibiré comisiones de Deriv como agente de pagos?",
"1528031455": "¿Ya tiene una cuenta?",
"1529602839": "Nivel",
- "1534697187": "RTS28 2019",
"1536955851": "Trading con opciones | Tipos de trading | Deriv",
"1537212469": "Precio spot",
- "1539108340": "Índice EUR",
"1539984821": "El equipo de soporte de Deriv está disponible a través de chat en vivo las 24 horas del día, los 7 días de la semana, incluso los fines de semana. También puede encontrar respuestas en nuestro <0>Centro de ayuda0> y obtener ayuda de otros traders en la <1>Comunidad1>.",
+ "1540879673": "How do I change my affiliate payment method?",
"1541818425": "Restablecer contraseña",
"1542393407": "Funciones de trading con CFD en Deriv",
"1542938499": "El software de pago líder en el sudeste de Asia. Actualmente disponible para realizar depósitos en Vietnam, Tailandia e Indonesia.",
+ "1546535785": "Are there any conditions that I should meet before I can withdraw my commission?",
"1546917177": "5 - 750",
"1550574351": "Supongamos que desea mantener abiertos durante una noche dos lotes de EUR/USD con un valor en puntos de 0,00001 y una tasa de swap de -0,12.",
- "1550835977": "Los clientes en el resto del mundo (excepto en países restringidos como EE.UU., Canadá y Hong Kong) que deseen operar con CFD en instrumentos financieros y criptomonedas pueden tener cuentas Financiera STP DMT5 bajo Deriv (BVI) Ltd.",
"1551153165": "Puede operar con las siguientes opciones en Deriv:",
"1551172020": "Cesta de AUD",
"1552847627": "Conozca todos los detalles sobre cómo puede convertirse en un agente de pagos en Deriv. ¡Envíenos un correo electrónico para saber más!",
"1553783327": "Obtenga asistencia experta y amigable cuando la necesite.",
"1553836855": "Crear una cuenta demo",
"1553995374": "1 USD",
+ "1555213049": "List of shareholders",
"1556304768": "El trading de índices sintéticos le permite beneficiarse de la predicción correcta de los movimientos de precios de nuestros índices patentados que simulan los movimientos del mercado real.",
+ "1556776884": "To log in on your mobile, you'll need the app. If you haven't got the app, you can download it from your dashboard.",
"1556866509": "Si compra un contrato con cancelación del contrato, el botón \"Cancelar\" le permite finalizar su contrato y recuperar su inversión total. Por otro lado, usar el botón \"Cerrar\" le permite terminar su posición al precio actual, lo que puede llevar a una pérdida si cierra una operación perdedora.",
"1556922066": "Intercambie fácilmente con otros traders para mover fondos dentro y fuera de su cuenta de Deriv.",
+ "1557535154": "Is it free to join your affiliate programme?",
"1558114971": "Los problemas de baja gravedad exponen una cantidad de datos extremadamente limitada. Pueden violar una expectativa de cómo se pretende que funcione algo, pero sin escalada de privilegios o la capacidad de desencadenar un comportamiento no deseado. Por ejemplo:",
"1559712313": "Las materias primas disponibles en Deriv",
"1562241070": "Todos los mercados favoritos y más",
+ "1563919822": "You'll get daily commission payouts in your MT5 Synthetic account.",
"1564461474": "Deposite y retire con su tarjeta Mir de crédito o débito.",
+ "1565220133": "you reside in the UK, or",
"1567023771": "Europe 50",
"1567026093": "países",
"1567745852": "Nombre del bot",
@@ -1002,6 +1106,7 @@
"1569834661": "Opere con forex, índices sintéticos, acciones, índices bursátiles, criptomonedas, cestas de indices y materias primas en un solo lugar.",
"1571130376": "Negocios importantes",
"1571653008": "Use nuestra cuenta demo gratuita y opere con fondos virtuales ilimitados. Es la forma más fácil de aprender a operar con nuestros productos.",
+ "1571816719": "What is a referred client?",
"1573231398": "Por qué operar con criptomonedas en Deriv",
"1574476135": "Supongamos que predice que el mercado subirá.",
"1576607456": "Deriv Group, los propietarios de las marcas Deriv y Binary.com, tiene una historia que se remonta a 1999 cuando sentamos las bases para el primer servicio de comercio de probabilidades fijas del mundo. Desde entonces, hemos ido fortaleciéndonos, obteniendo la confianza de operadores en todo el mundo.",
@@ -1018,16 +1123,21 @@
"1588850507": "La <0>Cesta de USD0> mide el valor del dólar estadounidense frente a una cesta de cinco monedas mundiales (EUR, GBP, JPY, CAD, AUD), cada una ponderada en un 20%.",
"1589165958": "Busque ”Operar”",
"1591242575": "Cómo usamos y protegemos la información que nos brinda",
+ "1591498220": "Do I need a Deriv account to use Deriv P2P?",
"1591623217": "¿Disfruta MT5 en Binary.com?",
"1592543050": "Hasta 10.000$",
+ "1593423002": "Follow the instructions to create your real account.",
+ "1593716245": "What are the trading limits on my account?",
"1593723948": "1. Cree su cuenta Deriv",
"1595539912": "Tiempo de procesamiento",
+ "1598664071": "List of directors",
"1599891822": "Cantidad de stop loss en dirección descendente",
"1601324523": "5 - 10.000",
"1601498870": "Artículos recientes",
"1601664674": "Fórmula swap forex móvil",
"1601968899": "Los contratos de criptomonedas operados con multiplicadores tienen un límite de tiempo. Esto depende del activo que esté operando y aparece en el panel de DTrader antes de realizar una operación.",
"1602627054": "Entonces su valor de pip es <0>2 USD0>.",
+ "1602716515": "When you join our IB programme,",
"1602800752": "Guarde sus estrategias",
"1604199439": "Deriv X es una plataforma de trading de activos múltiples personalizable. Al ofrecer los CFD en divisas, materias primas, criptomonedas y sintéticos, Deriv X le brinda una experiencia versátil que le permite personalizar su entorno comercial.",
"1604222298": "Calculadora de margen",
@@ -1039,19 +1149,22 @@
"1610511716": "Ir a DTrader",
"1611194169": "1. Regístrese con Deriv",
"1611229342": "Opere con acciones e índices bursátiles globales ahora en nuestra plataforma DMT5",
+ "1611981849": "Where can I see my orders?",
"1613233789": "Blog",
"1613860853": "Siéntase libre de conversar cualquier plan de incentivos que tenga en mente con su gerente de cuenta. Por favor, recuerde que no permitimos incentivos, regalos y pagos no autorizados para animar a los clientes a registrarse. Si hay alguna violación, podemos retener las comisiones.",
"1614426743": "Plataformas DBot",
- "1615327604": "El <0>Índice USD0> mide el valor del dólar estadounidense frente a una cesta de cinco divisas mundiales (EUR, GBP, JPY, CAD, AUD), cada una ponderada en un 20%.",
+ "1615509866": "Plataformas receptivas y fáciles de usar ",
"1615969878": "¿Por qué están cambiando de marca?",
"1616071522": "El <0>France 400> sigue el rendimiento de las 40 acciones más cotizadas entre las 100 principales compañías de Francia.",
"1616502762": "<0>El US Tech 1000> sigue el rendimiento de las acciones de las 100 mayores compañías no financieras en los EEUU.",
"1618280107": "Ofrecer precios competitivos en todos nuestros productos",
"1619070150": "Será redirigido a un sitio web externo.",
"1619579199": "¿Por qué mi saldo Deriv P2P es diferente del saldo de mi cuenta Deriv?",
+ "1621224521": "How can I reactivate my Deriv account?",
"1621463985": "Nos sentimos honrados de servir a todos los que confían en nuestros productos y servicios, y solo queremos ofrecer lo mejor. Por eso nuestros principios y valores son tan importantes para definir quiénes somos, por qué hacemos lo que hacemos y cómo tratamos a nuestros clientes y unos a otros. En todas nuestras oficinas internacionales, estamos comprometidos con los siguientes principios en todo lo que hacemos.",
"1622130657": "Suscríbese a nuestra academia por correo electrónico",
"1622334173": "EUR/ZAR",
+ "1623894448": "How do I create an API token?",
"1624895344": "Los métodos de pago que usted aceptará de los clientes",
"1625424557": "El <0>Netherlands 250> sigue el rendimiento de las acciones de las 25 principales compañías cotizadas en Holanda.",
"1625517227": "Utilizado por más de 20 millones de clientes en todo el mundo. Disfrute de acceso instantáneo, retiros gratuitos y puntos de recompensa que puede canjear por dinero en efectivo.",
@@ -1060,15 +1173,17 @@
"1631620531": "Años de experiencia en la industria",
"1631705059": "Prediga si el punto de salida será mayor o menor que un precio objetivo (la barrera) al final del período del contrato.",
"1632238343": "Hasta 500$",
+ "1633022779": "Synthetic indices and cryptocurrencies are available for trading 24/7.",
"1633102593": "Desarrolladores de software",
"1634507782": "Índice Range Break 200",
"1636066113": "Oportunidades de asociación",
"1636527166": "Las operaciones de forex disponibles en Deriv",
"1636782601": "Multiplicadores",
- "1637072557": "Este problema podría ser el resultado de hacer clic en el botón \"Retirar\" varias veces. Intente hacer su retiro una vez más, y luego haga clic en el último enlace de verificación enviado a su correo electrónico. Por favor, asegúrese de que utiliza el enlace en el plazo de una hora.",
+ "1637050346": "Why did my credit card deposit get declined?",
"1637552314": "Una vez que esté satisfecho con los parámetros que ha establecido, seleccione \"Arriba\" o \"Abajo\" para comprar su contrato. De lo contrario, continúe personalizando los parámetros y realice su orden cuando esté satisfecho con las condiciones.",
"1643887982": "Amazon.com Inc",
"1644652204": "Deposite fondos en su cuenta con su método de pago preferido.",
+ "1644929511": "<0>DTrader0>, <1>SmartTrader1>, <2>DBot2>, and <3>Binary Bot3> offer digital options trading on a range of underlying assets such as forex, stock indices, commodities, and synthetics. These platforms allow you to set the contract duration before opening positions, and you'll know exactly how much you'll earn if you win. You may find these platforms more intuitive if you're new to the trading world.",
"1645164568": "cero costo para construir",
"1647478191": "Asóciese con nosotros como afiliado. Obtenga comisiones de los ingresos netos totales de las operaciones de sus clientes referidos en DTrader y DBot.",
"1648545897": "Vince Stanzione.",
@@ -1078,6 +1193,8 @@
"1658580871": "Estos métodos de pago están disponibles exclusivamente para nuestros clientes con cuentas de operación de criptomonedas.",
"1659675491": "Practique el trading desde la aplicación móvil, la de escritorio o mediante su navegador web.",
"1660776335": "Para depositar fondos en su cuenta Deriv X en Deriv, deberá utilizar los fondos de su cuenta Deriv. Diríjase al Cajero > <0>Transferencia entre cuentas0> y siga las instrucciones de la pantalla.",
+ "1661263248": "How can I download my Deriv MT5 history?",
+ "1661791574": "Available 24/7, our synthetic indices emulate price movements of real-world markets with varying levels of volatility. As they aren't based on actual underlying assets, they are unaffected by real-world market events.",
"1661832115": "Sus informes de fallos se revisan y recompensan en función del impacto y la gravedad.",
"1664747386": "Paypal",
"1665738338": "Saldo",
@@ -1099,7 +1216,6 @@
"1683034855": "DTrader es una avanzada plataforma de trading que le permite operar con más de 50 activos en forma de opciones digitales, multiplicadores y retroactivos.",
"1686378613": "DBot es un constructor web de estrategias para trading con opciones digitales. Es una plataforma en la que puede construir su propio robot de trading usando \"bloques\" de arrastrar y soltar.",
"1686846461": "Opere con índices de volatilidad con DTrader en Deriv",
- "1689738742": "Índice Gold",
"1691349777": "Únase a más de 1 millón de personas que operan con Deriv.com y Binary.com — una plataforma\ngalardonada y de confianza por más de 20 años.",
"1692148560": "Mide el valor del oro frente a una cesta de cinco divisas mundiales (EUR, GBP, JPY, AUD, USD), cada una ponderada en un 20%.",
"1692290832": "¿Qué tipo de soporte de marketing brindan?",
@@ -1108,12 +1224,15 @@
"1707301172": "Acciones liberadas",
"1708242802": "Utilice un navegador web seguro como Google Chrome. Instale siempre las últimas actualizaciones de software porque incluyen parches de seguridad.",
"1709273595": "Un lote estándar de forex = 100.000 unidades",
+ "1709893717": "You'll have access to reports that show your hits, impressions, click-through rates, clients' trading activity, and more.",
"1711575167": "Disponible para operar en Deriv MT5 y Deriv X (con margen), DTrader (con opciones y multiplicadores) y Deriv GO (con multiplicadores).",
"1713857763": "<0>La cantidad de stop loss y/o take profit en dirección ascendente = Máx [{inversión × ((nivel de stop loss O take profit - precio del activo) ÷ precio del activo × multiplicador) - comisión}, -inversión]0>",
"1714709402": "¿Quién establece la tasa de comisión por transacción?",
"1715011380": "Índice Jump 25",
+ "1715241142": "How do I see my earnings?",
"1715491803": "Hasta 100 $",
"1717346758": "Falsificación de peticiones entre sitios y del lado del servidor (sin acceso a nuestra red interna)",
+ "1719304654": "The pricing of our synthetic indices is backed by algorithms that are audited for fairness by an independent third party. Due to regulatory requirements, synthetic indices are unavailable in some countries. Refer to ‘Product offering’ in our <0>terms of use0> for more info.",
"1720725354": "¿Cuáles son las diferencias entre la cuenta DMT5 Estándar, Avanzada y de Índices Sintéticos?",
"1721296073": "Financiera STP DMT5 primera calculada",
"1723694822": "Visite nuestra página web",
@@ -1131,11 +1250,13 @@
"1743448290": "Agentes de pago",
"1743752393": "Empresas generales",
"1745193633": "Aviso de redirección",
- "1745471992": "Los índices bursátiles miden el valor de una selección de empresas en el mercado de valores. Esto permite a los inversionistas ver cómo se está desempeñando un conjunto particular de activos.",
"1746633126": "¿Qué pasará con Binary.com?",
"1746782390": "¿Podré seguir operando en mi cuenta después de registrarme como agente de pago?",
"1748626120": "Sin costos escondidos",
+ "1748925202": "How can I reactivate my Deriv MT5 account?",
"1751673286": "La seguridad es una colaboración. Informa de los fallos y sé recompensado.",
+ "1752586208": "What payment methods can I use to exchange with other traders?",
+ "1753559268": "We'll pay your IB commission into your MT5 Synthetic account daily.",
"1755228338": "Asegurando su cuenta",
"1758111931": "usuarios activos",
"1760376318": "Sí, siempre y cuando cumpla con todos los términos y condiciones relevantes (ver la pestaña titulada \"Para los socios comerciales\" en nuestra página <0>Términos y condiciones0>).",
@@ -1146,16 +1267,21 @@
"1768089459": "Paris | Nuestra oficina – Francia | Deriv",
"1770479100": "Si selecciona \"Superior\", ganará el pago si el precio de salida es estrictamente superior a la barrera.",
"1770534439": "fórmula swap sintéticos móvil",
+ "1772047578": "Why are my Deriv MT5 login details different from my Deriv login details?",
"1772406884": "Deriv P2P es bueno. Es fácil de depositar y retirar para pequeños traders.",
"1774467475": "Recompensaremos los informes sobre vulnerabilidades de bajo nivel <0>solo0> si nos ayudan a solucionar problemas de seguridad graves, y decidiremos el importe de la recompensa en función de cada caso.",
"1774791951": "Prediga si el punto de salida estará dentro o fuera de dos precios objetivos al final del período del contrato.",
"1777934033": "Opere con CFD 24 horas al día, 7 días a la semana, en nuestros exclusivos índices sintéticos, que simulan los movimientos del mercado en el mundo real.",
"1782308283": "Estrategia rápida",
"1782703044": "Regístrese",
+ "1784343675": "Please <0>contact us via live chat0> immediately, and we'll help to disable 2FA on your account. When you have a new phone, please <1>re-enable 2FA1>.",
"1784680288": "Siempre estará informado del impacto del margen en su cuenta antes de cada operación.",
"1786089908": "Aprenda a operar con opciones en Deriv. Gane pagos prediciendo correctamente los movimientos de precios en forex, índices sintéticos y otros mercados financieros populares.",
+ "1786747559": "Our regulators require us to verify your account in accordance with anti-money laundering (AML) and Know Your Customer (KYC) laws. If we have prompted you to upload your documents to verify your account, it means that you'll only be able to continue using our services after your account is verified.",
+ "1790839584": "<0>A social media admin0> \n Promote our products and services on your social media pages, and earn commission when you convert your audience into traders.",
"1791730321": "Compre el contrato si está satisfecho con la posición que ha definido.",
"1795749796": "Centro de ayuda | Preguntas frecuentes | DBot | Deriv",
+ "1798765888": "Copy the link in the <0>Landing page URL0> field. This is the referral link that you can share with your clients.",
"1799377913": "Opciones de trading disponibles para {{market_name}}",
"1802409084": "Valor de pip",
"1804642811": "Crear cuenta demo",
@@ -1163,19 +1289,25 @@
"1806416151": "El programa IB de Deriv es una asociación en la que se beneficia al referir nuevos clientes para que operen en nuestra plataforma DMT5.",
"1807936072": "Chipre",
"1808393236": "Iniciar sesión",
+ "1810304465": "You'll need to transfer the funds from your Deriv MT5 account to your Deriv account. You can do this on the <0>Cashier page0>. Your funds will be available in your Deriv account as soon as you complete the transfer.",
"1810957214": "Supongamos que desea calcular el nivel de stop loss cuando abre una posición para el Índice de Volatilidad 100 con un precio de 3.376,24 USD y una cantidad de inversión de 10 USD, un valor multiplicador de x100 y una cantidad de stop loss de 7,54 USD en dirección ascendente.",
+ "1812325040": "Source of wealth documentation",
"1812969702": "Interino | Preguntas Frecuentes",
"1813700208": "Índice Boom 300",
"1813703795": "Regístrese como afiliado e IB",
"1815044592": "Si selecciona \"Solo Arriba\", usted gana el pago si los ticks consecutivos suben sucesivamente después del precio de entrada. No se gana el pago si algún tick cae o es igual a cualquiera de los ticks anteriores.",
+ "1815324634": "The minimum deposit and withdrawal amount varies depending on the payment method. The lowest deposit and withdrawal amount is 5 USD/EUR/GBP/AUD via e-wallets. See our <0>Payment methods0> page for a complete list of payment methods and their minimum deposit and withdrawal amounts.",
"1816009319": "interés",
+ "1816305227": "If you’re in the EU or UK:",
"1817888235": "Prediga y benefíciese de emocionantes picos y caídas con nuestros índices Crash/Boom.",
"1819952453": "Nuestro programa de bróker introductor está disponible para todos los afiliados de Deriv.",
"1820212843": "Aprenda a operar con nuestros videos y tutoriales de trading en la academia de trading online de Deriv.",
+ "1823119628": "the Vanuatu Financial Services Commission",
"1823770507": "DOT/USD",
"1824094317": "Trading 24/7",
"1826550764": "Por qué elegirnos",
"1828442573": "materias primas",
+ "1830057548": "We have 3 commission plans:",
"1831254808": "Si mantiene cualquier posición abierta durante la noche, se aplicará un ajuste (tasa de swap) a su cuenta de trading para compensar el costo de mantener esa posición abierta. Los instrumentos operados en nuestras plataformas están sujetos a diferentes tasas de swap. Estas tasas se basan en condiciones tales como el tiempo y la cantidad de días, incluidos los días festivos, que mantenga sus posiciones abiertas.",
"1831680837": "retiro",
"1832974109": "SmartTrader",
@@ -1194,23 +1326,25 @@
"1845394200": "En Deriv, aplicamos las mejores medidas de seguridad, como la encriptación SSL para proteger su cuenta y sus datos personales.",
"1846521577": "¿Es el Programa de Agente de Pagos Deriv lo mismo que Deriv P2P (DP2P)?",
"1849054373": "3. Abra una operación",
- "1851993047": "¿Con qué contratos se pueden operar los fines de semana?",
"1852402040": "Negocios generales",
"1853363847": "Disponible para operar en Deriv MT5 y Deriv X (con margen) y DTrader (con multiplicadores).",
"1854618305": "Si selecciona \"Superior\", ganará si el precio de salida es estrictamente superior al precio de entrada.",
+ "1857302542": "Can I open a corporate or business account?",
"1857508131": "Realice depósitos seguros directamente desde su móvil. Para clientes en Ghana.",
"1858594477": "Entendemos que el cambio puede ser intimidante. Es por eso que hemos estado trabajando muy duro para asegurarnos que su transición de Binary.com a Deriv.com sea lo más sencilla posible.",
"1860012910": "Una forma fácil, barata y rápida de transferir dinero. Apoyada por bancos y comerciantes de todo el mundo.",
"1860472068": "Banca online",
- "1862400286": "¿Qué tipos de contrato puedo usar en DTrader?",
"1866193342": "DTrader le permite operar con más de 50 activos en forma de opciones digitales, multiplicadores y retroactivos. DMT5 es una plataforma de operación con activos múltiples que puede utilizar para operar con divisas al contado (spot) y contratos por diferencia (CFD) con apalancamiento.",
"1868860566": "EUR/SEK",
"1869497149": "Disfrute de una experiencia de operación fluida con gráficos fáciles de usar y un agradable tema oscuro.",
"1872384056": "Funciones de modo claro y oscuro para una experiencia más agradable.",
"1872568231": "GBP/TRY",
"1873099524": "Obtenga pagos fijos al predecir el movimiento del precio de los activos.",
+ "1874424045": "I lost my phone. How can I disable two-factor authentication (2FA)?",
"1876344462": "Novartis AG",
"1876748041": "Después de 20 años sirviéndole, creemos que le entendemos mejor. El cambio de marca es una oportunidad para que implementemos una solución de trading online mejorada para satisfacer todas sus necesidades.",
+ "1876786466": "This is due to the spread, which is the difference between the ‘bid’ and ‘ask’ prices. Your positions will start earning a profit when the market moves in your favour.",
+ "1877410120": "Lo que necesita hacer ahora",
"1879930260": "Nada de venta agresiva",
"1880965589": "Ingresos",
"1881114347": "Mercados disponibles en Deriv",
@@ -1221,6 +1355,7 @@
"1889326047": "Disponible como aplicación web y de móvil",
"1890990339": "<0>El Hong Kong 500> sigue el rendimiento de las acciones de las 50 principales compañías en Hong Kong.",
"1893015908": "Uber Technologies Inc",
+ "1894801487": "Deriv MT5 is a CFD trading platform that gives you access to forex, stocks, stock indices, commodities, cryptocurrencies, and synthetics. Learn more about Deriv MT5 <0>here0>.",
"1897018869": "ETC/USD",
"1897907613": "Deposite y retire usando su tarjeta de débito Maestro.",
"1898130358": "En su ordenador",
@@ -1230,16 +1365,17 @@
"1902951214": "Nuestras oficinas",
"1903393516": "Nuestra comunidad de soporte de Deriv puede ayudarle a encontrar respuestas.",
"1903495030": "Para las cuentas sintéticas, el valor del pip de stop loss y/o take profit está en USD.",
+ "1904617508": "Fuera de la UE, los productos financieros se ofrecen por las siguientes empresas: Deriv (FX) Ltd, F16, Nivel 1, Paragon Labuan, Jalan Tun Mustapha, 87000 Labuan, Malasia, autorizada por la Autoridad de Servicios Financieros de Labuan (<0>licencia nº MB/18/00240>); Deriv (BVI) Ltd, Kingston Chambers, P.O. Box 173, Road Town, Tortola, Islas Vírgenes Británicas, autorizada por la Comisión de Servicios Financieros de las Islas Vírgenes Británicas (<1>licencia nº. SIBA/L/18/11141>); Deriv (V) Ltd, 1276, Kumul Highway, Port Vila, Vanuatu, autorizada y regulada por la Comisión de Servicios Financieros de Vanuatu; y Deriv (SVG) LLC, Hinds Buildings, Kingstown, San Vicente y las Granadinas.",
"1904774976": "<0>El Alemania 400> sigue la evolución de las acciones de las 40 principales empresas cotizadas de Alemania.",
- "1905213812": "Deriv (BVI) Ltd - Kingston Chambers, P.O. Box 173, Road Town, Tortola, Islas Vírgenes Británicas - está regulada por la Comisión de Servicios Financieros de las Islas Vírgenes Británicas (<0>núm. de licencia SIBA/L/18/11140>).",
"1905380076": "Efectúe el pago con la contraparte de su transacción.",
"1905702565": "Protección del dinero del cliente",
"1905714256": "Una experiencia mejorada",
- "1906771172": "¿Cómo puedo cambiar la moneda de mi cuenta?",
+ "1906101554": "You’ll earn a payout based on the volume of your clients' trades. Find out more <0>here0>.",
"1907226338": "Coca-Cola",
"1909647105": "TRX/USD",
"1909809509": "Calculadora de swap",
"1914949637": "¿Qué es el programa de afiliados de Deriv?",
+ "1915387440": "If you’re selling:",
"1916887645": "Maximizar ganancias, reducir riesgos",
"1922529883": "Índice Boom 1000",
"1923530212": "Flexible.",
@@ -1260,24 +1396,30 @@
"1941116009": "¿Se cerrará Binary.com?",
"1942214601": "Nivel de stop loss en dirección descendente",
"1942485223": "¿Qué pasará con mi cuenta de afiliado?",
+ "1947069292": "You can create an API token <0>here0>. Give your token a name, select the scope, and click <1>Create1>.",
"1948092185": "GBP/CAD",
"1948630262": "Para obtener uno, primero inicie sesión en su panel de afiliado de Binary.com.",
"1949701571": "Cree una cuenta real de Deriv.",
"1953016421": "Por qué operar con opciones en Deriv",
"1959548433": "Establezca la duración de su operación. Dependiendo de si tiene una visión de los mercados a corto o largo plazo, puede establecer su duración preferida, comenzando de 1 a 10 ticks o de 15 segundos a 365 días.",
- "1963811607": "¿Cómo me comunico con la contraparte de mi transacción?",
+ "1959678342": "Highs & Lows",
+ "1962097923": "Help centre | Frequently asked questions | IB programme | Deriv",
+ "1963262703": "What does ‘completion rate’ mean?",
"1963884651": "Deposite y retire en Paxos Standard, una criptomoneda que está vinculada a USD.",
+ "1964475042": "Frequently asked questions - About",
"1964675673": "Asóciese con un proveedor de trading online confiable.",
"1966310384": "Entonces, en este escenario, establecería su nivel de take profit en <0>3.350,110>.",
"1967743855": "Seremos claros sobre todas las tarifas y gastos.",
"1969128618": "Quienes administran una comunidad en línea activa y apasionada por el trading online, la inversión o las finanzas personales.",
"1971963414": "PRODUCTOS",
"1975644912": "Disfrute de una interfaz intuitiva y fácil de usar, incluso para traders principiantes",
+ "1976307636": "Deriv Investments (Europe) Limited ha preparado el Informe de Divulgación Financiera de conformidad con la Directiva de Requisitos de Capital IV y el Reglamento de Requisitos de Capital. Lea nuestro informe para comprender cómo cumplimos con la disciplina del mercado como participantes del mercado.",
"1977160541": "Índices<0>0>americanos",
"1978148367": "Abra una cuenta real, haga un depósito y comience a operar con dinero real. Opere con forex, índices, materias primas y más.",
"1979503547": "Términos comerciales",
"1980724783": "El valor en puntos se deriva de los dígitos actuales del activo. En este ejemplo, el dígito es 5, por lo que el valor en puntos es 0,00001.",
"1982404952": "Obtener cotización",
+ "1984996183": "I forgot my affiliate password. What should I do?",
"1985905708": "Estos índices corresponden a mercados simulados con <0>volatilidades constantes de 200% y 300%0>.",
"1986250253": "¿Cuál es la estrategia de Oscar's Grind?",
"1986498784": "BTC/LTC",
@@ -1288,16 +1430,19 @@
"1991711258": "LNK/USD",
"1994023526": "La dirección de correo electrónico que ingresó tenía un fallo o error tipográfico (pasa hasta en las mejores familias).",
"1995896523": "DMT5 está desarrollado para brindarle la mejor experiencia de operación con CFD. Puede acceder a nuestro trader MT5 a través de su escritorio e incluso desde su smartphone.",
+ "1996252043": "Once your ad is created successfully, it will appear in the <0>Buy/Sell0> tab.",
"1997138507": "Si el último tick es igual al promedio de los ticks, no ganará el contrato.",
"1997646348": "Nuestra página web del programa para graduados: besquare.deriv.com",
"1998840050": "No, no lo es. DP2P es un servicio peer-to-peer para que nuestros clientes realicen depósitos y retiros utilizando su moneda local. Como nuestro agente de pagos, puede utilizar la plataforma DP2P para ofrecer sus servicios a los clientes de Deriv en su país.",
"2003802343": "No existe requisito alguno para retirar sus comisiones IB.",
- "2005074806": "Pruebe la calculadora para PnL de margen",
+ "2005074806": "Pruebe PnL para calculadora de margen",
+ "2006479988": "<0>Proof of address0>",
"2007092908": "Opere con apalancamiento y spreads bajos para obtener mejores rendimientos en operaciones exitosas.",
"2010744433": "Nos esforzaremos por ofrecer servicios de chat en vivo las 24 horas del día para que los agentes estén disponibles para cualquier cliente que solicite un chat. Los agentes estarán capacitados para responder a las preguntas pertinentes sobre el servicio.",
"2015114251": "¿Cuál es el mínimo/máximo que puedo depositar en mi cuenta Deriv X?",
"2017042641": "2 - 3 días hábiles",
"2018198484": "Operar con criptomonedas le da la oportunidad de obtener beneficios de los movimientos de precios sin poseer las monedas digitales subyacentes. En otras palabras, puede ganar prediciendo correctamente si el precio de una criptomoneda subirá o bajará.",
+ "2018600727": "Deriv Investments (Europe) Limited tiene derecho a prestar servicios en cualquier otro estado miembro de la UE por los derechos de pasaporte de la UE. Arriba hay una lista de países de la UE que tienen acceso a Deriv.com a través de los derechos de pasaporte de la UE.",
"2019140039": "Por qué operar con cesta de índices en Deriv",
"2019968401": "Por qué operar con Deriv X",
"2023310659": "Divisas",
@@ -1312,19 +1457,21 @@
"2035207280": "5 - 1.000",
"2035670983": "Menos distracciones",
"2036526456": "Aprenda más sobre métodos de pago y cómo usarlos.",
- "2037297857": "Deriv - una plataforma de trading online que ofrece una amplia selección de derivados para operar 24/7.",
+ "2041763181": "Once we've paid your commission into your account, you can withdraw whenever you want.",
"2042445787": "Las vulnerabilidades dependían de escenarios o condiciones previas difíciles",
+ "2044967354": "You can see your available balance in the <0>My profile0> tab.",
"2044999022": "Opere Índices Jump, los nuevos sintéticos con un giro",
"2046788283": "¿Qué mercados puedo operar en DTrader?",
"2047029510": "<0>Nivel de stop loss y/o take profit en dirección ascendente = precio del activo × {(stop loss O cantidad de take profit + comisión) ÷ (inversión × multiplicador) + 1}0>",
"2047349922": "0,013",
"2050080282": "Inicio de sesión Afiliados e IBs",
"2051986867": "Por lo tanto, necesitará un cargo swap de <0>0,24 USD0> para mantener la posición abierta durante una noche.",
+ "2053617863": "Por favor, proceda a retirar todos sus fondos de su cuenta.",
"2053673142": "Al pulsar \"Crear cuenta de demo\", confirma que es mayor de 18 años. Entiende que podemos utilizar su dirección de correo electrónico para enviarle información sobre los productos y servicios de Deriv, así como noticias del mercado. Siempre puede darse de baja de estos correos electrónicos en la configuración de su cuenta. Para más información, por favor, eche un vistazo a la <0>Seguridad y privacidad0> de Deriv.",
"2056079566": "Obtenga nuestra ayuda",
"2056339251": "15 - 10.000",
"2058893631": "Informe de divulgación financiera",
- "2060309075": "Esto no se aplica si el cliente está bajo autoexclusión, ya sea por su propia elección o como una decisión de la Empresa.",
+ "2060102881": "<0>A blogger/vlogger0> \n Promote our products and services and earn commission when you convert your audience into traders.",
"2060368992": "min de lectura",
"2061191384": "Deriv peer-to-peer (DP2P)",
"2061681232": "<0>Finaliza dentro/Finaliza fuera:0> Prediga si el punto de salida estará dentro o fuera de dos objetivos de precio al final del período del contrato.",
@@ -1334,13 +1481,15 @@
"2067437902": "Deposite y retire en STASIS Euro, una criptomoneda que está vinculada a EUR.",
"2068667424": "Consulte nuestra otra aplicación",
"2070356006": "Comience a ganar comisiones según el plan elegido: hasta el 45% de los ingresos netos totales generados por sus clientes referidos.",
+ "2071458958": "The minimum volume for micro forex pairs is 0.1 lot.",
"2071808494": "Asistencia experta y amigable",
"2072504778": "¿Quién puede ser afiliado de Deriv?",
"2074119658": "Personalice sus contratos para que se adapten a su perfil de riesgo utilizando funciones innovadoras como stop loss, take profit y cancelación de contrato.",
"2075451186": "Si ya está registrado como afiliado de Deriv, puede enviarnos un correo electrónico a <0>affiliates@deriv.com0>.",
"2075608900": "Spreads fijos y variables competitivos",
"2075864188": "GRATIS",
- "2080510282": "Cree una cuenta real de CFD en base a sus preferencias de operación.",
+ "2080510282": "Cree una cuenta real de CFD según sus preferencias de operación.",
+ "2086048243": "Certificate of incorporation",
"2087247269": "Absolutamente nada. Unirse a nuestro programa de agentes de pago es completamente gratis.",
"2089087110": "Cesta de índices",
"2092854399": "Disfrute de depósitos y retiros rápidos, fáciles y seguros con Trustly.",
@@ -1350,6 +1499,7 @@
"2100068559": "Amplíe su base de clientes, obtenga una mayor exposición comercial y obtenga más ingresos cuando se registre como agente de pago para Deriv.",
"2100986179": "La plataforma de operaciones con CFD que se adapta a su estilo.",
"2101514198": "Explore Deriv.com ahora",
+ "2102247413": "You’ll need the following documents to verify your account:",
"2108488100": "fórmula de pip de stop loss",
"2108799022": "<0>Alza/Baja:0> Prediga si el punto de salida será estrictamente más alto o más bajo que el punto de entrada al final del período del contrato.",
"2108938379": "5. La nueva variable creada está ahora disponible para ser usada en su estrategia.",
@@ -1366,6 +1516,7 @@
"2120092418": "Espere nuestra respuesta",
"2121227568": "NEO/USD",
"2121253634": "Mientras que puede seguir disfrutando del trading en MetaTrader 5 como antes, hemos escuchado sus comentarios y mejorado la experiencia para usted. Descubrirá que el registro de la cuenta MT5 y la experiencia en el tablero son mucho más eficientes en Deriv.com, lo que le permite administrar su cuenta y concentrarse en sus operaciones con mucha facilidad.",
+ "2123318546": "RTS28 2021",
"2124129338": "Deriv - una plataforma de operación en línea que ofrece una amplia selección de derivados para operar",
"2125422488": "Puede <0>contactarnos0> para establecer o ajustar sus límites de autoexclusión o de operación.",
"2126327198": "Estime el margen que necesita para mantener sus posiciones. El resultado depende del apalancamiento, el volumen del lote y el saldo de su cuenta DMT5.",
@@ -1445,9 +1596,7 @@
"-2045194514": "Trading seguro y responsable",
"-23722102": "Socios",
"-890622347": "Afiliados e IBs",
- "-199351188": "Bug bounty",
- "-1434418017": "<1>Si tiene alguna pregunta, envíenos un correo electrónico a 1><2>info@besquare.my2>",
- "-1429361008": "En la Unión Europea, los productos de inversión se ofrecen a través de Deriv Investments (Europe) Limited, W Business Centre, Nivel 3, Triq Dun Karm, Birkirkara, BKR 9033, Malta, autorizado como proveedor de servicios de categoría 3 por la Autoridad de Servicios Financieros de Malta (<0>licencia n° IS/701560>).",
+ "-199351188": "Recompensa por Errores",
"-316493159": "Los servicios de este sitio web no están disponibles en ciertos países incluyendo Estados Unidos, Canadá y Hong Kong, ni para personas menores de 18 años.",
"-1497908566": "Los productos mencionados aquí pueden verse afectados por cambios en los tipos de cambio de moneda. Si invierte en estos productos, puede perder parte o la totalidad de su inversión y el valor de su inversión puede fluctuar. Nunca debe invertir dinero que no pueda permitirse perder ni operar con dinero prestado.",
"-1991343658": "OPERAR",
@@ -1596,6 +1745,11 @@
"-1483718536": "No pagamos comisiones a los agentes de pago. Usted establece su propia tasa de comisión por transacción y nuestros clientes se harán cargo de las tasas necesarias.",
"-1016133415": "¿Puedo anunciar mis servicios a los clientes de Deriv?",
"-876582984": "Sí, siempre y cuando cumpla con todos los términos y condiciones relevantes (ver la pestaña titulada \"Para los socios comerciales\" en nuestra página Términos y condiciones).",
+ "-1434418017": "<1>Si tiene alguna pregunta, envíenos un correo electrónico a 1><2>info@besquare.my2>",
+ "-618539786": "Su cuenta está programada para cerrarse",
+ "-905560792": "Vale, lo entiendo",
+ "-168971942": "Lo que esto significa para usted",
+ "-1308593541": "Perderá el acceso a su cuenta cuando se cierre, por lo que debe asegurarse de retirar todos sus fondos.",
"-1496158755": "Ir a Deriv.com",
"-373212993": "Sitio web Deriv",
"-1788474476": "Registro de Afiliados e IBs",
@@ -1770,35 +1924,69 @@
"-2062968282": "¿No encontró su respuesta? Podemos ayudarle",
"-978362988": "Chat",
"-1299484872": "Cuenta",
- "-1059028037": "¿Por qué no puedo crear una cuenta?",
"-1310262676": "¿Cómo puedo cambiar mis datos personales?",
+ "-251180453": "How can I change the currency of my account?",
+ "-221810226": "Can I change my email address?",
+ "-1059028037": "¿Por qué no puedo crear una cuenta?",
"-2043299631": "¿Cómo me doy de baja de los correos electrónicos de marketing?",
+ "-214877260": "How can I set self-exclusion limits on my account?",
+ "-2064918290": "How do I verify my account?",
+ "-425061473": "What documents do I need to verify my account?",
+ "-172153561": "Why do I need to verify my account?",
+ "-1619463465": "Can I trade without verifying my account?",
+ "-414862292": "¿Cuánto tiempo lleva la verificación?",
+ "-790757582": "¿Por qué se rechazaron mis documentos?",
"-1049383996": "¿Qué son índices bursátiles?",
"-1633933174": "¿Qué son índices sintéticos?",
"-226333706": "Cómo operar",
+ "-1859881435": "What assets are available for trading on weekends?",
"-1612801567": "Depósitos y retiros",
- "-977028772": "¿Qué métodos de pago se pueden utilizar?",
- "-181763764": "¿Cuánto tiempo se tarda en procesar los depósitos y retiros?",
+ "-1315176976": "What payment methods can I use for deposits and withdrawals?",
+ "-1547685378": "How long does it take for my deposits and withdrawals to be processed?",
"-840116640": "¿Cuál es la cantidad mínima de depósito o retiro?",
+ "-1847412788": "My withdrawal verification link has expired. What should I do?",
"-1689659144": "Retiros",
- "-223315135": "¿Cómo puedo remover mis límites de retiro?",
- "-1339949921": "¿Por qué el depósito de mi tarjeta de crédito sigue siendo rechazado?",
+ "-1861727138": "How can I remove the withdrawal limit on my account?",
"-1108803896": "Depósitos",
"-2135274535": "¿Puedo retirar mi bono de depósito?",
- "-1686360438": "¿Por qué no puedo retirar fondos a mi Maestro/Mastercard?",
+ "-383099370": "Can I deposit with my friend's/family member's debit/credit card or e-wallet?",
+ "-560703263": "Why can't I see any payment methods on the Withdrawal page?",
+ "-222181522": "¿Necesito verificar mi cuenta Deriv?",
+ "-35912880": "Affiliate programme",
+ "-1134652564": "What type of commission plans do you offer?",
+ "-504946033": "Who can apply as an affiliate?",
+ "-940672929": "Where can I find my referral link?",
+ "-2082521397": "What type of reports will I have access to?",
+ "-860666463": "IB programme",
+ "-1062769315": "How do I sign up as an introducing broker (IB)?",
+ "-118302649": "Why should I join your introducing broker (IB) programme?",
+ "-153524655": "How much do you pay in commission?",
+ "-548897585": "Are there any charges for joining your introducing broker programme?",
+ "-1236285182": "How and when will I receive my IB commission payout?",
+ "-1557693454": "When can I withdraw my commission?",
+ "-253752482": "Where is my money held?",
"-1787820992": "Plataformas",
- "-1445755525": "¿Cómo puedo retirar fondos de mi cuenta de dinero real DMT5?",
- "-1833809949": "¿Por qué mis datos de acceso de DMT5 son diferentes de los de Deriv?",
- "-2114093568": "¿Cómo puedo restablecer la contraseña de mi cuenta DMT5?",
- "-1519123821": "¿Cómo puedo depositar fondos en mi cuenta de dinero real DMT5?",
+ "-1288798840": "What are the main differences between your digital options and CFD platforms?",
+ "-1834333990": "How can I change my Deriv MT5 password?",
+ "-1723900573": "How do I log in to my Deriv MT5 account?",
+ "-1698836439": "What is the name of my Deriv MT5 server?",
+ "-617194580": "Do you offer swap-free Deriv MT5 accounts?",
+ "-227242365": "Can I change the leverage on my Deriv MT5 account?",
+ "-941684403": "What time is shown in the MT5 terminal?",
+ "-1728332105": "For how long can I use my Deriv MT5 demo account?",
+ "-1972914987": "What is the minimum volume for micro forex pairs?",
"-1531872373": "¿Qué mercados puedo operar en Deriv X?",
"-385265783": "¿Cuál es el importe mínimo y máximo para operar en Deriv X?",
- "-663022568": "¿Cómo puedo crear una cuenta Deriv X?",
+ "-976858633": "What's the difference between Deriv MT5 and Deriv X?",
"-1798013905": "¿Cuáles son las diferencias entre las cuentas sintéticas y las financieras?",
"-114658193": "¿En qué se diferencia mi contraseña de Deriv X de mi contraseña de Deriv?",
"-156237172": "¿Cómo puedo restablecer mi contraseña Deriv X?",
"-2038952853": "¿Dónde puedo encontrar la información de mi cuenta Deriv X?",
+ "-315976084": "What contract types do you offer on DTrader?",
"-1952371760": "Contratos",
+ "-1677125826": "Can I download the chart on DTrader?",
+ "-1980078854": "¿Qué son los multiplicadores?",
+ "-771604768": "How do I trade multipliers?",
"-918450098": "Bloques",
"-315611205": "Estrategia",
"-122062690": "¿Cuál es la estrategia de Martingale?",
@@ -1810,24 +1998,79 @@
"-2133437022": "¿Qué es Deriv P2P?",
"-1568899385": "¿Cómo de seguro es Deriv P2P?",
"-1567244911": "Pago",
- "-532895895": "¿Puedo aumentar mi límite diario de compra o venta?",
- "-1101543580": "Límite",
+ "-1812070043": "Where can I see the terms of use for Deriv P2P?",
+ "-696921894": "Why is my Deriv P2P account blocked?",
+ "-425611884": "How do I create an ad?",
+ "-1050528217": "How do I make an order?",
+ "-1745867197": "Why can't I see my ad in the Buy/Sell tab?",
"-214996581": "Disputa",
+ "-586363837": "How do I ensure my Deriv P2P transactions are successful?",
"-190084602": "Transacción",
- "-222181522": "¿Necesito verificar mi cuenta Deriv?",
- "-414862292": "¿Cuánto tiempo lleva la verificación?",
- "-790757582": "¿Por qué se rechazaron mis documentos?",
+ "-1257202503": "How do I get in touch with the trader I’m dealing with?",
+ "-1101543580": "Límite",
"-1819888683": "Lo sentimos, no pudimos encontrar un resultado que coincida con '{{search}}'.",
"-859753143": "Consejos de búsqueda:",
"-177264246": "Use términos de búsqueda cortos ya que nuestras capacidades de búsqueda funcionan mejor de esa forma",
- "-1475429047": "De acuerdo con la práctica de nuestro Grupo, establecimos los siguientes criterios para la inscripción de clientes:",
- "-908523895": "Los clientes deben tener al menos 18 años de edad.",
- "-1385123522": "Si la cuenta se ha autenticado completamente, puede presentar un ticket solicitando los cambios deseados. Por favor, adjunte su comprobante de identidad y de dirección.",
- "-1967507831": "Una vez que haya hecho un depósito o creado una cuenta DMT5, sólo puede cambiar su moneda poniéndose en contacto con el servicio de atención al cliente.",
- "-1294180117": "Si ha olvidado la contraseña de su cuenta de Google/Facebook/Apple, puede <0>restablecer la contraseña de su cuenta Deriv0> para iniciar sesión en Deriv.",
- "-1588331606": "Para cerrar su cuenta, vaya a <0>Desactivar cuenta.0> \n",
- "-292833690": "Antes de cerrar su cuenta Deriv, cierre todas sus posiciones abiertas y retire todos los fondos de sus cuentas de operaciones, incluyendo DMT5.\n",
- "-1760393932": "Puede hacerlo fácilmente dirigiéndose a <0>Configuración > Perfil >0> <1>Detalles personales1>. Desmarque la casilla de preferencias de correo electrónico, y haga clic en el botón \"Enviar\" para cancelar la suscripción.",
+ "-1681655860": "the Malta Financial Services Authority",
+ "-435600202": "Help centre | Frequently asked questions | About | Deriv",
+ "-254542421": "Here are some possible reasons you aren't able to create an account:",
+ "-1739646504": "You’re below 18 years old.",
+ "-1116525030": "You may already have a Deriv account.",
+ "-1910608693": "Our services aren't available in your country of residence.",
+ "-2073215708": "You can do so on the <0>Personal details0> page. If you’re unable to update your details, please <1>contact us via live chat1>. We may need you to send us some documents for verification.",
+ "-785517434": "While the currencies of your virtual and cryptocurrency accounts are fixed, you can change the currency of your fiat account by following the steps below.",
+ "-582231303": "Select <0>Fiat currencies,0> choose the currency you want, and click <0>Change currency.0>",
+ "-703297687": "If you have open positions, close them first.",
+ "-599281490": "For your Deriv real account, go to <0>Cashier0> to withdraw your funds.",
+ "-188538325": "For your Deriv MT5 and Deriv X real accounts, go to your dashboard to withdraw your funds.",
+ "-1129279211": "<0>Contact us via live chat0> and we’ll help you change the currency of your account.",
+ "-894612350": "Hit <0>Forgot password?0> on the <1>login page.1>",
+ "-1582535828": "Enter the same email address you use for your Apple/Google/Facebook account.",
+ "-2136863307": "Now, you'll be able to log in to your Deriv account using your email address and password.",
+ "-803818887": "It's a fee that we charge for accounts that have been inactive for the last 12 months. Refer to <0>our terms0> for more info.",
+ "-1244219585": "Name of entity",
+ "-1523686418": "Authorisation to manage the account (if your business has more than one director)",
+ "-1883441858": "Passport and utility bill/bank statement of the person managing the account and of each director and shareholder (if your business has more than 1)",
+ "-482992615": "Utility bill/bank statement containing the address of the business",
+ "-337933411": "It depends on the laws in your country of residence. Please get professional advice on whether you're required to pay taxes on <0>your profits0>.",
+ "-464076737": "You can do so on the <0>Self-exclusion0> page.",
+ "-1687067691": "If you reside in any other country, you can adjust or remove your limits on the <1>Self-exclusion1> page. If you’re unable to change your limits, <0>let us know via live chat0>.",
+ "-1411245754": "We’ll prompt you to verify your account when it’s needed.",
+ "-1057679672": "When we prompt you to verify your account, follow these steps:",
+ "-1715758584": "<0>Log in0> to your Deriv account.",
+ "-1960993308": "Go to <0>Settings0> > <1>Proof of identity1> or <1>Proof of address1>.",
+ "-400895399": "Follow the instructions on the screen to verify your account.",
+ "-1464239544": "<0>Note:0> The <0>Proof of identity0> and <0>Proof of address0> pages will not be available if your account doesn’t need verification at this time.",
+ "-759539756": "<0>Proof of identity0>",
+ "-1047117142": "You’ll need a valid government-issued identity document such as a national ID card, passport, or driver's licence. Your document must clearly show your name, photo, and date of birth.",
+ "-864022561": "You’ll need a bank statement, credit card statement, tax statement, or utility bill. Your document must be issued within the last 6 months. It must contain your name, address, the name of the company that issued the document, and the issue date.",
+ "-469258978": "No, you must verify your account before trading.",
+ "-1403118121": "If you’re in any other country:",
+ "-1945892745": "We try to review your verification documents within the same day. In some cases, due to high traffic, it may take up to 3 business days. You’ll get a confirmation email from us once the review is complete. You can also check the status of your documents at",
+ "-217527343": "<0>Settings > Proof of identity0>",
+ "-1746837387": "We may have declined your documents because they were unclear, invalid, expired, had cropped edges, or showed details that did not match your Deriv profile. If you need help, please <0>contact us via live chat0>.",
+ "-1248152791": "When you join our affiliate programme,",
+ "-640475298": "You'll be able to take advantage of our multilingual platforms and reach clients wherever they are.",
+ "-179421588": "You'll receive prompt monthly payouts via your preferred payment method.",
+ "-874599648": "You won't be charged any hidden fees. You'll be able to see exactly what your earnings are.",
+ "-1456353153": "You'll have a dedicated account manager to help you.",
+ "-1835477277": "<0>Cost per acquisition0> (For the EU only)",
+ "-2057848186": "Earn 100 USD in commission for each successful referral. Your referred client must open a real account using your tracking link and deposit 100 USD or more (one-time or accumulative).",
+ "-1264084852": "We encourage you to become our affiliate if you are:",
+ "-317355829": "<0>A webmaster0> \n Do you have a trading-related website? Join our network of affiliates and turn your traffic into revenue by promoting our products and services.",
+ "-643644414": "<0>A trading mentor0> \n Do you mentor other traders? Help them become better traders and earn commission when they sign up and trade on our platforms.",
+ "-67585950": "A referred client is a client who signed up using your tracking link, made a deposit in their account, and started trading on our platforms. As an affiliate, you stand to earn commission from the trades performed by your referred clients.",
+ "-1388788058": "Follow these steps to get your referral link:",
+ "-379292041": "<0>Log in0> to your affiliate dashboard.",
+ "-1245795523": "Click the <0>Marketing<0/> tab.",
+ "-976921122": "Follow these steps to change your payment method:",
+ "-257221931": "<0>Log in0> to your dashboard.",
+ "-1109489026": "Click the <0>Finances0> tab and select <0>Payment instructions0>.",
+ "-1408956818": "Select your preferred payment method, enter the necessary details, and click <0>Update0>.",
+ "-817404641": "Go to <0>Reports0>, and select <0>Detailed activity report0>.",
+ "-1204121083": "Set the duration and filters and click <0>Display report0> or <0>Download report0>.",
+ "-1507095704": "Help centre | Frequently asked questions | Affiliate programme | Deriv",
+ "-1973882807": "Frequently asked questions - Affiliate programme",
"-994905306": "1. Haga clic en \"Empezar\" en la esquina superior izquierda para abrir el menú de bloques.",
"-1285759343": "Buscar",
"-588159121": "Eliminar el bloque",
@@ -1867,46 +2110,122 @@
"-822031479": "Pestaña de resumen",
"-224804428": "Transacciones",
"-1609246392": "Haga clic en \"Gráfico\" en la esquina inferior izquierda del área de trabajo para ver el gráfico.",
- "-1144380171": "Nuestra lista de <0>métodos de pago admitidos0> incluye transferencias bancarias, tarjetas de crédito / débito, e-wallets, y criptomonedas.",
- "-765332281": "Sus depósitos y retiros serán procesados dentro de un día hábil (de lunes a viernes, de 9:00 am a 5:00 pm GMT+8) a menos que se indique lo contrario. Tenga en cuenta que su banco o servicio de transferencia de dinero puede requerir un tiempo adicional para procesar su solicitud.",
- "-2129519303": "No existe una cantidad mínima para los depósitos de criptomonedas.",
- "-130293452": "Puede remover sus límites de retiro verificando su identidad y dirección. Para ver sus límites de retiro actuales, por favor diríjase a <0>Configuración > Seguridad y protección >0> <1>Límites de cuenta1>.",
- "-849531377": "Los retiros con tarjetas Mastercard y Maestro sólo están disponibles para clientes del Reino Unido. Si usted no es del Reino Unido, por favor, retire usando una billetera electrónica o criptomoneda.",
+ "-346303383": "You can use debit and credit cards, e-wallets, cryptocurrency wallets, and payment agents for deposits and withdrawals (see our <0>payment methods page0> for a complete list). Once you log in to your Deriv account, you’ll be able to see payment methods available in your country on the <1>Cashier page1>.",
+ "-2134684262": "You can get a new link on the Cashier page. Go to <0>Withdrawal0> and click Verify my request. We'll email you a new link; please remember to use it within 1 hour.",
+ "-1855944698": "Here are some reasons why your credit card deposit was declined:",
+ "-1435852820": "Your 3D SecureCode may not be activated. Please contact your bank to check.",
+ "-805026662": "Your country of residence does not match the country that your card was issued in.",
+ "-336747115": "If you need help, please contact us via <0>live chat0>.",
+ "-1168460620": "Yes, but only once your turnover exceeds an amount that's 25 times the deposit bonus value. The bonus is to help you get familiar with our trading platforms, so we'd love for you to use it to trade and earn a potential profit (which you may withdraw at any time).",
+ "-1955486267": "Mastercard and Maestro card withdrawals are only available for UK clients. If you are not from the UK, you’ll need to use a withdrawal method that’s available in your country.",
+ "-670805289": "The currency conversion for your deposits and withdrawals are done by your payment service provider. For example, if you use Skrill, your transaction amount will be converted by Skrill. Please check with your service provider regarding the conversion rates used for your deposits and withdrawals.",
+ "-1185520887": "your withdrawal request has already been authorised and processed",
+ "-1543634856": "To cancel your withdrawal, follow these steps:",
+ "-410744792": "Go to <0>Cashier > Withdrawal0>.",
+ "-1736064743": "We'll send you an email with a verification link. Click that link.",
+ "-1439607156": "Your payment method will only appear on the Withdrawal page after you've made your first deposit. If you've made a deposit and still don't see your payment method on the Withdrawal screen, it's probably because the payment method you used for the deposit cannot be used for withdrawals. In this case, you may need to use a different payment method that supports withdrawals, too. <0>Contact us via live chat0> if you need help.",
"-1257106357": "Centro de ayuda | Preguntas frecuentes | Depósitos y retiros | Deriv",
"-524318410": "Preguntas frecuentes: Depósitos y retiros",
- "-342557323": "Para ingresar dinero en su cuenta de Deriv, puede \"comprar\" fondos de Deriv en la moneda local (o en cualquier moneda admitida) de otro trader y la cantidad que haya \"comprado\" se depositará en su cuenta.",
- "-993408638": "Verificamos la identidad de cada usuario antes de que comiencen a utilizar los servicios de Deriv P2P; los usuarios deberán enviar un documento de prueba de identidad (POI) para verificar su identidad antes de comprar o vender en Deriv P2P.",
- "-2050983631": "Además, todas las transacciones están protegidas por depósito en garantía. La garantía bloquea los fondos de Deriv hasta que ambas partes hayan confirmado la finalización de la transacción.",
- "-558939780": "Puede transferir dinero a otros traders mediante transferencias bancarias, tarjetas, billeteras electrónicas o cualquier método de pago acordado con la persona con la que está negociando.",
- "-1985070919": "Tenga en cuenta que Deriv no tiene control sobre los pagos realizados entre los traders de Deriv P2P. Por lo tanto, asegúrese de seguir las instrucciones de pago acordadas entre usted y el trader con el que está negociando, y proporcione su método de pago preferido y las instrucciones cuando publique sus anuncios.",
+ "-993497460": "<0>Deriv P2P0> is our peer-to-peer deposit and withdrawal service that’s part of our trading platform. Using Deriv P2P, you can get money in and out of your account in minutes via exchanges with fellow traders. We launched this service mainly for our clients in countries where currency exchange services are not widely accessible.",
+ "-1279056201": "We verify everyone’s identity before they can start using Deriv P2P. No anonymous transactions are allowed.",
+ "-296729461": "Additionally, all transactions are protected by escrow: the order amount is locked in escrow until both parties confirm that the transaction has been completed from their end.",
+ "-1476852890": "Yes, you’ll need a Deriv real account before you can start using Deriv P2P. Deriv P2P is a way to move funds in and out of your Deriv account.",
+ "-154362819": "Click <0>Real0>. Under <0>Deriv accounts0>, click <0>Add0>.",
+ "-1627487675": "Your Deriv P2P balance may not include all deposits made to your Deriv account. Deposits via credit cards, Skrill, Neteller, and ZingPay will not be available in Deriv P2P.",
+ "-568906967": "Go to Section 4, ‘Deriv P2P’ of <0>our terms0>.",
+ "-461691496": "Your Deriv account is suspended. Please <0>contact us0> via live chat for more info.",
+ "-1029239301": "You have cancelled 3 orders in the last 24 hours. Your account will be unblocked automatically after 24 hours.",
+ "-1141509742": "Yes, just contact us <0>via live chat0> to request a limit increase.",
+ "-1410699505": "You can use any payment method you want as long as it is agreed with the trader you’re dealing with.",
+ "-86797398": "<0>Note:0> Deriv has no control over payments made between Deriv P2P traders. Please ensure you follow the payment instructions as agreed between you and the trader you are dealing with, and provide your preferred method of payment and instructions when you post your ads.",
+ "-338149677": "Go to <0>Deriv P2P0> > <1>My ads1>.",
+ "-67297475": "Your ads are available in the <1>My ads1> tab at <0>Cashier > Deriv P2P0>.",
+ "-1869445525": "Select Buy or Sell ads.",
+ "-1378864427": "Choose the ad you want by clicking <0>Buy0> or <0>sell0>.",
+ "-1278209777": "You'll only be able to make an order once your account has been verified.",
+ "-1669612535": "If you're selling, you'll need to wait for the buyer's payment before completing the order.",
+ "-1239568034": "Si tiene algún problema con una transacción en Deriv P2P, primero intente resolverlo con el trader con el que esté tratando. Si no están dispuestos a ayudarle a resolver la situación, por favor <0>comuníquese con nosotros0> a través del chat en vivo y le ayudaremos a resolverlo.",
+ "-989166377": "To dispute a Deriv P2P transaction, follow these steps:",
+ "-1567088047": "Once the order has expired, click <0>Complain0> on the order details screen.",
+ "-1543692084": "We’ll seek more info on the transaction by reaching out to you and the trader you are dealing with, and we’ll try to resolve the issue within 24 hours. We’ll keep you informed of the status.",
+ "-1095411583": "For successful Deriv P2P transactions, follow these guidelines:",
+ "-693174976": "Avoid creating ads with identical amounts and exchange rates.",
+ "-2112170016": "Ensure that your account balance is sufficient to support your ads and orders.",
+ "-1098565506": "If you’re buying:",
+ "-1941726245": "Check your bank or e-wallet balance to confirm that the buyer has made payment before completing the order.",
+ "-1964387231": "Once you’ve received the payment from the buyer, try to complete the order as soon as you can.",
+ "-1705206253": "For more guidelines on using Deriv P2P, see our <0>terms of use0> (refer to Section 4 ‘Deriv P2P’).",
"-90598465": "No hay depósito mínimo. Puede hacer un depósito máximo de 2.500 USD doce veces al día.",
"-307502515": "Puede operar con CFD sobre forex, criptomonedas, materias primas y nuestros índices sintéticos propios en Deriv X.",
"-577476222": "DTrader le permite operar con más de 50 activos en forma de opciones digitales, multiplicadores y retroactivos.",
"-2134519372": "Deriv MT5 (DMT5) y Deriv X son plataformas de operación de activos múltiples en las que puede operar con divisas al contado (spot) y CFD con apalancamiento en múltiples clases de activos. La principal diferencia entre ellas es el diseño de la plataforma — MT5 tiene una vista sencilla y completa, mientras que en Deriv X puede personalizar el diseño según sus preferencias.",
+ "-1529587893": "Follow these steps to add a Deriv X account:",
+ "-1383710718": "Select <0>Real account0> or <0>Demo account0>.",
+ "-780401736": "If you’re adding your first Deriv X account, you’ll need to set your Deriv X password. If you’ve already set your Deriv X password before, you’ll need to enter it now.",
+ "-1285898327": "Your new Deriv X account is now ready.",
+ "-527968812": "You'll need to add a Deriv X account first. After that, follow these steps to log in:",
"-2055925090": "En la cuenta financiera se opera con contratos por diferencia (CFD) en mercados financieros como el de forex, criptodivisas y materias primas.",
"-1720135689": "Vaya a la <0>Configuración de la cuenta0>. Haga clic en \"Seguridad y protección\" en el menú desplegable y seleccione \"Contraseñas\". En \"Contraseña de Deriv X\", haga clic en \"Cambiar contraseña\" para restablecer su contraseña.",
"-535620163": "Para retirar fondos de su cuenta Deriv X en Deriv, deberá transferir los fondos a su cuenta Deriv. Diríjase al Cajero > Transferencia entre cuentas y siga las instrucciones en pantalla.",
"-2015877045": "Centro de ayuda | Preguntas frecuentes | Deriv X | Deriv",
"-529738098": "Preguntas frecuentes - Deriv X",
"-971172690": "¿Cuál es el mínimo / máximo que puedo depositar en mi cuenta Deriv X?",
- "-844199531": "DMT5 es una plataforma de operaciones multiactivos que puede usar para operar con divisas al contado (spot) y contratos por diferencia (CFD) con apalancamiento.",
- "-35355043": "La cuenta DMT5 avanzada es una cuenta A Book 100% donde sus operaciones pasan directamente al mercado, dándole acceso directo a los proveedores de liquidez de forex.",
- "-315308558": "La cuenta DMT5 de Índices Sintéticos le permite operar con contratos por diferencia (CFD) en índices sintéticos que imitan los movimientos del mundo real. Está disponible para operar 24/7 y es auditado por un tercero independiente para garantizar su imparcialidad.",
- "-1390301231": "Para depositar fondos en su cuenta MT5 en Deriv, deberá utilizar los fondos de su cuenta Deriv. Diríjase al <0>Cajero >0> <1>Transferencia entre cuentas1> y siga las instrucciones de la pantalla.",
- "-1374692096": "Para retirar fondos de su cuenta MT5 en Deriv, deberá transferir los fondos a su cuenta Deriv. Diríjase al <0>Cajero >0><1>Transferencia entre cuentas1> y siga las instrucciones en pantalla.",
- "-1538690809": "MT5 en Deriv es una plataforma de operaciones autónoma que no está alojada en nuestro sitio web. Sus datos de acceso DMT5 le dan acceso a la plataforma MT5 mientras que sus datos de acceso a Deriv le dan acceso a las plataformas alojadas en nuestro sitio web, como DTrader y DBot.",
+ "-935980097": "The Deriv MT5 Synthetic account offers contracts for difference (CFDs) on synthetic indices. Our proprietary synthetic indices mimic the price movement of real financial markets but are not affected by market events. Trading on synthetic indices is available 24/7, even on weekends and holidays. There are more than 15 indices to choose from, with different levels of volatility and market behaviour.",
+ "-787503172": "The Deriv MT5 Financial account offers CFDs on forex, commodities, cryptocurrencies, stocks, and stock indices, with high leverage and variable spreads for maximum flexibility. This account offers more than 100 assets, and 24/7 trading is available on cryptocurrencies.",
+ "-300839534": "You'll need to transfer funds from your Deriv account to your Deriv MT5 account. You can do this on the <0>Cashier page0>. Transfers are instant; your funds will be available in your Deriv MT5 account as soon as you complete the transfer.",
+ "-1348787775": "Follow these steps to reset your Deriv MT5 password:",
+ "-1111031408": "Go to your <0>Deriv MT5 dashboard0>.",
+ "-985140221": "Click <0>Confirm0>.",
+ "-1222605568": "We'll send you an email. Click the <0>Change password0> button in that email.",
+ "-1184173356": "You'll be taken to the Change password screen. Enter a new password and click <0>Create0>.",
+ "-1462766296": "You can log in to your Deriv MT5 account via the MT5 desktop app, web terminal, or mobile app. You'll need the login ID and server name from <0>your Deriv MT5 dashboard0>. Please remember to use your Deriv MT5 password to log in to Deriv MT5.",
+ "-1089619392": "You can set the investor password on your <0>Deriv MT5 dashboard0>. Click <1>Password1> on your Deriv MT5 account, and select <1>Investor password1> to set a new password.",
+ "-351288377": "No, we don't.",
+ "-1987596175": "You can't reactivate your Deriv MT5 account. Instead, you can create a new one on your Deriv <0>MT5 dashboard0>.",
+ "-38304396": "No, you can't. There's a fixed default amount for each asset. The leverage applied to your account can be found on your <0>Deriv MT5 dashboard0>.",
+ "-88115138": "Greenwich Mean Time (GMT).",
+ "-1741073621": "If you need a statement of your trades on Deriv MT5, follow these steps to download a 3-month statement:",
+ "-1684440937": "Log in to your MT5 account via the desktop app.",
+ "-1374165891": "Right-click on <0>Time0>, click <0>Report0>, and select <0>Open XML0>.",
+ "-1795964107": "If you need a statement for a more extended period, contact us via <0>live chat0>, and we'll help you with it.",
+ "-309622502": "Yes, we’ll transfer your balance to your Deriv account before your Deriv MT5 account is deactivated.",
+ "-586122892": "No, this isn’t possible on MT5.",
+ "-518416448": "No, you can't, but you may have multiple Deriv MT5 Synthetic accounts on different servers.",
+ "-2007650229": "Yes, you can trade micro forex pairs with a Deriv MT5 Financial account.",
"-1593152023": "Centro de ayuda | Preguntas frecuentes | DMT5 | Deriv",
- "-1762311912": "Ofrecemos tres tipos de contratos en DTrader: Arriba y Abajo, Alto y Bajo, y Dígitos.",
+ "-1402025716": "<0>DTrader0> is one of our trading platforms. It offers digital options and multipliers on a variety of assets in financial and synthetic markets. ",
+ "-798714068": "You can trade forex, stocks, stock indices, commodities, cryptocurrencies, and synthetic indices on DTrader. Some markets may not be available in certain countries.",
+ "-1758753185": "These contracts are available on DTrader:",
+ "-1572548510": "Ups & Downs",
+ "-922253974": "Alza/Baja",
+ "-1361254291": "Superior/Inferior",
+ "-1691868913": "Toca/No Toca",
+ "-763273340": "Dígitos",
+ "-330437517": "Iguales/Diferentes",
+ "-657360193": "Encima/Debajo",
"-1442307043": "Centro de ayuda | Preguntas frecuentes | DTrader | Deriv",
"-1544998943": "Preguntas frecuentes - DTrader",
+ "-1301260207": "You'll earn commission whenever your clients trade CFDs on MT5, even on weekends and public holidays.",
+ "-110767819": "You'll have access to various marketing tools to help promote our products and services to your clients.",
+ "-289567912": "Find out more about our IB programme <0>here0>.",
+ "-898871903": "No, it's completely free of charge.",
"-17396892": "¿Necesita ayuda? ¿Tiene preguntas sobre los servicios de Deriv y las plataformas de trading online? Lea nuestra preguntas frecuentes (FAQ) o háganos llegar su pregunta.",
+ "-199125243": "Multipliers (also known as multiplier options) is a trade type that gives you an opportunity to amplify your profit without risking more than your stake. To find out more, visit <0>the Multipliers page0>.",
+ "-1755209362": "Watch <0>this video0> to know more about trading multipliers.",
+ "-1343499861": "Help centre | Frequently asked questions | Multipliers | Deriv",
"-11499858": "No, no necesita verificar su cuenta Deriv a menos que se le pida. Si su cuenta requiere verificación, nos pondremos en contacto con usted por correo electrónico para iniciar el proceso y proporcionarle instrucciones claras sobre cómo presentar sus documentos.",
- "-1314529357": "Las commodities o materias primas se cultivan o se producen naturalmente en el medio ambiente. Algunos ejemplos son el petróleo crudo, los metales, el oro y la plata.",
- "-720675222": "Exclusivo de Deriv, los índices sintéticos son nuestro propio conjunto de mercados sintéticos diseñados para simular los movimientos del mercado real, no afectados por las oscilaciones de los acontecimientos reales y otras perturbaciones externas.",
- "-817895916": "Una opción digital es un instrumento financiero con un pago fijo en el que se predice el resultado a partir de sólo dos resultados posibles.",
- "-634329620": "Ofrecemos tres plataformas comerciales: DTrader, DBot y DMT5. Cada plataforma ofrece una variedad de estilos y experiencias de comercio, tanto para un operador nuevo como uno experimentado.",
- "-1689847421": "Puede ver los límites de operación de su cuenta en <0>Configuración > Seguridad y protección >0> <1>Límites de la cuenta1>. Tenga en cuenta que si el saldo de su cuenta supera el límite máximo de efectivo de la cuenta, deberá retirar fondos de su cuenta para que el saldo de la misma sea inferior al límite máximo.",
- "-1889877048": "Los índices sintéticos están disponibles 24/7.",
+ "-1846766027": "El comercio de divisas, o forex, es el mercado global de las monedas mundiales, donde se enfrenta el valor de diversas divisas unas contra otras formando pares forex, como el EUR/USD, el AUD/JPY, etc. El mercado forex determinal las tasas de cambio de cada divisa.",
+ "-192959524": "Read <0>this article0> to learn more about trading forex on Deriv.",
+ "-1879171974": "A commodity is either grown or produced naturally in the environment, such as agricultural products, livestock, crude oil, and precious metals like gold and silver.",
+ "-339093963": "Read <0>this article0> to learn more about trading commodities on Deriv.",
+ "-691446230": "Stock indices measure the value of a group of companies in the stock market. This allows investors to see how a particular set of assets is performing.",
+ "-1412546523": "Read <0>this article0> to learn more about trading stocks on Deriv.",
+ "-367005179": "Read <0>this article0> to learn more about trading synthetic indices on Deriv.",
+ "-1542650156": "CFDs let you predict the price movement of underlying assets without actually owning them. With CFDs, you open a position based on your prediction, and you'll earn a profit if you close your position when the price moves in your favour.",
+ "-1790114248": "We have a diverse suite of 6 trading platforms: <0>Deriv MT50>, <1>Deriv X1>, <2>DTrader2>, <3>DBot3>, <4>SmartTrader4>, and <5>Binary Bot5>. Each of these platforms is designed to fit any trading style, regardless of your trading experience.",
+ "-639381175": "Note: DBot, SmartTrader, and Binary Bot are not available in the EU and UK.",
+ "-626094848": "Build your trading bot for free on <0>DBot0> or <1>Binary Bot1>; no coding is needed. You’ll also find free pre-built strategies on DBot that you can customise to your needs.",
+ "-578264817": "Trading limits are only applicable to your Deriv real account. You can see the limits on your account on the <0>Account limits0> page (you must be <1>logged in1>).",
"-1618901770": "Centro de ayuda | Preguntas frecuentes | Trading | Deriv",
"-2085755369": "Preguntas frecuentes - Trading",
"-396178446": "Más de 100 activos negociables",
@@ -1987,12 +2306,12 @@
"-844707100": "Pruebe MT5 en Deriv.com",
"-1798345294": "Después de 20 años en el mercado, estamos entrando en la tercera década de operaciones con un compromiso renovado con ustedes, nuestros clientes. Nuestro nuevo nombre y plataformas están en línea con nuestra visión de proporcionar una gama más amplia de productos y una experiencia de usuario mejorada. Con el cambio de marca, nuestra intención es continuar sirviéndole con soluciones de trading online simples, flexibles y fiables.",
"-1676645687": "El cambio de marca implica un nuevo nombre, logotipo, colores corporativos y sitio web que quizás ya haya visto en nuestra presencia online. También disfrutará de una gama más amplia de instrumentos para operar, además de la disponibilidad de 4 plataformas avanzadas en un solo espacio comercial. Con el tiempo, implementaremos más soluciones nuevas, todas orientadas a mejorar su experiencia comercial.",
- "-804933634": "No. Deriv.com está construido, es propiedad y está administrado por el mismo equipo que le trajo Binary.com. Nos gusta pensar en Deriv.com como el siguiente paso en la evolución de nuestra empresa. Hemos tomado las lecciones de 20 años de experiencia para producir una amplia gama de productos que brindan a los clientes la flexibilidad y facilidad para operar con seguridad y en base a sus preferencias.",
+ "-804933634": "No. Deriv.com está construido, es propiedad y está administrado por el mismo equipo que le trajo Binary.com. Nos gusta pensar en Deriv.com como el siguiente paso en la evolución de nuestra empresa. Hemos tomado las lecciones de 20 años de experiencia para producir una amplia gama de productos que brindan a los clientes la flexibilidad y facilidad para operar con seguridad y según sus preferencias.",
"-35835337": "Deriv.com le ofrece múltiples opciones de trading en un entorno simple, flexible y fiable. Junto con SmartTrader, la popular plataforma de trading de Binary.com, se ofrecen tres productos principales: DTrader, DBot y DMT5. ",
"-960630757": "A medida que implementamos nuevas funciones en fases, puede esperar cosas como:",
"-1754226645": "Los multiplicadores que pueden ofrecer a los traders mayores ganancias potenciales al tiempo que limitan los riesgos",
"-367386425": "El sitio web Binary.com seguirá existiendo por un tiempo. Llegado el momento, eliminaremos progresivamente Binary.com. Sin embargo, sus cuentas, fondos y todo lo que tenga en Binary.com estará disponible y accesible para usted en Deriv.com.",
- "-952281983": "Hemos planeado este proceso de cambio de marca cuidadosamente y durante muchos meses teniéndoles en mente a ustedes, nuestros clientes. En base a la experiencia de servirles durante los últimos 20 años, hemos considerado todos sus valiosos comentarios para brindarles una experiencia mejorada que respalde su recorrido de trading en línea. Para guiarle en esta transición, hemos preparado recursos educativos que le ayudarán a navegar fácilmente por el nuevo espacio de operaciones. La cuenta demo en Deriv.com también está disponible para que explore y fortalezca su confianza en el nuevo entorno.",
+ "-952281983": "Hemos planeado este proceso de cambio de marca cuidadosamente y durante muchos meses teniéndoles en mente a ustedes, nuestros clientes. Basándonos en la experiencia de servirles durante los últimos 20 años, hemos considerado todos sus valiosos comentarios para brindarles una experiencia mejorada que respalde su recorrido de trading en línea. Para guiarle en esta transición, hemos preparado recursos educativos que le ayudarán a navegar fácilmente por el nuevo espacio de operaciones. La cuenta demo en Deriv.com también está disponible para que explore y fortalezca su confianza en el nuevo entorno.",
"-621904237": "¿Qué cambios veré?",
"-1488180893": "¿Cómo Deriv.com transformará mi experiencia comercial?",
"-1964292433": "¿Qué más se puede esperar de Deriv.com?",
@@ -2078,7 +2397,7 @@
"-943701585": "Disponible en",
"-1310685090": "cesta de índices",
"-785091863": "Abra una cuenta real, deposite, y empiece a operar commodities y otros mercados.",
- "-2072074553": "Especule sobre el cambio de precios para la plata, el oro, el petróleo y otros. Obtenga ganancias en base a las diferencias de precio cuando el mercado se mueve en la dirección que predijo.",
+ "-2072074553": "Especule sobre el cambio de precios para la plata, el oro, el petróleo y otros. Obtenga ganancias según las diferencias de precio cuando el mercado se mueve en la dirección que predijo.",
"-1655759142": "Apalancamiento 1:2",
"-628881664": "Apalancamiento 1:100",
"-327214682": "25+ pares de cripto",
@@ -2150,7 +2469,6 @@
"-1669418686": "AUD/CAD",
"-1548588249": "AUD/CHF",
"-79700881": "NZD/USD",
- "-1800672151": "Índice GBP",
"-1402324349": "CAD/CHF",
"-1398238048": "CAD/JPY",
"-244869624": "CHF/JPY",
@@ -2231,7 +2549,7 @@
"-1314348105": "Índices Range Break",
"-1921882156": "Índices<0>0>asiáticos",
"-610649986": "Pares de cripto",
- "-1593593334": "Cesta de materias primas",
+ "-1593593334": "Cesta de Materias Primas",
"-1479581544": "Cesta de Forex",
"-657318791": "Sin comisiones en cualquier contrato de commodities",
"-170532315": "Plataformas fáciles de usar, gráficos de alta tecnología",
@@ -2242,22 +2560,16 @@
"-190375337": "El <0>Japan 2250> sigue el rendimiento de las acciones de 225 grandes compañías públicas en Japón.",
"-75787346": "<0>Un tick0> es generado <0>cada dos segundos0> en los índices de volatilidad <0>10, 25, 50, 75, y 1000>.",
"-257478628": "<0>Un tick0> es generado <0>cada segundo0> en los índices de volatilidad <0>10 (1s), 25 (1s), 50 (1s), 75 (1s), y 100 (1s)0>.",
- "-690460725": "Estos índices replican los mercados con <0>tendencias alcistas y bajistas0> con volatilidades constantes. Los índices de Mercado Bear y Bull comienzan a las 00:00 GMT cada día, replicando mercados alcistas y bajistas respectivamente. ",
+ "-690460725": "Estos índices replican los mercados con <0>tendencias alcistas y bajistas0> con volatilidad constante. Los índices de Mercado Toro y Mercado Oso comienzan a las 00:00 GMT cada día, replicando mercados alcistas y bajistas respectivamente. ",
"-931072662": "El <0>Europe 500> sigue el rendimiento de las 50 acciones más grandes y con más liquidez en la Unión Europea.",
"-1522453105": "El <0>Swiss 200> sigue el rendimiento de las 20 acciones más grandes y con más liquidez en Suiza.",
"-1848325573": "El <0>UK 1000> sigue el rendimiento de las acciones de las 100 principales compañías cotizadas en el Reino Unido.",
"-1650735154": "Estos índices fluctúan entre dos puntos de precio (bordes), rompiendo ocasionalmente los bordes para crear un nuevo rango en promedio una vez cada 100 o 200 veces que llegan a los bordes.",
- "-962930783": "El <0>Índice AUD0> mide el valor del dólar australiano frente a una cesta de cinco divisas mundiales (USD, EUR, GBP, JPY, CAD), cada una ponderada por un 20%.",
- "-1910214848": "El <0>Índice EUR0> mide el valor del euro frente a una cesta de cinco divisas mundiales (USD, AUD, GBP, JPY, CAD), cada una ponderada por un 20%.",
- "-1763966856": "El <0>Índice GBP0> mide el valor de la libra esterlina frente a una cesta de cinco divisas mundiales (USD, EUR, AUD, JPY, CAD), cada una ponderada por un 20%.",
- "-1448477512": "El <0>Índice Oro0> mide el valor del oro frente a una cesta de cinco divisas mundiales (EUR, GBP, JPY, AUD, USD), cada una ponderada por un 20%.",
"-754071100": "La <0>Cesta de GBP0> mide el valor de la libra esterlina frente a una cesta de cinco divisas mundiales (USD, EUR, AUD, JPY, CAD), cada una ponderada en un 20%.",
"-1164156648": "Estos índices se corresponden con mercados simulados con <0>volatilidades constantes de 200% y 300%.0>",
"-475767247": "El <0>Australia 2000> sigue el rendimiento de las acciones de las 200 compañías principales cotizadas en Australia.",
"-2035089048": "El <0>Spain 350> sigue el rendimiento de las acciones de las 35 principales compañías cotizadas en España.",
"-1312740087": "<0>Superior/Inferior:0> Prediga si el punto de salida será mayor o menor que un precio objetivo (la barrera) al final del período del contrato.",
- "-1691868913": "Toca/No Toca",
- "-763273340": "Dígitos",
"-467543474": "<0>Iguales/Diferentes:0> Prediga qué número será el último dígito del último tick de un contrato.",
"-12379677": "<0>Par/Impar: 0> Prediga si el último dígito del último tick de un contrato será un número par o impar.",
"-1048378719": "Reset Call/Reset Put",
@@ -2316,21 +2628,26 @@
"-963218544": "¿No puede decidir qué programa o plan de comisión es mejor para usted?",
"-1930772663": "Sintética Deriv MT5",
"-1016171176": "Activo",
+ "-2082672713": "1",
"-549581742": "Índice de Volatilidad 10 ",
"-456885316": "Índice de Volatilidad 75 ",
"-1649127643": "1,75",
"-2068763730": "5",
"-2083395832": "7,5",
+ "-1587730975": "10",
+ "-784871058": "15",
"-524043424": "1,25",
"-849512762": "2,50",
"-1925239974": "Un contrado de 1 lote del Índice de Volatilidad 75 de un precio de 500.000 USD pagará una comisión de 25 USD según la siguiente fórmula:",
"-55785537": "Gane comisión cuando sus clientes operen en una cuenta Financiera MT5.",
"-978761772": "2 USD ",
"-543177967": "Índices bursátiles",
- "-1587730975": "10",
+ "-1097570263": "Para forex, hay una comisión fija de 2 USD por lote (aplicable solo para lotes estándar). Un contrato para 1 lote de EUR/USD pagará 2 USD en comisiones según la siguiente fórmula:",
"-834024219": "Financiera DMT5 primera calculada",
- "-1981982611": "Para los activos de criptomonedas, un contrato de 1 lote de BTC/USD (con un tipo de cambio de BTC a USD de 50.000 USD) pagará 10 USD de comisión según la siguiente fórmula:",
+ "-800044382": "Para los metales, hay una comisión fija de 4 USD por lote. Un contrato de 1 lote de XAU/USD pagará 4 USD en comisiones según la siguiente fórmula:",
"-1825768469": "Financiera DMT5 segunda calculada",
+ "-1923011108": "For cryptocurrency assets, a deal for 1 lot of BTC/USD (with a BTC to USD exchange rate of USD 50,000) will pay out USD 5 in commission based on the following formula:",
+ "-1268684459": "Financiera DMT5 tercera calculada",
"-2061883933": "2,5",
"-1587788256": "Financiera STP DMT5 segunda calculada",
"-921778308": "Cómo se calcula",
@@ -2411,9 +2728,6 @@
"-854296036": "Después de la aprobación final de nuestro equipo de cumplimiento, publicaremos sus datos en nuestra lista de agentes de pago.",
"-1340544588": "Realice múltiples depósitos y retiros por día.",
"-5296999": "Descubra cómo convertirse en agente de pagos en Deriv para ampliar su base de clientes y obtener ingresos adicionales.",
- "-119617711": "RTS27 2020",
- "-1439749066": "RTS27 2019",
- "-1364758050": "Deriv Investments (Europe) Limited ha preparado el informe de divulgación del Pilar III de conformidad con la Directiva de Requisitos de Capital IV y el Reglamento de Requisitos de Capital. Lea nuestro informe para comprender cómo cumplimos con la disciplina del mercado como participantes del mercado.",
"-1601657282": "Deriv Investments (Europe) Limited ha preparado el Informe de Divulgación Financiera de conformidad con el Reglamento y la Directiva de Empresas de Inversión. Lea nuestro informe para comprender cómo cumplimos con la disciplina del mercado como participantes del mercado.",
"-1695974481": "Estos documentos le proporcionan información clave sobre nuestros productos de inversión. Esta información es requerida por ley para ayudarle a entender la naturaleza, riesgos, costos, ganancias y pérdidas potenciales de estos productos y para ayudarle a compararlos con otros productos.",
"-1127433262": "RTS",
@@ -2439,12 +2753,16 @@
"-431262594": "CFD - índices sintéticos",
"-1311570171": "Información de regulación y licencias | Deriv",
"-1833153607": "Deriv opera bajo la jurisdicción de Binary.com, que posee múltiples licencias para cumplir con los requisitos reglamentarios en todo el mundo.",
- "-1720897015": "Los servicios ofrecidos en Deriv.com y Binary.com son proporcionados por Deriv Group. El grupo tiene varias compañías subsidiarias que tienen licencia para operar Deriv.com y Binary.com en sus jurisdicciones registradas.",
+ "-1488849807": "Los servicios ofrecidos en Deriv.com son proporcionados por Deriv Group. El grupo tiene varias compañías subsidiarias que tienen licencia para operar Deriv.com en sus jurisdicciones registradas.",
"-1131400885": "Deriv Investments (Europe) Limited",
- "-959669250": "Deriv Investments (Europe) Limited tiene derecho a prestar servicios en cualquier otro estado miembro de la UE a través de los derechos de pasaporte de la UE. Arriba hay una lista de países de la UE que tienen acceso a Deriv.com a través de los derechos de pasaporte de la UE.",
+ "-430532854": "Deriv Investments (Europe) Limited - W Business Center, Nivel 3, Triq Dun Karm, Birkirkara BKR 9033, Malta – tiene licencia de Malta (<0>licencia núm. IS/701560>) y está autorizada por la Autoridad de Servicios Financieros de Malta en virtud de la Ley de Servicios de Inversión para proporcionar servicios de inversión en la Unión Europea.",
+ "-2051445931": "Los clientes de la Unión Europea que quieran operar con instrumentos financieros pueden tener cuentas en Deriv Investments (Europe) Limited.",
"-112814932": "Deriv (FX) Ltd",
+ "-246692869": "Deriv (FX) Ltd – F16, Nivel 1, Paragon Labuan, Jalan Tun Mustapha, Labuan 87000, Malasia – tiene la licencia de la Autoridad de Servicios Financieros de Labuan (<0> núm. de licencia MB/18/00240>).",
"-1474169625": "Los clientes en el resto del mundo (excepto en países restringidos como EE. UU., Canadá y Hong Kong) que deseen operar con CFD en forex y criptomonedas pueden tener cuentas Financiera STP DMT5 bajo Deriv (FX) Ltd.",
"-2019617323": "Deriv (BVI) Ltd",
+ "-689442324": "Deriv (BVI) Ltd – Kingston Chambers, P.O. Box 173, Road Town, Tortola, Islas Vírgenes Británicas – está regulada por la Comisión de Servicios Financieros de las Islas Vírgenes Británicas (<0>núm. de licencia SIBA/L/18/11140>).",
+ "-1186445863": "Los clientes en el resto del mundo (excepto en países restringidos como EE.UU., Canadá y Hong Kong) que deseen operar con CFD en instrumentos financieros, incluyendo criptomonedas, pueden tener cuentas Financiera STP DMT5 bajo Deriv (BVI) Ltd.",
"-1089385344": "Deriv (SVG) LLC",
"-951213826": "Deriv (SVG) LLC se encuentra en Edificio Hinds, Kingstown, San Vicente y las Granadinas (número de empresa 273 LLC 2020).",
"-1179448605": "Deriv Limited",
@@ -2555,7 +2873,6 @@
"-976479290": "No puede utilizar las funciones de stop loss y cancelación del contrato al mismo tiempo.",
"-1088149692": "Esto es para protegerlo de la pérdida de su dinero cuando utiliza la cancelación del contrato. Con la cancelación del contrato, puede reclamar el monto total de su inversión si cancela su contrato hasta una hora después de abrir la posición. El stop loss, por otro lado, cerrará su contrato con pérdidas si el mercado se mueve en contra de su posición. Sin embargo, una vez que expire la cancelación del contrato, puede establecer un nivel de stop loss en el contrato abierto.",
"-993588400": "No puede utilizar las funciones de take profit y cancelación del contrato al mismo tiempo.",
- "-1980078854": "¿Qué son los multiplicadores?",
"-715015407": "Los multiplicadores de Deriv combinan la ventaja de las operaciones con apalancamiento con el riesgo limitado de las opciones. Esto significa que cuando el mercado se mueva a su favor, multiplicará sus ganancias potenciales. Si el mercado se mueve en contra de su predicción, sus pérdidas se limitan solo a su inversión.",
"-2055316208": "<0>Sin un multiplicador0>, si el mercado sube un 25%, obtendrá un 25% *100$ = <1>25$ de ganancia<1>.",
"-222486173": "Si el mercado sube un 25% <0>con un multiplicador x50>, ganará 25% * 100$ * 5 = <1>125$ de ganancia1>.",
@@ -2578,20 +2895,18 @@
"-1784561307": "4. Inversión",
"-1662723022": "Ingrese el monto de su inversión para recibir una cotización de pago al instante. Alternativamente, puede configurar su pago preferido para recibir una cotización de precio del monto de la inversión correspondiente.",
"-53990004": "5. Obtener cotización",
- "-1120317207": "En base a la posición que haya definido, verá automáticamente el valor del pago potencial o de la inversión potencial requerida para abrir su posición.",
+ "-1120317207": "Según la posición que haya definido, verá automáticamente el valor del pago potencial o de la inversión potencial requerida para abrir su posición.",
"-1523116280": "6. Compre su contrato",
"-1814731175": "Realice su orden de inmediato si le satisface la cotización que ha recibido. De lo contrario, continúe personalizando los parámetros y compre el contrato cuando la cotización sea de su agrado.",
"-70734399": "Mercados disponibles para operaciones con opciones",
- "-665093371": "Participe en el mercado financiero más grande del mundo. Opere con opciones digitales y Call/Put Spreads en pares de forex mayores, menores e inteligentes (SmartFX).",
+ "-665093371": "Participe en el mercado financiero más grande del mundo. Opere con opciones digitales y Call/Put Spreads en pares de forex mayores, menores y SmartFX.",
"-1118959399": "Opere con opciones digitales, retroactivos y Call/Put Spreads 24/7 en nuestros índices sintéticos que están libres de interrupciones del mundo real.",
"-236676606": "Opere con opciones digitales en acciones e índices y obtenga ganancias de los movimientos de precios en nuestra competitiva gama de activos.",
"-1192024363": "Especule sobre los movimientos de precios de las principales materias primas del mundo: plata, oro, petróleo y energía.",
"-1421344186": "Opciones para operar en Deriv",
"-412753503": "Las opciones de retroactivos solo están disponibles en índices sintéticos.",
- "-922253974": "Alza/Baja",
"-513919250": "Si selecciona \"Inferior\", ganará el pago si el precio de salida es estrictamente inferior al punto de entrada.",
"-780207001": "Si selecciona \"Permitir iguales\", usted ganará si el punto de salida es superior o igual al punto de entrada en el caso de un contrato \"Superior\". Del mismo modo, usted ganará si el punto de salida es inferior o igual al punto de entrada en un contrato \"Inferior’.",
- "-1361254291": "Superior/Inferior",
"-1813951531": "Si selecciona \"Inferior\", ganará el pago si el punto de salida es estrictamente inferior a la barrera.",
"-1350745673": "Si el punto de salida es igual a la barrera, no recibirá el pago.",
"-1673960856": "Finaliza dentro/Finaliza fuera",
@@ -2599,10 +2914,8 @@
"-1039129655": "Si selecciona \"Finaliza fuera\", ganará el pago si el precio de salida es o bien estrictamente superior a la barrera superior o bien estrictamente inferior a la barrera inferior.",
"-1326361265": "Permanece dentro/Sale",
"-248048003": "Si selecciona \"Sale\", ganará el pago si el mercado toca o bien la barrera superior o la inferior en cualquier momento durante el plazo del contrato.",
- "-330437517": "Iguales/Diferentes",
"-972537755": "Si selecciona \"Iguales\", ganará el pago si el último dígito del último tick coincide con su predicción.",
"-1754746990": "Si selecciona \"Diferentes\", ganará el pago si el último dígito del último tick no coincide con su predicción.",
- "-657360193": "Encima/Debajo",
"-1163143636": "Si selecciona \"Debajo\", ganará el pago si el último dígito del último tick es menor a su predicción.",
"-878562744": "Si usted selecciona \"Reset-Call\", gana el pago si el punto de salida es estrictamente más alto que el punto de entrada o el punto en el momento del reset.",
"-1521910502": "Si usted selecciona \"Reset-Put\", gana el pago si el punto de salida es estrictamente más bajo que el punto de entrada o el punto en el momento del reset.",
@@ -2646,8 +2959,8 @@
"-677909341": "Calculadora de pip",
"-49073844": "PnL margen",
"-851716014": "Estime el nivel de stop loss y/o take profit, así como el monto del stop loss y/o take profit de su contrato para mitigar el riesgo en caso de que el precio de mercado se mueva en su contra.",
- "-1885648153": "Pruebe la calculadora para PnL de multiplicadores",
- "-1382112538": "PnL multiplicadores",
+ "-1885648153": "Pruebe PnL para calculadora de multiplicadores",
+ "-1382112538": "Multiplicadores PnL",
"-1939560439": "Herramientas para traders",
"-626406870": "flecha derecha",
"-1091456569": "Nuestra calculadora de margen le ayuda a estimar el margen necesario para mantener sus posiciones abiertas durante la noche en Deriv MT5 (DMT5).",
@@ -2655,7 +2968,7 @@
"-345754673": "Símbolo",
"-781132577": "Apalancamiento",
"-1602388198": "Calcular",
- "-1316977167": "El margen requerido para un contrato en DMT5 se calcula en base a la fórmula:",
+ "-1316977167": "El margen requerido para un contrato en DMT5 se calcula según la fórmula:",
"-466684429": "Por ejemplo, si está operando con el par de divisas USD/CHF, el requisito de margen se calculará en francos suizos (CHF), que representa la divisa de cotización. Por otro lado, si está operando con Índice de Volatilidad 75, entonces el requisito de margen se calculará en dólares estadounidenses (USD), que representan la denominación del activo subyacente: Índice de Volatilidad 75.",
"-2059243605": "Ejemplo de cálculo",
"-698899575": "Supongamos que desea operar dos lotes de EUR/USD con un precio de activo de 1,10 USD y un apalancamiento de 100.",
@@ -2678,14 +2991,14 @@
"-213618448": "Pips de stop loss",
"-544680075": "Pips de take profit",
"-168442931": "Cómo calcular el nivel de stop loss y/o take profit y el valor de pip",
- "-1809222492": "El nivel de stop loss y/o take profit y el valor de pip al comprar un contrato en Deriv MT5 (DMT5) se calcula en base a la fórmula:",
+ "-1809222492": "El nivel de stop loss y/o take profit y el valor de pip al comprar un contrato en Deriv MT5 (DMT5) se calcula según la fórmula:",
"-1812417493": "<0>Nivel de stop loss y/o take profit = precio del activo + {cantidad de stop loss O take profit ÷ (volumen × tamaño del contrato)}0>",
"-1143464033": "<0>Valor de pip de stop loss y/o take profit = |(nivel de stop loss O take profit - precio del activo) | ÷ valor en puntos0>",
"-315796508": "El nivel de stop loss y/o take profit le ayuda a gestionar su riesgo cuando compra un contrato.",
"-1379496268": "fórmula de nivel de stop loss",
"-1570594952": "El tamaño del contrato es un lote estándar de forex = 100.000 unidades.",
"-60537394": "Valor de pip de stop loss",
- "-1909913545": "El nivel de stop loss y/o take profit y el valor del pip al vender un contrato en Deriv MT5 (DMT5) se calcula en base a la fórmula:",
+ "-1909913545": "El nivel de stop loss y/o take profit y el valor del pip al vender un contrato en Deriv MT5 (DMT5) se calcula según la fórmula:",
"-392931369": "fórmula de nivel de take profit",
"-472188534": "El tamaño del contrato es un lote estándar de Índice de Volatilidad 50 = 1.",
"-195404006": "Valor de pip de take profit",
@@ -2752,7 +3065,7 @@
"-515732698": "Director de Riesgos",
"-864130274": "Responsable de Cuentas",
"-234962411": "Quiénes Somos | Una Plataforma de Operaciones en Línea | Deriv.com",
- "-355907358": "Deriv.com, una marca de Binary.com, es una plataforma pionera y galardonada de trading online en el mercado comercial.",
+ "-719133900": "Deriv es una plataforma de negociación en línea pionera y galardonada que ofrece una amplia selección de derivados para que cualquier persona pueda operar en cualquier lugar.",
"-599033718": "Deriv no usa su dinero para sus intereses comerciales y se le permite retirar su dinero en cualquier momento. Todo su dinero está segregado y almacenado en instituciones financieras seguras. De esta manera, en el improbable caso de que Deriv se vuelva insolvente, todo su dinero le será devuelto porque nunca se mezcla con el nuestro.",
"-392665367": "Ayuda cuando la necesita",
"-367457070": "Deriv facilita que cualquiera pueda comenzar a operar, comprender el riesgo y tomar mejores decisiones comerciales. Nuestras herramientas y plataformas tienen instrucciones claras y simples y son intuitivamente fáciles de navegar. También ofrecemos regularmente noticias de mercado, análisis, seminarios web, libros electrónicos, video tutoriales y artículos del centro de ayuda para ayudarle a mantenerse informado y convertirse en un mejor trader.",
diff --git a/src/translations/fr.json b/src/translations/fr.json
index f4ad03b93bb..90f3e633bac 100644
--- a/src/translations/fr.json
+++ b/src/translations/fr.json
@@ -1,18 +1,23 @@
{
"1292590": "Que dois-je faire ensuite?",
"2474877": "Pour modifier votre mode de paiement, veuillez nous contacter via <0>livechat0>.\n",
+ "4506932": "How do I add a Deriv X account?",
+ "7128051": "How can I adjust or remove my self-exclusion limits?",
"7228511": "Déterminez votre commission par transaction, sous réserve de nos seuils établis.",
+ "11019706": "Your available balance for Deriv P2P may not reflect your entire Deriv balance. This is because deposits made via some payment methods won’t be available for Deriv P2P. See <0>Why is my Deriv P2P balance different from my Deriv account balance?0> for more info.",
"13119092": "clients",
+ "15238581": "Go to the first item in the media gallery and click <0>Get media0> code.",
"17217397": "Cryptomonnaie",
"19552684": "Panier USD",
"21294053": "Depuis 1999, le groupe a servi les traders du monde entier avec intégrité et fiabilité. Nous respectons toujours les normes éthiques et les exigences réglementaires les plus élevées.",
"22146527": "Plateforme sécurisée et réactive",
+ "22354933": "Your money is held in secure financial institutions and is always available to you, should you wish to withdraw. We don't use your money for our business purposes.",
"22418565": "échangé à ce jour",
"22995280": "La plateforme pour débuter. Puissante mais facile à utiliser.",
- "23846717": "Vous pourrez retirer le montant du bonus une fois que le volume de transactions de votre compte excédera une valeur égale à 25 fois la valeur du bonus.",
"24763773": "Sony Group Corp",
"24900606": "Panier Or",
"26480598": "Généralités",
+ "26596220": "Finance",
"27830635": "Deriv (V) Ltd",
"28675270": "Directeur financier",
"31131715": "Explorer Deriv.com",
@@ -21,11 +26,12 @@
"34997376": "Dériv en chiffres",
"39296052": "Comment promouvoir Deriv.com?",
"39595561": "Visualiser les performances de votre bot lors de l'exécution de chaque transaction et recevoir des notifications via Telegram.",
- "39720204": "Indice AUD",
+ "40232884": "Ensure that you make payment to the correct seller within 2 hours.",
"45577689": "Gagnez des commissions sur les transactions de vos clients sur DMT5.",
- "48076235": "Oui. Vous pouvez faire une demande pour augmenter votre limite journalière via live chat sur notre site web et nous vous répondrons par email. ",
"48132512": "Rejoignez-nous et développez-vous avec nous.",
+ "48469443": "Complete <0>this form0>, and we'll get in touch with you in a couple of days. You'll need a real Deriv trading account, too. If you don't have one, sign up <1>here1>.",
"49026512": "Découvrez l'expérience DMT5",
+ "49321507": "Do you offer micro forex pairs on Deriv MT5?",
"50586010": "Binary.com est rebaptisé Deriv.com et voici ce que cela signifie pour les partenaires",
"53801223": "Hong Kong 50",
"54033225": "0.10",
@@ -34,13 +40,15 @@
"55394707": "Pour les inscriptions à une application mobile, inscrivez comme code du courtier sur <0>Deriv Limited0>.\n",
"56714378": "Questions fréquentes - Deriv X",
"57395040": "Valeur en points",
+ "57885236": "Your card issuer may have blocked your transaction. Please contact your card issuer to check.",
"59521256": "Page non trouvée",
"59678480": "5 - 3 000",
"60772773": "USD/RUB",
"61663093": "Indices Continus",
- "68536923": "Pour le forex, une transaction pour 1 lot d'EUR/USD paiera 5 EUR de commission sur la base de la formule suivante:",
+ "67611998": "How can I deposit funds into my Deriv MT5 real money account?",
"70604999": "Les indices jump étant synthétiques, vous pouvez les trader 24h/24 et 7j/7, 365 jours par an.",
"71016232": "OMG/USD",
+ "71263224": "How can I cancel my withdrawal?",
"71535160": "Calculez les frais au jour le jour toutes les positions ouvertes. Les frais peuvent être positifs ou négatifs en fonction de votre taux de swap.",
"71650838": "Parlez simplement et sans détours, et ne vous cachez pas derrière l'ambiguïté.",
"71969952": "Quels autres changements verrai-je?",
@@ -52,38 +60,43 @@
"82730484": "Un fournisseur de services de paiement qui offre un moyen simple de transférer de l'argent, de recevoir des paiements et de payer en ligne.",
"83067481": "Notre site de suivi : t.deriv.com",
"84123624": "Programmes de partenariat | Deriv",
+ "85248718": "Memorandum and articles of association",
"87901857": "Requêtes arbitraires sur une base de données de production",
"90275414": "Trading<0/>facilite<0/>",
"94912230": "Biélorussie",
"97694950": "Tradez judicieusement et ne laissez pas vos émotions influencer vos décisions. Ne tradez pas lorsque vous êtes fatigué ou sous l'influence de l'alcool.\n",
"102299592": "Comment calculer un niveau de Stop Loss et/ou Take Profit ",
+ "105613424": "What is the minimum amount to open a position on Deriv MT5?",
+ "106291991": "Frequently asked questions - Multipliers",
"109865596": "Profitez du trading le week-end sur Deriv et tirez le meilleur parti de vos transactions",
"110140669": "Si vous êtes un trader professionnel, le service de signaux de trading MT5 vous permet de partager vos stratégies avec d'autres traders gratuitement ou moyennant des frais d'abonnement que vous déterminez. Lorsque les traders souscrivent à votre signal, vos trades sont automatiquement répliqués sur leurs comptes chaque fois que vous effectuez un trade.\n",
"113378532": "ETH/USD",
- "113428590": "Deriv (V) Ltd (<0>voir la licence0>) - 1276, Kumul Highway, Port Vila, Vanuatu - est agréé par la Vanuatu Financial Services Commission, et est un membre de l '<1>Association des marchés financiers<1/>.\n",
"117273069": "<0>Wall Street 300> suit la performance boursière des 30 meilleures sociétés cotées aux États-Unis.",
+ "117920584": "As per <0>our terms0>, we only allow one account per client, which you can open in the currency of your choice (either fiat or crypto). If you want to trade with other currencies, you can add multiple cryptocurrency accounts to your profile.",
"119888059": "Qui peut souscrire",
+ "121961018": "If you're residing in the EU or UK, <0>contact us via live chat0>, and we'll help you with it.",
"122171127": "Tadez les multiplicateurs sur les indices synthétiques 24h/24, 7j/7, 365 j/an. Tradez des multiplicateurs sur le forex 24h/24, les jours de semaine.",
"123005346": "Pas d'obstacles artificiels aux retraits des clients",
"123291381": "À quoi sert le rebranding?",
"125131030": "Merci de vous être abonné à la Deriv Academy",
- "132574588": "Dans le <0>tableau de bord Deriv X0>, sélectionnez le type de compte à ouvrir (Réel ou Démo) et cliquez sur \"Ajouter un compte\". Suivez les instructions à l'écran pour créer un nouveau compte Deriv X.",
"135210620": "Deriv est <0>réglementé0> par plusieurs entités, dont la Malta Financial Services Authority (MFSA), la Labuan Financial Services Authority (Labuan FSA), la Vanuatu Financial Services Commission (VFSC) et la British Virgin Islands Financial Services Commission. .\n",
"138055021": "Indices synthétiques",
"140083133": "Déposez sur votre compte. Commencez à trader sur l'application mobile, l'application de bureau ou le navigateur Web.\n",
+ "141909159": "You’ll be brought back to the Cashier page. Click <0>Review pending0> and select the transaction that you'd like to cancel.",
"143734792": "\nConditions régissant la conservation et le transfert de fonds dans Deriv et les bonus que vous pourriez obtenir",
"144377171": "Limites de retrait quotidiennes",
"146650698": "Emmenez-moi à DP2P\n",
"148382928": "American Airlines Group Inc",
"150593055": "Échangeurs de devises",
+ "152299772": "Why should I join your affiliate programme?",
"152524253": "Tradez sur les marchés mondiaux sur notre plateforme simple et renommée.",
"154463429": "Notre expérience de trading en mode démo représente le trading en argent réel, notamment en ce qui concerne les prix des contrats et les restrictions de trading.",
- "156791387": "Allez sur <0>DMT5 dashboard0> et cliquez sur <1>Mot de passe1> bouton de ce compte DMT5.",
"159321990": "Tradez le forex en ligne avec Deriv. Ouvrez un compte démo et profitez d'un large éventail de paires de devises sur nos plateformes de trading réactives et intuitives.",
"159937924": "RTS28 2020",
"161870324": "Choisissez les meilleurs tarifs et passez une commande, ou créez une annonce pour les tarifs que vous souhaitez.",
"163040015": "Rejoignez les programmes d'affiliation et IB de Deriv et ayez la chance d'être partenaire avec un courtier de trading en ligne de confiance.",
"166309424": "Zéro frais avec des paiements mensuels et quotidiens rapides",
+ "167985771": "You can unsubscribe by going to the <0>Personal details0> page. Uncheck the checkbox that says \"Get updates about Deriv products, services and events.\" at the bottom of the page, and click <1>Submit.1>",
"171302334": "Dans ce scénario, vous définissez le niveau de stop loss à <0>-7.23 USD0>.",
"171586173": "Découvrez les opportunités de carrière chez Deriv dans nos bureaux à travers le monde.",
"171638706": "Variables",
@@ -93,7 +106,6 @@
"178716803": "Exécutez le bot",
"179737767": "Notre fameuse plateforme de trading d'options.",
"180412186": "Prévoyez si le point de sortie sera strictement supérieur ou inférieur au point d'entrée à la fin de la période du contrat.",
- "181253755": "Quelles sont mes limites de trading?",
"181316740": "Cela dépend du type de trade. Pour le savoir, faites un clic droit sur l'actif spécifique et sélectionnez \"Instrument info\".",
"182438100": "Questions fréquentes - DBot",
"187267434": "Ensuite, cliquez sur «Enregistrer» dans la barre d'outils en haut de l'espace de travail. Vous pouvez choisir d'enregistrer sur votre ordinateur ou sur votre Google Drive. Votre stratégie sera enregistrée au format XML.",
@@ -101,6 +113,8 @@
"193611235": "Échangez en quelques minutes. Moins d'attente, plus de trading. Déposez et retirez en quelques minutes.",
"194431525": "Fournir une expérience de démonstration représentative",
"194961269": "Fonctionnement des contrats d'options",
+ "198087093": "Digital options allow you to predict the price movement of underlying assets without actually owning them. With digital options, you open a position based on your prediction, with a set duration that closes your position automatically. You'll earn a profit if your position is closed when the price is in your favour.",
+ "198900889": "Can I open more than one Deriv account?",
"200040108": "Zéro",
"202417731": "Marché des matières premières | Trading des matières premières | Deriv",
"202712649": "Options de dépôt et de retrait rapides et sécurisées",
@@ -116,7 +130,6 @@
"222070679": "Nous déposerons vos commissions directement sur votre compte dès que possible après le 15 de chaque mois.",
"223659990": "Commission par lot (1 lot standard équivaut à 100k unités)",
"224650827": "IOT/USD",
- "224785887": "Des détails sur l'étendue de notre autorisation et de la réglementation par la Financial Conduct Authority sont disponibles sur demande.",
"227166061": "Deriv.com est-il sécurisé?",
"228957856": "Supposons que vous souhaitiez conserver 0,01 lot d'indice Volatility 75 avec un prix d'actif de 400 000 USD et un taux de swap de -7,5 ouvert pendant une nuit.",
"230596356": "Personnalisez votre stratégie DBot",
@@ -124,9 +137,12 @@
"231711709": "Tradez à tout moment",
"231722280": "Quelles sont les matières premières?",
"232837971": "Qu'est-ce qu'une stratégie rapide et comment l'utiliser?",
+ "233475101": "Read <0>this article0> to learn more about trading CFDs on Deriv.",
+ "234782678": "You can reset your affiliate password <0>here0>.",
"236080779": "Graphiques riches en fonctionnalités",
"236845507": "Que sont les contrats sur la différence (CFD)?",
"239216026": "XMR/USD",
+ "239395164": "Deriv (V) Ltd - 1276, Kumul Highway, Port Vila, Vanuatu - est autorisé par la Vanuatu Financial Services Commission et est membre de la <1>Financial Markets Association<1/>.",
"241331061": "Deriv GO est vraiment bien ! Je cherchais une application comme celle-ci qui soit facile à utiliser.",
"242139148": "PARTENAIRE",
"242356757": "Envoyer un rapport",
@@ -135,11 +151,14 @@
"246106761": "J'ai oublié mon mot de passe, que dois-je faire ?",
"247341426": "Parcourez, trouvez et postulez pour des emplois dans les secteurs informatique, juridique et comptabilité dans notre bureau de Labuan.",
"248446741": "Prédisez quelle sera le tick le plus élevé ou le plus bas d'une série de cinq tiques.",
+ "250681139": "How do I log in to Deriv X?",
"253813203": "12+ indices mondiaux",
"255124284": "HKD/JPY",
"256855210": "Un service de dépôt et de retrait peer-to-peer rapide et sécurisé.",
"256942335": "Opportunités de revenus multiples et commissions généreuses",
+ "257449963": "Follow these steps to see your earnings:",
"258310842": "Espace de travail",
+ "261542396": "We'll credit your commission for the previous month into your trading account after the 15th of every month. As an affiliate, you’ll earn commission when your referred clients trade on options and multipliers. To earn from your clients' MT5 trades, you'll need to sign up as an introducing broker. (see <0>How do I sign up as an introducing broker (IB)?0>)",
"262590832": "Ouvrez des positions longues et courtes, selon votre stratégie de trading préférée.",
"263232709": "1 - 2 jours ouvrables",
"264391901": "Profitez de marchés synthétiques qui imitent l'excitation des marchés du monde réel sans perturbations imprévisibles du monde réel.",
@@ -148,20 +167,23 @@
"267527172": "Le compte DMT5 Standard offre aux nouveaux traders expérimentés un effet de levier élevé et des spreads variables pour une flexibilité maximale. Le compte DMT5 Advanced est un compte 100% A Book où vos transactions sont directement transmises au marché, vous donnant un accès direct au forex fournisseurs de liquidité. Le compte DMT5 Synthetic Indices vous permet de négocier des contrats sur différence (CFD) sur des indices synthétiques qui imitent les mouvements du monde réel. Il est disponible pour le trading 24/7 et soumis à un audit par un tiers indépendant.\n",
"268108542": "1. Sélectionnez \"Google Drive\" et cliquez sur \"Continuer\".",
"271560771": "Entrez le montant avec lequel vous souhaitez trader.",
+ "272283021": "You can now log in to Deriv MT5 with your new password.",
"274268819": "Indice de volatilité 100",
+ "274392779": "the Labuan Financial Services Authority",
"275116637": "Deriv X",
"276341434": "Dans le cadre du changement de marque, l'URL de connexion de votre affilié changera.",
+ "276482397": "No, you can't.",
"276645072": "2. Sélectionnez votre compte Google et accordez l'autorisation nécessaire à DBot pour accéder à votre Google Drive.",
"278499050": "Utilisez votre monnaie locale afin de déposer et retirer depuis votre compte Deriv.",
"281247370": "Calculateur de Marge\n",
+ "286879509": "When do I need to verify my account?",
"287556583": "La valeur du pip pour un contrat sur DMT5 est calculée en fonction de cette formule:",
"288004682": "Pas de commissions ou autres frais cachés.",
"288719886": "République tchèque",
"289008060": "Facebook",
"289731075": "Commencer",
"291605393": "Grèce",
- "298511755": "Cela arrive généralement aux clients qui déposent chez nous pour la première fois en utilisant leur carte de crédit. Veuillez demander à votre banque d'autoriser les transactions avec «Deriv».",
- "300084741": "Un contrat sur la différences (CFD) est un contrat qui paie la différence entre la valeur d'un actif au moment de l'ouverture d'une transaction et sa valeur à la clôture de la transaction.",
+ "292497263": "Click on your account balance and click <0>Add or manage account.0>",
"300201586": "Ouvrez un compte démo sur Deriv et entraînez-vous avec un montant illimité de fonds virtuels sur nos plateformes primées.",
"305547463": "Fonctions faciles à utiliser",
"306846388": "Le commerce en ligne est passionnant mais comporte des risques et peut entraîner une dépendance. Chez Deriv, nous veillons aux meilleurs intérêts de nos clients et les encourageons à pratiquer<0>un trading sécurisé et responsable0>. Si vous êtes nouveau dans ce domaine, vous pouvez également vous entraîner à trader avec des fonds virtuels illimités avant de risquer votre argent.",
@@ -176,9 +198,9 @@
"318239044": "Pfizer",
"318433321": "Instruments disponibles pour le trading d'options",
"318815297": "Tradez comme vous le souhaitez",
+ "319619035": "Will my inactive Deriv MT5 account be deactivated even though I still have a balance?",
"319934137": "Indices<0>0>Européens",
"320565687": "<0>Panier Or0> mesure la valeur de l'or par rapport à un panier de cinq devises mondiales (EUR, GBP, JPY, AUD, USD), chacune pondérée de 20%.",
- "322580327": "Vous pouvez discuter avec le trader avec lequel vous avez affaire via le chat in-app pour résoudre le conflit. Si les deux parties ne parviennent pas à conclure un accord, vous pouvez nous contacter via la fonction de résolution des conflits dans l'application. Nous prendrons contact avec les parties concernées et nous nous efforcerons de régler le différend le plus rapidement possible.",
"323564058": "Paiements simplifiés. Un moyen rapide et fiable de déposer des fonds dans votre devise locale.",
"325128398": "3. Durée",
"326242312": "Volume en lots",
@@ -186,12 +208,13 @@
"332441329": "Interim | DMT5",
"332961148": "Comment puis-je ajouter, supprimer ou modifier mes modes de paiement acceptés?",
"335040248": "À propos",
- "336359962": "Un frais dormant est un montant imputé à tout compte qui n'a pas effectué de transaction sur une période continue de 12 mois.",
+ "337214156": "What are the differences between the Deriv MT5 Synthetic, Financial, and Financial STP accounts?",
"337900732": "Danemark",
"339084000": "LÉGAL",
"339879944": "GBP/USD",
"341589956": "Air France KLM SA",
"342146000": "<0>Enregistrement sur votre ordinateur0>",
+ "342722863": "\n Learn more about our commission plans on <0>our Affiliate and IB Programme page0>.",
"343021270": "Tradez avec un vrai compte CFD. Accédez à l'effet de levier et tradez des positions supérieures à votre capital existant.",
"343586987": "Dans ce scénario, vous définissez le niveau de take profit à <0>6.83 USD0>.",
"349098817": "Quoi de neuf sur Deriv.com?",
@@ -202,6 +225,7 @@
"354260859": "Tradez avec un vrai compte Deriv MT5 (DMT5) ou Deriv X et accédez à un effet de levier élevé pour négocier des positions plus importantes que votre capital actuel.",
"355340164": "Plateforme de trading en ligne Deriv X",
"358838306": "Vice-président du support client",
+ "358998585": "The Deriv MT5 Financial STP account offers CFDs on forex and cryptocurrencies, with lower leverage than the Financial account. This is a 100% A-book account, so your trades pass straight through to the market, giving you direct access to liquidity providers. This account also offers 24/7 trading on cryptocurrencies.",
"361051814": "Supposons que vous souhaitiez calculer le niveau take profit et la valeur du pip lorsque vous voulez vendre 3 lots de l'indice Volatilité 50 au prix de 249.5961 USD avec un montant de take profit de 84 USD.",
"361599549": "Une facilité de paiement qui permet des virements bancaires en ligne pour des clients aux Philippines. Disponible pour les dépôts et les retraits.",
"365224830": "Trading de panier d'indices en ligne | Compte de démonstration de trading de panier d'indices | Deriv",
@@ -218,6 +242,7 @@
"376677604": "Tout cela est disponible sur notre plateforme DMT5",
"378043056": "Chacun de ces indices reproduit la performance des principales sociétés cotées en bourse sur le marché financier de la région Asie/Océanie.",
"378788991": "De nouveaux indices synthétiques sont désormais disponibles sur DTrader et Deriv MT5 (DMT5)",
+ "379401010": "Partners",
"379730266": "Le paiement de la commission pour tous les actifs sera converti dans votre devise de dépôt en fonction du dernier taux de change.",
"383145223": "Ebook Stocks",
"386443705": "Comment et quand vais-je recevoir mes commissions IB Deriv?",
@@ -226,14 +251,15 @@
"390647540": "Compte réel",
"392031899": "Bientôt disponible",
"392840594": "Pour toute demande concernant nos programmes d'affiliation et IB",
+ "393215173": "the British Virgin Islands Financial Services Commission",
"393841045": "<0>Note:0>",
"393899903": "Vous ne pouvez servir les clients de Deriv que dans votre pays de résidence.",
- "394545276": "Vous pouvez déposer ou retirer un minimum de 5 USD / EUR / GBP / AUD en utilisant des portefeuilles électroniques. Les autres modes de paiement auront des montants minimums différents.",
"395057342": "Qui sommes-nous",
"396609660": "Remplissez le formulaire avec les informations d'identification de votre compte Deriv MT5. Dans le champ <0>Broker0>, saisissez le nom du serveur de votre compte : <1/> <0>- Deriv-Demo0> si votre signal est destiné aux comptes de démonstration uniquement <1/> <0>- Deriv-Server0> ou <0>Deriv-Server-020> si votre signal est destiné aux comptes réels uniquement <1/>.\n(Vous pouvez trouver le nom du serveur du compte sur votre <2>Deriv MT5 dashboard2>).\n",
"396992773": "Deriv est le meilleur broker au monde à ce jour en termes d'actifs offerts, de facilité de retrait et de dépôt, ainsi que d'autres services. Continuez à nous offrir le meilleur, Deriv !",
"397235089": "Découvrez les marchés que vous pouvez trader en ligne avec Deriv, notamment le forex, les indices synthétiques, les actions et indices, les cryptomonnaies et les matières premières.",
"398319738": "Qu'est-ce que DMT5?",
+ "399948438": "Click <0>Create new ad0>.",
"400968378": "emplacements",
"406075956": "Si vous sélectionnez \"Impair\", vous gagnerez le paiement si le dernier chiffre du dernièr tick est un nombre impair (c'est-à-dire 1, 3, 5, 7 ou 9).",
"408925924": "Jusqu'à x1000",
@@ -247,6 +273,7 @@
"419208082": "Notre plateforme de trading CFD par MetaQuotes : trade.mql5.com",
"419648873": "Négociez dès maintenant les actions mondiales et les indices boursiers sur notre plateforme DMT5.",
"420161092": "Soyez parmi les premiers à essayer Deriv.com",
+ "421158556": "You may refer to <0>our terms0> for more information. If you need help getting into your account, <1>contact us via live chat.1>",
"421232681": "Conditions additionnelles",
"422714856": "Pour votre information, ce rebranding a été inspiré par vous. Nous sommes ravis de vous orienter vers une nouvelle expérience de trading améliorée sur Deriv.com où vous pouvez échanger ce que vous voulez, quand vous voulez et comme vous le souhaitez.",
"424703192": "Les clients du reste du monde (à l'exception des pays restreints tels que les États-Unis, le Canada et Hong Kong) qui souhaitent négocier des CFD sur des instruments financiers peuvent avoir un compte DMT5 Financier et un compte Deriv X Financier sous Deriv (V) Ltd. Cette compagnie ne propose pas de CFD sur les crypto-monnaies.",
@@ -267,8 +294,11 @@
"439798157": "Importer la strategie",
"441557166": "Deriv X - une plateforme de trading de CFD multi-actifs disponible sur Deriv",
"442177402": "Paires de cryptomonnaies",
+ "443594501": "For your Deriv MT5 and Deriv X real accounts, log in to close any open positions.",
+ "443887309": "Your credit card balance may be insufficient.",
"447476086": "Rapport <0>pays0>: affiche une liste des pays d'où proviennent vos clics",
"447711315": "Prise de contrôle d'un sous-domaine",
+ "448874206": "If you have active orders, keep the app open (either on your phone or computer) until your orders are completed. Try to complete your orders within 2 hours.",
"448985812": "0-19,999%",
"449277904": "Qu'est-ce que Deriv GO ",
"451624200": "XTZ/USD",
@@ -277,9 +307,9 @@
"455897892": "Ebook sur les cryptomonnaies",
"456825069": "Experts en trading",
"459886707": "Portefeuille électronique",
- "460766210": "Deriv Investments (Europe) Limited, W Business Centre, Level 3, Triq Dun Karm, Birkirkara BKR 9033, Malte, est agréé à Malte (<0>licence n ° IS/701560>) et réglementé par la Malta Financial Services Authority en vertu de la Loi sur les services d'investissement pour fournir des services d'investissement dans l'Union européenne. Il est également autorisé et soumis à une réglementation limitée par la Financial Conduct Authority au Royaume-Uni. Des détails sur l'étendue de notre autorisation et de la réglementation par la Financial Conduct Authority sont disponibles sur demande.",
"460878453": "5 - 10 000",
"465003790": "Identifiant DMT5",
+ "465522807": "<0>A signal provider0> \n Do you provide trading data for others to follow? Grow your community of traders and earn commission when they sign up and trade on our platforms.",
"467590240": "indices boursiers",
"469222213": "Cliquez sur l'onglet <0>Mes statistiques0> et sélectionnez votre fournisseur de signal.\n",
"473760456": "Nous nous exprimons clairement afin d'éviter toute ambiguïté, nous divulguons les clauses de tous les contrats et nous sommes clairs sur les risques liés aux transactions et sur la façon dont nous gagnons de l'argent.",
@@ -289,7 +319,8 @@
"476621330": "Ouverture d'un compte",
"479311128": "Ouvrez des trades à moindre coût et augmentez vos gains potentiels.",
"480442479": "Falsification de requête intersite (non critique)",
- "482031216": "Le Forex est le marché mondial décentralisé pour l'achat et la vente de devises.",
+ "481274667": "How can I withdraw funds from my Deriv MT5 real money account?",
+ "481411401": "Regulation",
"482369277": "Les programmes d'affiliation et d'IB de Deriv offrent des opportunités de revenus intéressantes. Gagnez des commissions sur les transactions de vos clients référencés sur nos plateformes.",
"486935836": "J'ai oublié le mot de passe de mon compte Google/Facebook/Apple. Comment puis-je me connecter à mon compte Deriv ?",
"487236738": "Comment est-ce calculé",
@@ -304,11 +335,13 @@
"494843334": "Vous pouvez trader des devises, des indices boursiers, des matières premières et des indices synthétiques sur DTrader.",
"495686884": "Pourquoi nous choisir pour votre trading en ligne | Deriv",
"497469280": "Notre objectif est de fournir à nos clients des systèmes fiables, avec un temps de fonctionnement élevé et une faible latence, même sur les réseaux de données mobiles à faible débit. Nous assurons une bonne sécurité et une compatibilité inter-appareils pour tous les principaux appareils de bureau et mobiles.",
- "497717591": "Quels moyens de paiement puis-je utiliser avec Deriv P2P ?",
+ "497567508": "Your Deriv MT5 history will be downloaded as an XML file.",
+ "497905436": "How do I check my available balance for Deriv P2P?",
+ "500999639": "Some trade types may not be available in certain countries.",
"501413836": "750+",
"501620507": "Comment cela affectera-t-il mes clients?",
"501763239": "Paires majeures",
- "502554477": "Quelles sont les différences entre les comptes d'indices synthétiques DMT5, financiers et financiers STP?",
+ "504465748": "We'll email you a verification link. Click that link and set a new password for your Deriv account.",
"506797447": "<0>Le panier EUR0> mesure la valeur de l'euro par rapport à un panier de cinq devises mondiales (USD, AUD, GBP, JPY, CAD), chacune pondérée de 20%.\n",
"509964491": "Tradez même lorsque la plupart des marchés financiers sont fermés",
"510309290": "Deriv X : Notre application de trading CFD par DevExperts (<0>Application Android0>, <1>application iOS1>)",
@@ -332,8 +365,8 @@
"527660774": "Outils de trading | Calculateurs de swap, de pip et de marge | Deriv",
"528858838": "Lead/USD",
"529056539": "Options",
+ "529597350": "Si vous aviez des positions ouvertes, nous les avons fermées et vous avons remboursé.",
"529901734": "Dans le trading de panier d'indices la variation de la valeur d'une monnaie est mesurée par rapport à un panier des monnaies les plus liquides du monde.",
- "533583221": "Les transferts sont instantanés. Une fois toutes les étapes terminées, le solde de votre compte DMT5 sera immédiatement mis à jour.",
"538228086": "Clôture-Bas",
"538682015": "Découvrez nos autres applications",
"539645627": "Notre objectif est de fournir des produits leaders sur le marché qui bénéficient de la confiance du monde entier.",
@@ -351,12 +384,14 @@
"555580651": "1. Dans le panneau à droite de l'espace de travail, cliquez sur \"Effacer les statistiques\".",
"557095822": "Cliquez sur le bouton <0>Renouveler0> pour renouveler le service ou sur le bouton <0>Se désabonner0> pour annuler l'abonnement.\n",
"558327984": "Le caclulateur pour multiplicateurs vous permet de déterminer le niveau de stop loss/take profit de votre trade, afin de minimiser vos pertes et maximiser vos gains. ",
+ "561889537": "A dispute was raised against you. Please <0>contact us0> via live chat for more info.",
"562246914": "L'exercice de changement de marque a été inspiré par vous, nos clients. Après 20 ans de service, nous sentons que nous vous comprenons mieux. Le changement de marque est pour nous l'occasion de mettre en œuvre une solution de trading en ligne améliorée pour répondre à tous vos besoins.",
"562528971": "Zinc/USD",
"562753315": "Guernesey | Notre bureau - Îles Anglo-Normandes | Deriv",
"566274201": "1. Marché",
+ "567739189": "Why do my Deriv MT5 positions always start with a loss?",
"568954877": "3. Vous ne pouvez vous abonner qu'à un seul fournisseur de signaux avec un seul compte DMT5 à la fois. Vous pouvez utiliser votre signal sur jusqu'à 3 ordinateurs.",
- "569354588": "Vous pouvez également gérer vos fonds par l'intermédiaire d'un agent de paiement si le service est disponible dans votre pays.",
+ "570656160": "You can use your Deriv MT5 demo account for as long as you want. However, if your account is inactive for 30 days, we'll deactivate it automatically.",
"575210404": "Envoyez ou recevez le paiement",
"575534504": "Faibles spreads",
"577779861": "Retrait",
@@ -369,6 +404,7 @@
"586006302": "<0>Plus/Moins:0> Prédisez si le dernier chiffre du dernier tick d'un contrat sera supérieur ou inférieur à un nombre spécifique.",
"586789100": "Choisissez parmi une variété de types de transactions personnalisables avec des mises aussi faibles que 0,35 $ et des durées aussi courtes qu'une seconde.",
"590858519": "Dites adieu aux frais de nuit, gardez vos positions ouvertes aussi longtemps que vous le souhaitez.*",
+ "593539508": "Yes, you can download the chart on DTrader (in .csv and .png) by clicking <0>Download0> on the toolbar on the left. ",
"593838951": "Diverses opportunités",
"595278941": "Prix de l'actif",
"595722471": "Le% de retour au joueur (RTP) pour les lookbacks pour un multiplicateur de durée de 1 et 1 m est d'environ 87% en moyenne.\n",
@@ -391,6 +427,7 @@
"622253642": "Gagnez du temps - pas besoin d'ouvrir, de surveiller et de clôturer les trades.",
"623188171": "Trader les crypto-monnaies et indices synthétiques à tout moment, même les weekends et jours fériés.",
"624256060": "Définissez des paramètres facultatifs qui vous donnent plus de contrôle sur vos transactions, y compris le stop loss, le take profit et l'annulation de transactions.",
+ "625438255": "Dans le cadre des changements apportés à nos offres de marché, nous allons fermer les comptes de nos clients britanniques.",
"627388563": "En savoir plus sur les CFD",
"627774646": "\nFluxo de renda adicional de assinaturas mensais.",
"627845959": "Points à garder à l'esprit lors du trading de multiplicateurs",
@@ -399,13 +436,11 @@
"631458864": "Activité de proximité",
"631607286": "Binary.com a changé de nom pour Deriv.com et voici tout ce que vous devez savoir",
"632409475": "TER/USD",
- "634033595": "DP2P est le service de dépôt et de retrait peer-to-peer de Deriv qui vous permet d'entrer et de sortir facilement de l'argent de votre compte Deriv via des transactions avec d'autres traders.",
"635121138": "Programmes d'Affiliation et d'IB | Deriv",
"635797490": "Interim | DBot",
"636070520": "3. Trader maintenant",
"636073620": "Abonnez-vous au service de signaux de trading Deriv MetaTrader 5, afin de copier les traders les plus performants ou bien, devenez un fournisseur de signaux et partager vos stratégies avec d'autres traders.",
"637013579": "Notre outil classique de \"glisser-déposer\" pour créer des robots de trading, avec des graphiques de trading contextuels, pour les utilisateurs avancés.",
- "639707096": "Les clients ne peuvent pas résider en Biélorussie, au Canada, à Hong Kong, en Israël, à Jersey, en Malaisie, à Malte, au Paraguay, au Rwanda, aux Émirats Arabes Unis, aux États-Unis ou dans un pays soumis à des restrictions et identifié par le Groupe d'action financière (GAFI) comme présentant des déficiences stratégiques.",
"640307277": "Vice-président Ingénierie",
"640405784": "Effectuez des dépôts facilement avec la solution de paiement par bons de caisse pour l'Afrique du Sud.",
"641347172": "Après le délai de traitement requis de votre méthode de paiement sélectionnée, vos fonds seront déposés sur votre compte personnel. Vous pouvez vérifier les délais de traitement sur notre page <0>Moyens de paiement0>.",
@@ -413,6 +448,7 @@
"642995056": "E-mail",
"643554455": "Consultez les questions fréquemment posées sur des sujets populaires pour obtenir des réponses rapides.\n",
"643810262": "Exploitation de problèmes de logique interactive pouvant causer des pertes aux clients",
+ "645317079": "We'll remove the <0>withdrawal limit0> once your account has been verified.",
"645902266": "EUR/NZD",
"645954408": "Lorsque le prix du marché grimpe à 8 700 USD, vous décidez de fixer le niveau de stop loss à 8 200 USD. Après quelques ticks, le prix baisse à 8100, dépassant votre niveau de stop loss. Votre contrat sera automatiquement clôturé à 8 100 USD.",
"646017912": "Notre application phare pour le trading d'options et de multiplicateurs.",
@@ -423,9 +459,11 @@
"654674908": "La stratégie Martingale est une technique de trading classique qui encourage les traders à doubler la taille du contrat après une perte afin que lorsqu'ils gagnent, ils regagnent ce qu'ils ont perdu.",
"655249194": "Deriv X est notre deuxième plateforme CFD, après MT5. Elle est dotée de nombreuses fonctionnalités et est conçue pour s'adapter à votre style de trading.",
"655519080": "Deutsche Bank AG",
+ "655902997": "You may reactivate your account by <1>logging in1> with your email address and password. If you're unable to do so, please <0>contact us via live chat0>, and we'll help you further.",
"658337631": "Vous avez un compte <0>Binary.com0>? Vous pouvez <1>vous connecter1> à <0>Deriv0> avec votre nom d'utilisateur et votre mot de passe <0>Binary.com0>",
"662679188": "DTrader | Plateforme de trading en ligne | Deriv",
"663180477": "Trading pour le client d'abord",
+ "665599274": "Fill up the form and click <0>Confirm0>.",
"665777772": "XLM/USD",
"666199378": "Accédez à un support client convivial 7 jours sur 7, à un centre d'aide et à d'autres contenus utiles.",
"666906792": "Effectuez des dépôts facilement à l'aide de votre mobile. Pour les clients au Ghana et en Ouganda.",
@@ -434,14 +472,15 @@
"672008428": "ZEC/USD",
"680204734": "Le montant minimum de retrait variera en fonction des derniers taux de change. Les chiffres indiqués ici ont été arrondis.",
"680953516": "MARCHÉS",
+ "682063263": "Your Deriv P2P account may be blocked for one of the following reasons:",
"682108610": "Que vous soyez un débutant ou un trader chevronné, notre expérience de trading est quelque chose que vous allez adorer.",
"682657885": "Accéder au tableau de bord Deriv X",
"683810917": "Vérifiez votre commission IB quotidienne",
"685027643": "L'onglet «Transactions» vous donne des informations plus détaillées sur chaque transaction, telles que la durée, la barrière, les heures de début et de fin, etc.",
"686385193": "Supposons que vous souhaitiez cacluler le niveau de take profit lorsque vous ouvrez une position sur l'indice Volatilité 100 dont le prix est de 3376.24 USD avec un investissement de 10 USD, un multiplicateur de x100 et un montant take profit de 7.54 USD en direction Down.",
"686387939": "Comment remettre à zéro mon journal de transactions?",
- "686417047": "DTrader vous permet de négocier plus de 50 actifs sous la forme d'options numériques, multiplicateurs et lookbacks.",
"688617121": "Effet de levier élevé",
+ "689068852": "Where can I see my ads?",
"689400450": "C'est le meilleur courtier du monde. Je le recommanderai à tout le monde, tous les jours, tout le temps. Leur support client est vraiment utile dans tous les domaines.",
"690238026": "Nous proposons une sélection d'outils de référence, notamment des bannières, des vidéos, des critiques et des annonces textuelles. Si vous souhaitez que certains outils soient personnalisés en fonction des exigences de votre site, veuillez contacter votre responsable de compte à <0>affiliates@deriv.com0>.\n",
"690959930": "Réinitialiser le mot de passe | Deriv",
@@ -452,6 +491,7 @@
"700128691": "Nous sommes résolus dans notre engagement d'offrir des normes éthiques élevées. Découvrez d'autres raisons pourquoi Deriv est le choix des traders en ligne.",
"701775446": "Indice de volatilité 200",
"701840176": "Commission par chiffre d'affaires de 100k USD\n",
+ "704465777": "After making your payment, share the receipt with the seller via the chat feature in Deriv P2P.",
"704532260": "Inscrivez-vous avec juste votre e-mail. Aucune carte de crédit ou dépôt minimum requis.",
"706069088": "À propos de Deriv",
"710137133": "Postulez dès maintenant",
@@ -483,12 +523,15 @@
"743105449": "Comment puis-je déposer des fonds sur mon compte réel Deriv X?",
"743623600": "Référence",
"746874005": "Formule de Swap forex\n",
+ "747290779": "<0>A software developer0> \n Build your own trading platform using our API and earn commission when your clients sign up and trade.",
"751493857": "4 USD",
"752024971": "Nombre maximum de chiffres atteint",
+ "752304655": "<0>Turnover0> \n Earn up to 1.5% commission for each contract bought by your clients. The lower the probability of winning, the higher your commission payout.",
"755433132": "En quoi consiste les options binaires?",
"756066527": "J'accepte les <0>conditions générales0>",
"756310599": "Nous serons transparents sur les clauses de tous les contrats afin que les clients puissent faire des choix avisés.",
"758038191": "Trouvez votre rôle avec nous en parcourant les opportunités d'emploi Deriv à Melaka, Malaisie.",
+ "759844711": "Yes, it's completely free of charge <0>to join0>.",
"760192418": "Tradez judicieusement, ne laissez pas vos émotions influencer vos décisions. Ne tradez pas lorsque vous êtes sujet à un mauvais jugement.",
"760233310": "Notre application de trading CFD par Devexperts : dx.deriv.com",
"762478389": "Tradez ce que vous voulez - forex, matières premières, indices boursiers et indices synthétiques.",
@@ -504,6 +547,7 @@
"777848993": "Actifs négociables (d'autres à venir)",
"778624300": "Profitez des calculateurs de trading de Deriv qui vous aident à calculer votre swap, votre pip, vos profits et vos pertes pour le trading des CFD et des multiplicateurs.",
"779522948": "Ipoh | Notre bureau - Malaisie | Deriv",
+ "780041225": "If you already have a demo account, here’s how to add a real account:",
"781723751": "10 - 17 000",
"783010200": "Diversifiez votre portefeuille avec des transactions sans commission sur les plus grands indices boursiers internationaux. Négociez sur des indices de renommée mondiale tels que Wall Street 30, US Tech 100, UK 100, et bien d'autres. Obtenez des transactions à partir de 5 $.",
"783153785": "Fonds virtuels illimités",
@@ -516,6 +560,7 @@
"785973496": "Portugal",
"786796042": "en direct le <0>3 juin 20200>",
"788015089": "*Disponible pour les paires sélectionnées :",
+ "788744327": "Click <0>Change0> next to the password field, then click <0>Change Deriv MT5 password0>.",
"789376489": "USD/HKD",
"790534726": "Mettre en place des contrôles pour prévenir les activités illégales",
"793647899": "Votre compte d'affilié Binary.com sera également valable pour Deriv.com. Vous pourrez gagner des commissions de vos clients lorsqu'ils négocient sur Binary.com ou Deriv.com.",
@@ -524,17 +569,23 @@
"799457743": "Simple.",
"800183478": "La sécurité est importante pour nous. Nous améliorons constamment nos produits et services en collaborant avec des chercheurs en sécurité indépendants du monde entier.",
"800934856": "Découvrez nos bureaux | Deriv",
+ "802021852": "If you're buying, you'll need to make payment and share your payment confirmation with the seller. Once the seller has confirmed that they've received your payment, the exchange amount will be credited into your Deriv account.",
"803989222": "Le compte synthétique vous permet de trader sur les indices synthétiques exclusifs de Deriv qui sont disponibles 24/7 et qui imitent la volatilité des marchés réels.",
"806165583": "Australia 200",
+ "806951253": "Dans l'UE, les produits financiers sont proposés par Deriv Investments (Europe) Limited, W Business Centre, Level 3, Triq Dun Karm, Birkirkara BKR 9033, Malte, titulaire d'une licence à Malte (<0>licence no. IS/701560>) et réglementé par la Malta Financial Services Authority, Triq l-Imdina, Zone 1, Central Business District, Birkirkara CBD 1010, Malte, en vertu de la loi sur les services d'investissement. Autorisé par la Financial Conduct Authority et avec une modification présumée de l'autorisation. Soumis à la réglementation de la Financial Conduct Authority. La nature et l'étendue des protections des consommateurs peuvent différer de celles des entreprises basées au Royaume-Uni. Les détails du régime des contrats de services financiers, qui permet aux entreprises basées dans l'EEE d'opérer au Royaume-Uni pendant une période limitée pour exercer des activités nécessaires à l'exécution de contrats préexistants, sont disponibles sur le site web de la Financial Conduct Authority.",
"808426886": "Nous ne pratiquons pas la vente forcée, ne proposons pas de conseils financiers ou commerciaux et ne promettons pas de rendements garantis. Nous n'encourageons pas les personnes vulnérables à trader et mettons en place des contrôles pour prévenir toute activité illégale.",
"809146176": "N'est pas applicable",
+ "809480545": "If you'd like to log in using your email address instead, follow these steps:",
"809649275": "Centre d'aide | Foire aux questions | Deriv P2P | Deriv",
"809734567": "Dans la <0>page de présentation des signaux MQL50> , cliquez sur le bouton Créer un signal.\n",
+ "811665902": "What is Deriv MetaTrader 5 (Deriv MT5)?",
"812101045": "Calculateur de stop loss et/ou take profit pour la marge",
"812888944": "Activités de proximité",
"814009433": "Chiffre d'affaires total",
+ "814289409": "Then, withdraw your funds.",
"814644033": "Achetez de la crypto en utilisant votre carte de crédit et de débit pour recharger votre compte Deriv avec cet échange global fiat-to-crypto.",
"815602603": "Connectez-vous à votre compte Deriv. Si vous n’avez pas de compte Deriv, créez-en un gratuitement.",
+ "816534303": "To log in on your desktop, click <0>Trade on web terminal0>.",
"817637233": "Merci de votre abonnement",
"818087675": "Commencer à trader sur Deriv X",
"818659471": "6. Stop loss",
@@ -545,6 +596,7 @@
"825675433": "Trades disponibles pour actions et indices sur Deriv\n",
"825815966": "Paiement fixe et prévisible",
"826511719": "USD/SEK",
+ "829379369": "You can automate your trading strategy using a trading bot. A trading bot is an automated computer program that purchases trade contracts for you while following a specific set of instructions that you provide.",
"829579058": "Sécurisée ",
"831164350": "Supposons que vous souhaitiez calculer le niveau stop loss et la valeur du pip lorsque vous achetez 1 lot de EUR/USD au prix de 1.17524 USD avec un montant de stop loss de 24 USD.",
"831282685": "Envoyez-nous un e-mail",
@@ -580,21 +632,24 @@
"871486196": "Tradez le forex, les indices synthétiques, les actions, les indices boursiers, les cryptomonnaies et les matières premières en un seul endroit.",
"874573741": "Tradez le forex, les actions, les indices boursiers et les matières premières en un seul endroit.",
"874881951": "Parcourez les opportunités d'emploi disponibles dans notre bureau de Dubaï. Trouvez votre rôle dans les secteurs informatique, marketing et ressources humaines.",
+ "875311753": "The completion rate is the percentage of orders that the advertiser could complete within 2 hours.",
"875766134": "Importation depuis votre ordinateur",
"876581050": "Slovaquie",
"877897643": "Avantages du trading forex sur DTrader",
+ "878441070": "Can I change the currency of my Deriv MT5 account?",
"878676836": "Document d’Information Clé pour l’Investisseur",
"878922748": "Qu'est-ce qu'un compte CFD ?",
+ "878929504": "Complete the form and click <0>Submit0>.",
"879478126": "Dubaï",
"881413021": "Pourquoi trader les matières premières sur Deriv",
"882216897": "L'e-mail est requis",
"885479216": "Rapport <0>accès & impressions0>: affiche vos taux de succès et de clics",
"886712679": "Régulé et règlementé",
"887282040": "Pourquoi Binary.com change de nom?",
+ "888619169": "If you have made a deposit or have added a real MT5 account, follow these steps:",
"888978991": "Chacun de ces indices reproduit la performance des meilleures sociétés cotées en bourse du marchés financier en Europe.",
"889704223": "Tradez comme vous le souhaitez grâce à {{trade_no}} types de transactions flexibles.",
"890667695": "45%",
- "891097078": "Indice USD",
"893607771": "Bénéficiez d'heures de négociation 24h/24 (du lundi au vendredi), de liquidités élevées, de barrières à l'entrée réduites, d'un large éventail d'offres et d'opportunités de négocier sur des événements mondiaux.",
"893980632": "Vous avez d'autres questions? Consultez la <0>section FAQ0> sur le site Web MQL5.\n",
"895567953": "marchés pour déclencher votre bot",
@@ -609,17 +664,21 @@
"905952695": "L'adresse de notre blog : https://deriv.com/academy/",
"906120998": "Quelles sont les principales différences entre DTrader et DMT5?",
"909083576": "404 - Page non trouvée | Deriv",
+ "912406629": "Follow these steps:",
"912981300": "Une dernière chose: nous avons renommé nos profils de médias sociaux en @Derivdotcom sur Facebook, Instagram et Twitter. Aimez et suivez-nous pour rester à jour avec nos dernières nouvelles.",
"913091440": "Essayer DBot sur Deriv.com",
"913719394": "Si vous sélectionnez «Over», vous gagnerez le paiement si le dernier chiffre du dernier tick est supérieur à votre prédiction.",
- "914005173": "En dehors de l'UE, les produits financiers sont proposés par les sociétés suivantes : Deriv (FX) Ltd, F16, Level 1, Paragon Labuan, Jalan Tun Mustapha, 87000 Labuan, Malaisie, agréée par Labuan Financial Services Authority (<0>licence n ° MB / 18/00240>); Deriv (BVI) Ltd, Kingston Chambers, P.O. Box 173, Road Town, Tortola, Îles Vierges britanniques, agréée par la British Virgin Islands Financial Services Commission (<1>licence n ° SIBA / L / 18/11141>); Deriv (V) Ltd (<2>voir la licence2>), 1276, Kumul Highway, Port Vila, Vanuatu, agréée et réglementée par la Commission des services financiers de Vanuatu; et Deriv (SVG) LLC, Hinds Buildings, Kingstown, Saint-Vincent-et-les Grenadines.\n",
"915392164": "Ouvrez des positions longues ou courtes en fonction de vos prévisions des mouvements des prix du marché.",
+ "920363635": "Frequently asked questions - IB programme",
"925239281": "Comment puis-je retirer des fonds de mon compte réel Deriv X?",
+ "927364570": "<0>Setting > Proof of address0>",
"927510190": "Prévoyez si le marché restera à l'intérieur ou dépassera deux objectifs de prix à tout moment pendant la durée du contrat.",
"927827352": "La plateforme tout-en-un de <0/> trading de CFD<0/>",
"927830157": "Plateformes conviviales avec de puissants widgets graphiques",
"930211164": "Trading 24/7",
"931190863": "3. Cliquez sur «Créer une variable».",
+ "931793340": "Dans l'UE, les produits financiers sont proposés par Deriv Investments (Europe) Limited, W Business Centre, Level 3, Triq Dun Karm, Birkirkara BKR 9033, Malte, titulaire d'une licence à Malte (<0>licence no. IS/701560>) et réglementé par la Malta Financial Services Authority, Triq l-Imdina, Zone 1, Central Business District, Birkirkara CBD 1010, Malte, en vertu de la loi sur les services d'investissement.",
+ "931896911": "Go to the <0>History0> section.",
"932190946": "Limites de dépôt quotidienne",
"934777772": "1. Cliquez sur «Commencer» pour ouvrir le menu des blocs.",
"935167918": "3.75",
@@ -638,12 +697,12 @@
"960618190": "Trade divers actifs sur plusieurs marchés simultanément.\n",
"961530723": "Netflix",
"962218636": "Airbus SE",
+ "963202666": "How do I sign up as an affiliate?",
"963922337": "2. Les blocs sont classés en conséquence. Choisissez simplement les blocs que vous souhaitez et faites-les glisser vers l'espace de travail.\n",
"964982895": "Effectuez des dépôts facilement à l'aide de votre mobile. Pour les clients en Ouganda et en Tanzanie.",
"968040107": "Comment trouver les blocs dont j'ai besoin?",
"968576099": "Hausse/Baisse",
"968627888": "Des transactions 24h/24 et 7j/7, y compris les week-ends et les jours fériés.",
- "971351835": "Informations Financières Rapport Annuel 2020",
"972090300": "Pourquoi devrais-je passer à Deriv.com?",
"973734471": "Finlande",
"973933650": "Les transferts sont instantanés. Une fois toutes les étapes terminées, le solde de votre compte Deriv X sera immédiatement mis à jour.",
@@ -657,13 +716,16 @@
"992485806": "Votre position est automatiquement fermée lorsque votre niveau de stop loss est à <0>1,17500> et lorsque la valeur de votre pip en stop loss est <0>24 USD0>.",
"1000512133": "API",
"1001160515": "Vente",
+ "1001731723": "Yes, as long as you haven’t opened a Deriv MT5 Financial STP account, you can still trade without verifying your account.",
"1004480214": "Mobile",
"1005687893": "\nTrading en ligne avec Deriv | Simple. Flexible. Fiable.",
"1005701957": "Si vous sélectionnez «Reste entre», vous gagnez le paiement si le marché reste entre (ne touche pas). soit la barrière haute ou la barrière basse à tout moment pendant la durée du contrat.",
"1005941063": "Déposez et retirez en Litecoin, une crypto-monnaie durable avec un traitement rapide des transactions.",
"1009128101": "Facile à installer - aucune installation requise.",
+ "1010278278": "Can I delete my Deriv MT5 account history?",
"1010645311": "Prédisez les mouvements de prix de matières premières comme l'argent, l'or et le pétrole, et utilisez la marge pour amplifier vos bénéfices possibles.",
"1011699543": "Tradez les mouvements de prix des ressources naturelles qui sont au cœur de l'économie mondiale et tirez le meilleur parti de l'action du marché.",
+ "1012902658": "Oui. <0>Contactez-nous via le chat en direct0> et nous vous aiderons à le faire.",
"1015510435": "BMW",
"1016174771": "<0>Montant du stop loss et/ou du take profit en direction Down = Max [{investissement × (-(niveau du stop loss OU du take profit - prix de l'actif) ÷ prix de l'actif × multiplicateur) - commission}, -investissement]0>.\n",
"1016273887": "Les CFD sont considérés comme des dérivés complexes et peuvent ne pas convenir aux clients de détail.",
@@ -678,15 +740,17 @@
"1024953822": "Tradez le forex, le synthétique et les cryptomonnaies en déplacement.",
"1026160856": "Prédisez si le dernier chiffre du dernier tick d'un contrat sera un nombre pair ou un nombre impair.",
"1027197513": "Deriv X est une plateforme de trading facile à utiliser où vous pouvez trader des CFD sur divers actifs sur une plateforme de trading que vous pouvez personnaliser selon vos préférences.",
- "1032383871": "Vous pouvez créer et exécuter vos propres stratégies de trading automatisées avec DBot. Vous pouvez également télécharger des robots de trading prêts à l'emploi (également appelés Expert Advisors) pour DMT5 en accédant à l'onglet \"Marché\" de la plateforme DMT5.",
"1032907147": "AUD/NZD",
"1033805779": "Tous les programmes de partenariat Deriv sont gratuits. Il n'y a absolument aucun coût ni frais cachés.",
"1033824796": "Montant actuel",
"1034695894": "Découvrez comment fonctionne Deriv P2P :",
"1034875052": "Des services excellents et fiables ; testés et de confiance !",
+ "1035639511": "Deriv Limited – 13 Castle Street, St. Helier, JE2 3BT, Jersey – est la société holding des filiales ci-dessus.",
"1035890756": "Ouvrir un compte réel Deriv.",
"1037965324": "USD 10B+",
"1039678171": "POUR LES CLIENTS",
+ "1041343262": "You can chat with the trader you are dealing with via the chat feature in Deriv P2P.",
+ "1041405933": "Read <0>this article0> to learn more about automated trading on Deriv.",
"1044540155": "100+",
"1045309798": "Taux de swap (financement au jour le jour)",
"1046578159": "GBP/SGD",
@@ -701,6 +765,7 @@
"1056821534": "Êtes vous sûr?",
"1057239639": "Définissez des paramètres facultatifs pour votre trade",
"1058440967": "Comment ce changement m'affecte-t-il en tant que courtier introducteur (IB)?",
+ "1062240703": "Yes, we’re regulated by",
"1062246296": "Présentation de DBot sur Deriv.com",
"1062691395": "Nous avons séparé les rapports pour votre commodité.",
"1065635876": "2. Observez le graphique",
@@ -708,13 +773,15 @@
"1068264174": "Votre tableau de bord d'affiliation Deriv,",
"1069671533": "nous sommes",
"1072277224": "Suivez nous",
+ "1072571985": "If you created your Deriv account using Apple/Google/Facebook, try resetting your Apple/Google/Facebook password. After that, you should be able to log in to Deriv as usual.",
"1074669784": "Effectuez des dépôts et des retraits rapides et sécurisés avec cette solution adaptée aux mobiles pour les clients au Nigeria.",
"1077281998": "Ces indices correspondent à des marchés simulés avec des volatilités constantes de 10%, 25%, 50%, 75%, 100%, 200% et 300%.",
"1077779258": "General Motors Company",
"1078303105": "Stop out",
- "1079127917": "Les indices synthétiques exclusifs de Deriv simulent les mouvements réels du marché. Soutenus par un générateur de nombres aléatoires cryptographiquement sécurisé, ces indices peuvent être négociés 24h-24, 7j/7, et ne sont pas affectés par les heures normales de marché, les événements mondiaux ou les risques de marché et de liquidité.",
+ "1079127917": "Les indices synthétiques exclusifs de Deriv simulent les mouvements réels du marché. Soutenus par un générateur de nombres aléatoires cryptographiquement sécurisé, ces indices peuvent être tradés 24h-24, 7j/7, et ne sont pas affectés par les heures normales de marché, les événements mondiaux ou les risques de marché et de liquidité.",
"1079537687": "Biogen Inc",
"1079986638": "\"L'application web et mobile P2P de Deriv",
+ "1082899428": "Deriv : une plateforme de trading en ligne disponible 24h/24 et 7j7, avec une large sélection de produits dérivés.",
"1082977556": "<0>Avec un trade sur marge équivalent de 100 $0>, avec un effet de levier de 1:500, vous risquez 2% * 50 000 $ = <1>1 000 $ de perte1>.\n",
"1084407062": "Ces indices correspondent à des marchés simulés avec <0>des volatilités constantes de 10 %, 25 %, 50 %, 75 % et 100 %.0> Il existe une probabilité égale d'un saut à la hausse ou à la baisse <0>toutes les 20 minutes0>, en moyenne. La taille du saut est <0>environ 30 fois0> le mouvement normal du prix, en moyenne.",
"1084702344": "Créez ou <0>connectez-vous0> à votre compte Deriv\n",
@@ -735,6 +802,7 @@
"1106746692": "Ouvrez un compte réel, effectuez un dépôt et commencez à négocier des actions, des indices et indices boursiers.",
"1107638944": "Dernières vidéos, tutoriels, webinaires pour le trading | Deriv",
"1108389724": "Profitez d'un trading sans commission sur tous les actifs. De plus, ne payez pas de frais de swap sur les positions de nuit pour certaines paires de devises.",
+ "1113034090": "<0>Note:0> You'll only be able to create ads once your account has been verified.",
"1113469496": "Cela vous donne les frais de swap en USD.",
"1114242450": "Trading d'indices synthétiques disponibles sur Deriv\n",
"1115835371": "Questions fréquentes - Compte",
@@ -745,10 +813,13 @@
"1123710409": "Comment calculer la marge",
"1123908498": "MTC/USD",
"1124560181": "Flexibilité avec des marchés multiples",
+ "1124829631": "What conversion rates do you use for deposits and withdrawals?",
"1124905330": "Personnalisez vos types de trade",
+ "1126492980": "The <0>Buy/Sell0> tab shows you ads by other advertisers. You can see your ads in the <0>My ads0> tab.",
"1126725671": "Un document pour vous aider à comprendre les risques qui pourraient survenir lorsque vous tradez sur Deriv",
"1126917116": "Micro-paires",
"1127858885": "Trouvez votre poste chez nous en parcourant les offres d'emploi chez Deriv à Minsk, Biélorussie.",
+ "1128046384": "No. You can withdraw your commission whenever you want.",
"1135059547": "Demandez à tout le monde\n",
"1136360582": "Dans cet e-book, nous couvrirons",
"1136731907": "Notez que ce ne sont que des valeurs approximatives et différeront en fonction de l'effet de levier défini pour votre compte et de l'actif que vous souhaitez trader.",
@@ -759,8 +830,9 @@
"1151456638": "Nous apprécions l'esprit d'équipe avec des membres qui collaborent librement entre les départements avec humilité et ambition.",
"1151925602": "Prédisez si le dernier chiffre du dernier tick d'un contrat sera supérieur ou inférieur à un nombre spécifique.",
"1152332043": "Tradez le forex, les indices synthétiques, les actions, les indices boursiers, les cryptomonnaies et les matières premières avec un effet de levier.",
+ "1155361880": "Need help? Please <0>contact us via live chat.0>",
+ "1155971726": "Click <0>here0> to close your account.",
"1158101648": "Importation depuis votre Google Drive",
- "1161300179": "De même, vous pouvez effectuer des retraits de votre compte Deriv en « vendant » des fonds Deriv à d'autres traders en échange d'un paiement dans votre devise locale (ou toute autre devise prise en charge).",
"1161999797": "Tradez des devises, des produits synthétiques, des actions et des indices, des cryptomonnaies et des matières premières.",
"1167224712": "Nous proposons différentes méthodes de paiement - Virements bancaires, cartes de débit / crédit, portefeuilles électroniques et crypto-monnaies pour rendre vos transactions plus pratiques!",
"1168114406": "Cela stockera le profit ou la perte cumulé pendant que le bot fonctionne. Configurez la valeur initiale sur 0.",
@@ -769,6 +841,7 @@
"1169378202": "Agents de paiement | Programmes de partenariat | Deriv",
"1171765024": "Étape 3",
"1172611503": "Si vous sélectionnez «Asian Fall», vous gagnerez le paiement si le dernier tick est inférieur à la moyenne des ticks.",
+ "1173289870": "<0>Revenue share0> \n Earn commission of up to 45% based on the monthly net revenue generated by your clients. The higher their net revenue, the higher your commission payout.",
"1175717636": "Quels types de rapports puis-je générer à partir de mon compte d'affilié?",
"1177080017": "DBot | Robot de trading | Deriv",
"1178873929": "Notre site Web peut être filtré en utilisant un certain nombre de systèmes de filtrage disponibles sur le marché, qui peuvent être utilisés afin de limiter l'accès d'une personne à notre site.",
@@ -777,27 +850,29 @@
"1181506313": "Deriv P2P est une super application, je l'adore !",
"1182198798": "Par exemple, si vous clôturer votre position à un certain point, votre équité est la somme de votre solde plus le profit ou la perte à ce moment-là. Si le rapport entre ce taux et votre marge actuellement utilisée est inférieur au niveau du stop out de Deriv, le stop out peut être appliqué.",
"1182470294": "Vous n'avez pas encore de compte Deriv.com?",
+ "1183868384": "Is Deriv regulated?",
"1184301560": "Explorez le programme de partenariat de Deriv et ayez la chance de devenir partenaire avec un pionnier de confiance. Tous nos programmes sont gratuits et sans frais cachés.",
"1186450032": "Enregistrer bot Google Drive",
"1189491487": "Pas de commission, pas de frais",
"1189875009": "Expérience reconnue",
"1190588251": "Nous traitons tous les clients de manière équitable, nous traitons les plaintes avec intégrité et nous offrons des prix compétitifs, sans frais cachés ni barrières artificielles sur les retraits des clients.",
+ "1191311301": "How do I set an investor password for my Deriv MT5 account?",
"1191682103": "Aucune inscription requise. Connectez-vous avec vos informations d'identification <0>Binary.com0>.\n",
"1195213035": "Si vous souhaitez reprendre vos activités à l'expiration de votre période d'auto-exclusion et après avoir fait une demande de levée d'auto-exclusion, une période de réflexion de 24 heures est prévue avant que vous ne soyez autorisé à accéder à notre site.",
"1196310280": "Intel",
"1197939158": "N'accepte pas",
"1198781410": "Nous avons conçu pour Deriv une expérience de trading intuitive et centrée sur le client, optimisée pour convertir les visiteurs en clients. Nous vous fournirons également les outils et le matériel créatif dont vous avez besoin pour générer du trafic vers Deriv.",
- "1202465815": "Votre solde Deriv P2P se compose d'une partie du solde de votre compte Deriv. Bien que tous vos dépôts via des portefeuilles électroniques et des crypto-monnaies soient disponibles pour une utilisation avec Deriv P2P, seule une partie de vos dépôts via des cartes est disponible.",
"1205209576": "Présentation de MT5 sur Deriv.com",
"1207865156": "Créez un compte démo gratuit <0>Deriv0>\n",
"1208151831": "Vice-président Stratégie et Gestion de projet",
- "1208165195": "Mon lien de vérification de retrait a expiré. Que dois-je faire?",
+ "1208382171": "We may request more information during the signup process.",
"1211781148": "Profitez de dépôts et de retraits rapides, fluides et sécurisés avec AdvCash.",
"1211817306": "Trading de crypto-monnaies disponibles sur Deriv",
"1213111346": "Qu'est ce que le trading de CFD?",
"1213902291": "Pour obtenir chaque rapport, accédez à votre tableau de bord et sélectionnez Rapports> Filtrer par marques. Ensuite, choisissez la plateforme dont vous souhaitez visualiser la commission.",
"1214098313": "Profitez de la commodité et de la sécurité du stockage de vos stratégies sur votre Google Drive.",
"1215637769": "Profitez de dépôts et de retraits rapides et sécurisés avec Astropay.",
+ "1216205330": "No. To keep your funds safe, you are strictly prohibited from using payment methods that are not yours. If you do use someone else’s payment method, we’ll suspend your Deriv account for security purposes.",
"1216280249": "Trading responsable",
"1217246029": "Rapport <0>mes joueurs0>: affiche une liste des clients avec leurs identifiants et leur date d'inscription",
"1219754757": "Votre sécurité, notre priorité",
@@ -820,12 +895,14 @@
"1254667788": "Plateforme de trading Dbot chez Deriv",
"1254866713": "Tableau de bord de trading DMT5",
"1256295276": "Le trading en ligne peut être passionnant, mais il est important de se rappeler qu'il existe des risques. Nous encourageons tous nos utilisateurs à sécuriser leurs comptes et à trader de manière responsable pour profiter du meilleur du trading en ligne.",
+ "1256530668": "Go to your <0>Deriv X dashboard0>.",
"1257029444": "Veuillez vérifier votre courriel et cliquer sur le lien fourni pour réinitialiser votre mot de passe.",
"1258668610": "Créez votre robot par glisser-déposer",
"1259598687": "GBP/JPY",
- "1261154397": "Deriv Investments (Europe) Limited - W Business Centre, Level 3, Triq Dun Karm, Birkirkara BKR 9033, Malte - est titulaire d'une licence à Malte (<0>licence no. IS/701560>) et est autorisé par la Malta Financial Services Authority en vertu de l'Investments Services Act à fournir des services d'investissement dans l'Union européenne. Elle est également autorisée et soumise à une réglementation limitée par la Financial Conduct Authority au Royaume-Uni.",
"1261634270": "Comment puis-je changer mon mode de paiement?",
+ "1268136992": "Go to <0>Deriv P2P0> > <1>Buy/Sell1>.",
"1268931688": "Commencez à trader des paniers d'indices sur Deriv en 3 étapes simples",
+ "1269263572": "Fill up the form and click <0>Post ad0>.",
"1270782712": "Tradez en toute confiance sur un service créé par une marque de trading en ligne renommée avec plus de 20 ans d'expérience.",
"1272012156": "GBP/CHF",
"1274309337": "DOG/USD",
@@ -833,26 +910,32 @@
"1275674402": "Allez en long et court",
"1276342366": "En tant qu'affilié, vous ferez la promotion de nos produits et services auprès de votre public, y compris nos plateformes de trading de pointe DTrader et DBot. Une fois qu'ils se sont inscrits et ont commencé à trader avec de l'argent réel, vous gagnerez des commissions sur leurs transactions.",
"1280380287": "Hongrie",
- "1282417520": "Vous pouvez discuter avec le trader avec lequel vous traitez via la fonction de chat dans l'application.",
+ "1284674803": "<0>Deriv MT50> offers CFD trading on forex, stocks, stock indices, commodities, cryptocurrencies, and synthetics. <1>Deriv X1> offers CFD trading on the same markets, except stocks and stock indices.",
"1285517993": "Automatisez vos idées de trading sans écrire de code",
"1286094280": "Retrait",
"1286648079": "Le return to player pour les options de multiplicateur est dans la gamme de 95.0-99.9% pour tous les indices en moyenne. L'utilisation d'un multiplicateur ou d'une durée différente peut affecter le RTP.",
+ "1288690494": "Can I increase my daily buy or sell limit on Deriv P2P?",
"1289363035": "Utilisez notre compte démo et apprenez à trader, sans risque, en utilisant des fonds virtuels.",
"1289646209": "Appel de marge",
"1291658124": "C'est simple. Allez simplement à Deriv.com et entrez vos informations d'identification Binary.com habituelles. Vous serez immédiatement en mesure d'explorer le nouveau look, la convivialité et les fonctionnalités ajoutées de Deriv.com.",
"1291852379": "50 - 5,000",
"1293479771": "Pertes et profits pour la marge",
"1294884975": "30%",
+ "1298148281": "Go to the <0>Deriv X dashboard0>.",
"1299144461": "Conditions générales",
"1299666269": "Limassol | Notre bureau - Chypre | Deriv",
+ "1302849350": "You can find your Deriv MT5 server name on your <0>Deriv MT5 dashboard0>. Look for <1>server1> in between the broker name and login ID.",
"1304034020": "Quels sont les nouveaux produits et services offerts à la suite de ce changement de marque?",
+ "1308171976": "Do I need to pay taxes on my trades/profits?",
"1311522952": "Trader le week-end, dépôts & retraits rapides, plus des trades synthétiques - quoi de mieux ?",
"1312475321": "1 jour ouvrable. Pour les clients britanniques",
+ "1312811555": "To learn more about disputes on Deriv P2P, see our <0>terms of use0> (refer to Section 4.4 ‘Deriv P2P’).",
"1312819271": "Supposons que vous souhaitiez trader 2 lots d'EUR/USD.",
"1316697520": "Marchés disponibles pour le trading de multiplicateurs",
- "1317425969": "Les indices synthétiques propriétaires de Deriv sont exempts de risques de marché et de liquidité. Profitez d'un trading synthétique 24h/24 et 7j/7 sur Deriv MT5, DTrader et nos autres plateformes.",
"1318017828": "Trouver ou créer une annonce",
+ "1320403859": "Click your account balance.",
"1322942144": "Où puis-je voir le statut de mes transactions dans DBot?",
+ "1323472781": "Informations Financières Rapport Annuel 2021",
"1324235103": "Comment acheter votre premier contrat multiplicateurs sur DTrader",
"1324376913": "Nos valeurs sont le tissu de notre culture",
"1324779616": "Accéder au code back-end, aux cookies de session internes ou à d'autres informations sensibles.",
@@ -870,13 +953,14 @@
"1353811622": "Deriv est une expérience de trading en ligne centrée sur le client, créée par Binary.com. Forts de plus de 20 ans d'expérience et d'innovations primées, nous avons réinventé l'expérience de trading en ligne à partir de zéro pour que tout le monde puisse facilement commencer à trader.",
"1354275546": "Dépôts et retraits sans souci\n",
"1354590562": "Logins",
- "1355243595": "Si votre compte n'est pas authentifié, vous pouvez modifier votre nom, votre date de naissance ou votre citoyenneté en allant dans <0>Paramètres>0> <1>Détails personnels1>.",
"1355514813": "12M USD",
"1355808192": "Parcourez notre FAQ",
"1357493810": "Tradez des ressources naturelles qui sont au cœur de l'économie mondiale.",
+ "1359080808": "Les indices synthétiques propriété de Deriv sont exempts de risques de marché et de liquidité. Profitez d'un trading synthétique 24/7 sur Deriv MT5, DTrader et nos autres plateformes.",
"1359732815": "<0>Voir la liste des exemples de vulnérabilité0>.",
"1360754724": "Aller sur Deriv.com maintenant",
"1362578283": "Haut",
+ "1363124819": "You can cancel your withdrawal on the <0>Cashier page0> by following the steps mentioned in the next paragraph. Please note that you cannot cancel withdrawals if:",
"1363502727": "Pertes et profits pour les multiplicateurs",
"1364296672": "Nous fixerons les prix et réglerons tous les contrats de manière précise et équitable, sur la base de données fiables et sans retard excessif, afin que les clients puissent se fier à nos prix sur l'ensemble du site web.",
"1364947573": "Dtrader artboard",
@@ -898,6 +982,7 @@
"1391269416": "\n<0>Clôture-Bas:0> Lorsque vous achetez un contrat «Clôture-Bas», votre gain ou votre perte sera égal au multiplicateur multiplié par la différence entre la clôture et la baisse sur la durée du contrat.",
"1391632806": "Les traders sont notés en fonction de leur taux d'achèvement et de la vitesse des échanges.",
"1393006010": "Les bases du trading de CFD",
+ "1393602451": "Click <0>Yes0> to confirm the cancellation. Your funds will be returned to your Deriv account, and your account balance will be updated accordingly.",
"1394697594": "21 000",
"1396179592": "Commission",
"1396417530": "Indice Bear Market",
@@ -908,16 +993,19 @@
"1406360927": "Paires mineures",
"1407191858": "DTrader",
"1408071788": "Exigence de capital faible\n",
+ "1409139116": "Ensure that you’ve entered the correct amount and exchange rate in your ads.",
"1410320737": "Accéder au tableau de bord Deriv MT5",
"1411032790": "Plusieurs graphiques pour voir votre trading en ligne",
"1411975375": "Visitez notre centre d'aide",
- "1415618534": "Les clients de l'Union européenne qui souhaitent négocier des produits d'investissement peuvent avoir des comptes sous Deriv Investments (Europe) Limited.",
+ "1412644174": "We process your deposits and withdrawals internally within 1 to 3 business days (depending on your <0>payment method0>). It may take longer for your funds to reach you due to the different processing times by banks and payment service providers. See our <0>Payment methods0> page for a complete list of the processing times for each payment method.",
"1416248668": "Choisissez les meilleurs tarifs",
"1418467036": "Agents de paiement | Partenaires | Deriv",
+ "1421464735": "You can get more info about this on our <0>Regulatory information0> page.",
"1423609990": "Tradez avec effet de levier sur les mouvements de prix des crypto-monnaies les plus populaires.",
"1424805407": "Dans le cadre de notre réseau de partenaires privilégiés avec vos propres clients, vous êtes probablement curieux et préoccupé par ce que signifie cette transformation. Nous avons rassemblé ce guide pour vous aider à mieux comprendre le changement de marque et pour vous soutenir dans votre communication avec vos clients.",
"1425594249": "Notre meilleure expérience de trading sur votre mobile.",
"1425780786": "DTrader simplifie les échanges en ligne, vous permettant de négocier des devises, des indices, des matières premières et des indices synthétiques.",
+ "1426151926": "Can I change the server for my Deriv MT5 account?",
"1426790442": "Spéculez sur les mouvements de prix des principales paires de devises et augmentez votre potentiel de profit sans perdre plus que votre mise.",
"1433223815": "Le trading de panier d'indices est disponible sur Deriv",
"1433574125": "Merci de noter:",
@@ -928,10 +1016,14 @@
"1439020196": "Avec ces indices, il y a en moyenne une chute (crash) ou un pic (boom) des prix qui se produisent dans une série de <0> de 1000, 500 ou 300 ticks0>.",
"1441027550": "Il se peut que ce ne soit pas disponible dans votre pays, ou qu'un lien incorrect vous ait conduit ici.",
"1445592224": "Vous nous avez accidentellement donné une autre adresse électronique (généralement une adresse professionnelle ou personnelle au lieu de celle que vous vouliez).",
+ "1445901371": "Choisissez entre les comptes <0>Synthétique0> ou <0>Financier0>. Ensuite, cliquez sur <0>Ajouter un compte réel0> ou <0>Ajouter un compte démo0>.",
"1448470646": "4. Choisissez le dossier dans lequel vous souhaitez enregistrer votre stratégie et cliquez sur «Sélectionner».",
+ "1450233348": "If you haven’t made a deposit or added a real MT5 account, follow these steps:",
"1451636739": "Outils intuitifs",
"1454189755": "Si le point de sortie est égal à la barrière basse ou à la barrière haute, vous ne gagnez pas le paiement.",
"1454243296": "Exigences de capital minimales, risque limité",
+ "1456673219": "How and when will I receive my commission payout?",
+ "1456920032": "<0>Deriv X0> and <1>Deriv MT51> offer CFD trading on a similar range of assets, where you're able to open positions with leverage and your potential profit is only known when you close your positions. It's riskier than digital options trading because while you may potentially gain a lot if you win, you may also lose a lot if you don't. Deriv X and Deriv MT5 are popular among our traders who enjoy the risks as part of the excitement of CFD trading.",
"1458263388": "Gagnez lorsque vos clients négocient sur un compte MT5 Financier STP.\n",
"1458583383": "Académie",
"1463614633": "Les applications tierces suivantes ne sont pas couvertes par ce programme :",
@@ -943,56 +1035,69 @@
"1472787414": "Actions et indices boursiers : les bases",
"1475208422": "Paris",
"1479399998": "Trouvez votre rôle avec nous en parcourant les opportunités d'emploi Deriv à Kigali, Rwanda.",
+ "1480607246": "This difference is because MT5 is a third-party platform that requires its own login credentials. Your Deriv MT5 login gives you access to the MT5 platform, while your Deriv login gives you access to our digital options platforms such as DTrader and DBot.",
"1484774405": "0.25",
"1485752074": "Échangez sur des plateformes sécurisées, intuitives et faciles à utiliser avec une technologie graphique avancée.",
"1486874803": "Vous aimez Binary Bot?",
+ "1488554938": "If you don’t have a Deriv account yet, <0>sign up0> for free.",
+ "1489350747": "To become an IB, you'll need to be an existing affiliate with a Deriv account and an MT5 Synthetic real account. If you do, you can apply to become an IB by writing to us at <0>affiliates@deriv.com0>. <1>Get more info about our IB programme1>.",
"1489994179": "Trouvez votre rôle avec nous en parcourant les opportunités d'emploi Deriv à Asunción, Paraguay.",
"1490540125": "Comment automatiser ma stratégie de trading?",
+ "1490936453": "For your Deriv real account, go to <0>Reports0> to close or sell your open positions.",
"1491012687": "Deriv P2P : Notre application de paiements peer-to-peer (<0>Application Android0>, <1>application iOS1>)",
"1491181763": "Indice Range Break 100",
"1492594418": "Effectuez facilement des dépôts et des retraits sur votre ordinateur et vos appareils mobiles.",
"1493671770": "<1>Remarque:1> Vous devez mettre à niveau votre compte MQL5 au statut de vendeur pour pouvoir ajouter un signal. Si vous n'avez pas encore effectué de mise à jour, <0>suivez les étapes de cette page0> pour vous inscrire en tant que vendeur.\n",
"1493835906": "France",
+ "1496486675": "Why can't I withdraw using Maestro or Mastercard?",
"1496810530": "GBP/AUD",
+ "1498651658": "Yes. <0>Contact us via live chat0>, and we'll help you through it. We'll need the following information:",
"1499981850": "330K+",
"1502162725": "Types de transactions flexibles avec des exigences de capital minimales",
"1502175389": "Cela vous donne les frais de swap dans la devise de cotation pour les paires de devises, ou dans la dénomination de l'actif sous-jacent pour les matières premières.",
+ "1502453121": "Your orders are available in the <1>Orders1> tab at <0>Cashier > Deriv P2P0>.",
"1502642397": "Choisissez parmi trois plateformes puissantes, conçues pour vous",
"1503602940": "Si votre niveau de marge passe sous le niveau d'appel de marge de Deriv, vous recevrez un appel de marge, qui est un avertissement indiquant que votre compte s'approche du niveau stop out.",
- "1504960339": "Deriv (FX) Ltd - F16, Level 1, Paragon Labuan, Jalan Tun Mustapha, Labuan 87000, Malaisie - est licencié par Labuan Financial Services Authority (<0>licence n ° MB / 18/00240>).\n",
+ "1504670496": "The minimum amount you’ll need to open a position on Deriv MT5 depends on the margin required for each asset. You can calculate the margin required using our <0>margin calculator0>.",
"1505978883": "<0>Voir toutes les questions0>",
"1509244758": "Méthode",
"1510075920": "Gold/USD",
+ "1516537408": "Vous ne pouvez plus trader sur Deriv ou déposer des fonds sur votre compte.",
"1516676261": "Dépôt",
"1521590614": "Cela stockera le montant de la mise utilisé dans le dernier contrat acheté. Vous pouvez attribuer n'importe quel montant en fonction de votre stratégie.",
+ "1522587298": "Take note of your <0>username0> and password.",
"1524033858": "Qu'est-ce que DTrader?",
"1525885795": "En tant qu'agent de paiement, vais-je recevoir des commissions de Deriv?",
"1528031455": "Vous avez déjà un compte ?",
"1529602839": "Niveau",
- "1534697187": "RTS28 2019",
"1536955851": "Trading d'options | Types de trade | Deriv",
"1537212469": "Prix spot",
- "1539108340": "Indice EUR",
"1539984821": "L'équipe d'assistance de Deriv est disponible via le chat en direct 24/7 - même le week-end. Vous pouvez également trouver des réponses dans notre <0>Centre d’aide0> et obtenir l’aide d’autres traders de la <1>Communauté1>.\n",
+ "1540879673": "How do I change my affiliate payment method?",
"1541818425": "Réinitialiser le mot de passe",
"1542393407": "Fonctions de trading des CFD sur Deriv",
"1542938499": "La principale solution logicielle de paiement en Asie du Sud-Est. Actuellement disponible pour effectuer des dépôts au Vietnam, en Thaïlande et en Indonésie.",
+ "1546535785": "Are there any conditions that I should meet before I can withdraw my commission?",
"1546917177": "5 - 750",
"1550574351": "Supposons que vous souhaitiez conserver deux lots d'EUR/USD avec une valeur en points de 0,00001 et un taux de swap de -0,12 ouverts pendant une nuit.",
- "1550835977": "Les clients du reste du monde (à l'exception des pays restreints tels que les États-Unis, le Canada et Hong Kong) qui souhaitent trader des CFD sur des instruments financiers et des crypto-monnaies peuvent avoir des comptes DMT5 Financial STP sous Deriv (BVI) Ltd.\n",
"1551153165": "Vous pouvez trader les options suivantes sur Deriv:",
"1551172020": "Panier AUD",
"1552847627": "Connaissez tous les détails sur la façon dont vous pouvez devenir l'agent de paiement sur Deriv. Envoyez-nous un e-mail pour postuler!",
"1553783327": "Obtenez une assistance experte et amicale lorsque vous en avez besoin.",
"1553836855": "Créez un compte démo",
"1553995374": "USD 1",
+ "1555213049": "List of shareholders",
"1556304768": "Le trading d'indices synthétiques vous permet de bénéficier d'une prédiction correcte des mouvements du prix de nos indices propriétaires qui imitent la volatilité des marchés réels.",
+ "1556776884": "To log in on your mobile, you'll need the app. If you haven't got the app, you can download it from your dashboard.",
"1556866509": "Si vous achetez un contrat avec annulation de contrat, le bouton «Annuler» vous permet de résilier votre contrat et de récupérer l'intégralité de votre mise. D'autre part, l'utilisation du bouton «Fermer» vous permet de terminer votre position au prix actuel, ce qui peut entraîner une perte si vous clôturez une transaction perdante.",
"1556922066": "Échangez facilement avec d'autres traders pour transférer des fonds dans et hors de votre compte Deriv.",
+ "1557535154": "Is it free to join your affiliate programme?",
"1558114971": "Les problèmes de faible gravité exposent une quantité extrêmement limitée de données. Ils peuvent violer une attente sur la façon dont quelque chose est censé fonctionner, mais sans escalade des privilèges ou la capacité de déclencher un comportement involontaire. Par exemple :",
"1559712313": "Trading de matières premières disponibles sur Deriv",
"1562241070": "Tous les marchés préférés et plus",
+ "1563919822": "You'll get daily commission payouts in your MT5 Synthetic account.",
"1564461474": "Déposez et retirez en utilisant votre carte de crédit ou de débit Mir.",
+ "1565220133": "you reside in the UK, or",
"1567023771": "Europe 50",
"1567026093": "pays",
"1567745852": "Nom du Bot",
@@ -1001,6 +1106,7 @@
"1569834661": "Tradez le forex, les indices synthétiques, les actions, les indices boursiers, les cryptomonnaies, les indices de panier et les matières premières en un seul endroit.",
"1571130376": "Activité importante",
"1571653008": "Utilisez notre compte démo gratuit et négociez avec des fonds virtuels illimités. C’est le moyen le plus simple d’apprendre à utiliser nos produits.\n",
+ "1571816719": "What is a referred client?",
"1573231398": "Pourquoi trader les crypto-monnaies sur Deriv",
"1574476135": "Supposons que vous prévoyiez que le marché augmentera.",
"1576607456": "Deriv Group (propriétaires des marques Deriv et Binary.com) a une histoire qui remonte à 1999 lorsque nous avons jeté les bases du premier service de trading à cotes fixes au monde. Depuis lors, nous avons grandi, étapes par étapes, gagnant la confiance des traders du monde entier.",
@@ -1017,16 +1123,21 @@
"1588850507": "<0>Panier USD0> mesure la valeur du dollar américain par rapport à un panier de cinq devises mondiales (EUR, GBP, JPY, CAD, AUD), chacune étant pondérée par 20%.",
"1589165958": "Essayez \"Trade”",
"1591242575": "Comment nous utilisons et protégeons les informations que vous nous fournissez",
+ "1591498220": "Do I need a Deriv account to use Deriv P2P?",
"1591623217": "Vous aimez MT5 sur Binary.com?",
"1592543050": "Jusqu'à 10,000$",
+ "1593423002": "Follow the instructions to create your real account.",
+ "1593716245": "What are the trading limits on my account?",
"1593723948": "1. Créer votre compte Deriv",
"1595539912": "Délai de traitement",
+ "1598664071": "List of directors",
"1599891822": "Niveau de stop loss en direction Down",
"1601324523": "5-10 000",
"1601498870": "Articles récents",
"1601664674": "Formule de Swap forex mobile\n",
"1601968899": "Les contrats sur les crypto-monnaies, effectués avec un multiplicateur, ont une limite de temps. Cela dépend de l'actif sur lequel vous tradez. Vous trouverez cette information sur le tableau de board DTrader avant de placer un contrat.",
"1602627054": "La valeur de votre pip est donc <0>2 USD0>.\n",
+ "1602716515": "When you join our IB programme,",
"1602800752": "Sauvegardez vos stratégies",
"1604199439": " Deriv X est une plateforme de trading avec des multi-actifs personnalisables. Proposant des CFD sur les devises, les matières premières, les crypto-monnaies et les indices synthétiques, Deriv X vous offre une expérience de trading polyvalente qui vous permet de personnaliser votre environnement de trading.",
"1604222298": "Calculateur de marge\n",
@@ -1038,19 +1149,22 @@
"1610511716": "Accédez à Dtrader",
"1611194169": "1. S'inscrire chez Deriv",
"1611229342": "Négociez dès maintenant les actions mondiales et les indices boursiers sur notre plateforme DMT5",
+ "1611981849": "Where can I see my orders?",
"1613233789": "Blog",
"1613860853": "N'hésitez pas à discuter de tout plan d'incitation que vous avez avec votre gestionnaire de compte. N'oubliez pas que nous n'autorisons pas les incitations, les cadeaux et les paiements non autorisés pour encourager les inscriptions de clients. S'il y a des violations, nous pouvons retenir des commissions.",
"1614426743": "Plateformes DBOT",
- "1615327604": "L'indice <0>USD0> mesure la valeur du dollar américain par rapport à un panier de cinq devises mondiales (EUR, GBP, JPY, CAD, AUD), chacune pondérée de 20%.\n",
+ "1615509866": "Plateformes simples et faciles à utiliser ",
"1615969878": "Pourquoi changez-vous de marque?",
"1616071522": "<0>France 400> suit la performance des 40 valeurs les plus cotées parmi les 100 premières sociétés cotées en France.",
"1616502762": "<0>US Tech 1000> suit la performance boursière des 100 plus grandes sociétés non financières des États-Unis.",
"1618280107": "Offrir des prix compétitifs sur tous nos produits",
"1619070150": "Vous êtes redirigé vers un site Web externe.",
"1619579199": "Pourquoi le solde de mon compte Deriv P2P est-il différent du solde de mon compte Deriv?",
+ "1621224521": "How can I reactivate my Deriv account?",
"1621463985": "Nous sommes honorés de servir tous ceux qui comptent sur nos produits et services, et nous ne voulons offrir que le meilleur. C'est pourquoi nos principes et nos valeurs sont si importants pour définir qui nous sommes, pourquoi nous faisons ce que nous faisons et comment nous traitons nos clients et nos collègues. Dans tous nos bureaux internationaux, nous nous engageons à respecter les principes suivants dans tout ce que nous faisons.",
"1622130657": "Abonnez-vous à notre académie par e-mail",
"1622334173": "EUR/ZAR",
+ "1623894448": "How do I create an API token?",
"1624895344": "Méthodes de paiement que vous accepterez des clients",
"1625424557": "<0>Netherland 250> suit la performance boursière des 25 sociétés les plus cotées aux Pays-Bas.",
"1625517227": "Utilisé par plus de 20 millions de clients dans le monde. Profitez d'un accès instantané, de retraits gratuits et de points de récompense que vous pouvez échanger contre de l'argent.",
@@ -1059,15 +1173,17 @@
"1631620531": "Années d'expérience dans l'industrie",
"1631705059": "Prévoyez si le point de sortie sera supérieur ou inférieur à un objectif de prix (la barrière) à la fin de la période du contrat.",
"1632238343": "Jusqu'à 500$",
+ "1633022779": "Synthetic indices and cryptocurrencies are available for trading 24/7.",
"1633102593": "Développeurs de logiciels",
"1634507782": "Indice Range Break 200",
"1636066113": "Opportunités de partenariat",
"1636527166": "Trading sur le Forex disponible sur Deriv\n",
"1636782601": "Multiplicateurs",
- "1637072557": "Ce problème peut être dû au fait de cliquer plusieurs fois sur le bouton \"Retirer\". Essayez de retirer à nouveau, puis cliquez sur le dernier lien de vérification envoyé à votre adresse e-mail. Veuillez vous assurer d'utiliser le lien dans l'heure qui suit.",
+ "1637050346": "Why did my credit card deposit get declined?",
"1637552314": "Une fois que vous êtes satisfait des paramètres que vous avez définis, sélectionnez «Up» ou «Down» pour acheter votre contrat. Sinon, continuez à personnaliser les paramètres et passez votre commande lorsque vous êtes satisfait des conditions.",
"1643887982": "Amazon.com Inc",
"1644652204": "Approvisionnez votre compte avec votre moyen de paiement préféré.",
+ "1644929511": "<0>DTrader0>, <1>SmartTrader1>, <2>DBot2>, and <3>Binary Bot3> offer digital options trading on a range of underlying assets such as forex, stock indices, commodities, and synthetics. These platforms allow you to set the contract duration before opening positions, and you'll know exactly how much you'll earn if you win. You may find these platforms more intuitive if you're new to the trading world.",
"1645164568": "zéro coût de conception",
"1647478191": "Partenaire avec nous en tant qu'affilié. Gagnez une commission sur le revenu net total des transactions de vos clients parrainés sur DTrader et DBot.",
"1648545897": "Vince Stanzione.",
@@ -1077,6 +1193,8 @@
"1658580871": "Ces méthodes de paiement sont disponibles exclusivement pour nos clients avec des comptes de trading de crypto.",
"1659675491": "Entraînez-vous au trading depuis l'application mobile, l'application de bureau ou via votre navigateur Web.\n",
"1660776335": "Pour déposer des fonds sur votre compte Deriv X sur Deriv, vous devez utiliser les fonds de votre compte Deriv. Accédez à Caissier>0>Transfert entre comptes0> et suivez les instructions à l'écran.",
+ "1661263248": "How can I download my Deriv MT5 history?",
+ "1661791574": "Available 24/7, our synthetic indices emulate price movements of real-world markets with varying levels of volatility. As they aren't based on actual underlying assets, they are unaffected by real-world market events.",
"1661832115": "Vos rapports de bug sont examinés et récompensés en fonction de leur impact et de leur gravité.",
"1664747386": "Paypal",
"1665738338": "Solde",
@@ -1098,7 +1216,6 @@
"1683034855": "DTrader est une plate-forme de négociation avancée qui vous permet de négocier plus de 50 actifs sous la forme d'options numériques, multiplicateurs et lookbacks.\n",
"1686378613": "DBot est un constructeur de stratégies basé sur le Web pour le trading d'options numériques. C'est une plate-forme où vous pouvez créer votre propre bot de trading en utilisant des \"blocs\" par glisser-déposer.",
"1686846461": "Tradez des indices de volatilité avec DTrader sur Deriv",
- "1689738742": "Indice Gold",
"1691349777": "Rejoignez plus d'un million de personnes qui tradent avec Deriv.com et Binary.com - la plateforme primée et de confiance depuis plus de 20 ans.",
"1692148560": "Mesure la valeur de l'or par rapport à un panier de cinq devises mondiales (EUR, GBP, JPY, AUD, USD), chacune pondérée de 20%.",
"1692290832": "Quel support marketing proposez-vous?",
@@ -1107,12 +1224,15 @@
"1707301172": "Actions, débloquées\n",
"1708242802": "Utilisez un navigateur web sécurisé tel que Google Chrome. Installez toujours les dernières mises à jour des logiciels, car elles contiennent des correctifs de sécurité.",
"1709273595": "Un lot standard de forex = 100 000 unités",
+ "1709893717": "You'll have access to reports that show your hits, impressions, click-through rates, clients' trading activity, and more.",
"1711575167": "Disponible pour trader sur Deriv MT5 et Deriv X (avec marge), DTrader (avec options et multiplicateurs), et Deriv GO (avec multiplicateurs).",
"1713857763": "<0>Montant du stop loss et/ou du take profit en direction Up = Max [{investissement × ((niveau du stop loss OU du take profit - prix de l'actif) ÷ prix de l'actif × multiplicateur) - commission}, -investissement]0>.\n",
"1714709402": "Qui fixe le taux de commission par transaction?",
"1715011380": "Indice Jump 25",
+ "1715241142": "How do I see my earnings?",
"1715491803": "Jusqu'à 100$",
"1717346758": "Falsification de requêtes inter-sites et côté serveur (sans accès à notre réseau interne)",
+ "1719304654": "The pricing of our synthetic indices is backed by algorithms that are audited for fairness by an independent third party. Due to regulatory requirements, synthetic indices are unavailable in some countries. Refer to ‘Product offering’ in our <0>terms of use0> for more info.",
"1720725354": "Quelles sont les différences entre les comptes DMT5 Standard, Advanced et Synthetic Indices?",
"1721296073": "DMT5 Financial STP calculé en premier",
"1723694822": "Visitez notre page d'accueil",
@@ -1130,11 +1250,13 @@
"1743448290": "Agents de paiement",
"1743752393": "Activité générale",
"1745193633": "Avis de rédirection",
- "1745471992": "Les indices boursiers mesurent la valeur d'une sélection d'entreprises en bourse. Cela permet aux investisseurs de voir comment un ensemble particulier d'actifs fonctionne.",
"1746633126": "Qu'arrivera-t-il à Binary.com?",
"1746782390": "Pourrai-je continuer à trader avec mon compte après m'être inscrit en tant qu'agent de paiement?",
"1748626120": "Pas de frais cachés",
+ "1748925202": "How can I reactivate my Deriv MT5 account?",
"1751673286": "La sécurité est une collaboration. Signalez les bugs et soyez récompensé.",
+ "1752586208": "What payment methods can I use to exchange with other traders?",
+ "1753559268": "We'll pay your IB commission into your MT5 Synthetic account daily.",
"1755228338": "Sécurisez votre compte",
"1758111931": "utilisateurs actifs",
"1760376318": "Oui, à condition que vous respectiez toutes les conditions générales applicables (voir l'onglet intitulé «Pour les partenaires commerciaux» sur notre page <0>Conditions générales0>).",
@@ -1145,16 +1267,21 @@
"1768089459": "Paris | Notre bureau - France | Deriv",
"1770479100": "Si vous sélectionnez «Supérieur», vous gagnez le paiement si le point de sortie est strictement supérieur à la barrière.",
"1770534439": "formule de Swap synthetic forex mobile\n",
+ "1772047578": "Why are my Deriv MT5 login details different from my Deriv login details?",
"1772406884": "Deriv P2P est bien. C'est facile de faire des dépôts et de retirer pour les traders en herbe.",
"1774467475": "Nous récompenserons les rapports sur les vulnérabilités de bas niveau <0>uniquement0> s'ils nous aident à résoudre des problèmes de sécurité graves, et nous déciderons du montant de la récompense au cas par cas.",
"1774791951": "Prédisez si le spot de sortie sera à l'intérieur ou à l'extérieur de deux objectifs de prix à la fin de la période du contrat.",
"1777934033": "Tradez des CFD sur nos indices synthétiques exclusifs et exclusifs 24h/24, 7j/7, qui simulent les mouvements du marché réel.\n",
"1782308283": "Stratégie rapide",
"1782703044": "Inscrivez vous",
+ "1784343675": "Please <0>contact us via live chat0> immediately, and we'll help to disable 2FA on your account. When you have a new phone, please <1>re-enable 2FA1>.",
"1784680288": "Vous serez toujours informé de l'impact de la marge sur votre compte avant chaque transaction.",
"1786089908": "Découvrez le trading d'options sur Deriv. Gagnez des gains en prédisant correctement les mouvements de prix sur le forex, les indices synthétiques et d'autres marchés financiers populaires.",
+ "1786747559": "Our regulators require us to verify your account in accordance with anti-money laundering (AML) and Know Your Customer (KYC) laws. If we have prompted you to upload your documents to verify your account, it means that you'll only be able to continue using our services after your account is verified.",
+ "1790839584": "<0>A social media admin0> \n Promote our products and services on your social media pages, and earn commission when you convert your audience into traders.",
"1791730321": "Achetez le contrat si vous êtes satisfait de la position que vous avez définie.",
"1795749796": "Centre d'aide | Questions fréquemment posées | DBot | Deriv",
+ "1798765888": "Copy the link in the <0>Landing page URL0> field. This is the referral link that you can share with your clients.",
"1799377913": "Options binaires disponibles sur {{market_name}}",
"1802409084": "Valeur en pip",
"1804642811": "Créer un compte démo",
@@ -1162,19 +1289,25 @@
"1806416151": "Le programme IB de Deriv est un partenariat où vous bénéficiez de la référence de nouveaux clients vers le trading sur notre plate-forme DMT5.",
"1807936072": "Chypre",
"1808393236": "Connexion",
+ "1810304465": "You'll need to transfer the funds from your Deriv MT5 account to your Deriv account. You can do this on the <0>Cashier page0>. Your funds will be available in your Deriv account as soon as you complete the transfer.",
"1810957214": "Supposons que vous souhaitiez cacluler le niveau de stop loss lorsque vous ouvrez une position sur l'indice Volatilité 100 dont le prix est de 3376.24 USD avec un investissement de 10 USD, un multiplicateur de x100 et un montant stop loss de 7.54 USD en direction Up.",
+ "1812325040": "Source of wealth documentation",
"1812969702": "Interim | FAQ",
"1813700208": "Indice Boom 300",
"1813703795": "Inscrivez-vous en tant qu'affilié et IB",
"1815044592": "Si vous sélectionnez «Only Ups», vous gagnez le paiement si des ticks consécutifs augmentent successivement après le point d'entrée. Aucun paiement si un tick tombe ou est égal à l'un des ticks précédents.",
+ "1815324634": "The minimum deposit and withdrawal amount varies depending on the payment method. The lowest deposit and withdrawal amount is 5 USD/EUR/GBP/AUD via e-wallets. See our <0>Payment methods0> page for a complete list of payment methods and their minimum deposit and withdrawal amounts.",
"1816009319": "intérêt\n",
+ "1816305227": "If you’re in the EU or UK:",
"1817888235": "Prévoyez des pics et des creux excitant et profitez-en grâce à nos indices Crash/Boom.",
"1819952453": "Notre programme de courtage d'introduction est disponible pour tous les affiliés de Deriv.",
"1820212843": "Apprenez à trader à l'aide de nos vidéos et tutoriels de trading à l'académie de trading en ligne de Deriv.",
+ "1823119628": "the Vanuatu Financial Services Commission",
"1823770507": "DOT/USD",
"1824094317": "Trading 24x7",
"1826550764": "Pourquoi nous choisir",
"1828442573": "matières premières",
+ "1830057548": "We have 3 commission plans:",
"1831254808": "Si vous gardez une position ouverte pendant la nuit, un ajustement (taux de swap) sera appliqué à votre compte de trading pour compenser le coût nécessaire pour garder votre position ouverte. Les instruments tradés sur nos plateformes sont soumis à différents taux de swap. Ces taux sont basés sur des conditions telles que le temps (heure) et le nombre de jours, y compris les jours fériés, pendant lesquels vous maintenez vos positions ouvertes.",
"1831680837": "retrait",
"1832974109": "SmartTrader",
@@ -1193,23 +1326,25 @@
"1845394200": "Chez Deriv, nous appliquons les meilleures mesures de sécurité telles que le cryptage SSL pour protéger votre compte et vos données personnelles.",
"1846521577": "Le programme Deriv Agent de Paiement est-il identique à Deriv P2P (DP2P) ?",
"1849054373": "3. Ouvrez une position",
- "1851993047": "Quels contrats sont disponibles pour le trading le week-end?",
"1852402040": "Activités générales",
"1853363847": "Disponible pour trader sur Deriv MT5 et Deriv X (avec marge) et DTrader (avec multiplicateurs).",
"1854618305": "Si vous sélectionnez «Supérieur», vous gagnez le paiement si le point de sortie est strictement supérieur au point d'entrée.",
+ "1857302542": "Can I open a corporate or business account?",
"1857508131": "Effectuez des dépôts sécurisés directement depuis votre mobile. Pour les clients au Ghana.",
"1858594477": "Nous comprenons que le changement peut être intimidant. C'est pourquoi nous avons travaillé très dur pour nous assurer que votre transition de Binary.com à Deriv.com est aussi transparente que possible.",
"1860012910": "Un moyen simple, bon marché et rapide de transférer de l'argent. Pris en charge par les banques et les commerçants du monde entier.",
"1860472068": "Services bancaires en ligne",
- "1862400286": "Quels types de contrat puis-je utiliser sur DTrader?",
"1866193342": "DTrader vous permet de négocier plus de 50 actifs sous la forme d'options numériques, multiplicateurs et lookback. DMT5 est une plateforme de trading multi-actifs que vous pouvez utiliser pour négocier des devises au comptant et des contrats pour différence (CFD) avec effet de levier.\n",
"1868860566": "EUR/SEK",
"1869497149": "Profitez d'une expérience de trading fluide avec des graphiques faciles à utiliser et un thème sombre agréable.",
"1872384056": "Fonctionnalités du mode clair et sombre pour une expérience plus agréable",
"1872568231": "GBP/TRY",
"1873099524": "Gagnez des paiements fixes en prédisant le mouvement de prix d'un actif.",
+ "1874424045": "I lost my phone. How can I disable two-factor authentication (2FA)?",
"1876344462": "Novartis AG",
"1876748041": "Après 20 ans de service, nous sentons que nous vous comprenons mieux. Le changement de marque est pour nous l'occasion de mettre en œuvre une solution de trading en ligne améliorée pour répondre à tous vos besoins.",
+ "1876786466": "This is due to the spread, which is the difference between the ‘bid’ and ‘ask’ prices. Your positions will start earning a profit when the market moves in your favour.",
+ "1877410120": "Ce que vous devez faire maintenant",
"1879930260": "Pas de vente forcée",
"1880965589": "Part des recettes",
"1881114347": "Marchés à trader sur Deriv",
@@ -1220,6 +1355,7 @@
"1889326047": "Disponible sous forme d'applications Web et mobiles",
"1890990339": "<0>Hong Kong 500> suit la performance boursière des 50 plus grandes sociétés cotées de Hong Kong.",
"1893015908": "Uber Technologies Inc",
+ "1894801487": "Deriv MT5 is a CFD trading platform that gives you access to forex, stocks, stock indices, commodities, cryptocurrencies, and synthetics. Learn more about Deriv MT5 <0>here0>.",
"1897018869": "ETC/USD",
"1897907613": "Déposez et retirez avec votre carte de débit Maestro.",
"1898130358": "Sur ton ordinateur",
@@ -1229,16 +1365,17 @@
"1902951214": "Nos bureaux",
"1903393516": "Notre communauté d'assistance Deriv peut vous aider à trouver des réponses.\n",
"1903495030": "Pour les comptes synthétiques, la valeur du pip en stop loss et/ou en take profit est en USD.",
+ "1904617508": "En dehors de l'UE, les produits financiers sont proposés par les sociétés suivantes : Deriv (FX) Ltd, F16, Level 1, Paragon Labuan, Jalan Tun Mustapha, 87000 Labuan, Malaisie, autorisée par la Labuan Financial Services Authority (<0>licence no. MB/18/00240>) ; Deriv (BVI) Ltd, Kingston Chambers, P.O. Box 173, Road Town, Tortola, British Virgin Islands, autorisée par la British Virgin Islands Financial Services Commission (<1>licence no. SIBA/L/18/11141>) ; Deriv (V) Ltd, 1276, Kumul Highway, Port Vila, Vanuatu, autorisée et réglementée par la Commission des services financiers de Vanuatu ; et Deriv (SVG) LLC, Hinds Buildings, Kingstown, St. Vincent et les Grenadines.",
"1904774976": "<0>Germany 400> suit la performance boursière des 40 principales entreprises cotées en Allemagne.",
- "1905213812": "Deriv (BVI) Ltd - Kingston Chambers, P.O. Box 173, Road Town, Tortola, Îles Vierges britanniques - est agréé par la British Virgin Islands Financial Services Commission (<0>licence n ° SIBA / L / 18/11140>).\n",
"1905380076": "Réglez le paiement avec la contrepartie de votre transaction.",
"1905702565": "Protection de l'argent des clients",
"1905714256": "Une expérience améliorée",
- "1906771172": "Comment puis-je changer la devise de mon compte?",
+ "1906101554": "You’ll earn a payout based on the volume of your clients' trades. Find out more <0>here0>.",
"1907226338": "Coca-Cola",
"1909647105": "TRX/USD",
"1909809509": "Calculateur de swap\n",
"1914949637": "Qu'est-ce que le Programme Affilié Deriv ?",
+ "1915387440": "If you’re selling:",
"1916887645": "Maximiser les profits, limiter les pertes",
"1922529883": "Indice Boom 1000",
"1923530212": "Flexible.",
@@ -1259,24 +1396,30 @@
"1941116009": "Binary.com sera-t-il supprimé?",
"1942214601": "Niveau de stop loss en direction Up",
"1942485223": "Qu'adviendra-t-il de mon compte d'affilié?",
+ "1947069292": "You can create an API token <0>here0>. Give your token a name, select the scope, and click <1>Create1>.",
"1948092185": "GBP/CAD",
"1948630262": "Pour en obtenir un, connectez-vous d'abord à votre tableau de bord d'affiliation Binary.com.",
"1949701571": "Créer un compte réel Deriv.\n",
"1953016421": "Pourquoi trader des options sur Deriv",
"1959548433": "Définissez la durée de votre trade. Selon que vous ayez une vision à court ou à long terme des marchés, vous pouvez définir votre durée préférée, de 1 à 10 ticks ou de 15 secondes à 365 jours.",
- "1963811607": "Comment entrer en contact avec la contrepartie de ma transaction ?",
+ "1959678342": "Highs & Lows",
+ "1962097923": "Help centre | Frequently asked questions | IB programme | Deriv",
+ "1963262703": "What does ‘completion rate’ mean?",
"1963884651": "Déposez et retirez en Paxos Standard, une crypto-monnaie indexée sur l'USD.",
+ "1964475042": "Frequently asked questions - About",
"1964675673": "Associez-vous à un prestataire de services de trading en ligne réputé.",
"1966310384": "Donc, dans ce scénario, vous définissez votre niveau de take profit à <0>3350.110>.",
"1967743855": "Nous serons transparents sur tous les frais et charges.",
"1969128618": "Gérez une communauté en ligne active et passionnée par le trading en ligne, l'investissement ou les finances personnelles.",
"1971963414": "PRODUITS",
"1975644912": "Profitez d'une interface intuitive et facile à utiliser, même pour les nouveaux traders.",
+ "1976307636": "Deriv Investments (Europe) Limited a préparé le rapport sur les informations financières conformément à la directive IV et au règlement sur les exigences de fonds propres. Lisez notre rapport pour comprendre comment nous nous conformons à la discipline de marché en tant qu'acteur du marché.",
"1977160541": "Indices<0>0>Américains",
"1978148367": "Ouvrez un compte réel, effectuez un dépôt et commencez à trader pour de vrai. Tradez le forex, les indices, les matières premières et plus encore.",
"1979503547": "Conditions de Trading",
"1980724783": "La valeur en points est dérivée des chiffres actuels de l'actif. Dans cet exemple, le chiffre est 5, donc la valeur en points est 0,00001.\n",
"1982404952": "Obtenir un devis",
+ "1984996183": "I forgot my affiliate password. What should I do?",
"1985905708": "Ces indices correspondent à des marchés simulés avec des volatilités <0>constantes de 200% et 300%0>.",
"1986250253": "Quelle est la stratégie d'Oscar Grind?",
"1986498784": "BTC/LTC",
@@ -1287,16 +1430,19 @@
"1991711258": "LNK/USD",
"1994023526": "L'adresse électronique que vous avez entrée comportait une erreur ou une faute de frappe (cela arrive aux meilleurs d'entre nous).",
"1995896523": "DMT5 est développé pour vous offrir la meilleure expérience de trading de CFD. Vous pouvez accéder à notre MT5 trader via ordinateur et aussi smartphone.",
+ "1996252043": "Once your ad is created successfully, it will appear in the <0>Buy/Sell0> tab.",
"1997138507": "Si le dernier tick est égal à la moyenne des ticks, vous ne gagnez pas le paiement.",
"1997646348": "Le site de notre programme pour diplômés : besquare.deriv.com",
"1998840050": "Non, ce n'est pas le cas. DP2P est un service peer-to-peer permettant à nos clients d'effectuer des dépôts et des retraits en utilisant leur devise locale. En tant qu'agent de paiement, vous pouvez utiliser la plateforme DP2P pour offrir vos services aux clients de Deriv dans votre pays.",
"2003802343": "Il n'y a absolument aucune obligation de retirer vos commissions IB.",
"2005074806": "Essayez notre calculateur pertes et profits pour la marge",
+ "2006479988": "<0>Proof of address0>",
"2007092908": "Tradez avec un effet de levier et des spreads faibles pour de meilleurs rendements sur les trades réussis.",
"2010744433": "Nous nous efforcerons d'offrir des services de chat en direct 24h/24 et 7 j/7 afin que les agents soient disponibles pour tout client qui en fait la demande. Les agents seront formés pour répondre aux questions pertinentes sur le service.",
"2015114251": "Quel est le montant minimum / maximum que je peux déposer sur mon compte Deriv X ?",
"2017042641": "2 - 3 jours ouvrables",
"2018198484": "Le trading de cryptomonnaies vous donne la possibilité de tirer des bénéfices des mouvements de prix sans posséder les pièces numériques sous-jacentes. En d'autres termes, vous pouvez gagner de l'argent en prédisant correctement si le prix d'une crypto-monnaie va monter ou descendre.",
+ "2018600727": "Deriv Investments (Europe) Limited est autorisé à fournir des services dans un autre État membre de l'UE par le biais des droits de passeport de l'UE. Vous trouverez ci-dessus une liste des pays de l'UE qui ont accès à Deriv.com via les droits de passeport de l'UE.",
"2019140039": "Pourquoi trader des indices de panier sur Deriv",
"2019968401": "Pourquoi trader avec Deriv X",
"2023310659": "Devises",
@@ -1311,19 +1457,21 @@
"2035207280": "5 - 1 000",
"2035670983": "Moins de distractions",
"2036526456": "En savoir plus sur nos méthodes de paiement et comment les utiliser.",
- "2037297857": "Deriv - Une plateforme de trading en ligne qui offre une large sélection de produits dérivés à négocier 24/7.",
+ "2041763181": "Once we've paid your commission into your account, you can withdraw whenever you want.",
"2042445787": "Les vulnérabilités dépendent de scénarios difficiles ou de conditions préalables.",
+ "2044967354": "You can see your available balance in the <0>My profile0> tab.",
"2044999022": "Tradez Jump, le nouvel index synthétique",
"2046788283": "Quels marchés puis-je trader sur DTrader?",
"2047029510": "<0>Niveau de stop loss et/ou de take profit en direction Up = prix de l'actif × {(montant du stop loss OU du take profit + commission) ÷ (investissement × multiplicateur) + 1}0>.",
"2047349922": "0,013",
"2050080282": "Connexion Affilié et IB",
"2051986867": "Vous aurez donc besoin de frais de swap de <0>0,24 USD0> pour maintenir la position ouverte pendant une nuit.",
+ "2053617863": "Veuillez procéder au retrait de tous vos fonds de votre compte.",
"2053673142": "En cliquant sur \"Créer un compte démo\", vous confirmez que vous avez 18 ans ou plus. Vous comprenez que nous pouvons utiliser votre adresse e-mail pour vous envoyer des informations sur les produits et services de Deriv ainsi que sur les actualités du marché. Vous pouvez toujours vous désabonner de ces e-mails dans les paramètres de votre compte. Pour plus d'informations, veuillez consulter la rubrique <0>Sécurité et confidentialité0> de Deriv.\n",
"2056079566": "Obtenez notre aide",
"2056339251": "15 - 10 000",
"2058893631": "Rapport d'information financier",
- "2060309075": "Cela ne s'applique pas si le client est en situation d'auto-exclusion, soit par son propre choix, soit par décision de la Société.",
+ "2060102881": "<0>A blogger/vlogger0> \n Promote our products and services and earn commission when you convert your audience into traders.",
"2060368992": "lecture min",
"2061191384": "Deriv peer-to-peer (DP2P)",
"2061681232": "<0>Termine dans/Termine hors:0> Prédisez si le point de sortie sera à l'intérieur ou à l'extérieur de deux objectifs de prix à la fin de la période du contrat.",
@@ -1333,6 +1481,7 @@
"2067437902": "Déposez et retirez en STASIS Euro, une crypto-monnaie indexée sur l'EUR.",
"2068667424": "Découvrez nos autres applications",
"2070356006": "Commencez à gagner en fonction de votre plan de commission choisi - jusqu'à 45% du total des revenus nets générés par vos clients parrainés.",
+ "2071458958": "The minimum volume for micro forex pairs is 0.1 lot.",
"2071808494": "Support expert et convivial",
"2072504778": "Qui peut postuler en tant qu'affilié Deriv?",
"2074119658": "Personnalisez vos contrats en fonction de votre appétit pour le risque à l'aide de fonctionnalités innovantes telles que le stop loss, le take profit et l'annulation de transactions.\n",
@@ -1340,6 +1489,7 @@
"2075608900": "Spreads fixes et variables compétitifs",
"2075864188": "GRATUIT",
"2080510282": "Créez un compte réel CFD en fonction de vos préférences de trading.\n",
+ "2086048243": "Certificate of incorporation",
"2087247269": "Pas du tout. L'adhésion à notre programme d'agent de paiement est entièrement gratuite.",
"2089087110": "Panier d'indices",
"2092854399": "Profitez de dépôts et de retraits rapides, fluides et sécurisés avec Trustly.\n",
@@ -1349,6 +1499,7 @@
"2100068559": "Développez votre clientèle, gagnez en visibilité sur votre entreprise et gagnez plus de revenus lorsque vous vous inscrivez en tant qu'agent de paiement sur Deriv.",
"2100986179": "La plateforme de trading CFD qui vous correspond.",
"2101514198": "Explorer Deriv.com maintenant",
+ "2102247413": "You’ll need the following documents to verify your account:",
"2108488100": "La formule de pip pour stop loss",
"2108799022": "<0>Hausse/Baisse:0> Prévoyez si le point de sortie sera strictement supérieur ou inférieur au point d'entrée à la fin de la période du contrat.",
"2108938379": "5. La variable nouvellement créée est maintenant disponible pour être utilisée dans votre stratégie.",
@@ -1365,6 +1516,7 @@
"2120092418": "Attendez notre réponse",
"2121227568": "NEO/USD",
"2121253634": "Bien que vous puissiez continuer à profiter du trading sur MetaTrader 5 comme auparavant, nous avons écouté vos commentaires et amélioré l'expérience pour vous. Vous constaterez que l’inscription au compte MT5 et l’expérience du tableau de bord sont beaucoup plus efficaces sur Deriv.com, ce qui vous permet de gérer votre compte et de vous concentrer sur vos transactions en toute simplicité.",
+ "2123318546": "RTS28 2021",
"2124129338": "Deriv - Une plateforme de trading en ligne qui offre une large sélection de produits dérivés à négocier",
"2125422488": "Vous pouvez <0>nous contacter0> pour définir ou ajuster vos limites de trading ou d'auto-exclusion.",
"2126327198": "Estimez la marge dont vous avez besoin pour maintenir vos positions. Le résultat dépend de l'effet de levier, du lot de volume et du solde de votre compte DMT5.",
@@ -1445,8 +1597,6 @@
"-23722102": "Partenaire",
"-890622347": "Affiliés et IB",
"-199351188": "Prime de bug",
- "-1434418017": "<1>Si vous avez des questions, envoyez-nous un courriel à 1><2>info@besquare.my2>",
- "-1429361008": "Dans l'UE, les produits financiers sont proposés par Deriv Investments (Europe) Limited, W Business Center, Level 3, Triq Dun Karm, Birkirkara BKR 9033, Malte, agréé en tant que fournisseur de services d'investissement de catégorie 3 par la Malta Financial Services Authority (<0>licence n°IS/701560>).",
"-316493159": "Les services de ce site Web ne sont pas disponibles dans certains pays, y compris les États-Unis, le Canada et Hong Kong, ni aux personnes de moins de 18 ans.",
"-1497908566": "Les produits mentionnés ici peuvent être affectés par les variations des taux de change. Si vous investissez dans ces produits, vous risquez de perdre tout ou partie de votre investissement et la valeur de votre investissement peut fluctuer. Vous ne devriez jamais investir de l'argent que vous ne pouvez pas vous permettre de perdre et ne jamais trader avec de l'argent emprunté.\n",
"-1991343658": "TRADE",
@@ -1595,6 +1745,11 @@
"-1483718536": "Nous ne versons aucune commission aux agents de paiement. Vous fixez votre propre taux de commission par transaction et nos clients supporteront les frais nécessaires.",
"-1016133415": "Puis-je annoncer mes services aux clients Deriv?",
"-876582984": "Oui, à condition de respecter toutes les conditions générales applicables (voir l'onglet «Pour les partenaires commerciaux» sur notre page Conditions générales).\n",
+ "-1434418017": "<1>Si vous avez des questions, envoyez-nous un courriel à 1><2>info@besquare.my2>",
+ "-618539786": "La fermeture de votre compte est prévue",
+ "-905560792": "OK, je comprends",
+ "-168971942": "Ce que cela signifie pour vous",
+ "-1308593541": "Vous perdrez l'accès à votre compte lorsqu'il sera fermé, alors, assurez-vous de retirer tous vos\nfonds.",
"-1496158755": "Allez sur Deriv.com",
"-373212993": "Deriv website",
"-1788474476": "Connexion Affilié et IB",
@@ -1769,35 +1924,69 @@
"-2062968282": "Vous n'avez pas trouvé votre réponse ? Nous pouvons vous aider.",
"-978362988": "Chat",
"-1299484872": "Compte",
- "-1059028037": "Pourquoi ne puis-je pas créer un compte?",
"-1310262676": "Comment puis-je modifier mes données personnelles?",
+ "-251180453": "How can I change the currency of my account?",
+ "-221810226": "Can I change my email address?",
+ "-1059028037": "Pourquoi ne puis-je pas créer un compte?",
"-2043299631": "Comment me désinscrire des e-mails marketing?",
+ "-214877260": "How can I set self-exclusion limits on my account?",
+ "-2064918290": "How do I verify my account?",
+ "-425061473": "What documents do I need to verify my account?",
+ "-172153561": "Why do I need to verify my account?",
+ "-1619463465": "Can I trade without verifying my account?",
+ "-414862292": "Combien de temps dure la vérification?",
+ "-790757582": "Pourquoi mes documents ont-ils été refusés?",
"-1049383996": "Que sont les indices boursiers?",
"-1633933174": "Que sont les indices synthétiques?",
"-226333706": "Comment trader",
+ "-1859881435": "What assets are available for trading on weekends?",
"-1612801567": "Dépôts et retraits",
- "-977028772": "Quelles méthodes de paiement acceptées?",
- "-181763764": "Combien de temps faut-il pour traiter les dépôts et les retraits?",
+ "-1315176976": "What payment methods can I use for deposits and withdrawals?",
+ "-1547685378": "How long does it take for my deposits and withdrawals to be processed?",
"-840116640": "Quel est le montant minimum de dépôt ou de retrait?",
+ "-1847412788": "My withdrawal verification link has expired. What should I do?",
"-1689659144": "Retraits",
- "-223315135": "Comment puis-je lever mes limites de retrait?",
- "-1339949921": "Pourquoi le dépôt de ma carte de crédit continue-t-il d'être refusé?",
+ "-1861727138": "How can I remove the withdrawal limit on my account?",
"-1108803896": "Dépôts",
"-2135274535": "Puis-je retirer mon bonus de dépôt?",
- "-1686360438": "Pourquoi ne puis-je pas retirer des fonds sur ma Maestro/Mastercard?",
+ "-383099370": "Can I deposit with my friend's/family member's debit/credit card or e-wallet?",
+ "-560703263": "Why can't I see any payment methods on the Withdrawal page?",
+ "-222181522": "Dois-je vérifier mon compte Deriv?",
+ "-35912880": "Affiliate programme",
+ "-1134652564": "What type of commission plans do you offer?",
+ "-504946033": "Who can apply as an affiliate?",
+ "-940672929": "Where can I find my referral link?",
+ "-2082521397": "What type of reports will I have access to?",
+ "-860666463": "IB programme",
+ "-1062769315": "How do I sign up as an introducing broker (IB)?",
+ "-118302649": "Why should I join your introducing broker (IB) programme?",
+ "-153524655": "How much do you pay in commission?",
+ "-548897585": "Are there any charges for joining your introducing broker programme?",
+ "-1236285182": "How and when will I receive my IB commission payout?",
+ "-1557693454": "When can I withdraw my commission?",
+ "-253752482": "Where is my money held?",
"-1787820992": "Plateformes",
- "-1445755525": "Comment puis-je retirer des fonds de mon compte en argent réel DMT5?",
- "-1833809949": "Pourquoi mes informations de connexion DMT5 sont-elles différentes de mes informations de connexion Deriv?",
- "-2114093568": "Comment réinitialiser le mot de passe de mon compte DMT5?",
- "-1519123821": "Comment puis-je déposer des fonds sur mon compte en argent réel DMT5?",
+ "-1288798840": "What are the main differences between your digital options and CFD platforms?",
+ "-1834333990": "How can I change my Deriv MT5 password?",
+ "-1723900573": "How do I log in to my Deriv MT5 account?",
+ "-1698836439": "What is the name of my Deriv MT5 server?",
+ "-617194580": "Do you offer swap-free Deriv MT5 accounts?",
+ "-227242365": "Can I change the leverage on my Deriv MT5 account?",
+ "-941684403": "What time is shown in the MT5 terminal?",
+ "-1728332105": "For how long can I use my Deriv MT5 demo account?",
+ "-1972914987": "What is the minimum volume for micro forex pairs?",
"-1531872373": "Quels marchés puis-je trader sur Deriv X?",
"-385265783": "Quel est le montant minimum et maximum à trader sur Deriv X ?",
- "-663022568": "Comment puis-je créer un compte Deriv X?",
+ "-976858633": "What's the difference between Deriv MT5 and Deriv X?",
"-1798013905": "Quelles sont les différences entre les comptes Synthetic et Financial ?",
"-114658193": "En quoi mon mot de passe Deriv X est-il différent de mon mot de passe Deriv ?",
"-156237172": "Comment puis-je réinitialiser mon mot de passe Deriv X?",
"-2038952853": "Où puis-je trouver les détails de mon compte Deriv X?",
+ "-315976084": "What contract types do you offer on DTrader?",
"-1952371760": "Contrats",
+ "-1677125826": "Can I download the chart on DTrader?",
+ "-1980078854": "Que sont les multiplicateurs?",
+ "-771604768": "How do I trade multipliers?",
"-918450098": "Blocks",
"-315611205": "Stratégie",
"-122062690": "Quelle est la stratégie de Martingale?",
@@ -1809,24 +1998,79 @@
"-2133437022": "Qu'est ce que Deriv P2P?",
"-1568899385": "La fonction Deriv P2P est-elle sécurisée ?",
"-1567244911": "Paiement",
- "-532895895": "Puis-je augmenter ma limite quotidienne d'achat ou de vente ?",
- "-1101543580": "Limite",
+ "-1812070043": "Where can I see the terms of use for Deriv P2P?",
+ "-696921894": "Why is my Deriv P2P account blocked?",
+ "-425611884": "How do I create an ad?",
+ "-1050528217": "How do I make an order?",
+ "-1745867197": "Why can't I see my ad in the Buy/Sell tab?",
"-214996581": "Conflit",
+ "-586363837": "How do I ensure my Deriv P2P transactions are successful?",
"-190084602": "Transaction",
- "-222181522": "Dois-je vérifier mon compte Deriv?",
- "-414862292": "Combien de temps dure la vérification?",
- "-790757582": "Pourquoi mes documents ont-ils été refusés?",
+ "-1257202503": "How do I get in touch with the trader I’m dealing with?",
+ "-1101543580": "Limite",
"-1819888683": "Désolé, nous n'avons trouvé aucun résultat qui correspond à « {{search}} ».",
"-859753143": "Conseils de recherche :",
"-177264246": "Gardez votre terme de recherche court car nos capacités de recherche fonctionnent mieux avec des termes de recherche courts",
- "-1475429047": "Conformément à notre éthique du Groupe, nous fixons les critères suivants pour l'inscription des clients:\n",
- "-908523895": "Les clients doivent avoir au moins 18 ans.",
- "-1385123522": "Si le compte a été entièrement authentifié, vous pouvez soumettre un ticket demandant les modifications souhaitées. Veuillez joindre votre preuve d'identité et d'adresse.",
- "-1967507831": "Une fois que vous avez effectué un dépôt ou créé un compte DMT5, vous ne pouvez changer votre devise qu'en contactant le service client.",
- "-1294180117": "Si vous avez oublié le mot de passe de votre compte Google/Facebook/Apple, vous pouvez <0>réinitialiser le mot de passe de votre compte Deriv0> pour vous connecter à Deriv.",
- "-1588331606": "Pour fermer votre compte, allez sur <0>Désactiver le compte.0> ",
- "-292833690": "Avant de fermer votre compte Deriv, fermez toutes vos positions ouvertes et retirez tous les fonds de vos comptes de trading, y compris DMT5.",
- "-1760393932": "Vous pouvez le faire facilement en allant dans <0>Paramètres > Profil>0> <1Détails personnels1>. Décochez la case de préférence e-mail et cliquez sur le bouton «Soumettre» pour vous désinscrire.",
+ "-1681655860": "the Malta Financial Services Authority",
+ "-435600202": "Help centre | Frequently asked questions | About | Deriv",
+ "-254542421": "Here are some possible reasons you aren't able to create an account:",
+ "-1739646504": "You’re below 18 years old.",
+ "-1116525030": "You may already have a Deriv account.",
+ "-1910608693": "Our services aren't available in your country of residence.",
+ "-2073215708": "You can do so on the <0>Personal details0> page. If you’re unable to update your details, please <1>contact us via live chat1>. We may need you to send us some documents for verification.",
+ "-785517434": "While the currencies of your virtual and cryptocurrency accounts are fixed, you can change the currency of your fiat account by following the steps below.",
+ "-582231303": "Select <0>Fiat currencies,0> choose the currency you want, and click <0>Change currency.0>",
+ "-703297687": "If you have open positions, close them first.",
+ "-599281490": "For your Deriv real account, go to <0>Cashier0> to withdraw your funds.",
+ "-188538325": "For your Deriv MT5 and Deriv X real accounts, go to your dashboard to withdraw your funds.",
+ "-1129279211": "<0>Contact us via live chat0> and we’ll help you change the currency of your account.",
+ "-894612350": "Hit <0>Forgot password?0> on the <1>login page.1>",
+ "-1582535828": "Enter the same email address you use for your Apple/Google/Facebook account.",
+ "-2136863307": "Now, you'll be able to log in to your Deriv account using your email address and password.",
+ "-803818887": "It's a fee that we charge for accounts that have been inactive for the last 12 months. Refer to <0>our terms0> for more info.",
+ "-1244219585": "Name of entity",
+ "-1523686418": "Authorisation to manage the account (if your business has more than one director)",
+ "-1883441858": "Passport and utility bill/bank statement of the person managing the account and of each director and shareholder (if your business has more than 1)",
+ "-482992615": "Utility bill/bank statement containing the address of the business",
+ "-337933411": "It depends on the laws in your country of residence. Please get professional advice on whether you're required to pay taxes on <0>your profits0>.",
+ "-464076737": "You can do so on the <0>Self-exclusion0> page.",
+ "-1687067691": "If you reside in any other country, you can adjust or remove your limits on the <1>Self-exclusion1> page. If you’re unable to change your limits, <0>let us know via live chat0>.",
+ "-1411245754": "We’ll prompt you to verify your account when it’s needed.",
+ "-1057679672": "When we prompt you to verify your account, follow these steps:",
+ "-1715758584": "<0>Log in0> to your Deriv account.",
+ "-1960993308": "Go to <0>Settings0> > <1>Proof of identity1> or <1>Proof of address1>.",
+ "-400895399": "Follow the instructions on the screen to verify your account.",
+ "-1464239544": "<0>Note:0> The <0>Proof of identity0> and <0>Proof of address0> pages will not be available if your account doesn’t need verification at this time.",
+ "-759539756": "<0>Proof of identity0>",
+ "-1047117142": "You’ll need a valid government-issued identity document such as a national ID card, passport, or driver's licence. Your document must clearly show your name, photo, and date of birth.",
+ "-864022561": "You’ll need a bank statement, credit card statement, tax statement, or utility bill. Your document must be issued within the last 6 months. It must contain your name, address, the name of the company that issued the document, and the issue date.",
+ "-469258978": "No, you must verify your account before trading.",
+ "-1403118121": "If you’re in any other country:",
+ "-1945892745": "We try to review your verification documents within the same day. In some cases, due to high traffic, it may take up to 3 business days. You’ll get a confirmation email from us once the review is complete. You can also check the status of your documents at",
+ "-217527343": "<0>Settings > Proof of identity0>",
+ "-1746837387": "We may have declined your documents because they were unclear, invalid, expired, had cropped edges, or showed details that did not match your Deriv profile. If you need help, please <0>contact us via live chat0>.",
+ "-1248152791": "When you join our affiliate programme,",
+ "-640475298": "You'll be able to take advantage of our multilingual platforms and reach clients wherever they are.",
+ "-179421588": "You'll receive prompt monthly payouts via your preferred payment method.",
+ "-874599648": "You won't be charged any hidden fees. You'll be able to see exactly what your earnings are.",
+ "-1456353153": "You'll have a dedicated account manager to help you.",
+ "-1835477277": "<0>Cost per acquisition0> (For the EU only)",
+ "-2057848186": "Earn 100 USD in commission for each successful referral. Your referred client must open a real account using your tracking link and deposit 100 USD or more (one-time or accumulative).",
+ "-1264084852": "We encourage you to become our affiliate if you are:",
+ "-317355829": "<0>A webmaster0> \n Do you have a trading-related website? Join our network of affiliates and turn your traffic into revenue by promoting our products and services.",
+ "-643644414": "<0>A trading mentor0> \n Do you mentor other traders? Help them become better traders and earn commission when they sign up and trade on our platforms.",
+ "-67585950": "A referred client is a client who signed up using your tracking link, made a deposit in their account, and started trading on our platforms. As an affiliate, you stand to earn commission from the trades performed by your referred clients.",
+ "-1388788058": "Follow these steps to get your referral link:",
+ "-379292041": "<0>Log in0> to your affiliate dashboard.",
+ "-1245795523": "Click the <0>Marketing<0/> tab.",
+ "-976921122": "Follow these steps to change your payment method:",
+ "-257221931": "<0>Log in0> to your dashboard.",
+ "-1109489026": "Click the <0>Finances0> tab and select <0>Payment instructions0>.",
+ "-1408956818": "Select your preferred payment method, enter the necessary details, and click <0>Update0>.",
+ "-817404641": "Go to <0>Reports0>, and select <0>Detailed activity report0>.",
+ "-1204121083": "Set the duration and filters and click <0>Display report0> or <0>Download report0>.",
+ "-1507095704": "Help centre | Frequently asked questions | Affiliate programme | Deriv",
+ "-1973882807": "Frequently asked questions - Affiliate programme",
"-994905306": "1. Cliquez sur \"Commencer\" dans le coin supérieur gauche pour ouvrir le menu des blocs.",
"-1285759343": "Rechercher",
"-588159121": "Supprimer le bloc",
@@ -1866,46 +2110,122 @@
"-822031479": "Sommaire",
"-224804428": "Transactions",
"-1609246392": "Cliquez sur «Graphique» dans le coin inférieur gauche de l'espace de travail pour afficher le graphique.",
- "-1144380171": "Notre liste de <0>modes de paiement pris en charge0> comprend les virements bancaires, les cartes de crédit et de débit, les portefeuilles électroniques et les crypto-monnaies.",
- "-765332281": "Vos dépôts et retraits seront traités dans un délai d'un jour ouvrable (du lundi au vendredi, de 9h00 à 17h00 GMT + 8), sauf indication contraire. Veuillez noter que votre service bancaire ou de transfert d'argent peut nécessiter un délai supplémentaire pour traiter votre demande.",
- "-2129519303": "Il n'y a pas de montant minimum pour les dépôts de crypto-monnaie.",
- "-130293452": "Vous pouvez lever vos limites de retrait en vérifiant votre identité et votre adresse. Pour voir vos limites de retrait actuelles, veuillez aller à <0>Paramètres > Sécurité et sûreté>0> <1>Limites de compte1>.",
- "-849531377": "Les retraits de cartes Mastercard et Maestro sont uniquement disponibles pour les clients britanniques. Si vous n'êtes pas du Royaume-Uni, veuillez retirer à la place en utilisant un portefeuille électronique ou une crypto-monnaie.",
+ "-346303383": "You can use debit and credit cards, e-wallets, cryptocurrency wallets, and payment agents for deposits and withdrawals (see our <0>payment methods page0> for a complete list). Once you log in to your Deriv account, you’ll be able to see payment methods available in your country on the <1>Cashier page1>.",
+ "-2134684262": "You can get a new link on the Cashier page. Go to <0>Withdrawal0> and click Verify my request. We'll email you a new link; please remember to use it within 1 hour.",
+ "-1855944698": "Here are some reasons why your credit card deposit was declined:",
+ "-1435852820": "Your 3D SecureCode may not be activated. Please contact your bank to check.",
+ "-805026662": "Your country of residence does not match the country that your card was issued in.",
+ "-336747115": "If you need help, please contact us via <0>live chat0>.",
+ "-1168460620": "Yes, but only once your turnover exceeds an amount that's 25 times the deposit bonus value. The bonus is to help you get familiar with our trading platforms, so we'd love for you to use it to trade and earn a potential profit (which you may withdraw at any time).",
+ "-1955486267": "Mastercard and Maestro card withdrawals are only available for UK clients. If you are not from the UK, you’ll need to use a withdrawal method that’s available in your country.",
+ "-670805289": "The currency conversion for your deposits and withdrawals are done by your payment service provider. For example, if you use Skrill, your transaction amount will be converted by Skrill. Please check with your service provider regarding the conversion rates used for your deposits and withdrawals.",
+ "-1185520887": "your withdrawal request has already been authorised and processed",
+ "-1543634856": "To cancel your withdrawal, follow these steps:",
+ "-410744792": "Go to <0>Cashier > Withdrawal0>.",
+ "-1736064743": "We'll send you an email with a verification link. Click that link.",
+ "-1439607156": "Your payment method will only appear on the Withdrawal page after you've made your first deposit. If you've made a deposit and still don't see your payment method on the Withdrawal screen, it's probably because the payment method you used for the deposit cannot be used for withdrawals. In this case, you may need to use a different payment method that supports withdrawals, too. <0>Contact us via live chat0> if you need help.",
"-1257106357": "Centre d'aide | Questions fréquemment posées | Dépôts et retraits | Deriv",
"-524318410": "Foire aux questions - Dépôts et retraits",
- "-342557323": "Pour obtenir de l'argent sur votre compte Deriv, vous pouvez \"acheter\" des fonds Deriv dans votre devise locale (ou toute autre devise prise en charge) auprès d'un autre trader et le montant que vous avez \"acheté \" sera déposé sur votre compte.",
- "-993408638": "Nous vérifions l'identité de chaque utilisateur avant qu'il ne puisse commencer à utiliser les services de Deriv P2P. Les utilisateurs devront soumettre un document POI (preuve d'identité) pour vérification de leur identité avant d'acheter ou de vendre sur Deriv P2P.",
- "-2050983631": "En outre, toutes les transactions sont protégées par escrow. Escrow bloque les fonds de Deriv jusqu'à ce que les deux parties aient confirmé et terminé la transaction.",
- "-558939780": "Vous pouvez transférer de l'argent à d'autres traders par virement bancaire, carte, portefeuille électronique ou toute autre méthode de paiement convenue avec la personne avec laquelle vous traitez.",
- "-1985070919": "Veuillez noter que Deriv n'a aucun contrôle sur les paiements effectués entre les utilisateurs de Deriv P2P. Veuillez donc vous assurer que vous suivez les instructions de paiement convenues entre vous et le trader avec lequel vous traitez, et indiquez votre méthode de paiement préférée et vos instructions, lorsque vous publiez vos annonces.",
+ "-993497460": "<0>Deriv P2P0> is our peer-to-peer deposit and withdrawal service that’s part of our trading platform. Using Deriv P2P, you can get money in and out of your account in minutes via exchanges with fellow traders. We launched this service mainly for our clients in countries where currency exchange services are not widely accessible.",
+ "-1279056201": "We verify everyone’s identity before they can start using Deriv P2P. No anonymous transactions are allowed.",
+ "-296729461": "Additionally, all transactions are protected by escrow: the order amount is locked in escrow until both parties confirm that the transaction has been completed from their end.",
+ "-1476852890": "Yes, you’ll need a Deriv real account before you can start using Deriv P2P. Deriv P2P is a way to move funds in and out of your Deriv account.",
+ "-154362819": "Click <0>Real0>. Under <0>Deriv accounts0>, click <0>Add0>.",
+ "-1627487675": "Your Deriv P2P balance may not include all deposits made to your Deriv account. Deposits via credit cards, Skrill, Neteller, and ZingPay will not be available in Deriv P2P.",
+ "-568906967": "Go to Section 4, ‘Deriv P2P’ of <0>our terms0>.",
+ "-461691496": "Your Deriv account is suspended. Please <0>contact us0> via live chat for more info.",
+ "-1029239301": "You have cancelled 3 orders in the last 24 hours. Your account will be unblocked automatically after 24 hours.",
+ "-1141509742": "Yes, just contact us <0>via live chat0> to request a limit increase.",
+ "-1410699505": "You can use any payment method you want as long as it is agreed with the trader you’re dealing with.",
+ "-86797398": "<0>Note:0> Deriv has no control over payments made between Deriv P2P traders. Please ensure you follow the payment instructions as agreed between you and the trader you are dealing with, and provide your preferred method of payment and instructions when you post your ads.",
+ "-338149677": "Go to <0>Deriv P2P0> > <1>My ads1>.",
+ "-67297475": "Your ads are available in the <1>My ads1> tab at <0>Cashier > Deriv P2P0>.",
+ "-1869445525": "Select Buy or Sell ads.",
+ "-1378864427": "Choose the ad you want by clicking <0>Buy0> or <0>sell0>.",
+ "-1278209777": "You'll only be able to make an order once your account has been verified.",
+ "-1669612535": "If you're selling, you'll need to wait for the buyer's payment before completing the order.",
+ "-1239568034": "Si vous rencontrez un problème lors d'une transaction sur Deriv P2P, essayez d'abord de le résoudre avec le trader avec lequel vous traitez. S'il n'est pas disposé à vous aider à résoudre la situation, faites-le nous savoir par le biais du chat en direct et nous vous aiderons à résoudre le problème.",
+ "-989166377": "To dispute a Deriv P2P transaction, follow these steps:",
+ "-1567088047": "Once the order has expired, click <0>Complain0> on the order details screen.",
+ "-1543692084": "We’ll seek more info on the transaction by reaching out to you and the trader you are dealing with, and we’ll try to resolve the issue within 24 hours. We’ll keep you informed of the status.",
+ "-1095411583": "For successful Deriv P2P transactions, follow these guidelines:",
+ "-693174976": "Avoid creating ads with identical amounts and exchange rates.",
+ "-2112170016": "Ensure that your account balance is sufficient to support your ads and orders.",
+ "-1098565506": "If you’re buying:",
+ "-1941726245": "Check your bank or e-wallet balance to confirm that the buyer has made payment before completing the order.",
+ "-1964387231": "Once you’ve received the payment from the buyer, try to complete the order as soon as you can.",
+ "-1705206253": "For more guidelines on using Deriv P2P, see our <0>terms of use0> (refer to Section 4 ‘Deriv P2P’).",
"-90598465": "Il n'y a pas de dépôt minimum. Vous pouvez faire un dépôt maximum de USD 2,500, douze fois par jour.",
"-307502515": "Vous pouvez traderer des CFD sur le forex, les crypto-monnaies, les matières premières et nos indices synthétique sur Deriv X.",
"-577476222": "DTrader vous permet de négocier plus de 50 actifs sous la forme d'options numériques, multiplicateurs et lookbacks.",
"-2134519372": "Deriv MT5 (DMT5) et Deriv X sont toutes deux des plateformes de trading multi-actifs où vous pouvez trader sur le forex et des CFD avec un effet de levier sur plusieurs classes d'actifs. La principale différence entre elles est la présentation de la plateforme - MT5 a une vue simple tout-en-un, tandis que sur Deriv X vous pouvez personnaliser la présentation selon vos préférences.",
+ "-1529587893": "Follow these steps to add a Deriv X account:",
+ "-1383710718": "Select <0>Real account0> or <0>Demo account0>.",
+ "-780401736": "If you’re adding your first Deriv X account, you’ll need to set your Deriv X password. If you’ve already set your Deriv X password before, you’ll need to enter it now.",
+ "-1285898327": "Your new Deriv X account is now ready.",
+ "-527968812": "You'll need to add a Deriv X account first. After that, follow these steps to log in:",
"-2055925090": "Le compte financier est celui où vous tradez des contrats pour différences (CFD) sur les marchés financiers tels que le forex, les crypto-monnaies et les matières premières.",
"-1720135689": "Allez dans vos <0>Paramètres du compte0>. Cliquez sur le menu déroulant \"Sécurité et sûreté\", puis sélectionnez \"Mots de passe\". Sous \"Mot de passe Deriv X\", cliquez sur \"Modifier le mot de passe\" pour réinitialiser votre mot de passe.",
"-535620163": "Pour retirer des fonds de votre compte Deriv X sur Deriv, vous devrez transférer les fonds sur votre compte Deriv. Accédez à Caissier>Transfert entre comptes et suivez les instructions à l'écran.",
"-2015877045": "Centre d'aide | Foire aux questions | Deriv X | Deriv",
"-529738098": "Questions fréquentes - Deriv X",
"-971172690": "Quel est le montant minimum / maximum que je peux déposer sur mon compte Deriv X ?",
- "-844199531": "DMT5 est une plateforme de trading multi-actifs que vous pouvez utiliser pour trader le forex au comptant et les contrats de différence (CFD) avec effet de levier.",
- "-35355043": "Le compte DMT5 Advanced est un compte 100% A Book où vos trades sont directement transmises au marché, vous donnant un accès direct aux fournisseurs de liquidité forex.",
- "-315308558": "Le compte DMT5 Synthetic Indices vous permet de trader des contrats contre différence (CFD) sur des indices synthétiques qui imitent les mouvements du monde réel. Il est disponible pour la négociation 24/7 et vérifié pour l'équité par un tiers indépendant.\n",
- "-1390301231": "Pour déposer des fonds sur votre compte MT5 sur Deriv, vous devez utiliser les fonds de votre compte Deriv. Accédez à <0>Caissier>0> <1>Transfert entre comptes1> et suivez les instructions à l'écran.",
- "-1374692096": "Pour retirer des fonds de votre compte MT5 sur Deriv, vous devrez transférer les fonds sur votre compte Deriv. Accédez à <0>Caissier> 0> <1>Transfert entre comptes1> et suivez les instructions à l'écran.",
- "-1538690809": "MT5 sur Deriv est une plateforme de trading autonome qui n'est pas hébergée sur notre site Web. Vos informations de connexion DMT5 vous donnent accès à la plate-forme MT5 tandis que vos informations de connexion Deriv vous donnent accès aux plates-formes hébergées sur notre site Web, telles que DTrader et DBot.",
+ "-935980097": "The Deriv MT5 Synthetic account offers contracts for difference (CFDs) on synthetic indices. Our proprietary synthetic indices mimic the price movement of real financial markets but are not affected by market events. Trading on synthetic indices is available 24/7, even on weekends and holidays. There are more than 15 indices to choose from, with different levels of volatility and market behaviour.",
+ "-787503172": "The Deriv MT5 Financial account offers CFDs on forex, commodities, cryptocurrencies, stocks, and stock indices, with high leverage and variable spreads for maximum flexibility. This account offers more than 100 assets, and 24/7 trading is available on cryptocurrencies.",
+ "-300839534": "You'll need to transfer funds from your Deriv account to your Deriv MT5 account. You can do this on the <0>Cashier page0>. Transfers are instant; your funds will be available in your Deriv MT5 account as soon as you complete the transfer.",
+ "-1348787775": "Follow these steps to reset your Deriv MT5 password:",
+ "-1111031408": "Go to your <0>Deriv MT5 dashboard0>.",
+ "-985140221": "Click <0>Confirm0>.",
+ "-1222605568": "We'll send you an email. Click the <0>Change password0> button in that email.",
+ "-1184173356": "You'll be taken to the Change password screen. Enter a new password and click <0>Create0>.",
+ "-1462766296": "You can log in to your Deriv MT5 account via the MT5 desktop app, web terminal, or mobile app. You'll need the login ID and server name from <0>your Deriv MT5 dashboard0>. Please remember to use your Deriv MT5 password to log in to Deriv MT5.",
+ "-1089619392": "You can set the investor password on your <0>Deriv MT5 dashboard0>. Click <1>Password1> on your Deriv MT5 account, and select <1>Investor password1> to set a new password.",
+ "-351288377": "No, we don't.",
+ "-1987596175": "You can't reactivate your Deriv MT5 account. Instead, you can create a new one on your Deriv <0>MT5 dashboard0>.",
+ "-38304396": "No, you can't. There's a fixed default amount for each asset. The leverage applied to your account can be found on your <0>Deriv MT5 dashboard0>.",
+ "-88115138": "Greenwich Mean Time (GMT).",
+ "-1741073621": "If you need a statement of your trades on Deriv MT5, follow these steps to download a 3-month statement:",
+ "-1684440937": "Log in to your MT5 account via the desktop app.",
+ "-1374165891": "Right-click on <0>Time0>, click <0>Report0>, and select <0>Open XML0>.",
+ "-1795964107": "If you need a statement for a more extended period, contact us via <0>live chat0>, and we'll help you with it.",
+ "-309622502": "Yes, we’ll transfer your balance to your Deriv account before your Deriv MT5 account is deactivated.",
+ "-586122892": "No, this isn’t possible on MT5.",
+ "-518416448": "No, you can't, but you may have multiple Deriv MT5 Synthetic accounts on different servers.",
+ "-2007650229": "Yes, you can trade micro forex pairs with a Deriv MT5 Financial account.",
"-1593152023": "Centre d'aide | Questions fréquemment posées | DMT5 | Deriv",
- "-1762311912": "Nous proposons trois types de contrats sur DTrader: les Montées et les Descentes, les Hauts et les Bas et les Chiffres.",
+ "-1402025716": "<0>DTrader0> is one of our trading platforms. It offers digital options and multipliers on a variety of assets in financial and synthetic markets. ",
+ "-798714068": "You can trade forex, stocks, stock indices, commodities, cryptocurrencies, and synthetic indices on DTrader. Some markets may not be available in certain countries.",
+ "-1758753185": "These contracts are available on DTrader:",
+ "-1572548510": "Ups & Downs",
+ "-922253974": "Hausse/Baisse",
+ "-1361254291": "Supérieur/Inférieur",
+ "-1691868913": "Touche/Ne touche pas",
+ "-763273340": "Chiffres",
+ "-330437517": "Égal/Différent",
+ "-657360193": "Au dessus/En dessous",
"-1442307043": "Centre d'aide | Foire aux questions | DTrader | Deriv",
"-1544998943": "Foire aux questions - DTrader",
+ "-1301260207": "You'll earn commission whenever your clients trade CFDs on MT5, even on weekends and public holidays.",
+ "-110767819": "You'll have access to various marketing tools to help promote our products and services to your clients.",
+ "-289567912": "Find out more about our IB programme <0>here0>.",
+ "-898871903": "No, it's completely free of charge.",
"-17396892": "Besoin d'aide? Vous avez des questions sur les services Deriv et les plateformes de trading en ligne? Lisez notre FAQ ou posez-nous une question.",
+ "-199125243": "Multipliers (also known as multiplier options) is a trade type that gives you an opportunity to amplify your profit without risking more than your stake. To find out more, visit <0>the Multipliers page0>.",
+ "-1755209362": "Watch <0>this video0> to know more about trading multipliers.",
+ "-1343499861": "Help centre | Frequently asked questions | Multipliers | Deriv",
"-11499858": "Non, vous n'avez pas besoin de vérifier votre compte Deriv à moins d'y être invité. Si votre compte nécessite une vérification, nous vous contacterons par e-mail pour lancer le processus et vous fournir des instructions claires sur la façon de soumettre vos documents.",
- "-1314529357": "Un produit est cultivé ou produit naturellement dans l'environnement. Les exemples incluent le pétrole brut, les métaux, l'or et l'argent.",
- "-720675222": "Exclusifs sur Deriv, les indices synthétiques sont notre propre ensemble de marchés synthétiques conçus pour simuler les mouvements du marché dans le monde réel, non affectés par les fluctuations d'événements réels et d'autres perturbations extérieures.",
- "-817895916": "Une option numérique est un instrument financier avec un paiement fixe où vous prédisez le résultat à partir de seulement deux résultats possibles.",
- "-634329620": "Nous proposons trois plateformes de trading: DTrader, DBot et DMT5. Chaque plate-forme répond à une variété de styles et d'expériences de trading, que vous soyez un trader débutant ou expérimenté.",
- "-1689847421": "Vous pouvez voir les limites de trading de votre compte en accédant à <0>Paramètres > Sécurité et limites>0><1>Limites de compte1>. Veuillez noter que si le solde de votre compte dépasse le solde maximum en espèces du compte, vous devez retirer des fonds de votre compte pour ramener le solde de votre compte en dessous de la limite maximale.",
- "-1889877048": "Le trading d'indices synthétiques est disponible 24h/24 et 7j/7.\n",
+ "-1846766027": "Le marché des changes, ou forex, est le marché mondial des devises, où les valeurs des différentes devises s'affrontent sous la forme de paires de devises, telles que EUR/USD, AUD/JPY, etc. Le marché du forex détermine les taux de change de chaque devise.",
+ "-192959524": "Read <0>this article0> to learn more about trading forex on Deriv.",
+ "-1879171974": "A commodity is either grown or produced naturally in the environment, such as agricultural products, livestock, crude oil, and precious metals like gold and silver.",
+ "-339093963": "Read <0>this article0> to learn more about trading commodities on Deriv.",
+ "-691446230": "Stock indices measure the value of a group of companies in the stock market. This allows investors to see how a particular set of assets is performing.",
+ "-1412546523": "Read <0>this article0> to learn more about trading stocks on Deriv.",
+ "-367005179": "Read <0>this article0> to learn more about trading synthetic indices on Deriv.",
+ "-1542650156": "CFDs let you predict the price movement of underlying assets without actually owning them. With CFDs, you open a position based on your prediction, and you'll earn a profit if you close your position when the price moves in your favour.",
+ "-1790114248": "We have a diverse suite of 6 trading platforms: <0>Deriv MT50>, <1>Deriv X1>, <2>DTrader2>, <3>DBot3>, <4>SmartTrader4>, and <5>Binary Bot5>. Each of these platforms is designed to fit any trading style, regardless of your trading experience.",
+ "-639381175": "Note: DBot, SmartTrader, and Binary Bot are not available in the EU and UK.",
+ "-626094848": "Build your trading bot for free on <0>DBot0> or <1>Binary Bot1>; no coding is needed. You’ll also find free pre-built strategies on DBot that you can customise to your needs.",
+ "-578264817": "Trading limits are only applicable to your Deriv real account. You can see the limits on your account on the <0>Account limits0> page (you must be <1>logged in1>).",
"-1618901770": "Centre d'aide | Questions fréquemment posées | Trading | Deriv",
"-2085755369": "Foire aux questions - Trading",
"-396178446": "100+ actifs à trader",
@@ -2149,7 +2469,6 @@
"-1669418686": "AUD/CAD",
"-1548588249": "AUD/CHF",
"-79700881": "NZD/USD",
- "-1800672151": "Indice GBP",
"-1402324349": "CAD/CHF",
"-1398238048": "CAD/JPY",
"-244869624": "CHF/JPY",
@@ -2246,17 +2565,11 @@
"-1522453105": "<0>Swiss 200> suit la performance des 20 actions suisses les plus importantes et les plus liquides.",
"-1848325573": "<0>UK 1000> suit la performance boursière des 100 premières sociétés cotées au Royaume-Uni.",
"-1650735154": "Ces indices oscillent entre deux niveaux de prix (frontières), franchissant parfois les frontières pour créer une nouvelle gamme en moyenne une fois toutes les 100 ou 200 fois qu'ils atteignent les frontières.",
- "-962930783": "L'indice <0>AUD Index0> mesure la valeur du dollar australien par rapport à un panier de cinq devises mondiales (USD, EUR, GBP, JPY, CAD), chacune pondérée de 20%.\n",
- "-1910214848": "L'indice <0>EUR Index0> mesure la valeur de l'euro par rapport à un panier de cinq devises mondiales (USD, AUD, GBP, JPY, CAD), chacune pondérée de 20%.\n",
- "-1763966856": "L' indice <0>GBP Index0> mesure la valeur de la livre sterling par rapport à un panier de cinq devises mondiales (USD, EUR, AUD, JPY, CAD), chacune pondérée de 20%.\n",
- "-1448477512": "<0>Indice Gold0> mesure la valeur de l'or par rapport à un panier de cinq devises mondiales (EUR, GBP, JPY, AUD, USD), chacune pondérée de 20%.",
"-754071100": "<0>Le Panier GBP0> mesure la valeur de la livre sterling par rapport à un panier de cinq devises mondiales (USD, EUR, AUD, JPY, CAD), chacune étant pondérée par 20%.",
"-1164156648": "Ces indices correspondent à des marchés simulés avec des volatilités <0>constantes de 200% et 300%.0>",
"-475767247": "<0>Australia 2000> suit la performance des actions des 200 plus grandes sociétés cotées en Australie.",
"-2035089048": "<0>Spain 350> suit la performance boursière des 35 meilleures sociétés cotées en Espagne.",
"-1312740087": "<0>Supérieur/Inférieur 0> Prédisez si le point de sortie sera supérieur ou inférieur à un objectif de prix (la barrière) à la fin de la période du contrat.",
- "-1691868913": "Touche/Ne touche pas",
- "-763273340": "Chiffres",
"-467543474": "<0>Égal/Différent:0> Prédisez quel numéro sera le dernier chiffre de la dernière graduation d'un contrat.\n",
"-12379677": "<0>Pair/impair:0> Prédisez si le dernier chiffre du dernier tick d'un contrat sera un nombre pair ou un nombre impair.",
"-1048378719": "Reset Call/Reset Put",
@@ -2315,21 +2628,26 @@
"-963218544": "Vous ne pouvez pas décider quel programme ou plan de commission vous convient?",
"-1930772663": "Deriv MT5 Synthétiques",
"-1016171176": "Actif",
+ "-2082672713": "1",
"-549581742": "Indice de volatilité 10 ",
"-456885316": "Indice de volatilité 75 ",
"-1649127643": "1,75",
"-2068763730": "5",
"-2083395832": "7,5",
+ "-1587730975": "10",
+ "-784871058": "15",
"-524043424": "1,25",
"-849512762": "2,50",
"-1925239974": "Une transaction pour 1 lot de l'indice Volatility 75 pour un prix de 500000 USD rapportera 25 USD de commission sur la base de la formule suivante:",
"-55785537": "Gagnez lorsque vos clients négocient sur un compte financier MT5.",
"-978761772": "2 USD",
"-543177967": "Indices Boursiers",
- "-1587730975": "10",
+ "-1097570263": "Pour le forex, il existe une commission fixe de 2 USD par lot (uniquement applicable aux lots standard). Une transaction portant sur un lot d'EUR/USD donnera lieu à une commission de 2 USD, calculée selon la formule suivante :",
"-834024219": "DMT5 Financial calculé en premier",
- "-1981982611": "Pour les actifs de crypto-monnaie, un accord pour 1 lot de BTC/USD (avec un taux de change BTC/USD de 50000 USD) paiera 10 USD de commission sur la base de la formule suivante:",
+ "-800044382": "Pour les métaux, il y a une commission fixe de 4 USD par lot. Une transaction portant sur un lot de XAU/USD donnera lieu à une commission de 4 USD, calculée selon la formule suivante :",
"-1825768469": "DMT5 Financial calculé en second",
+ "-1923011108": "For cryptocurrency assets, a deal for 1 lot of BTC/USD (with a BTC to USD exchange rate of USD 50,000) will pay out USD 5 in commission based on the following formula:",
+ "-1268684459": "DMT5 Financier calculé en troisième",
"-2061883933": "2,5",
"-1587788256": "DMT5 Financial STP calculé en seconde",
"-921778308": "Comment est-ce calculé",
@@ -2410,9 +2728,6 @@
"-854296036": "Après l'approbation finale de notre équipe de conformité, nous publierons vos coordonnées sur notre liste d'agents de paiement.",
"-1340544588": "Effectuez plusieurs dépôts et retraits par jour.",
"-5296999": "Découvrez comment devenir un agent de paiement sur Deriv pour élargir votre base de clients et gagner des revenus supplémentaires.",
- "-119617711": "RTS27 2020",
- "-1439749066": "RTS27 2019",
- "-1364758050": "Deriv Investments (Europe) Limited a préparé le rapport d'information sur le pilier III conformément à la directive sur les exigences de fonds propres IV et au règlement sur les exigences de fonds propres. Lisez notre rapport pour comprendre comment nous respectons la discipline de marché en tant que participant au marché.",
"-1601657282": "Deriv Investments (Europe) Limited a préparé le rapport sur les informations financières conformément à la réglementation et à la directive sur les entreprises d'investissement. Lisez notre rapport pour comprendre comment nous respectons la discipline de marché en tant que participant au marché.",
"-1695974481": "Ces documents vous fournissent des informations clés sur nos produits d'investissement. Ces informations sont requises par la loi pour vous aider à comprendre la nature, les risques, les coûts, les gains et les pertes potentiels de ces produits et pour vous aider à les comparer avec d'autres produits.",
"-1127433262": "RTS",
@@ -2438,12 +2753,16 @@
"-431262594": "CFD - indices synthétiques",
"-1311570171": "Informations sur la licence et la réglementation | Deriv",
"-1833153607": "Deriv opère sous la juridiction de Binary.com qui détient plusieurs licences pour se conformer aux exigences réglementaires à travers le monde.",
- "-1720897015": "Les services proposés sur Deriv.com et Binary.com sont fournis par Deriv Group. Le groupe possède plusieurs filiales qui sont autorisées à exploiter Deriv.com et Binary.com dans leurs juridictions enregistrées.",
+ "-1488849807": "Les services proposés sur Deriv.com sont fournis par le groupe Deriv. Le groupe possède plusieurs filiales qui sont autorisées à exploiter Deriv.com dans leurs juridictions respectives.",
"-1131400885": "Deriv Investments (Europe) Limited",
- "-959669250": "Deriv Investments (Europe) Limited est autorisé à fournir des services dans un autre État membre de l'UE par le biais des droits de passeport de l'UE. Vous trouverez ci-dessus une liste des pays de l'UE qui ont accès à Deriv.com via les droits de passeport de l'UE.",
+ "-430532854": "Deriv Investments (Europe) Limited – W Business Center, Level 3, Triq Dun Karm, Birkirkara BKR 9033, Malte –(<0>licence n ° IS/701560>), est agréé à Malte et autorisé par la Malta Financial Services Authority en vertu de la loi sur les services d'investissement à fournir des services d'investissement dans l'Union européenne.",
+ "-2051445931": "Les clients de l'Union européenne qui souhaitent trader des instruments financiers peuvent avoir des comptes sous Deriv Investments (Europe) Limited.",
"-112814932": "Deriv (FX) Ltd",
+ "-246692869": "Deriv (FX) Ltd - F16, Level 1, Paragon Labuan, Jalan Tun Mustapha, Labuan 87000, Malaisie - est agréé par la Labuan Financial Services Authority (<0>licence no. MB/18/00240>).",
"-1474169625": "Les clients du reste du monde (à l'exception des pays restreints tels que les États-Unis, le Canada et Hong Kong) qui souhaitent négocier des CFD sur le forex et les crypto-monnaies peuvent avoir un compte DMT5 STP Financier sous Deriv (FX) Ltd.",
"-2019617323": "Deriv (BVI) Ltd",
+ "-689442324": "Deriv (BVI) Ltd - Kingston Chambers, P.O. Box 173, Road Town, Tortola Îles Vierges britanniques - est autorisé par la Commission des services financiers des Îles Vierges britanniques <0>licence no. SIBA/L/18/11140>).",
+ "-1186445863": "Les clients du reste du monde (à l'exception des pays soumis à des restrictions comme les États-Unis, le Canada et Hong Kong) qui souhaitent trader des CFD sur des instruments financiers, y compris des cryptomonnaies, peuvent disposer de comptes DMT5 Financier STP sous Deriv (BVI) Ltd.",
"-1089385344": "Deriv (SVG) LLC",
"-951213826": "Deriv (SVG) LLC est situé à Hinds Buildings, Kingstown, Saint-Vincent-et-les Grenadines (société n ° 273 LLC 2020).",
"-1179448605": "Deriv Limited",
@@ -2554,7 +2873,6 @@
"-976479290": "Vous ne pouvez pas utiliser les fonctionnalités de stop loss et d'annulation des transactions en même temps.\n",
"-1088149692": "Il s'agit de vous protéger contre la perte de votre argent lors de l'annulation de l'offre. Avec l'annulation de l'accord, vous pouvez récupérer le montant total de votre mise si vous annulez votre contrat dans l'heure suivant l'ouverture de la position. Le stop loss, en revanche, clôturera votre contrat à perte si le marché évolue contre votre position. Cependant, une fois l'annulation de l'accord expirée, vous pouvez définir un niveau de stop loss sur le contrat ouvert.",
"-993588400": "Vous ne pouvez pas utiliser les fonctionnalités de prise de bénéfices et d'annulation de transactions en même temps.",
- "-1980078854": "Que sont les multiplicateurs?",
"-715015407": "Les multiplicateurs de Deriv combinent les avantages du trading avec effet de levier avec le risque limité des options. Cela signifie que lorsque le marché évolue en votre faveur, vous multipliez vos profits potentiels. Si le marché évolue à l'encontre de vos prévisions, vos pertes ne sont limitées qu'à votre mise.\n",
"-2055316208": "<0>Sans multiplicateur0>, si le marché augmente de 25%, vous gagnerez 25% * 100 $ = <1>25 $ de profit<1>.\n",
"-222486173": "<0>Avec un multiplicateur x50>, si le marché augmente de 25%, vous gagnerez 25% * 100 $ * 5 = <1>125 $ de profit1>.\n",
@@ -2587,10 +2905,8 @@
"-1192024363": "Spéculez sur les mouvements des prix des principaux produits de base du monde - argent, or, pétrole et énergie.",
"-1421344186": "Options pour trader sur Deriv",
"-412753503": "Les lookbacks sont disponibles uniquement sur les indices synthétiques.",
- "-922253974": "Hausse/Baisse",
"-513919250": "Si vous sélectionnez «Inférieur», vous gagnez le paiement si le point de sortie est strictement inférieur au point d'entrée.",
"-780207001": "Si vous sélectionnez «Autoriser égal», vous gagnez le paiement si le point de sortie est supérieur ou égal au point d'entrée pour «Plus haut». De même, vous gagnez le paiement si le point de sortie est inférieur ou égal au point d'entrée pour «Inférieur».",
- "-1361254291": "Supérieur/Inférieur",
"-1813951531": "Si vous sélectionnez «Inférieur», vous gagnez le paiement si le point de sortie est strictement inférieur à la barrière.",
"-1350745673": "Si le point de sortie est égal à la barrière, vous ne gagnez pas le paiement.",
"-1673960856": "Termine dans/Hors de la zone",
@@ -2598,10 +2914,8 @@
"-1039129655": "Si vous sélectionnez «Termine hors de la zone», vous gagnez le paiement si le point de sortie est soit strictement supérieur à la barrière haute, soit strictement inférieur à la barrière basse.",
"-1326361265": "Reste dans/Sort de la zone",
"-248048003": "Si vous sélectionnez «Sort de la zone», vous gagnez le paiement si le marché touche la barrière haute ou la barrière basse à tout moment pendant la durée du contrat.",
- "-330437517": "Égal/Différent",
"-972537755": "Si vous sélectionnez \"Égal\", vous gagnerez le paiement si le dernier chiffre du dernier tick est le même que votre prédiction.",
"-1754746990": "Si vous sélectionnez «Différent», vous gagnerez le paiement si le dernier chiffre du dernier tick n'est pas le même que votre prédiction.",
- "-657360193": "Au dessus/En dessous",
"-1163143636": "Si vous sélectionnez «Under», vous gagnerez le paiement si le dernier chiffre du dernier tick est inférieur à votre prédiction.",
"-878562744": "Si vous sélectionnez «Reset-Call», vous gagnez le paiement si le point de sortie est strictement supérieur au point d'entrée ou au point de réinitialisation.",
"-1521910502": "Si vous sélectionnez «Reset-Put», vous gagnez le paiement si le point de sortie est strictement inférieur au point d'entrée ou au point de réinitialisation.",
@@ -2751,7 +3065,7 @@
"-515732698": "Chef de la gestion des risques",
"-864130274": "Responsable des comptes",
"-234962411": "Qui sommes-nous | Une plateforme de trading en ligne | Deriv.com",
- "-355907358": "Deriv.com - Une marque Binary.com, est une plate-forme de trading en ligne pionnière et primée sur le marché du trading.",
+ "-719133900": "Deriv est une plateforme de trading en ligne pionnière et primée qui offre un large choix de produits dérivés que tout le monde peut trader, où qu'il soit.",
"-599033718": "Deriv n'utilise pas votre argent pour ses intérêts commerciaux et vous êtes autorisé à retirer votre argent à tout moment. Tout votre argent est séparé et conservé dans des institutions financières sécurisées. De cette manière, dans le cas peu probable où Deriv deviendrait insolvable, tout votre argent vous sera restitué car il ne sera jamais fusionné avec le nôtre.",
"-392665367": "Aide lorsque vous en avez besoin",
"-367457070": "Deriv permet à n'importe qui de commencer à trader, de comprendre les risques et de prendre de meilleures décisions de trading. Nos outils et plates-formes contiennent des instructions claires et simples et sont intuitivement faciles à naviguer. Nous fournissons également régulièrement des nouvelles du marché, des analyses, des webinaires, des ebooks, des didacticiels vidéo et des articles du centre d'aide pour vous aider à rester informé et à devenir un meilleur trader.",
diff --git a/src/translations/id.json b/src/translations/id.json
index b8066e81606..a76b8754522 100644
--- a/src/translations/id.json
+++ b/src/translations/id.json
@@ -1,18 +1,23 @@
{
"1292590": "Apa yang harus saya lakukan selanjutnya?",
"2474877": "Untuk mengubah metode pembayaran Anda, silakan hubungi kami melalui <0>obrolan langsung0>.",
+ "4506932": "How do I add a Deriv X account?",
+ "7128051": "How can I adjust or remove my self-exclusion limits?",
"7228511": "Tentukan komisi Anda per transaksi, tergantung pada batas minimum yang telah kami tetapkan.",
+ "11019706": "Your available balance for Deriv P2P may not reflect your entire Deriv balance. This is because deposits made via some payment methods won’t be available for Deriv P2P. See <0>Why is my Deriv P2P balance different from my Deriv account balance?0> for more info.",
"13119092": "klien",
+ "15238581": "Go to the first item in the media gallery and click <0>Get media0> code.",
"17217397": "Mata uang kripto",
"19552684": "Basket USD",
"21294053": "Sejak 1999, group ini telah melayani para trader di seluruh dunia dengan integritas dan keandalan. Kami selalu memegang standar etika tertinggi dan memenuhi persyaratan regulasi.",
"22146527": "Platform yang aman dan responsif",
+ "22354933": "Your money is held in secure financial institutions and is always available to you, should you wish to withdraw. We don't use your money for our business purposes.",
"22418565": "telah ditukarkan hingga saat ini",
"22995280": "Platform untuk memulai. Platform yang luar biasa namun mudah untuk digunakan.",
- "23846717": "Bonus gratis hanya dapat dicairkan jika Anda telah melebihi total pembelian kontrak sebesar 25 kali jumlah bonus.",
"24763773": "Sony Group Corp",
"24900606": "Basket Gold",
"26480598": "Umum",
+ "26596220": "Finance",
"27830635": "Deriv (V) Ltd",
"28675270": "Kepala Bagian Keuangan",
"31131715": "Jelajahi Deriv.com",
@@ -21,11 +26,12 @@
"34997376": "Deriv dalam angka",
"39296052": "Bagaimana cara mempromosikan Deriv.com?",
"39595561": "Lihat kinerja bot Anda saat melakukan setiap trading dan dapatkan pemberitahuan melalui Telegram.",
- "39720204": "Indeks AUD",
+ "40232884": "Ensure that you make payment to the correct seller within 2 hours.",
"45577689": "Dapatkan komisi dari trading DMT5 klien Anda.",
- "48076235": "Ya. Anda dapat meminta untuk meningkatkan batas harian melalui obrolan langsung pada situs web kami dan kami akan menghubungi Anda kembali melalui email.",
"48132512": "Bergabung dan tumbuh bersama kami.",
+ "48469443": "Complete <0>this form0>, and we'll get in touch with you in a couple of days. You'll need a real Deriv trading account, too. If you don't have one, sign up <1>here1>.",
"49026512": "Masuki pengalaman DMT5",
+ "49321507": "Do you offer micro forex pairs on Deriv MT5?",
"50586010": "Binary.com telah berganti nama menjadi Deriv.com dan berikut adalah beberapa arti bagi para mitra",
"53801223": "Hong Kong 50",
"54033225": "0,10",
@@ -34,13 +40,15 @@
"55394707": "Untuk pendaftaran aplikasi mobile, pilih kode broker ke <0>Deriv Limited0>.",
"56714378": "Pertanyaan umum - Deriv P2P",
"57395040": "Nilai Poin",
+ "57885236": "Your card issuer may have blocked your transaction. Please contact your card issuer to check.",
"59521256": "Halaman tidak ditemukan",
"59678480": "5 - 3.000",
"60772773": "USD/RUB",
"61663093": "Indeks Berterusan",
- "68536923": "Untuk forex, 1 lot EUR/USD akan memberi komisi sebesar EUR 5 berdasarkan formula berikut:",
+ "67611998": "How can I deposit funds into my Deriv MT5 real money account?",
"70604999": "Berhubung indeks jump adalah sintetis, Anda dapat mentradingkannya 24/7, 365 hari setahun.",
"71016232": "OMG/USD",
+ "71263224": "How can I cancel my withdrawal?",
"71535160": "Hitung biaya menginap untuk tetap mengaktifkan posisi berjalan Anda. Biayanya bisa positif atau negatif tergantung pada kurs swap.",
"71650838": "Bicaralah dengan sederhana dan jelas, tidak bersembunyi di balik ambiguitas",
"71969952": "Perubahan apa saja yang dapat saya lihat?",
@@ -52,38 +60,43 @@
"82730484": "Penyedia layanan pembayaran yang menyediakan cara mudah untuk mentransfer, menerima, dan membayar secara online.",
"83067481": "Situs tracking: t.deriv.com",
"84123624": "Program Kemitraan | Deriv",
+ "85248718": "Memorandum and articles of association",
"87901857": "Kueri arbitrer pada database produksi",
"90275414": "Trading<0/>dengan mudah<0/>",
"94912230": "Belarus",
"97694950": "Bertrading dengan bijak, dan jangan biarkan emosi Anda mempengaruhi keputusan Anda. Jangan bertrading ketika Anda lelah atau berada di bawah pengaruh alkohol.",
"102299592": "Cara menghitung jumlah batas kerugian dan/atau batas keuntungan",
+ "105613424": "What is the minimum amount to open a position on Deriv MT5?",
+ "106291991": "Frequently asked questions - Multipliers",
"109865596": "Nikmati trading akhir pekan di Deriv dan dapatkan hasil maksimal dari trading Anda.",
"110140669": "Jika Anda seorang trader profesional, layanan sinyal trading MT5 memungkinkan Anda untuk berbagi strategi dengan trader lain secara gratis atau dengan biaya berlangganan yang Anda tetapkan. Saat trader berlangganan sinyal Anda, kontrak yang Anda beli akan secara otomatis disimulasikan pada akun mereka setiap kali Anda melakukan trading.",
"113378532": "ETH/USD",
- "113428590": "Deriv (V) Ltd (<0>lihat lisensi0>) - 1276, Kumul Highway, Port Vila, Vanuatu - dilisensikan oleh Otoritas Jasa Keuangan Vanuatu, dan menjadi anggota <1>Asosiasi Pasar Keuangan<1/>.",
"117273069": "<0>Wall Street 300> mengikuti kinerja saham dari daftar 30 perusahaan teratas di AS.",
+ "117920584": "As per <0>our terms0>, we only allow one account per client, which you can open in the currency of your choice (either fiat or crypto). If you want to trade with other currencies, you can add multiple cryptocurrency accounts to your profile.",
"119888059": "Siapa yang dapat mendaftar",
+ "121961018": "If you're residing in the EU or UK, <0>contact us via live chat0>, and we'll help you with it.",
"122171127": "Trading multiplier tersedia 24/7, 365 hari setahun pada indeks sintetis. Pada forex trading multiplier sepanjang hari kerja.",
"123005346": "Penarikan dana tanpa hambatan untuk pelanggan",
"123291381": "Rebranding ini tentang apa?",
"125131030": "Terima kasih telah berlangganan Deriv Akademi",
- "132574588": "Pada <0>dasbor Deriv X0>, pilih jenis akun yang ingin Anda daftar (Riil atau Demo) dan klik “Tambah akun”. Ikuti petunjuk di layar untuk mendaftar akun Deriv X baru.",
"135210620": "Deriv <0>diatur0> oleh beberapa entitas termasuk Otoritas Jasa Keuangan Malta (MFSA), Otoritas Jasa Keuangan Labuan (Labuan FSA), Komisi Layanan Keuangan Vanuatu (VFSC), dan Komisi Layanan Keuangan Kepulauan Virgin Britania Raya.",
"138055021": "Indeks sintetis",
"140083133": "Danai akun Anda. Mulai trading menggunakan aplikasi mobile, aplikasi desktop, atau situs browser.",
+ "141909159": "You’ll be brought back to the Cashier page. Click <0>Review pending0> and select the transaction that you'd like to cancel.",
"143734792": "Ketentuan yang mengatur penyimpanan dan transfer dana pada Deriv beserta bonus yang mungkin Anda terima",
"144377171": "Batas penarikan harian",
"146650698": "Bawa saya ke DP2P",
"148382928": "American Airlines Group Inc",
"150593055": "Penukar mata uang",
+ "152299772": "Why should I join your affiliate programme?",
"152524253": "Trading pada pasar dunia menggunakan platform kami yang mudah digunakan dan populer.",
"154463429": "Pengalaman trading demo yang kami tawarkan adalah sama persis dengan trading uang riil, khususnya penetapan harga kontrak dan batasan trading.",
- "156791387": "Kunjungi <0>dashboard DMT50> dan klik tombol <1>Kata sandi1> pada akun DMT5 tersebut.",
"159321990": "Trading forex online bersama Deriv. Daftar akun demo dan nikmati berbagai pasangan mata uang pada platform trading kami yang responsif dan intuitif.",
"159937924": "RTS28 2020",
"161870324": "Pilih harga terbaik dan pesan, atau pasang iklan untuk mendapatkan harga yang Anda inginkan.",
"163040015": "Bergabunglah dengan program afiliasi dan IB Deriv serta dapatkan kesempatan untuk bermitra dengan penyedia trading online tepercaya.",
"166309424": "Tanpa biaya dengan hasil bulanan dan harian",
+ "167985771": "You can unsubscribe by going to the <0>Personal details0> page. Uncheck the checkbox that says \"Get updates about Deriv products, services and events.\" at the bottom of the page, and click <1>Submit.1>",
"171302334": "Maka dalam skenario ini, Anda menetapkan jumlah batas kerugian pada <0>-7.23 USD0>.",
"171586173": "Temukan peluang karir yang tersedia di Deriv pada berbagai lokasi kantor kami di seluruh dunia.",
"171638706": "Variabel",
@@ -93,7 +106,6 @@
"178716803": "Jalankan bot",
"179737767": "Platform trading opsi legendaris.",
"180412186": "Menganalisa apakah spot akhir pasti akan lebih tinggi atau lebih rendah dari spot masuk pada akhir periode kontrak.",
- "181253755": "Apa saja batasan trading pada akun saya?",
"181316740": "Tergantung pada jenis kontrak. Untuk mengetahui lebih lanjut, klik kanan pada aset dan pilih “Info instrumen”.",
"182438100": "Pertanyaan umum - DBot",
"187267434": "Selanjutnya, klik 'Simpan' pada toolbar di bagian atas ruang kerja. Anda dapat memilih untuk menyimpan pada komputer atau Google drive. Strategi Anda akan disimpan dalam format XML.",
@@ -101,6 +113,8 @@
"193611235": "Pertukaran dalam hitungan menit. Tanpa waktu lama, lebih banyak trading. Deposit dan penarikan dalam hitungan menit.",
"194431525": "Menyediakan pengalaman demo yang representatif",
"194961269": "Cara kerja kontrak opsi",
+ "198087093": "Digital options allow you to predict the price movement of underlying assets without actually owning them. With digital options, you open a position based on your prediction, with a set duration that closes your position automatically. You'll earn a profit if your position is closed when the price is in your favour.",
+ "198900889": "Can I open more than one Deriv account?",
"200040108": "Tanpa",
"202417731": "Pasar komoditas | Trading komoditas | Deriv",
"202712649": "Pilihan deposit dan penarikan yang cepat dan aman",
@@ -116,7 +130,6 @@
"222070679": "Kami akan menyetorkan komisi Anda langsung ke dalam akun Anda sesegera mungkin setelah tanggal 15 setiap bulannya.",
"223659990": "Komisi per lot (1 lot standar adalah 100k unit)",
"224650827": "IOT/USD",
- "224785887": "Rincian mengenai otorisasi dan peraturan oleh Otoritas Perilaku Keuangan adalah tersedia berdasarkan permintaan.",
"227166061": "Apakah Deriv.com aman?",
"228957856": "Misalkan Anda ingin menjaga posisi 0,01 lot Indeks Volatilitas 75 dengan harga aset 400.000 USD dan kurs swap -7,5 berjalan untuk satu malam.",
"230596356": "Sesuaikan strategi DBot Anda",
@@ -124,9 +137,12 @@
"231711709": "Trading kapan saja",
"231722280": "Apa yang dimaksud dengan komoditas?",
"232837971": "Apa itu strategi cepat dan bagaimana cara menggunakannya?",
+ "233475101": "Read <0>this article0> to learn more about trading CFDs on Deriv.",
+ "234782678": "You can reset your affiliate password <0>here0>.",
"236080779": "Fitur charting lengkap",
"236845507": "Apa yang dimaksud dengan kontrak untuk perbedaan (CFD)?",
"239216026": "XMR/USD",
+ "239395164": "Deriv (V) Ltd – 1276, Kumul Highway, Port Vila, Vanuatu – dilisensikan oleh Otoritas Jasa Keuangan Vanuatu, dan menjadi anggota <1>Asosiasi Pasar Keuangan<1/>.",
"241331061": "Deriv GO sangat bagus! Saya telah mencari aplikasi yang mudah digunakan seperti ini.",
"242139148": "MITRA",
"242356757": "Kirim laporan",
@@ -135,11 +151,14 @@
"246106761": "Saya lupa kata sandi. Apa yang harus saya lakukan?",
"247341426": "Cari, temukan, dan ajukan lamaran pekerjaan pada bagian IT, compliance, dan account di kantor Labuan.",
"248446741": "Menganalisa tik mana yang akan menjadi tik tertinggi atau terendah dari lima rangkaian tik.",
+ "250681139": "How do I log in to Deriv X?",
"253813203": "12+ indeks dunia",
"255124284": "HKD/JPY",
"256855210": "Layanan deposit dan penarikan peer-to-peer yang cepat dan aman.",
"256942335": "Peluang pendapatan ganda dan komisi tinggi",
+ "257449963": "Follow these steps to see your earnings:",
"258310842": "Ruang kerja",
+ "261542396": "We'll credit your commission for the previous month into your trading account after the 15th of every month. As an affiliate, you’ll earn commission when your referred clients trade on options and multipliers. To earn from your clients' MT5 trades, you'll need to sign up as an introducing broker. (see <0>How do I sign up as an introducing broker (IB)?0>)",
"262590832": "Membuka posisi jual dan beli, tergantung pada strategi trading pilihan Anda.",
"263232709": "1 - 2 hari kerja",
"264391901": "Nikmati pasar sintetis yang meniru pergerakan pasar dunia nyata tanpa terganggu oleh gejolak perdagangan dunia nyata.",
@@ -148,20 +167,23 @@
"267527172": "Akun DMT5 Standard menawarkan leverage tinggi dan spread variabel untuk fleksibilitas maksimum bagi trader baru dan berpengalaman. Akun DMT5 Advanced adalah 100% akun buku A di mana trading yang Anda lakukan akan dikirim langsung pada pasar, memberi Anda akses langsung ke penyedia likuiditas Forex. Akun DMT5 Indeks Sintetis memberi Anda peluang untuk bertrading kontrak untuk perbedaan (CFD) pada indeks sintetis yang meniru pergerakan dunia nyata. Tersedia untuk ditradingkan 24/7 dan diaudit kewajarannya oleh pihak ketiga yang independen. ",
"268108542": "1. Pilih 'Google Drive' dan klik 'Lanjut'.",
"271560771": "Masukkan jumlah yang ingin Anda tradingkan.",
+ "272283021": "You can now log in to Deriv MT5 with your new password.",
"274268819": "Indeks Volatilitas 100",
+ "274392779": "the Labuan Financial Services Authority",
"275116637": "Deriv X",
"276341434": "Sebagai bagian dari proses rebranding kami, URL login afiliasi Anda akan berubah.",
+ "276482397": "No, you can't.",
"276645072": "2. Pilih akun Google Anda dan berikan izin yang diperlukan DBot untuk mengakses Google drive Anda.",
"278499050": "Gunakan mata uang lokal untuk mendeposit ke dalam dan menarik dana dari akun Deriv Anda.",
"281247370": "Kalkulator Margin",
+ "286879509": "When do I need to verify my account?",
"287556583": "Nilai pip untuk kontrak pada DMT5 dihitung berdasarkan formula berikut:",
"288004682": "Tanpa biaya atau komisi tersembunyi.",
"288719886": "Republik Ceko",
"289008060": "Facebook Inc",
"289731075": "Memulai",
"291605393": "Yunani",
- "298511755": "Hal ini biasanya terjadi pada klien yang baru pertama kali menggunakan kartu kredit mereka pada sistem kami. Mohon informasikan kepada bank Anda untuk mengotorisasi transaksi pada 'Deriv'.",
- "300084741": "Kontrak untuk perbedaan (CFD) adalah kontrak yang membayar selisih antara nilai aset pada saat pembukaan dan penutupan trading.",
+ "292497263": "Click on your account balance and click <0>Add or manage account.0>",
"300201586": "Daftar akun demo pada Deriv dan berlatih dengan jumlah dana virtual tanpa batas pada platform pemenang penghargaan kami.",
"305547463": "Fitur yang mudah digunakan",
"306846388": "Online trading dapat menjadi aktivitas yang menarik namun melibatkan risiko dan dapat menyebabkan ketagihan. Di Deriv, kami melihat minat terbaik pelanggan kami dan mendorong mereka untuk selalu 0>bertrading dengan aman dan bertanggung jawab<0>. Jika Anda baru mengetahui hal ini, Anda juga dapat berlatih trading menggunakan dana virtual tanpa batas sebelum Anda merisikokan dana Anda.",
@@ -176,9 +198,9 @@
"318239044": "Pfizer",
"318433321": "Instrumen yang tersedia untuk trading opsi",
"318815297": "Bertrading sesuka Anda",
+ "319619035": "Will my inactive Deriv MT5 account be deactivated even though I still have a balance?",
"319934137": "Indeks<0>0>Eropa",
"320565687": "<0>Basket Gold0> mengukur nilai emas berbanding sekeranjang lima mata uang global (EUR, GBP, JPY, AUD, USD), masing-masing dengan berat 20%.",
- "322580327": "Anda dapat menyelesaikan perselisihan transaksi lebih lanjut dengan trader bersangkutan menggunakan fasilitas obrolan. Jika kedua belah pihak tidak memperoleh kesepakatan, Anda dapat menghubungi kami melalui fasilitas perselisihan. Kami akan menghubungi dan membantu Anda untuk menyelesaikan perselisihan tersebut secepatnya.",
"323564058": "Pembayaran mudah. Cara cepat dan andal untuk menyimpan dana dalam mata uang lokal.",
"325128398": "3. Durasi",
"326242312": "Volume dalam lot",
@@ -186,12 +208,13 @@
"332441329": "Interim | DMT5",
"332961148": "Bagaimana cara menambahkan, menghapus, atau mengubah metode pembayaran?",
"335040248": "Tentang Kami",
- "336359962": "Biaya akun tidak aktif adalah jumlah yang dibebankan pada akun yang tidak melakukan transaksi dalam jangka waktu 12 bulan berturut-turut.",
+ "337214156": "What are the differences between the Deriv MT5 Synthetic, Financial, and Financial STP accounts?",
"337900732": "Denmark",
"339084000": "HUKUM",
"339879944": "GBP/USD",
"341589956": "Air France KLM SA",
"342146000": "<0>Simpan ke komputer Anda0>",
+ "342722863": "\n Learn more about our commission plans on <0>our Affiliate and IB Programme page0>.",
"343021270": "Trading menggunakan akun riil CFD. Gunakan leverage dan bertrading posisi yang lebih besar dari modal Anda.",
"343586987": "Maka dalam skenario ini, Anda menetapkan tingkat batas keuntungan pada <0>6,83 USD0>.",
"349098817": "Apa yang baru di Deriv.com?",
@@ -202,6 +225,7 @@
"354260859": "Bertradinglah menggunakan akun Deriv MT5 (DMT5) atau Deriv X untuk mendapatkan akses leverage tinggi dimana Anda dapat bertrading lebih tinggi dari modal Anda.",
"355340164": "platform trading online Deriv X",
"358838306": "Wakil Presiden Customer Support",
+ "358998585": "The Deriv MT5 Financial STP account offers CFDs on forex and cryptocurrencies, with lower leverage than the Financial account. This is a 100% A-book account, so your trades pass straight through to the market, giving you direct access to liquidity providers. This account also offers 24/7 trading on cryptocurrencies.",
"361051814": "Misalkan Anda ingin menghitung tingkat batas keuntungan dan nilai pip ketika Anda ingin menjual 3 lot Indeks Volatilitas 50 seharga 249,5961 USD dengan jumlah batas keuntungan 84 USD. ",
"361599549": "Fasilitas pembayaran yang menyediakan transfer bank online untuk klien di Filipina. Tersedia untuk deposit dan penarikan.",
"365224830": "Trading online indeks basket | Akun demo trading indeks basket | Deriv",
@@ -218,6 +242,7 @@
"376677604": "Semua ini tersedia di platform DMT5 kami",
"378043056": "Masing-masing indeks berikut adalah meniru kinerja perusahaan publik teratas pada pasar finansial regional Asia/Oseania.",
"378788991": "Indeks sintetis baru mulai sekarang tersedia di DTrader dan Deriv MT5 (DMT5)",
+ "379401010": "Partners",
"379730266": "Pembayaran komisi untuk semua aset akan dikonversi ke mata uang akun Anda berdasarkan nilai tukar terbaru.",
"383145223": "Ebook Saham",
"386443705": "Bagaimana dan kapan saya akan menerima komisi IB Deriv?",
@@ -226,14 +251,15 @@
"390647540": "Akun riil",
"392031899": "Akan segera tersedia",
"392840594": "Untuk pertanyaan tentang program afiliasi dan IB kami",
+ "393215173": "the British Virgin Islands Financial Services Commission",
"393841045": "<0>Catatan:0>",
"393899903": "Anda hanya dapat melayani klien Deriv di negara domisili Anda.",
- "394545276": "Anda dapat mendeposit atau menarik dana dengan jumlah minimal USD/EUR/GBP/AUD 5 menggunakan e-wallet. Metode pembayaran lainnya akan memiliki jumlah minimum yang berbeda.",
"395057342": "Siapa kami",
"396609660": "Lengkapi formulir dengan kredensial akun MT5 Deriv Anda. Pada kolom <0>Broker0>, masukkan nama server akun Anda: <1/> <0>- Deriv-Demo0> jika sinyal Anda hanya untuk akun demo <1/> <0>- Deriv-Server0> atau <0>Deriv-Server-020> jika sinyal Anda hanya untuk akun riil <1/>\n(Anda dapat menemukan nama server pada <2>dasbor MT5 Deriv2> Anda.)",
"396992773": "Deriv merupakan broker terbaik dunia sejauh ini dalam hal aset yang mereka tawarkan, kemudahan deposit dan penarikan, dan fasilitas lainnya. Terus berikan yang terbaik untuk kami, Deriv!",
"397235089": "Pelajari tentang pasar yang dapat Anda tradingkan secara online di Deriv, termasuk forex, indeks sintetis, saham & indeks, mata uang kripto, dan komoditas.",
"398319738": "Apa itu DMT5?",
+ "399948438": "Click <0>Create new ad0>.",
"400968378": "lokasi",
"406075956": "Jika Anda memilih ‘Odd’, Anda akan memperoleh hasil jika digit terakhir pada akhir kontrak adalah berupa angka ganjil (yaitu 1, 3, 5, atau 9).",
"408925924": "Hingga x1000",
@@ -247,6 +273,7 @@
"419208082": "Platform trading CFD oleh MetaQuotes: trade.mql5.com",
"419648873": "Trading saham global dan indeks saham kini tersedia pada platform DMT5 kami.",
"420161092": "Jadilah salah satu trader pertama yang mencoba Deriv.com",
+ "421158556": "You may refer to <0>our terms0> for more information. If you need help getting into your account, <1>contact us via live chat.1>",
"421232681": "Persyaratan tambahan",
"422714856": "Untuk jelasnya, rebranding ini sepenuhnya terinspirasi oleh Anda. Kami sangat gembira dapat memberi Anda pengalaman trading baru dan lebih baik melalui Deriv.com di mana Anda dapat bertrading apapun, kapanpun dan sesuai dengan keinginan Anda.",
"424703192": "Klien di seluruh dunia (kecuali untuk negara-negara terbatas seperti AS, Kanada, dan Hong Kong) yang ingin bertrading CFD pada instrumen keuangan dapat mendaftar akun DMT5 Finansial dan Deriv X Finansial di bawah Deriv (V) Ltd. Perusahaan ini tidak menawarkan CFD pada mata uang kripto.",
@@ -267,8 +294,11 @@
"439798157": "Impor strategi",
"441557166": "Deriv X - platform trading CFD multi-aset yang tersedia di Deriv",
"442177402": "Pasangan Kripto",
+ "443594501": "For your Deriv MT5 and Deriv X real accounts, log in to close any open positions.",
+ "443887309": "Your credit card balance may be insufficient.",
"447476086": "Laporan <0>negara0>: menampilkan daftar negara dari mana klik berasal",
"447711315": "Pengambilalihan subdomain",
+ "448874206": "If you have active orders, keep the app open (either on your phone or computer) until your orders are completed. Try to complete your orders within 2 hours.",
"448985812": "0-19,999%",
"449277904": "Apa itu Deriv GO",
"451624200": "XTZ/USD",
@@ -277,9 +307,9 @@
"455897892": "Ebook mata uang kripto",
"456825069": "Trader berpengalaman",
"459886707": "E-wallet",
- "460766210": "Deriv Investments (Europe) Limited, yang beralamat di W Business Centre, Level 3, Triq Dun Karm, Birkirkara BKR 9033, Malta, dilisensikan di Malta (<0>no. lisensi IS/701560>) dan disahkan oleh Otoritas Jasa Keuangan Malta berdasarkan Undang-Undang Layanan Investasi untuk menyediakan layanan investasi di Uni Eropa. Yang juga berwenang dan tunduk pada peraturan terbatas yang ditetapkan oleh Otoritas Perilaku Keuangan di Inggris. Rincian mengenai otorisasi dan peraturan oleh Otoritas Perilaku Keuangan adalah tersedia berdasarkan permintaan.",
"460878453": "5 - 10.000",
"465003790": "login DMT5",
+ "465522807": "<0>A signal provider0> \n Do you provide trading data for others to follow? Grow your community of traders and earn commission when they sign up and trade on our platforms.",
"467590240": "saham & indeks",
"469222213": "Klik pada tab <0>Statistik Saya0> dan pilih penyedia sinyal Anda.",
"473760456": "Kami berbicara dengan jelas untuk menghindari ambiguitas, mengungkapkan ketentuan semua kontrak, dan jelas tentang risiko trading dan bagaimana kami menghasilkan uang.",
@@ -289,7 +319,8 @@
"476621330": "Mendaftar akun",
"479311128": "Bertrading forex dengan harga lebih murah dengan potensi keuntungan lebih tinggi.",
"480442479": "Pemalsuan permintaan lintas lokasi (non-kritis)",
- "482031216": "Forex adalah pasar global yang terdesentralisasi untuk pembelian dan penjualan mata uang.",
+ "481274667": "How can I withdraw funds from my Deriv MT5 real money account?",
+ "481411401": "Regulation",
"482369277": "Program afiliasi dan IB Deriv menawarkan peluang pendapatan yang menarik. Dapatkan komisi dari trading klien yang Anda referensikan pada platform kami.",
"486935836": "Saya lupa kata sandi akun Google/Facebook/Apple. Bagaimana cara mengakses akun Deriv saya?",
"487236738": "Bagaimana perhitungannya",
@@ -304,11 +335,13 @@
"494843334": "Anda dapat bertrading forex, indeks saham, komoditas, dan indeks sintetis pada DTrader.",
"495686884": "Mengapa memilih kami untuk trading online Anda | Deriv",
"497469280": "Kami bertujuan untuk memberi pelanggan kami sistem andal yang memiliki waktu aktif tinggi dan latensi rendah, bahkan pada jaringan data seluler berkecepatan rendah. Kami menyediakan keamanan yang baik dan kompatibilitas lintas perangkat untuk semua perangkat desktop dan seluler.",
- "497717591": "Metode pembayaran apa yang dapat saya gunakan pada Deriv P2P?",
+ "497567508": "Your Deriv MT5 history will be downloaded as an XML file.",
+ "497905436": "How do I check my available balance for Deriv P2P?",
+ "500999639": "Some trade types may not be available in certain countries.",
"501413836": "750+",
"501620507": "Bagaimana hal ini dapat mempengaruhi klien saya?",
"501763239": "Pasangan mayor",
- "502554477": "Apa perbedaan antara akun DMT5 Indeks Sintetis, Finansial dan Finansial STP?",
+ "504465748": "We'll email you a verification link. Click that link and set a new password for your Deriv account.",
"506797447": "<0>Basket EUR0> mengukur nilai dolar Australia berbanding sekeranjang lima mata uang global (USD, AUD, GBP, JPY, CAD), masing-masing dengan berat 20%.",
"509964491": "Bertrading ketika sebagian besar pasar keuangan ditutup",
"510309290": "Deriv X: Aplikasi trading CFD oleh DevExperts (<0>Android app0>, <1>iOS app1>)",
@@ -332,8 +365,8 @@
"527660774": "Alat trading | Kalkulator swap, pip, dan margin | Deriv",
"528858838": "Lead/USD",
"529056539": "Opsi",
+ "529597350": "Posisi aktif akan kami tutup dan dana Anda akan dikembalikan.",
"529901734": "Pada trading indeks basket, perubahan nilai mata uang diukur melawan sekumpulan atau basket mata uang paling likuid dunia.",
- "533583221": "Transfer dana ini bersifat instan. Setelah Anda menyelesaikan semua langkah, saldo akun DMT5 Anda akan segera diperbarui.",
"538228086": "Close-Low",
"538682015": "Lihat aplikasi kami lainnya",
"539645627": "Kami berusaha memberi produk terbaik yang dipercayai dunia.",
@@ -351,12 +384,14 @@
"555580651": "1. Pada panel yang terletak di sebelah kanan ruang kerja, klik 'Hapus stat'.",
"557095822": "Klik pada tombol <0>Memperbarui0> untuk memperbarui layanan atau tombol <0>Berhenti berlangganan0> untuk membatalkan langganan.",
"558327984": "Kalkulator untung dan rugi untuk multiplier membantu dalam perhitungan batas kerugian dan/atau batas keuntungan pada trading Anda dengan tujuan untuk meminimalkan kerugian dan memaksimalkan keuntungan.",
+ "561889537": "A dispute was raised against you. Please <0>contact us0> via live chat for more info.",
"562246914": "Rebranding ini sepenuhnya terinspirasi oleh Anda, sebagai klien kami. Setelah 20 tahun memberi pelayanan kepada Anda, kami merasa bahwa kami memahami Anda dengan lebih baik. Rebranding merupakanh kesempatan berharga bagi kami untuk menerapkan solusi trading online yang lebih baik dalam memenuhi semua kebutuhan Anda.",
"562528971": "Zinc/USD",
"562753315": "Guernsey | Kantor kami – Kepulauan Channel | Deriv",
"566274201": "1. Pasar",
+ "567739189": "Why do my Deriv MT5 positions always start with a loss?",
"568954877": "3. Anda hanya dapat berlangganan ke satu penyedia sinyal menggunakan satu akun DMT5 pada satu waktu. Anda dapat menggunakan sinyal Anda pada 3 komputer yang berbeda.",
- "569354588": "Anda juga dapat mengelola dana Anda melalui agen pembayaran jika layanan tersebut tersedia di negara Anda.",
+ "570656160": "You can use your Deriv MT5 demo account for as long as you want. However, if your account is inactive for 30 days, we'll deactivate it automatically.",
"575210404": "Mengirim atau menerima pembayaran",
"575534504": "Spread rendah",
"577779861": "Penarikan",
@@ -369,6 +404,7 @@
"586006302": "<0>Over/Under:0> Menganalisa apakah digit akhir pada tik terakhir kontrak akan menjadi lebih tinggi atau lebih rendah dari angka yang telah Anda tentukan.",
"586789100": "Pilih berbagai jenis trading yang dapat disesuaikan dengan modal serendah $ 0,35 dan durasi sesingkat satu detik.",
"590858519": "Selamat tinggal biaya inap, buka posisi selama yang Anda inginkan.*",
+ "593539508": "Yes, you can download the chart on DTrader (in .csv and .png) by clicking <0>Download0> on the toolbar on the left. ",
"593838951": "Beragam peluang",
"595278941": "Harga aset",
"595722471": "Persentasi RTP lookbacks untuk multiplier 1 dan durasi 1 menit adalah rata-rata sekitar 87%.",
@@ -391,6 +427,7 @@
"622253642": "Hemat waktu - tidak perlu membuka, memantau, dan menutup trading.",
"623188171": "Bertrading mata uang kripto dan indeks sintetis kapan saja, bahkan pada akhir pekan dan hari libur.",
"624256060": "Tentukan parameter opsional yang memberi Anda kontrol lebih pada trading Anda, termasuk batas kerugian, batas keuntungan, dan pembatalan transaksi.",
+ "625438255": "Sebagai bagian dari perubahan terkini, kami akan menutup akun klien Inggris.",
"627388563": "Lebih lanjut tentang CFD",
"627774646": "Penghasilan tambahan dari langganan bulanan.",
"627845959": "Hal yang perlu diingat ketika bertrading multiplier",
@@ -399,13 +436,11 @@
"631458864": "Bisnis tambahan",
"631607286": "Binary.com telah direbranding ke Deriv.com dan berikut adalah berbagai hal yang perlu Anda ketahui",
"632409475": "TER/USD",
- "634033595": "Deriv P2P adalah layanan deposit dan penarikan Deriv peer-to-peer yang memberi Anda kesempatan untuk mentransfer dana masuk dan keluar dari akun Deriv Anda dengan melakukan transaksi dengan sesama trader.",
"635121138": "Program Afiliasi dan IB | Deriv",
"635797490": "Interim | DBot",
"636070520": "3. Mulai Trading",
"636073620": "Berlangganan sinyal trading Deriv MetaTrader 5 untuk mengikuti trader berpengalaman, atau menjadi penyedia sinyal dan berbagi strategi.",
"637013579": "Peralatan klasik \"tarik-dan-lepas\" untuk membuat bot, menampilkan pop up grafik trading, untuk pengguna lanjutan.",
- "639707096": "Klien tidak sedang menetap di Belarusia, Kanada, Hong Kong, Israel, Jersey, Malaysia, Malta, Paraguay, Rwanda, UEA, AS, atau negara terbatas yang telah ditetapkan oleh Financial Action Task Force (FATF).",
"640307277": "Wakil Presiden Teknik",
"640405784": "Deposit mudah melalui solusi pembayaran voucher tunai untuk Afrika Selatan.",
"641347172": "Setelah penarikan terproses sesuai dengan metode pembayaran yang Anda pilih, dana Anda akan dikreditkan kedalam akun pribadi Anda. Anda dapat melihat waktu pemrosesan yang diperlukan pada halaman <0>Metode pembayaran0> kami.",
@@ -413,6 +448,7 @@
"642995056": "Email",
"643554455": "Lihat pertanyaan umum yang sering diajukan untuk mendapatkan jawaban cepat.",
"643810262": "Memanfaatkan masalah logika interaktif yang dapat menyebabkan kerugian bagi klien",
+ "645317079": "We'll remove the <0>withdrawal limit0> once your account has been verified.",
"645902266": "EUR/NZD",
"645954408": "Ketika harga pasar naik ke 8.700 USD, Anda memutuskan untuk menetapkan tingkat batas kerugian di 8.200 USD. Setelah beberapa tik, harga terjunam hingga 8.100 USD, melampaui tingkat batas kerugian Anda. Kontrak Anda akan secara otomatis ditutup pada 8.100 USD.",
"646017912": "Aplikasi unggulan untuk trading opsi dan multiplier.",
@@ -423,9 +459,11 @@
"654674908": "Strategi Martingale adalah teknik trading klasik yang mendorong trader untuk menggandakan modal jika kontrak sebelumnya mengalami kerugian sehingga jika kontrak selanjutnya mengalami keuntungan, hal ini akan mengurangkan resiko kerugian pada kontrak sebelumnya.",
"655249194": "Deriv X adalah platform CFD kedua kami, setelah MT5. Dikemas dengan berbagai fitur dan disesuaikan dengan gaya trading Anda.",
"655519080": "Deutsche Bank AG",
+ "655902997": "You may reactivate your account by <1>logging in1> with your email address and password. If you're unable to do so, please <0>contact us via live chat0>, and we'll help you further.",
"658337631": "Sudah memiliki akun <0> Binary.com? Anda dapat <1>mengakses1> akun <0>Deriv0> menggunakan nama pengguna dan kata sandi <0>Binary.com0> Anda",
"662679188": "DTrader | Platform trading online | Deriv",
"663180477": "Pengalaman trading pertama - Pelanggan",
+ "665599274": "Fill up the form and click <0>Confirm0>.",
"665777772": "XLM/USD",
"666199378": "Dapatkan akses ke customer support yang ramah 7 hari seminggu, Pusat bantuan yang lengkap, plus konten bermanfaat lainnya.",
"666906792": "Deposit dengan mudah menggunakan ponsel Anda. Untuk klien di Ghana dan Uganda.",
@@ -434,14 +472,15 @@
"672008428": "ZEC/USD",
"680204734": "Jumlah minimum penarikan akan bervariasi tergantung pada nilai tukar terbaru. Angka yang ditunjukkan di sini telah dibulatkan.",
"680953516": "PASAR",
+ "682063263": "Your Deriv P2P account may be blocked for one of the following reasons:",
"682108610": "Baik trader pemula atau trader berpengalaman, Anda akan menyukai pengalaman trading yang kami sediakan.",
"682657885": "Kunjungi dashboard Deriv X",
"683810917": "Cek komisi IB harian Anda",
"685027643": "Tab 'Transaksi' memberi Anda informasi yang lebih terperinci mengenai data transaksi seperti durasi, batasan, waktu mulai dan akhir, dsb.",
"686385193": "Misalkan Anda ingin menghitung tingkat batas kerugian ketika membeli Indeks Volatilitas 100 seharga 3376,24 USD dengan modal 10 USD, nilai multiplier x100, dan jumlah batas keuntungan 7,54 USD dengan arah Turun.",
"686387939": "Bagaimana cara menghapus riwayat transaksi?",
- "686417047": "Dtrader memberi Anda kesempatan untuk memperdagangkan lebih dari 50 aset dalam bentuk digital, multiplier, dan opsi lookback.",
"688617121": "Leverage tinggi",
+ "689068852": "Where can I see my ads?",
"689400450": "Broker terbaik dunia. Saya akan merekomendasikan broker ini kepada semua. Layanan support mereka sangat membantu di semua area.",
"690238026": "Kami memiliki berbagai pilihan alat rujukan yang telah teruji, termasuk banner, video, ulasan, dan iklan dalam bentuk teks. Jika Anda memerlukan alat referal tertentu yang disesuaikan dengan situs Anda, silakan hubungi manajer akun Anda di <0>affiliates@deriv.com0>.",
"690959930": "Reset kata sandi | Deriv",
@@ -452,6 +491,7 @@
"700128691": "Kami teguh dengan komitmen pada standar etika yang tinggi. Temukan berbagai alasan untuk mengetahui mengapa Deriv tetap menjadi pilihan bagi para trader sebagai trading online.",
"701775446": "Indeks Volatilitas 200",
"701840176": "Komisi per USD 100k turnover",
+ "704465777": "After making your payment, share the receipt with the seller via the chat feature in Deriv P2P.",
"704532260": "Mendaftar hanya dengan menggunakan email Anda. Tanpa memerlukan kartu kredit atau deposit minimum.",
"706069088": "Tentang Deriv",
"710137133": "Daftar sekarang",
@@ -483,12 +523,15 @@
"743105449": "Bagaimana cara mendeposit kedalam akun riil Deriv X?",
"743623600": "Referensi",
"746874005": "Formula swap forex",
+ "747290779": "<0>A software developer0> \n Build your own trading platform using our API and earn commission when your clients sign up and trade.",
"751493857": "USD 4",
"752024971": "Mencapai jumlah maksimum digit",
+ "752304655": "<0>Turnover0> \n Earn up to 1.5% commission for each contract bought by your clients. The lower the probability of winning, the higher your commission payout.",
"755433132": "Apa yang dimaksud dengan opsi digital?",
"756066527": "Saya setuju dengan <0>syarat dan ketentuan0> yang berlaku.",
"756310599": "Kami akan transparan tentang persyaratan semua kontrak dimana pelanggan dapat membuat pilihan dengan tepat.",
"758038191": "Temukan tugas Anda dengan menelusuri lowongan pekerjaan Deriv yang tersedia di Melaka, Malaysia.",
+ "759844711": "Yes, it's completely free of charge <0>to join0>.",
"760192418": "Bertrading dengan bijak, dan jangan biarkan emosi Anda mempengaruhi keputusan Anda. Jangan bertrading ketika Anda rentan terhadap penilaian buruk.",
"760233310": "Aplikasi trading CFD oleh Devexperts: dx.deriv.com",
"762478389": "Trading apa yang Anda suka - forex, komoditas, saham dan indeks sintetis.",
@@ -504,6 +547,7 @@
"777848993": "aset yang dapat diperdagangkan dan bertumbuh",
"778624300": "Manfaatkan kalkulator trading Deriv yang dapat membantu Anda menghitung swap, pip, keuntungan, dan kerugian pada trading CFD dan multiplier.",
"779522948": "Ipoh | Kantor kami – Malaysia | Deriv",
+ "780041225": "If you already have a demo account, here’s how to add a real account:",
"781723751": "10 - 17.000",
"783010200": "Diversifikasi portofolio Anda dengan trading tanpa komisi pada indeks pasar saham internasional terbesar. Bertrading pada indeks terkemuka dunia seperti Wall Street 30, US Tech 100, UK 100, dan banyak lagi. Bertrading dengan minimal modal dari $5.",
"783153785": "Dana virtual tanpa batas",
@@ -516,6 +560,7 @@
"785973496": "Portugal",
"786796042": "tersedia pada <0>3 Juni 20200>",
"788015089": "*tersedia pada pasangan tertentu:",
+ "788744327": "Click <0>Change0> next to the password field, then click <0>Change Deriv MT5 password0>.",
"789376489": "USD/HKD",
"790534726": "Menerapkan kontrol untuk mencegah aktivitas yang melanggar hukum",
"793647899": "Akun afiliasi Binary.com akan berlaku juga untuk Deriv.com. Anda akan dapat memperoleh komisi dari klien Anda ketika mereka bertrading pada Binary.com atau Deriv.com.",
@@ -524,17 +569,23 @@
"799457743": "Simpel.",
"800183478": "Keamanan sangat penting bagi kami. Kami terus meningkatkan mutu produk dan layanan dengan berkolaborasi dengan peneliti keamanan indipenden di seluruh dunia.",
"800934856": "Jelajahi lokasi kantor kami | Deriv",
+ "802021852": "If you're buying, you'll need to make payment and share your payment confirmation with the seller. Once the seller has confirmed that they've received your payment, the exchange amount will be credited into your Deriv account.",
"803989222": "Akun Sintetis memberi Anda kesempatan untuk bertrading pada indeks sintetis Deriv yang tersedia 24/7 dan indeks ini mensimulasikan pergerakan pasar nyata.",
"806165583": "Australia 200",
+ "806951253": "Di Uni Eropa, produk keuangan adalah ditawarkan oleh Deriv Investments (Europe) Limited, beralamat di, W Business Center, Level 3, Triq Dun Karm, Birkirkara BKR 9033, Malta (<0>no. lisensi IS/701560>) dan diatur oleh Malta Financial Services Authority, Triq l-Imdina, Zona 1 , Central Business District, Birkirkara CBD 1010, Malta, di bawah Undang-Undang Layanan Investasi. Disahkan oleh Otoritas Perilaku Keuangan dengan variasi izin yang berlaku. Tertunduk pada peraturan dari Otoritas Perilaku Keuangan. Peraturan yang berlaku pada proteksi pelanggan mungkin berbeda pada perusahaan yang berdomisili di Inggris. Detail mengenai Rezim Kontrak Jasa Keuangan, yang memungkinkan perusahaan berbasis EEA untuk beroperasi di Inggris untuk jangka waktu terbatas untuk melakukan aktivitas yang diperlukan untuk kinerja kontrak yang sudah ada sebelumnya, tersedia di situs web Otoritas Perilaku Keuangan.",
"808426886": "Kami tidak mempraktikkan penjualan paksa, tidak menawarkan nasihat keuangan atau trading, atau menjanjikan jaminan keuntungan. Kami tidak menyarankan orang yang rentan untuk bertrading dan menerapkan kontrol untuk mencegah aktivitas yang melanggar hukum.",
"809146176": "Tidak tersedia",
+ "809480545": "If you'd like to log in using your email address instead, follow these steps:",
"809649275": "Pusat Bantuan | Pertanyaan Umum | Deriv P2P | Deriv",
"809734567": "Pada <0>halaman tampilan sinyal MQL50>, klik tombol Membuat sinyal.",
+ "811665902": "What is Deriv MetaTrader 5 (Deriv MT5)?",
"812101045": "Kalkulator batas kerugian dan/atau batas keuntungan margin",
"812888944": "Bisnis tambahan",
"814009433": "Total pembelian trading",
+ "814289409": "Then, withdraw your funds.",
"814644033": "Beli kripto via kartu kredit dan debit untuk mendanai akun Deriv Anda kemudian tukarkan mata uang fiat ke kripto melalui exchanger global ini.",
"815602603": "Akses akun Deriv Anda. Jika belum memilikinya, daftar secara gratis.",
+ "816534303": "To log in on your desktop, click <0>Trade on web terminal0>.",
"817637233": "Terima kasih telah berlangganan",
"818087675": "Mulai trading di Deriv",
"818659471": "6. Batas kerugian",
@@ -545,6 +596,7 @@
"825675433": "Trading saham & indeks tersedia di Deriv",
"825815966": "Hasil tetap dan jelas",
"826511719": "USD/SEK",
+ "829379369": "You can automate your trading strategy using a trading bot. A trading bot is an automated computer program that purchases trade contracts for you while following a specific set of instructions that you provide.",
"829579058": "Aman",
"831164350": "Misalkan Anda ingin menghitung tingkat batas kerugian dan nilai pip pada saat Anda ingin membeli sebuah lot EUR/USD seharga 1,17524 USD dengan batas kerugian sebesar 24 USD.",
"831282685": "Kirimkan email kepada kami",
@@ -580,21 +632,24 @@
"871486196": "Trading forex, indeks sintetis, saham, indeks saham, mata uang kripto, dan komoditas dalam satu tempat.",
"874573741": "Trading forex, saham, indeks saham, dan komoditas dalam satu tempat.",
"874881951": "Jelajahi lowongan kerja yang tersedia di kantor kami di Dubai. Temukan tugas Anda dalam IT, marketing, dan hrd.",
+ "875311753": "The completion rate is the percentage of orders that the advertiser could complete within 2 hours.",
"875766134": "Mengimpor dari komputer Anda",
"876581050": "Slovakia",
"877897643": "Keuntungan bertrading forex di DTrader",
+ "878441070": "Can I change the currency of my Deriv MT5 account?",
"878676836": "Dokumen informasi utama",
"878922748": "Apa itu akun CFD?",
+ "878929504": "Complete the form and click <0>Submit0>.",
"879478126": "Dubai",
"881413021": "Mengapa trading komoditas di Deriv",
"882216897": "Email wajib diisi",
"885479216": "Laporan <0>kunjungan dan impresi0>: Menampilkan jumlah kunjungan dan klik",
"886712679": "Berlisensi dan diatur",
"887282040": "Mengapa Binary.com melakukan rebranding?",
+ "888619169": "If you have made a deposit or have added a real MT5 account, follow these steps:",
"888978991": "Masing-masing indeks berikut adalah meniru kinerja perusahaan publik teratas pada pasar finansial Eropa.",
"889704223": "Trading sesuai keinginan Anda dengan {{trade_no}} jenis kontrak fleksibel.",
"890667695": "45%",
- "891097078": "Indeks USD",
"893607771": "Manfaatkan jam trading sepanjang waktu (Senin sampai Jumat), likuiditas tinggi, barrier (batasan) rendah untuk memulai, tersedia berbagai macam penawaran, dan peluang untuk bertrading di berbagai peristiwa dunia.\n",
"893980632": "Ada pertanyaan lain? Lihat bagian <0>Pertanyaan Umum0> di situs web MQL5.",
"895567953": "aset untuk meluncurkan bot Anda",
@@ -609,17 +664,21 @@
"905952695": "Alamat situs blog: https://deriv.com/academy/",
"906120998": "Apa perbedaan utama antara DTrader dan DMT5?",
"909083576": "404 - Halaman tidak ditemukan | Deriv",
+ "912406629": "Follow these steps:",
"912981300": "Satu hal lagi: Kami telah merubah nama profil media sosial kami menjadi @Derivdotcom pada Facebook, Instagram, dan Twitter. Jangan lupa, like dan ikuti kami untuk memperoleh berita terbaru.",
"913091440": "Coba DBot di Deriv.com",
"913719394": "Jika Anda memilih ‘Over’, Anda akan memperoleh hasil jika digit terakhir pada akhir kontrak adalah lebih besar dari analisa Anda.",
- "914005173": "Di luar Uni Eropa, produk keuangan adalah ditawarkan oleh beberapa perusahaan berikut: Deriv (FX) Ltd, beralamat di F16, Level 1, Paragon Labuan, Jalan Tun Mustapha, 87000 Labuan, Malaysia, dilisensikan oleh Otoritas Jasa Keuangan Labuan (<0>no. lisensi MB/18/00240>); Deriv (BVI) Ltd, beralamat di Kingston Chambers, P.O. Box 173, Road Town, Tortola, British Virgin Islands, dilisensikan oleh Komisi Layanan Keuangan Kepulauan Virgin Britania Raya (<1>no. lisensi SIBA/L/18/11141>); Deriv (V) Ltd (<2>lihat lisensi2>), beralamat di 1276, Kumul Highway, Port Vila, Vanuatu, dilisensikan dan diatur oleh Komisi Jasa Keuangan Vanuatu; dan Deriv (SVG) LLC, beralamat di Hinds Buildings, Kingstown, St. Vincent dan Grenadines.",
"915392164": "Beli atau jual kontrak berdasarkan analisa Anda pada pergerakan harga pasar.",
+ "920363635": "Frequently asked questions - IB programme",
"925239281": "Bagaimana cara menarik dana dari akun riil Deriv X?",
+ "927364570": "<0>Setting > Proof of address0>",
"927510190": "Menganalisa apakah pasar akan tetap berada di dalam atau melampaui dua target harga kapan saja selama masa kontrak berlangsung.",
"927827352": "Platform <0/>trading CFD<0/> semua dalam satu",
"927830157": "Platform yang mudah digunakan dan dilengkapi dengan fasilitas chart ",
"930211164": "Trading 24/7",
"931190863": "3. Klik 'Buat variabel'.",
+ "931793340": "Di Uni Eropa, produk keuangan adalah ditawarkan oleh Deriv Investments (Europe) Limited, beralamat di, W Business Center, Level 3, Triq Dun Karm, Birkirkara BKR 9033, Malta (<0>no. lisensi IS/701560>) dan diatur oleh Malta Financial Services Authority, Triq l-Imdina, Zona 1 , Central Business District, Birkirkara CBD 1010, Malta, di bawah Undang-Undang Layanan Investasi.",
+ "931896911": "Go to the <0>History0> section.",
"932190946": "Batas deposit harian",
"934777772": "1. Klik 'Mulai' untuk membuka menu blok.",
"935167918": "3,75",
@@ -638,12 +697,12 @@
"960618190": "Tradingkan berbagai aset di beberapa pasar secara bersamaan.",
"961530723": "Netflix Inc",
"962218636": "Airbus SE",
+ "963202666": "How do I sign up as an affiliate?",
"963922337": "2. Blok dikategorikan sesuai fungsi. Pilih blok yang Anda inginkan dan tarik blok tersebut ke ruang kerja.",
"964982895": "Deposit dengan mudah menggunakan ponsel Anda. Untuk klien di Uganda dan Tanzania.",
"968040107": "Bagaimana cara menemukan blok yang saya perlukan?",
"968576099": "Up/Down",
"968627888": "trading 24/7, termasuk akhir pekan dan hari libur",
- "971351835": "Pengungkapan Laporan Keuangan Tahun 2020",
"972090300": "Mengapa saya harus beralih ke Deriv.com?",
"973734471": "Finlandia",
"973933650": "Transfer akan dilakukan secara instan. Setelah Anda melengkapi semua langkah, saldo akun Deriv Anda akan diperbarui secara langsung.",
@@ -657,13 +716,16 @@
"992485806": "Posisi Anda secara otomatis ditutup saat tingkat batas kerugian berada di <0>1,17500> dan saat nilai batas kerugian pip berada di <0>24 USD0>.",
"1000512133": "API",
"1001160515": "Jual",
+ "1001731723": "Yes, as long as you haven’t opened a Deriv MT5 Financial STP account, you can still trade without verifying your account.",
"1004480214": "Mobile",
"1005687893": "Trading online bersama Deriv | Simpel. Fleksibel. Andal.",
"1005701957": "Jika Anda memilih ‘Stay Between’, Anda akan mendapat hasil jika pasar tetap berada antara (tidak menyentuh) salah satu batasan tinggi atau batasan rendah kapan saja selama periode kontrak berlangsung.",
"1005941063": "Deposit dan penarikan dalam Litecoin, mata uang kripto dengan daya tahan kuat dan proses transaksi yang cepat.",
"1009128101": "Pemasangan mudah - tidak perlu instalasi.",
+ "1010278278": "Can I delete my Deriv MT5 account history?",
"1010645311": "Analisa pergerakan harga komoditas seperti silver (perak), gold (emas), dan oil (minyak), serta gunakan margin untuk memperkuat keuntungan yang mungkin Anda miliki.",
"1011699543": "Trading pada pergerakan harga sumber alam yang menjadi pusat perekonomian dunia dan manfaatkan pergerakan pasar dengan sebaik-besarnya.",
+ "1012902658": "Ya. <0>Hubungi kami via obrolan langsung0> dan kami akan membantu Anda.",
"1015510435": "BMW",
"1016174771": "<0>Jumlah batas kerugian dan/atau tingkat batas keuntungan pada arah Turun = Mak [{modal × (-(tingkat batas kerugian ATAU batas keuntungan - harga aset) ÷ harga aset × multiplier) - komisi}, -modal]0>",
"1016273887": "CFD dianggap sebagai derivatif kompleks dan mungkin tidak cocok untuk klien ritel.",
@@ -678,15 +740,17 @@
"1024953822": "Trading forex, sintetis dan mata uang kripto dimana saja",
"1026160856": "Menganalisa apakah digit terakhir pada akhir kontrak akan berupa angka genap atau ganjil.",
"1027197513": "Deriv X adalah sebuah platform trading yang mudah digunakan dimana Anda dapat bertrading CFD pada berbagai aset dimana Anda dapat menyesuaikan tampilan platform dengan keinginan Anda.",
- "1032383871": "Anda dapat membuat dan menjalankan strategi trading otomatis menggunakan DBot. Anda juga dapat mengunduh robot trading siap pakai (juga dikenal sebagai Expert Advisor) pada DMT5 dengan membuka tab ‘Pasar’ pada platform DMT5.",
"1032907147": "AUD/NZD",
"1033805779": "Semua program kemitraan Deriv tidak mengenakan biaya pendaftaran. Sama sekali tanpa biaya tersembunyi yang perlu dikhawatirkan.",
"1033824796": "Modalsaatini",
"1034695894": "Cari tahu cara kerja Deriv P2P:",
"1034875052": "Layanan yang sangat baik dan dapat diandalkan, teruji dan terpercaya!",
+ "1035639511": "Deriv Limited – 13 Castle Street, St. Helier, JE2 3BT, Jersey – merupakan perusahaan utama untuk beberapa anak perusahaan di atas.",
"1035890756": "Daftar akun riil Deriv.",
"1037965324": "USD 10Mil+",
"1039678171": "UNTUK KLIEN",
+ "1041343262": "You can chat with the trader you are dealing with via the chat feature in Deriv P2P.",
+ "1041405933": "Read <0>this article0> to learn more about automated trading on Deriv.",
"1044540155": "100+",
"1045309798": "Kurs swap (pendanaan menginap)",
"1046578159": "GBP/SGD",
@@ -701,6 +765,7 @@
"1056821534": "Anda yakin?",
"1057239639": "Atur parameter opsional untuk trading Anda",
"1058440967": "Apa pengaruh perubahan ini pada Introducing Broker (IB)?",
+ "1062240703": "Yes, we’re regulated by",
"1062246296": "Memperkenalkan DBot di Deriv.com",
"1062691395": "Kami telah memisahkan laporan untuk kenyamanan Anda.",
"1065635876": "2. Pantau chart",
@@ -708,6 +773,7 @@
"1068264174": "Dashboard afiliasi Deriv Anda,",
"1069671533": "kami",
"1072277224": "Ikuti kami",
+ "1072571985": "If you created your Deriv account using Apple/Google/Facebook, try resetting your Apple/Google/Facebook password. After that, you should be able to log in to Deriv as usual.",
"1074669784": "Deposit dan penarikan cepat dan aman dengan solusi ramah seluler ini untuk klien di Nigeria.",
"1077281998": "Indeks berikut mengikuti pasar simulasi dengan volatilitas konstan 10%, 25%, 50%, 75%, 100%, 200%, dan 300%.",
"1077779258": "General Motors Company",
@@ -715,6 +781,7 @@
"1079127917": "Indeks sintetis Deriv mensimulasikan pergerakan pasar dunia nyata. Menggunakan generator nomor acak yang aman secara kriptografis, indeks ini tersedia 24/7 dan tidak terpengaruh oleh jam operasi, acara global, atau pasar dan risiko likuiditas.",
"1079537687": "Biogen Inc",
"1079986638": "“Aplikasi web dan seluler P2P Deriv",
+ "1082899428": "Deriv: sebuah platform trading online 24/7 dengan berbagai pilihan derivatif.",
"1082977556": "<0>Dengan bertrading margin $1000>, leverage 1:500, risiko kerugian Anda adalah 2% * $50.000 = <1>$1.0001>.",
"1084407062": "Indeks ini merupakan simulasi pasar dengan <0>volatilitas konstan sebesar 10%, 25%, 50%, 75%, dan 100%.0> Ada kemungkinan yang sama pada pergerakan naik atau turun rata-rata <0>setiap 20 menit 0>. Ukuran lompatan rata-rata <0>sekitar 30 kali0> berbanding pergerakan harga normal.",
"1084702344": "Daftar atau <0>masuk0> ke akun Deriv Anda",
@@ -735,20 +802,24 @@
"1106746692": "Daftar akun riil, deposit, dan mulailah bertrading saham dan indeks saham serta pasar lainnya.",
"1107638944": "Video, tutorial, webinar terbaru untuk trading | Deriv",
"1108389724": "Nikmati trading tanpa komisi pada semua aset. Anda tidak perlu membayar biaya swap pada posisi semalam pada pasangan forex tertentu.",
+ "1113034090": "<0>Note:0> You'll only be able to create ads once your account has been verified.",
"1113469496": "Perhitungan ini memberi Anda biaya swap dalam USD.",
"1114242450": "Trading indeks sintetis yang tersedia di Deriv",
"1115835371": "Pertanyaan umum - Akun",
"1118374622": "0,085",
"1119260541": "Go long (jual) atau short (beli) pada indeks OTC Jerman dan memanfaatkan leverage untuk meningkatkan potensi keuntungan Anda.",
"1119887091": "Verifikasi",
- "1120526496": "Forex dan metal (logam)",
+ "1120526496": "Forex dan logam",
"1123710409": "Bagaimana cara menghitung margin",
"1123908498": "MTC/USD",
"1124560181": "Fleksibilitas berbagai pasar",
+ "1124829631": "What conversion rates do you use for deposits and withdrawals?",
"1124905330": "Sesuaikan jenis trading Anda",
+ "1126492980": "The <0>Buy/Sell0> tab shows you ads by other advertisers. You can see your ads in the <0>My ads0> tab.",
"1126725671": "Sebuah pemberitahuan untuk membantu Anda memahami risiko yang mungkin timbul ketika Anda bertrading di Deriv",
"1126917116": "Pasangan mikro",
"1127858885": "Temukan tugas Anda dengan menelusuri lowongan pekerjaan Deriv yang tersedia di Minsk, Belarus.",
+ "1128046384": "No. You can withdraw your commission whenever you want.",
"1135059547": "Bertanya pada semua",
"1136360582": "Dalam e-book ini kita akan membahas",
"1136731907": "Mohon diperhatikan bahwa perhitungan diatas adalah merupakan nilai perkiraan saja dan akan memberi nilai berbeda tergantung pada leverage yang ditetapkan pada akun Anda dan aset yang ingin Anda tradingkan.",
@@ -759,8 +830,9 @@
"1151456638": "Kami menghargai pemain tim yang berkolaborasi secara bebas lintas departemen dengan kerendahan hati dan ambisi.",
"1151925602": "Menganalisa apakah digit akhir pada akhir kontrak adalah lebih tinggi atau lebih rendah dari analisa Anda.",
"1152332043": "Trading forex, indeks sintetis, saham, indeks saham, mata uang kripto, dan komoditas dengan leverage.",
+ "1155361880": "Need help? Please <0>contact us via live chat.0>",
+ "1155971726": "Click <0>here0> to close your account.",
"1158101648": "Mengimpor dari Google Drive Anda",
- "1161300179": "Demikian pula, Anda dapat melakukan penarikan dari akun Deriv dengan 'menjual' dana Deriv kepada sesama trader sebagai imbalan atas pembayaran dalam mata uang lokal (atau mata uang yang tersedia).",
"1161999797": "Trading forex, sintetis, saham & indeks, mata uang kripto, dan komoditas.",
"1167224712": "Kami menawarkan berbagai metode pembayaran - transfer bank, kartu debit/kredit, e-wallet dan mata uang kripto untuk membuat transaksi Anda lebih nyaman!",
"1168114406": "Variabel ini akan menyimpan keuntungan atau kerugian kumulatif saat bot berjalan. Pasang nilai awal ke 0.",
@@ -769,6 +841,7 @@
"1169378202": "Agen Pembayaran | Program kemitraan | Deriv",
"1171765024": "Langkah 3",
"1172611503": "Jika Anda memilih ‘Asian Fall’, Anda akan memperoleh hasil jika tik terakhir adalah lebih rendah dari jumlah rata-rata tik.",
+ "1173289870": "<0>Revenue share0> \n Earn commission of up to 45% based on the monthly net revenue generated by your clients. The higher their net revenue, the higher your commission payout.",
"1175717636": "Laporan seperti apa yang dapat saya hasilkan pada akun afiliasi saya?",
"1177080017": "DBot | Trading robot | Deriv",
"1178873929": "Situs kami dapat disaring menggunakan sejumlah sistem penyaringan yang tersedia di pasar yang dapat digunakan untuk membatasi akses seseorang ke dalam situs kami.",
@@ -777,27 +850,29 @@
"1181506313": "Deriv P2P merupakan aplikasi hebat, saya suka!",
"1182198798": "Misalnya, jika Anda menutup posisi Anda pada titik tertentu, ekuitas Anda adalah total saldo akun ditambah keuntungan atau kerugian Anda pada saat itu. Jika rasio ini berbanding margin adalah lebih rendah dari tingkat batas kerugian Deriv, maka batas keluar mungkin akan dikenakan.",
"1182470294": "Belum memiliki akun Deriv.com?",
+ "1183868384": "Is Deriv regulated?",
"1184301560": "Jelajahi program kemitraan Deriv dan dapatkan kesempatan untuk menjadi mitra dengan pelopor tepercaya. Semua program kami adalah gratis tanpa biaya tersembunyi.",
"1186450032": "Simpan bot pada Google Drive",
"1189491487": "Tanpa komisi, tanpa biaya",
"1189875009": "Rekam jejak yang terbukti",
"1190588251": "Memperlakukan semua pelanggan secara adil, menangani keluhan dengan integritas, dan menawarkan harga yang kompetitif tanpa biaya tersembunyi serta penarikan yang lancar untuk semua pelanggan.",
+ "1191311301": "How do I set an investor password for my Deriv MT5 account?",
"1191682103": "Tanpa perlu mendaftar. Akses menggunakan kredensial <0>Binary.com0> Anda.",
"1195213035": "Jika Anda ingin melanjutkan trading setelah pengecualian diri Anda berakhir dan setelah Anda mengajukan permintaan untuk menghapus pengecualian diri, akan ada periode pendinginan selama 24 jam sebelum Anda dapat mengakses situs kami.",
"1196310280": "Intel",
"1197939158": "Tidak menerima",
"1198781410": "Kami telah mendesain pengalaman trading yang berfokus pada pelanggan dan intuitif untuk Deriv yang mengoptimasikan untuk menukar pengunjung menjadi pelanggan. Kami juga menyediakan peralatan dan materi kreatif yang Anda perlukan untuk membawa trafik pada Deriv.",
- "1202465815": "Saldo Deriv P2P terdiri dari sebagian saldo Deriv Anda. Semua deposit via e-wallet dan mata uang kripto dapat Anda gunakan pada Deriv P2P, sedangkan jika deposit berasal dari kartu kredit atau debit maka Anda hanya dapat menggunakan sebagian saja.",
"1205209576": "Memperkenalkan MT5 di Deriv.com",
"1207865156": "Daftar gratis <0>akun demo Deriv0>",
"1208151831": "Wakil Presiden Strategi & Manajemen Proyek",
- "1208165195": "Tautan verifikasi penarikan telah berakhir. Apa yang harus saya lakukan?",
+ "1208382171": "We may request more information during the signup process.",
"1211781148": "Nikmati deposit dan penarikan yang cepat, lancar, dan aman menggunakan AdvCash.",
"1211817306": "Trading mata uang kripto yang tersedia di Deriv",
"1213111346": "Apa itu trading CFD?",
"1213902291": "Untuk mendapatkan setiap laporan, buka dashboard dan pilih Laporan > Saring berdasarkan merek>. Kemudian, pilih komisi platform yang ingin Anda tampilkan.",
"1214098313": "Nikmati kemudahan dan keamanan menyimpan strategi Anda pada Google Drive.",
"1215637769": "Nikmati deposit dan penarikan yang cepat dan aman menggunakan Astropay.",
+ "1216205330": "No. To keep your funds safe, you are strictly prohibited from using payment methods that are not yours. If you do use someone else’s payment method, we’ll suspend your Deriv account for security purposes.",
"1216280249": "Bertrading dengan bijak",
"1217246029": "Laporan <0>anggota saya0> : menampilkan daftar klien dengan ID dan tanggal pendaftaran",
"1219754757": "Keselamatan Anda, prioritas kami",
@@ -820,12 +895,14 @@
"1254667788": "Platform trading Dbot di Deriv",
"1254866713": "Dasbor trading DMT5",
"1256295276": "Trading online dapat menjadi aktivitas yang menarik, namun perlu diingat bahwa terdapat risiko yang terlibat. Kami mendorong semua pengguna untuk mengamankan akun mereka dan bertrading secara bertanggung jawab untuk memperoleh pengalaman trading yang terbaik dalam trading online.",
+ "1256530668": "Go to your <0>Deriv X dashboard0>.",
"1257029444": "Cek email Anda dan klik pada tautan yang tersedia untuk mereset kata sandi Anda.",
"1258668610": "Membuat bot menggunakan teknik seret dan lepas",
"1259598687": "GBP/JPY",
- "1261154397": "Deriv Investments (Europe) Limited - W Business Centre, Level 3, Triq Dun Karm, Birkirkara BKR 9033, Malta - dilisensikan di Malta (<0>no. lisensi IS/701560>)dan disahkan oleh Otoritas Jasa Keuangan Malta berdasarkan Undang-Undang Layanan Investasi untuk menyediakan layanan investasi di Uni Eropa. Juga memiliki izin dan tunduk pada peraturan terbatas oleh Financial Conduct Authority di Inggris.",
"1261634270": "Bagaimana cara mengubah metode pembayaran saya?",
+ "1268136992": "Go to <0>Deriv P2P0> > <1>Buy/Sell1>.",
"1268931688": "Mulai trading indeks basket di Deriv dengan 3 langkah mudah",
+ "1269263572": "Fill up the form and click <0>Post ad0>.",
"1270782712": "Bertradinglah dengan percaya diri pada layanan yang dibuat oleh merek trading online tepercaya dengan pengalaman lebih dari 20 tahun.",
"1272012156": "GBP/CHF",
"1274309337": "DOG/USD",
@@ -833,26 +910,32 @@
"1275674402": "Go long dan short",
"1276342366": "Sebagai afiliasi, Anda akan mengiklankan produk dan layanan kami kepada audien Anda, termasuk platform trading DTrader dan DBot. Setelah mereka mendaftar dan mulai bertrading menggunakan dana sungguhan, Anda akan memperoleh komisi dari transaksi trading mereka.",
"1280380287": "Hungaria",
- "1282417520": "Anda dapat melakukan obrolan lebih lanjut dengan trader yang bersangkutan menggunakan fasilitas obrolan.",
+ "1284674803": "<0>Deriv MT50> offers CFD trading on forex, stocks, stock indices, commodities, cryptocurrencies, and synthetics. <1>Deriv X1> offers CFD trading on the same markets, except stocks and stock indices.",
"1285517993": "Otomatiskan ide trading Anda tanpa perlu menulis kode",
"1286094280": "Penarikan",
"1286648079": "Return to Player untuk opsi mulitplier adalah rata-rata pada kisaran 95,0-99,9% pada semua indeks. Menggunakan multiplier atau durasi yang berbeda dapat mempengaruhi RTP.",
+ "1288690494": "Can I increase my daily buy or sell limit on Deriv P2P?",
"1289363035": "Gunakan akun demo kami dan pelajari cara bertrading dengan menggunakan dana virtual yang bebas risiko.",
"1289646209": "Margin call",
"1291658124": "Sangat simpel. Kunjungi Deriv.com dan masukkan data akun Binary.com Anda yang sudah tersedia. Anda akan segera dapat menjelajahi tampilan baru, nuansa, dan berbagai fasilitas pada Deriv.com.",
"1291852379": "50 - 5.000",
"1293479771": "PnL untuk margin",
"1294884975": "30%",
+ "1298148281": "Go to the <0>Deriv X dashboard0>.",
"1299144461": "Syarat dan ketentuan",
"1299666269": "Limassol | Kantor kami – Siprus | Deriv",
+ "1302849350": "You can find your Deriv MT5 server name on your <0>Deriv MT5 dashboard0>. Look for <1>server1> in between the broker name and login ID.",
"1304034020": "Apa saja produk dan layanan baru yang ditawarkan sebagai hasil dari rebranding ini?",
+ "1308171976": "Do I need to pay taxes on my trades/profits?",
"1311522952": "Trading akhir pekan, deposit & penarikan super cepat, ditambah trading sintetis - apa yang lebih baik dari ini?",
"1312475321": "1 hari kerja. Hanya untuk klien Inggris ",
+ "1312811555": "To learn more about disputes on Deriv P2P, see our <0>terms of use0> (refer to Section 4.4 ‘Deriv P2P’).",
"1312819271": "Misalkan Anda ingin bertrading 2 lot EUR/USD.",
"1316697520": "Pasar yang tersedia untuk trading multiplier",
- "1317425969": "Indeks sintetis bebas dari risiko pasar dan likuiditas. Nikmati trading sintetis 24/7 di Deriv MT5, DTrader, dan platform lainnya.",
"1318017828": "Temukan atau pasang iklan",
+ "1320403859": "Click your account balance.",
"1322942144": "Dimana saya dapat melihat status trading pada DBot?",
+ "1323472781": "Pengungkapan Laporan Keuangan Tahun 2021",
"1324235103": "Cara membeli kontrak multiplier perdana Anda di DTrader",
"1324376913": "Nilai merupakan jalinan budaya kami",
"1324779616": "Mendapatkan akses ke kode back-end, cookie sesi internal, atau informasi sensitif lainnya",
@@ -870,13 +953,14 @@
"1353811622": "Deriv adalah trading online yang berdasarkan pada pengalaman trading pelanggan, diciptakan oleh Binary.com. Didukung oleh pengalaman lebih dari 20 tahun dan pemenang penghargaan inovasi, kami telah merancang ulang pengalaman trading online dari dasar sehingga siapa saja dapat memulai trading dengan mudah. ",
"1354275546": "Deposit dan penarikan yang sangat mudah",
"1354590562": "Log",
- "1355243595": "Jika akun Anda belum diautentikasi, Anda dapat mengubah nama, tanggal lahir, atau kewarganegaraan dengan membuka <0>Pengaturan >0> <1>Detail pribadi1>.",
"1355514813": "12JT USD",
"1355808192": "Telusuri Pertanyaan Umum kami",
"1357493810": "Trading sumber daya alam yang penting bagi perekonomian dunia.",
+ "1359080808": "Indeks sintetis Deriv adalah bebas dari risiko pasar dan likuiditas. Nikmati trading sintetis 24/7 di Deriv MT5, DTrader, dan platform lainnya.",
"1359732815": "<0>Lihat daftar contoh kerentanan0>",
"1360754724": "Kunjungi Deriv.com sekarang",
"1362578283": "Tinggi",
+ "1363124819": "You can cancel your withdrawal on the <0>Cashier page0> by following the steps mentioned in the next paragraph. Please note that you cannot cancel withdrawals if:",
"1363502727": "PnL untuk multiplier",
"1364296672": "Penentuan harga dan penyelesaian kontrak yang akurat dan adil, berdasarkan sumber data yang dapat dipercaya dan tanpa penundaan, sehingga pelanggan tidak ragu dengan harga yang kami tawarkan.",
"1364947573": "artboard Dtrader",
@@ -898,8 +982,8 @@
"1391269416": "<0>Close-Low:0> Saat Anda membeli kontrak 'Close-Low', keuntungan atau kerugian Anda akan sama dengan multiplier dikali dengan selisih antara penutupan (close) dan low (rendah) selama durasi kontrak.",
"1391632806": "Trader dinilai berdasarkan tingkat penyelesaian dan kecepatan pertukaran mereka.",
"1393006010": "Pengetahuan dasar trading CFD",
+ "1393602451": "Click <0>Yes0> to confirm the cancellation. Your funds will be returned to your Deriv account, and your account balance will be updated accordingly.",
"1394697594": "21.000",
- "1394889813": "LOKASI",
"1396179592": "Komisi",
"1396417530": "Indeks Market Bear",
"1399001016": "Misalkan Anda ingin menghitung jumlah batas keuntungan ketika Anda ingin membeli Indeks Volatilitas 100 seharga 3376,24 USD dengan modal 10 USD, nilai multiplier x100, dan tingkat batas keuntungan 3400 dengan arah Naik.",
@@ -909,16 +993,19 @@
"1406360927": "Pasangan minor",
"1407191858": "DTrader",
"1408071788": "Persyaratan modal rendah",
+ "1409139116": "Ensure that you’ve entered the correct amount and exchange rate in your ads.",
"1410320737": "Kunjungi dashboard Deriv MT5",
"1411032790": "Berbagai grafik untuk melihat trading online Anda",
"1411975375": "Kunjungi Pusat Bantuan kami",
- "1415618534": "Klien di Uni Eropa yang ingin bertrading produk investasi akan terdaftar dibawah Deriv Investments (Europe) Limited.",
+ "1412644174": "We process your deposits and withdrawals internally within 1 to 3 business days (depending on your <0>payment method0>). It may take longer for your funds to reach you due to the different processing times by banks and payment service providers. See our <0>Payment methods0> page for a complete list of the processing times for each payment method.",
"1416248668": "Pilih harga terbaik",
"1418467036": "Agen pembayaran | Mitra | Deriv",
+ "1421464735": "You can get more info about this on our <0>Regulatory information0> page.",
"1423609990": "Bertrading dengan leverage pada pergerakan harga pasangan kripto-fiat populer.",
"1424805407": "Sebagai bagian dari jaringan mitra kami yang memiliki klien tersendiri, Anda mungkin cukup penasaran dan ingin mengetahui lebih lanjut tentang apa arti transformasi ini. Kami telah mengumpulkan panduan ini untuk membantu Anda dalam memahami tentang rebranding ini dan membantu Anda dalam komunikasi Anda dengan klien Anda dengan lebih baik.",
"1425594249": "Pengalaman trading terbaik kami di ponsel Anda.",
"1425780786": "DTrader menjadikan online trading tetap sederhana, memberi Anda kesempatan untuk bertrading forex, indeks, komoditas, dan indeks sintetis.",
+ "1426151926": "Can I change the server for my Deriv MT5 account?",
"1426790442": "Menganalisa pergerakan harga pasangan forex utama dan tingkatkan potensi keuntungan Anda tanpa perlu khawatir untuk kehilangan lebih dari jumlah modal Anda.",
"1433223815": "Trading indeks basket yang tersedia di Deriv",
"1433574125": "Mohon diketahui:",
@@ -929,10 +1016,14 @@
"1439020196": "Pada indeks ini, terdapat rata-rata satu penurunan harga (crash) atau satu lonjakan harga (boom) yang dapat terjadi pada setiap <0>1000, 500 atau 300 rangkaian tik0>.",
"1441027550": "Ini mungkin tidak tersedia di negara Anda, atau mungkin tautan yang rusak telah membawa Anda ke sini.",
"1445592224": "Anda secara tidak sengaja memberi kami alamat email lain (Biasanya alamat email kantor atau alamat email pribadi dan bukan alamat email yang Anda maksud).",
+ "1445901371": "Pilih antara akun <0>Sintetis0> atau <0>Finansial0>. Kemudian, klik <0>Tambah akun riil0> atau <0>Tambah akun demo0>",
"1448470646": "4. Pilih folder yang Anda inginkan untuk menyimpan strategi dan klik 'Pilih'.",
+ "1450233348": "If you haven’t made a deposit or added a real MT5 account, follow these steps:",
"1451636739": "Peralatan yang intuitif",
"1454189755": "Jika spot akhir sama dengan barrier rendah atau barrier tinggi, maka Anda tidak akan memperoleh hasil.",
"1454243296": "Persyaratan modal minimal, risiko terbatas",
+ "1456673219": "How and when will I receive my commission payout?",
+ "1456920032": "<0>Deriv X0> and <1>Deriv MT51> offer CFD trading on a similar range of assets, where you're able to open positions with leverage and your potential profit is only known when you close your positions. It's riskier than digital options trading because while you may potentially gain a lot if you win, you may also lose a lot if you don't. Deriv X and Deriv MT5 are popular among our traders who enjoy the risks as part of the excitement of CFD trading.",
"1458263388": "Dapatkan komisi ketika klien Anda bertrading pada akun MT5 Finansial STP.",
"1458583383": "Akademi",
"1463614633": "Aplikasi pihak ketiga yang tidak tercakup dalam program ini:",
@@ -944,56 +1035,69 @@
"1472787414": "Saham dan indeks saham: dasar-dasarnya",
"1475208422": "Paris",
"1479399998": "Temukan tugas Anda dengan menelusuri lowongan pekerjaan Deriv yang tersedia di Kigali, Rwanda.",
+ "1480607246": "This difference is because MT5 is a third-party platform that requires its own login credentials. Your Deriv MT5 login gives you access to the MT5 platform, while your Deriv login gives you access to our digital options platforms such as DTrader and DBot.",
"1484774405": "0,25",
"1485752074": "Bertrading menggunakan platform yang aman, intuitif, dan mudah digunakan dengan teknologi chart yang luar biasa.",
"1486874803": "Suka Bot Binary?",
+ "1488554938": "If you don’t have a Deriv account yet, <0>sign up0> for free.",
+ "1489350747": "To become an IB, you'll need to be an existing affiliate with a Deriv account and an MT5 Synthetic real account. If you do, you can apply to become an IB by writing to us at <0>affiliates@deriv.com0>. <1>Get more info about our IB programme1>.",
"1489994179": "Temukan tugas Anda dengan menelusuri lowongan pekerjaan Deriv yang tersedia di Asunción, Paraguay.",
"1490540125": "Bagaimana cara mengotomatisasi strategi trading saya?",
+ "1490936453": "For your Deriv real account, go to <0>Reports0> to close or sell your open positions.",
"1491012687": "Deriv P2P: Aplikasi pembayaran peer-to-peer kami (<0>Android app0>, <1>iOS app1>)",
"1491181763": "Indeks Range Break 100",
"1492594418": "Deposit dan penarikan dengan mudah menggunakan desktop dan perangkat seluler Anda.",
"1493671770": "<1>Nota:1> Anda perlu mengupgrade akun MQL5 sebagai penjual untuk dapat menambahkan sinyal. Jika Anda belum mengupgrade, <0>ikuti langkah pada halaman ini0> untuk mendaftar sebagai penjual.",
"1493835906": "Prancis",
+ "1496486675": "Why can't I withdraw using Maestro or Mastercard?",
"1496810530": "GBP/AUD",
+ "1498651658": "Yes. <0>Contact us via live chat0>, and we'll help you through it. We'll need the following information:",
"1499981850": "330K+",
"1502162725": "Jenis kontrak yang fleksibel dengan persyaratan modal minimal",
"1502175389": "Hal ini memberi Anda persyaratan kurs swap dalam mata uang yang ditawarkan pada pasangan valas, atau dalam denominasi aset yang mendasari komoditas.",
+ "1502453121": "Your orders are available in the <1>Orders1> tab at <0>Cashier > Deriv P2P0>.",
"1502642397": "Tersedia tiga pilihan platform lengkap — yang dirancang sepenuhnya untuk Anda",
"1503602940": "Jika tingkat margin Anda turun dibawah tingkat margin call Deriv, Anda akan memperoleh margin call, yang merupakan peringatan bahwa akun Anda menuju pada tingkat batas keluar.",
- "1504960339": "Deriv (FX) Ltd - F16, Level 1, Paragon Labuan, Jalan Tun Mustapha, Labuan 87000, Malaysia - dilisensikan oleh Otoritas Jasa Keuangan Labuan (<0>no. lisensi MB/18/00240>).",
+ "1504670496": "The minimum amount you’ll need to open a position on Deriv MT5 depends on the margin required for each asset. You can calculate the margin required using our <0>margin calculator0>.",
"1505978883": "<0>Lihat semua pertanyaan0>",
"1509244758": "Metode",
"1510075920": "Gold/USD",
+ "1516537408": "Anda tidak dapat lagi bertrading atau mendeposit dana pada akun Anda.",
"1516676261": "Deposit",
"1521590614": "Variabel ini akan menyimpan jumlah modal yang digunakan pada kontrak terakhir yang dibeli. Anda dapat menetapkan jumlah apa pun berdasarkan strategi Anda.",
+ "1522587298": "Take note of your <0>username0> and password.",
"1524033858": "Apa itu DTrader?",
"1525885795": "Sebagai agen pembayaran, apakah saya akan memperoleh komisi dari Deriv?",
"1528031455": "Sudah memiliki akun?",
"1529602839": "Tingkat",
- "1534697187": "RTS28 2019",
"1536955851": "Trading opsi | Jenis trading types | Deriv",
"1537212469": "Harga spot",
- "1539108340": "Indeks EUR",
"1539984821": "Tim support Deriv tersedia melalui fasilitas obrolan langsung 24/7. Anda juga dapat menemukan jawaban dari pertanyaan Anda pada <0>Pusat bantuan0> dan dapat memperoleh bantuan dari rekan trader pada <1>Komunitas1>.",
+ "1540879673": "How do I change my affiliate payment method?",
"1541818425": "Reset kata sandi",
"1542393407": "Fitur trading CFD di Deriv",
"1542938499": "Solusi pembayaran terkemuka di Asia Tenggara. Saat ini tersedia untuk mentrannsfer deposit di Indonesia, Vietnam, dan Thailand.",
+ "1546535785": "Are there any conditions that I should meet before I can withdraw my commission?",
"1546917177": "5 - 750",
"1550574351": "Misalkan Anda ingin menjaga posisi dua lot EUR/USD dengan dengan nilai poin 0,00001 dan kurs swap -0,12 berjalan untuk satu malam.",
- "1550835977": "Klien di seluruh dunia (kecuali untuk negara-negara terbatas seperti AS, Kanada, dan Hong Kong) yang ingin bertrading CFD pada instrumen keuangan dan mata uang kripto dapat mendaftar akun DMT5 Finansial STP di bawah Deriv (BVI) Ltd.",
"1551153165": "Anda dapat mentradingkan opsi berikut ini:",
"1551172020": "Basket AUD",
"1552847627": "Ketahui semua rincian tentang bagaimana Anda bisa menjadi agen pembayaran di Deriv. Kirim email untuk mendaftar!",
"1553783327": "Dapatkan ahli, support yang ramah ketika Anda membutuhkannya.",
"1553836855": "Daftar akun demo",
"1553995374": "USD 1",
+ "1555213049": "List of shareholders",
"1556304768": "Trading indeks sintetis memberi Anda kesempatan untuk memperoleh keuntungan dengan menganalisa pergerakan harga indeks yang mensimulasikan pergerakan pasar dunia nyata.",
+ "1556776884": "To log in on your mobile, you'll need the app. If you haven't got the app, you can download it from your dashboard.",
"1556866509": "Jika Anda membeli kontrak yang menggunakan fasilitas pembatalan transaksi, maka tombol 'Batalkan' akan tersedia dimana tombol ini akan memberi Anda kesempatan untuk mengakhiri kontrak dan jumlah modal akan dikembalikan secara utuh. Di sisi lain, menggunakan tombol 'Tutup' memberi Anda kesempatan untuk mengakhiri kontrak Anda pada harga saat itu, yang mungkin dapat menyebabkan kerugian jika Anda menutup trading yang mengalami kerugian.",
"1556922066": "Penukaran mudah dengan sesama trader untuk memindahkan dana masuk dan keluar dari akun Deriv Anda.",
+ "1557535154": "Is it free to join your affiliate programme?",
"1558114971": "Masalah dengan tingkat keparahan rendah mengekspos jumlah data yang sangat terbatas. Masalah ini mungkin dapat melanggar harapan bagaimana seharusnya fasilitas bekerja, tanpa eskalasi khusus atau kemampuan untuk memicu perilaku yang tidak diinginkan. Misalnya:",
"1559712313": "Trading komoditas yang tersedia di Deriv",
"1562241070": "Berbagai pasar dan banyak lagi",
+ "1563919822": "You'll get daily commission payouts in your MT5 Synthetic account.",
"1564461474": "Deposit dan penarikan menggunakan kartu kredit atau debit Mir Anda.",
+ "1565220133": "you reside in the UK, or",
"1567023771": "Europe 50",
"1567026093": "negara",
"1567745852": "Nama bot",
@@ -1002,6 +1106,7 @@
"1569834661": "Trading forex, indeks sintetis, saham, indeks saham, mata uang kripto, indeks basket, dan komoditas dalam satu tempat.",
"1571130376": "Bisnis penting",
"1571653008": "Gunakan akun demo gratis kami, dan bertrading menggunakan dana virtual tanpa batas. Hal ini merupakan cara termudah untuk mencoba semua produk kami.",
+ "1571816719": "What is a referred client?",
"1573231398": "Mengapa bertrading mata uang kripto pada Deriv",
"1574476135": "Misalkan Anda menganalisa pasar akan bergerak naik.",
"1576607456": "Deriv Group – pemilik merek Deriv dan Binary.com – memiliki sejarah berawal dari tahun 1999 ketika kami memfondasikan layanan trading fixed-odds dunia untuk pertama kalinya. Sejak saat itu, kami telah bertumbuh dengan pesat, mengumpulkan kepercayaan dari para trader di seluruh dunia.",
@@ -1018,16 +1123,21 @@
"1588850507": "<0>Basket USD0> mengukur nilai dolar AS berbanding sekeranjang lima mata uang global (EUR, GBP, JPY, CAD, AUD), masing-masing dengan berat 20%.",
"1589165958": "Coba “Trading”",
"1591242575": "Bagaimana kami melindungi informasi yang Anda berikan",
+ "1591498220": "Do I need a Deriv account to use Deriv P2P?",
"1591623217": "Suka MT5 di Binary.com?",
"1592543050": "Hingga $10.000",
+ "1593423002": "Follow the instructions to create your real account.",
+ "1593716245": "What are the trading limits on my account?",
"1593723948": "1. Daftar akun Deriv",
"1595539912": "Waktu pemrosesan",
+ "1598664071": "List of directors",
"1599891822": "Jumlah batas kerugian arah Turun",
"1601324523": "5-10.000",
"1601498870": "Artikel terbaru",
"1601664674": "Formula swap forex seluler",
"1601968899": "Kontrak mata uang kripto yang ditradingkan menggunakan multiplier memiliki batas waktu. Batas waktu adalah tergantung pada aset yang ditradingkan dan yang ditampilkan pada dasbor DTrader pada saat Anda membeli kontrak.",
"1602627054": "Maka nilai pip Anda adalah <0>2 USD0>.",
+ "1602716515": "When you join our IB programme,",
"1602800752": "Simpan strategi Anda",
"1604199439": "Deriv X adalah platform trading multi-aset yang dapat disesuaikan. Menawarkan CFD pada forex, komoditas, mata uang kripto, dan sintetis, Deriv X memberi Anda pengalaman trading serbaguna yang dapat disesuaikan dengan trading Anda.",
"1604222298": "Kalkulator margin",
@@ -1039,19 +1149,22 @@
"1610511716": "Kunjungi Dtrader",
"1611194169": "1. Daftar pada Deriv",
"1611229342": "Trading saham global dan indeks saham kini tersedia pada platform DMT5 kami",
+ "1611981849": "Where can I see my orders?",
"1613233789": "Blog",
"1613860853": "Jangan ragu untuk mendiskusikan rencana insentif yang Anda miliki dengan manajer akun Anda. Mohon diketahui bahwa kami tidak mengizinkan insentif, hadiah, dan pembayaran yang tidak sah untuk meningkatkan jumlah pendaftaran klien. Jika kami menemukan adanya indikasi pelanggaran dan terbukti maka, kami dapat menahan komisi yang dihasilkan.",
"1614426743": "Platform DBOT",
- "1615327604": "<0>Indeks USD0> mengukur nilai dolar AS berbanding sekeranjang lima mata uang global (EUR, GBP, JPY, CAD, AUD), masing-masing dengan berat 20%.",
+ "1615509866": "Platform yang responsif dan mudah digunakan ",
"1615969878": "Mengapa dilakukan rebranding?",
"1616071522": "<0>France 400> mengikuti kinerja 40 saham yang paling banyak ditradingkan pada 100 perusahaan teratas yang terdaftar di Perancis.",
"1616502762": "<0>US Tech 1000> mengikuti kinerja saham dari 100 perusahaan non-finansial terbesar di AS.",
"1618280107": "Menawarkan harga yang kompetitif pada semua produk",
"1619070150": "Anda sedang diarahkan ke situs web eksternal.",
"1619579199": "Mengapa saldo Deriv P2P berbeda dengan saldo akun Deriv saya?",
+ "1621224521": "How can I reactivate my Deriv account?",
"1621463985": "Kami merasa terhormat dapat melayani dan memberi semua orang produk dan layanan yang terbaik. Hal itu mengapa prinsip dan nilai yang kami tanamkan sangatlah penting untuk menentukan siapa kami, apa yang kami lakukan, dan bagaimana kami melayani setiap klien kami. Di semua kantor internasional yang kami miliki, kami berkomitmen pada prinsip-prinsip berikut dalam segala hal yang kami lakukan.",
"1622130657": "Berlangganan ke akademi kami melalui email",
"1622334173": "EUR/ZAR",
+ "1623894448": "How do I create an API token?",
"1624895344": "Metode pembayaran yang akan disediakan untuk klien Anda",
"1625424557": "<0>Netherland 250> mengikuti kinerja saham dari 25 perusahaan yang paling banyak ditradingkan di Belanda.",
"1625517227": "Digunakan oleh lebih dari 20 juta klien di seluruh dunia. Nikmati akses instan, penarikan gratis, dan poin reward yang dapat Anda tukarkan dengan uang tunai.",
@@ -1060,15 +1173,17 @@
"1631620531": "Tahun pengalaman",
"1631705059": "Menganalisa apakah spot akhir akan lebih tinggi atau lebih rendah dari harga target (barrier) pada akhir periode kontrak.",
"1632238343": "Hingga $500",
+ "1633022779": "Synthetic indices and cryptocurrencies are available for trading 24/7.",
"1633102593": "Pengembang software",
"1634507782": "Indeks Range Break 200",
"1636066113": "Peluang kemitraan",
"1636527166": "Trading forex yang tersedia di Deriv",
"1636782601": "Multiplier",
- "1637072557": "Masalah ini mungkin terjadi berhubung Anda mengklik tombol ‘Penarikan’ beberapa kali. Cobalah untuk menarik dana kembali, dan kemudian klik pada link verifikasi terbaru yang dikirim ke dalam email Anda. Pastikan bahwa Anda menggunakan link dalam tempo waktu satu jam.",
+ "1637050346": "Why did my credit card deposit get declined?",
"1637552314": "Setelah Anda cocok dengan parameter yang telah Anda tetapkan, pilih salah satu ‘Up’ atau ‘Down’ untuk melakukan pembelian kontrak. Jika tidak, sesuaikan kembali parameter dan lakukan pembelian kontrak setelah Anda keinginan Anda terpenuhi berdasarkan kondisi kontrak.",
"1643887982": "Amazon.com Inc",
"1644652204": "Danai akun Anda menggunakan metode deposit pilihan Anda.",
+ "1644929511": "<0>DTrader0>, <1>SmartTrader1>, <2>DBot2>, and <3>Binary Bot3> offer digital options trading on a range of underlying assets such as forex, stock indices, commodities, and synthetics. These platforms allow you to set the contract duration before opening positions, and you'll know exactly how much you'll earn if you win. You may find these platforms more intuitive if you're new to the trading world.",
"1645164568": "tanpa biaya untuk membangun",
"1647478191": "Bermitra dengan kami sebagai afiliasi. Dapatkan komisi dari total pendapatan bersih dari trading klien yang Anda referensikan pada DTrader dan DBot.",
"1648545897": "Vince Stanzione.",
@@ -1078,6 +1193,8 @@
"1658580871": "Metode pembayaran ini tersedia secara eksklusif untuk klien yang memiliki akun trading kripto.",
"1659675491": "Berlatih trading dari aplikasi mobile, aplikasi desktop, atau melalui situs browser Anda.",
"1660776335": "Untuk mendeposit dana pada akun Deriv X, Anda perlu menggunakan dana pada akun Deriv Anda. Kunjungi Kasir > <0>Transfer antar akun0> dan ikuti instruksi pada layar.",
+ "1661263248": "How can I download my Deriv MT5 history?",
+ "1661791574": "Available 24/7, our synthetic indices emulate price movements of real-world markets with varying levels of volatility. As they aren't based on actual underlying assets, they are unaffected by real-world market events.",
"1661832115": "Laporan bug Anda ditinjau dan diberi penghargaan berdasarkan dampak dan tingkat kepentingannya.",
"1664747386": "Paypal",
"1665738338": "Saldo",
@@ -1099,7 +1216,6 @@
"1683034855": "Dtrader merupakan platform trading canggih yang memungkinkan Anda untuk memperdagangkan lebih dari 50 aset dalam bentuk digital, multiplier, dan opsi lookback.",
"1686378613": "DBot adalah pembangun strategi berbasis web untuk opsi trading digital. Berikut adalah platform di mana Anda dapat membangun bot trading Anda sendiri menggunakan 'blok' tarik dan lepas.",
"1686846461": "Trading indeks volatilitas dengan DTrader di Deriv",
- "1689738742": "Indeks Gold",
"1691349777": "Bergabunglah dengan lebih dari 1 juta trader yang menggunakan Deriv.com dan Binary.com — platform pemenang penghargaan yang telah dipercaya selama lebih dari 20 tahun.",
"1692148560": "Mengukur nilai emas berbanding sekeranjang lima mata uang global (EUR, GBP, JPY, AUD, USD), masing-masing dengan berat 20%.",
"1692290832": "Dukungan pemasaran apa saja yang disediakan?",
@@ -1108,12 +1224,15 @@
"1707301172": "Saham, kini tersedia",
"1708242802": "Gunakan browser web yang aman seperti Google Chrome. Selalu instal pembaruan perangkat lunak terbaru karena mereka menyertakan patch keamanan.",
"1709273595": "Satu lot standar forex = 100.000 unit",
+ "1709893717": "You'll have access to reports that show your hits, impressions, click-through rates, clients' trading activity, and more.",
"1711575167": "Tersedia untuk ditradingkan di Deriv MT5 dan Deriv X (menggunakan margin), DTrader (menggunakan opsi dan multiplier), dan Deriv GO (menggunakan multiplier).",
"1713857763": "<0>Jumlah batas kerugian dan/atau tingkat batas keuntungan pada arah Naik = Mak [{modal × ((tingkat batas kerugian ATAU batas keuntungan - harga aset) ÷ harga aset × multiplier) - komisi}, -modal]0>",
"1714709402": "Siapa yang menetapkan tingkat komisi per transaksi?",
"1715011380": "Indeks Jump 25",
+ "1715241142": "How do I see my earnings?",
"1715491803": "Hingga $100 ",
"1717346758": "Pemalsuan permintaan lintas situs dan sisi server (tanpa akses ke jaringan internal kami)",
+ "1719304654": "The pricing of our synthetic indices is backed by algorithms that are audited for fairness by an independent third party. Due to regulatory requirements, synthetic indices are unavailable in some countries. Refer to ‘Product offering’ in our <0>terms of use0> for more info.",
"1720725354": "Apa perbedaan antara akun DMT5 Standard, Advanced, dan Indeks Sintetis?",
"1721296073": "DMT5 Finansial STP dihitung terlebih dahulu",
"1723694822": "Kunjungi halaman utama",
@@ -1131,11 +1250,13 @@
"1743448290": "Agen pembayaran",
"1743752393": "Bisnis umum",
"1745193633": "Pemberitahuan pengalihan",
- "1745471992": "Indeks saham mengukur nilai opsi perusahaan pada bursa pasar saham. Hal ini memungkinkan investor untuk melihat bagaimana set tertentu aset berkinerja.",
"1746633126": "Apa yang akan terjadi pada Binary.com? ",
"1746782390": "Apakah saya masih bisa bertrading menggunakan akun saya setelah mendaftar sebagai agen pembayaran?",
"1748626120": "Tanpa biaya tersembunyi",
+ "1748925202": "How can I reactivate my Deriv MT5 account?",
"1751673286": "Keamanan adalah kolaborasi. Laporkan bug dan dapatkan hadiah.",
+ "1752586208": "What payment methods can I use to exchange with other traders?",
+ "1753559268": "We'll pay your IB commission into your MT5 Synthetic account daily.",
"1755228338": "Jaga keamanan akun Anda",
"1758111931": "pengguna aktif",
"1760376318": "Ya, asalkan Anda mengikuti semua syarat dan ketentuan yang berlaku (Lihat tab 'Untuk mitra bisnis' pada halaman <0>Syarat dan ketentuan0> kami).",
@@ -1146,16 +1267,21 @@
"1768089459": "Paris | Kantor kami – Perancis | Deriv",
"1770479100": "Jika Anda memilih \"Higher\", maka anda akan memperoleh hasil jika spot akhir lebih tinggi dari barrier.",
"1770534439": "formula swap sintetis seluler",
+ "1772047578": "Why are my Deriv MT5 login details different from my Deriv login details?",
"1772406884": "Deriv P2P sangat bagus. Deposit dan penarikan mudah untuk trader kecil.",
"1774467475": "Kami hanya akan memberi ganjaran <0>jika0> laporan kerentanan dapat membantu kami menyelesaikan masalah keamanan yang parah, dan kami akan memutuskan jumlah ganjaran berdasarkan kasus per kasus.",
"1774791951": "Menganalisa apakah spot akhir akan berakhir di dalam atau di luar dua target harga pada akhir periode kontrak.",
"1777934033": "Trading CFD 24/7 pada indeks sintetis yang mensimulasikan pergerakan pasar dunia nyata.",
"1782308283": "Strategi cepat",
"1782703044": "Daftar",
+ "1784343675": "Please <0>contact us via live chat0> immediately, and we'll help to disable 2FA on your account. When you have a new phone, please <1>re-enable 2FA1>.",
"1784680288": "Anda akan selalu memperoleh informasi mengenai dampak margin pada akun Anda sebelum memulai trading.",
"1786089908": "Pelajari tentang trading opsi di Deriv. Dapatkan hasil dengan menganalisa tepat pergerakan harga forex, indeks sintetis, dan pasar finansial populer lainnya.",
+ "1786747559": "Our regulators require us to verify your account in accordance with anti-money laundering (AML) and Know Your Customer (KYC) laws. If we have prompted you to upload your documents to verify your account, it means that you'll only be able to continue using our services after your account is verified.",
+ "1790839584": "<0>A social media admin0> \n Promote our products and services on your social media pages, and earn commission when you convert your audience into traders.",
"1791730321": "Beli kontrak jika penawaran sesuai dengan posisi yang telah Anda tetapkan.",
"1795749796": "Pusat bantuan | Pertanyaan umum | DBot | Deriv",
+ "1798765888": "Copy the link in the <0>Landing page URL0> field. This is the referral link that you can share with your clients.",
"1799377913": "Trading opsi tersedia pada {{market_name}}",
"1802409084": "Nilai pip",
"1804642811": "Daftar akun demo",
@@ -1163,19 +1289,25 @@
"1806416151": "Program IB Deriv adalah kemitraan dimana Anda mendapatkan manfaat dengan mengarahkan klien baru untuk bertrading pada platform DMT5 kami.",
"1807936072": "Siprus",
"1808393236": "Masuk",
+ "1810304465": "You'll need to transfer the funds from your Deriv MT5 account to your Deriv account. You can do this on the <0>Cashier page0>. Your funds will be available in your Deriv account as soon as you complete the transfer.",
"1810957214": "Misalkan Anda ingin menghitung tingkat batas kerugian ketika membeli Indeks Volatilitas 100 seharga 3376,24 USD dengan modal 10 USD, nilai multiplier x100, dan jumlah batas kerugian 7,54 dengan arah Naik.",
+ "1812325040": "Source of wealth documentation",
"1812969702": "Interim | Pertanyaan Umum",
"1813700208": "Indeks Boom 300",
"1813703795": "Mendaftar sebagai afiliasi dan IB kami",
"1815044592": "Jika Anda memilih ‘Only Up’, Anda akan memperoleh hasil jika tik secara berurutan bergerak naik setelah spot awal. Hasil tidak terjadi jika salah satu tik bergerak turun atau sama dengan salah satu tik sebelumnya.",
+ "1815324634": "The minimum deposit and withdrawal amount varies depending on the payment method. The lowest deposit and withdrawal amount is 5 USD/EUR/GBP/AUD via e-wallets. See our <0>Payment methods0> page for a complete list of payment methods and their minimum deposit and withdrawal amounts.",
"1816009319": "bunga",
+ "1816305227": "If you’re in the EU or UK:",
"1817888235": "Prediksi dan raih keuntungan dari lonjakan dan penurunan dengan indeks Crash / Boom.",
"1819952453": "Program Introducing Broker kami tersedia untuk semua afiliasi Deriv.",
"1820212843": "Belajar trading menggunakan video dan tutorial trading pada akademi trading online Deriv.",
+ "1823119628": "the Vanuatu Financial Services Commission",
"1823770507": "DOT/USD",
"1824094317": "Trading 24x7",
"1826550764": "Mengapa memilih kami",
"1828442573": "komoditas",
+ "1830057548": "We have 3 commission plans:",
"1831254808": "Jika Anda tetap membuka posisi semalaman, penyesuaian (kurs swap) akan dikenakan pada akun trading Anda sebagai kompensasi biaya untuk menjaga posisi tersebut agar tetap berjalan. Instrumen yang ditradingkan pada platform kami tunduk pada kurs swap yang berbeda. Kurs ini adalah berdasarkan pada beberapa kondisi seperti waktu dan jumlah hari, termasuk hari libur nasional, yang Anda tahan untuk menjaga posisi Anda tetap berjalan.",
"1831680837": "penarikan",
"1832974109": "SmartTrader",
@@ -1194,23 +1326,25 @@
"1845394200": "Di Deriv, kami memberlakukan langkah keamanan terbaik di kelasnya seperti enkripsi SSL untuk melindungi akun dan data pribadi Anda.",
"1846521577": "Apakah Program Agen Pembayaran Deriv sama dengan Deriv P2P (DP2P)?",
"1849054373": "3. Beli kontrak",
- "1851993047": "Kontrak apa yang tersedia untuk ditradingkan pada akhir pekan?",
"1852402040": "Bisnis umum",
"1853363847": "Tersedia untuk ditradingkan pada Deriv MT5 dan Deriv X (menggunakan margin) dan DTrader (menggunakan multiplier).",
"1854618305": "Jika Anda memilih \"Higher\", Anda akan memperoleh hasil jika spot akhir pasti lebih tinggi dari spot masuk.",
+ "1857302542": "Can I open a corporate or business account?",
"1857508131": "Deposit aman langsung dari ponsel Anda. Untuk klien di Ghana.",
"1858594477": "Kami memahami bahwa perubahan ini mungkin dapat menakutkan Anda. Itu sebabnya kami telah bekerja keras untuk memastikan bahwa transisi Anda dari Binary.com ke Deriv.com adalah berjalan dengan lancar.",
"1860012910": "Cara mudah, murah, dan cepat untuk mentransfer dana. Didukung oleh Bank dan merchant di seluruh dunia.",
"1860472068": "Perbankan online",
- "1862400286": "Jenis kontrak apa saja yang dapat saya gunakan pada DTrader?",
"1866193342": "DTrader memberi Anda kesempatan untuk bertrading pada lebih dari 50 aset dalam bentuk opsi digital, multiplier, dan lookback. DMT5 merupakan platform berbagai aset yang dapat Anda gunakan untuk bertrading pada spot forex dan kontrak untuk perbedaan (CFD) dengan leverage. ",
"1868860566": "EUR/SEK",
"1869497149": "Nikmati pengalaman trading dengan lancar dengan bantuan grafik yang mudah digunakan dan tema gelap yang menyenangkan.",
"1872384056": "Fitur dengan mode terang dan gelap untuk pengalaman yang lebih menyenangkan",
"1872568231": "GBP/TRY",
"1873099524": "Dapatkan hasil tetap dengan menganalisa pergerakan harga aset.",
+ "1874424045": "I lost my phone. How can I disable two-factor authentication (2FA)?",
"1876344462": "Novartis AG",
"1876748041": "Setelah 20 tahun memberi pelayanan kepada Anda, kami merasa bahwa kami memahami Anda dengan lebih baik. Rebranding merupakanh kesempatan berharga bagi kami untuk menerapkan solusi trading online yang lebih baik dalam memenuhi semua kebutuhan Anda.",
+ "1876786466": "This is due to the spread, which is the difference between the ‘bid’ and ‘ask’ prices. Your positions will start earning a profit when the market moves in your favour.",
+ "1877410120": "Apa yang perlu Anda ketahui",
"1879930260": "Tanpa penjualan paksa",
"1880965589": "Bagi hasil",
"1881114347": "Berbagai pasar untuk ditradingkan di Deriv",
@@ -1221,6 +1355,7 @@
"1889326047": "Tersedia dalam aplikasi web dan seluler",
"1890990339": "<0>Hong Kong 500> melacak kinerja saham 50 perusahaan terdaftar dan terbesar di Hong Kong.",
"1893015908": "Uber Technologies Inc",
+ "1894801487": "Deriv MT5 is a CFD trading platform that gives you access to forex, stocks, stock indices, commodities, cryptocurrencies, and synthetics. Learn more about Deriv MT5 <0>here0>.",
"1897018869": "ETC/USD",
"1897907613": "Deposit dan penarikan menggunakan kartu debit Maestro Anda.",
"1898130358": "Pada komputer Anda",
@@ -1230,16 +1365,17 @@
"1902951214": "Kantor kami",
"1903393516": "Komunitas Deriv yang kami sediakan dapat membantu Anda menemukan jawaban.",
"1903495030": "Untuk akun sintetis, nilai pip batas kerugian dan/atau batas adalah dalam USD.",
+ "1904617508": "Di luar Uni Eropa, produk keuangan adalah ditawarkan oleh beberapa perusahaan berikut: Deriv (FX) Ltd, beralamat di F16, Level 1, Paragon Labuan, Jalan Tun Mustapha, 87000 Labuan, Malaysia, dilisensikan oleh Otoritas Jasa Keuangan Labuan (<0>no. lisensi MB/18/00240>); Deriv (BVI) Ltd, beralamat di Kingston Chambers, P.O. Box 173, Road Town, Tortola, British Virgin Islands, dilisensikan oleh Komisi Layanan Keuangan Kepulauan Virgin Britania Raya (<1>no. lisensi SIBA/L/18/11141>); Deriv (V) Ltd, beralamat di 1276, Kumul Highway, Port Vila, Vanuatu, dilisensikan dan diatur oleh Komisi Jasa Keuangan Vanuatu; dan Deriv (SVG) LLC, beralamat di Hinds Buildings, Kingstown, St. Vincent dan Grenadines.",
"1904774976": "<0>Germany 400> mengikuti kinerja saham dari 40 perusahaan besar yang terdaftar di Jerman.",
- "1905213812": "Deriv (BVI) Ltd - Kingston Chambers, P.O. Box 173, Road Town, Tortola, Kepulauan Virgin Britania Raya - dilisensikan oleh Otoritas Jasa Keuangan Kepulauan Virgin Britania Raya (<0>no. lisensi SIBA/L/18/11140>).",
"1905380076": "Selesaikan pembayaran dengan rekanan transaksi Anda.",
"1905702565": "Perlindungan dana klien",
"1905714256": "Pengalaman yang disempurnakan",
- "1906771172": "Bagaimana cara mengubah mata uang akun saya?",
+ "1906101554": "You’ll earn a payout based on the volume of your clients' trades. Find out more <0>here0>.",
"1907226338": "Coca-Cola",
"1909647105": "TRX/USD",
"1909809509": "Kalkulator swap",
"1914949637": "Apa itu program afiliasi Deriv?",
+ "1915387440": "If you’re selling:",
"1916887645": "Maksimalkan laba, batasi kerugian",
"1922529883": "Indeks Boom 1000",
"1923530212": "Fleksibel.",
@@ -1260,24 +1396,30 @@
"1941116009": "Akankah Binary.com dihapus?",
"1942214601": "Tingkat batas kerugian arah Naik",
"1942485223": "Apa yang akan terjadi pada akun afiliasi saya?",
+ "1947069292": "You can create an API token <0>here0>. Give your token a name, select the scope, and click <1>Create1>.",
"1948092185": "GBP/CAD",
"1948630262": "Untuk mendapatkannya, pertama masuk ke dashboard afiliasi Binary.com Anda.",
"1949701571": "Daftar akun riil Deriv.",
"1953016421": "Mengapa bertrading opsi di Deriv",
"1959548433": "Atur durasi trading Anda. Tergantung pada apakah Anda lebih memilih trading jangka pendek atau jangka panjang, Anda dapat mengatur durasi sesuai dengan pilihan Anda, mulai dari 1 hingga 10 tik atau 15 detik hingga 365 hari.",
- "1963811607": "Bagaimana cara menghubungi rekanan transaksi saya?",
+ "1959678342": "Highs & Lows",
+ "1962097923": "Help centre | Frequently asked questions | IB programme | Deriv",
+ "1963262703": "What does ‘completion rate’ mean?",
"1963884651": "Deposit dan penarikan dalam Paxos Standard, mata uang kripto yang dipatok pada USD.",
+ "1964475042": "Frequently asked questions - About",
"1964675673": "Bermitra dengan penyedia trading online tepercaya.",
"1966310384": "Maka dalam skenario ini, Anda menetapkan tingkat batas keuntungan pada <0>3350,110>.",
"1967743855": "Harga yang jelas mengenai semua biaya.",
"1969128618": "Kelola komunitas online yang aktif dan selalu bersemangat mengenai trading online, investasi, atau keuangan pribadi.",
"1971963414": "PRODUK",
"1975644912": "Nikmati antarmuka yang intuitif dan mudah digunakan, bahkan untuk trader baru.",
+ "1976307636": "Deriv Investments (Europe) Limited telah menyiapkan laporan pengungkapan Finansial sesuai dengan peraturan persyaratan modal IV dan ketentuan persyaratan modal. Baca laporan kami untuk memahami bagaimana kami mematuhi disiplin pasar sebagai peserta pasar.",
"1977160541": "Indeks<0>0>Amerika",
"1978148367": "Daftar akun riil, deposit, dan mulai trading secara nyata. Bertrading forex, indeks, komoditas, dan banyak lagi.",
"1979503547": "Persyaratan trading",
"1980724783": "Nilai poin berasal dari jumlah digit aset saat ini. Pada contoh ini, digit adalah 5, maka nilai poinnya adalah 0,00001.",
"1982404952": "Dapatkan penawaran",
+ "1984996183": "I forgot my affiliate password. What should I do?",
"1985905708": "Indeks berikut mewakili pasar simulasi dengan <0>volatilitas konstan sebesar 200% dan 300%0>.",
"1986250253": "Apa itu strategi Oscar Grind?",
"1986498784": "BTC/LTC",
@@ -1288,16 +1430,19 @@
"1991711258": "LNK/USD",
"1994023526": "Alamat email yang Anda masukkan sepertinya salah ketik (hal ini sering terjadi).",
"1995896523": "DMT5 dikembangkan untuk memberikan pengalaman trading CFD terbaik. Anda dapat mengakses trader MT5 kami melalui desktop dan bahkan tersedia pada perangkat seluler.",
+ "1996252043": "Once your ad is created successfully, it will appear in the <0>Buy/Sell0> tab.",
"1997138507": "Jika tik akhir sama dengan tik rata-rata, Anda tidak akan memperoleh hasil.",
"1997646348": "Situs program lulusan: besquare.deriv.com",
"1998840050": "Tidak. DP2P adalah layanan peer-to-peer bagi klien kami untuk melakukan deposit dan penarikan menggunakan mata uang lokal mereka. Sebagai agen pembayaran, Anda dapat menggunakan platform DP2P untuk menawarkan layanan kepada klien Deriv di negara Anda.",
"2003802343": "Sama sekali tidak ada persyaratan untuk dapat menarik komisi IB Anda.",
"2005074806": "Coba PnL untuk kalkulator margin",
+ "2006479988": "<0>Proof of address0>",
"2007092908": "Trading dengan leverage dan spread rendah untuk memperoleh hasil lebih baik.",
"2010744433": "Kami menawarkan 24/7 layanan obrolan langsung yang tersedia untuk semua pelanggan. Agen customer support sudah terlatih untuk menjawab semua pertanyaan tentang layanan kami.",
"2015114251": "Berapa jumlah minimum/maksimum deposit pada akun Deriv X?",
"2017042641": "2 - 3 hari kerja",
"2018198484": "Trading mata uang kripto memberi Anda kesempatan untuk mendapatkan keuntungan dari pergerakan harga tanpa perlu memiliki koin digital yang mendasarinya. Dengan kata lain, Anda dapat memperoleh penghasilan dengan menganalisa apakah harga mata uang kripto akan naik atau turun.",
+ "2018600727": "Deriv Investments (Europe) Limited berhak memberikan layanan di negara anggota Uni Eropa lainnya melalui hak pembuatan paspor Uni Eropa. Di atas adalah daftar negara Uni Eropa yang memiliki akses ke Deriv.com melalui hak paspor Uni Eropa.",
"2019140039": "Mengapa bertrading indeks basket di Deriv",
"2019968401": "Mengapa bertrading dengan Deriv X",
"2023310659": "Mata uang",
@@ -1312,19 +1457,21 @@
"2035207280": "5 - 1.000",
"2035670983": "Lebih fokus",
"2036526456": "Pelajari lebih lanjut tentang metode pembayaran.",
- "2037297857": "Deriv - sebuah platform trading online yang menawarkan berbagai pilihan derivatif untuk diperdagangan selama 24/7.",
+ "2041763181": "Once we've paid your commission into your account, you can withdraw whenever you want.",
"2042445787": "Kerentanan bergantung pada skenario atau prakondisi yang sulit",
+ "2044967354": "You can see your available balance in the <0>My profile0> tab.",
"2044999022": "Trading indeks jump, sintetis baru dengan twist",
"2046788283": "Pasar apa saja yang dapat saya tradingkan di DTrader?",
"2047029510": "<0>Tingkat batas kerugian dan/atau tingkat batas keuntungan pada arah Naik = harga aset × {(batas kerugian ATAU jumlah batas keuntungan + komisi) ÷ (modal × multiplier) + 1}0>",
"2047349922": "0,013",
"2050080282": "Akses Afiliasi & IB",
"2051986867": "Maka Anda perlu membayar biaya swap sebesar <0>0.24 USD0> untuk menjaga posisi tetap berjalan.",
+ "2053617863": "Lanjutkan untuk menarik semua saldo dana dari akun Anda.",
"2053673142": "Dengan mengklik \"Daftar akun demo\", Anda mengonfirmasi bahwa Anda berusia 18 tahun ke atas. Anda memahami bahwa kami dapat menggunakan alamat email Anda untuk mengirimkan informasi tentang produk dan layanan Deriv serta berita pasar. Anda dapat berhenti berlangganan email ini pada pengaturan akun. Untuk informasi lebih lanjut, lihat <0>Keamanan dan privasi0> Deriv.",
"2056079566": "Dapatkan bantuan",
"2056339251": "15 - 10.000",
"2058893631": "Laporan pengungkapan finansial",
- "2060309075": "Hal ini tidak berlaku jika klien berada di bawah pengecualian diri, baik dengan pilihan mereka sendiri atau sebagai keputusan oleh perusahaan.",
+ "2060102881": "<0>A blogger/vlogger0> \n Promote our products and services and earn commission when you convert your audience into traders.",
"2060368992": "menit bacaan",
"2061191384": "Deriv peer-to-peer (DP2P)",
"2061681232": "<0>Ends Between/Ends Outside:0> Menganalisa apakah spot akhir akan berakhir di dalam atau di luar dua target harga pada akhir periode kontrak.",
@@ -1334,6 +1481,7 @@
"2067437902": "Deposit dan penarikan dalam STASIS Euro, mata uang kripto yang dipatok pada USD.",
"2068667424": "Lihat aplikasi lainnya",
"2070356006": "Mulai dapatkan penghasilan berdasarkan rencana komisi sesuai dengan pilihan Anda –– hingga 45% dari total pendapatan bersih yang dihasilkan oleh klien yang Anda referensikan.",
+ "2071458958": "The minimum volume for micro forex pairs is 0.1 lot.",
"2071808494": "Support yang ahli dan ramah",
"2072504778": "Siapa saja yang dapat mendaftar sebagai afiliasi Deriv?",
"2074119658": "Sesuaikan kontrak dan kemampuan risiko Anda menggunakan fitur inovatif seperti batas kerugian, batas keuntungan dan pembatalan transaksi.",
@@ -1341,6 +1489,7 @@
"2075608900": "Spread tetap dan variabel yang kompetitif",
"2075864188": "GRATIS",
"2080510282": "Daftar akun riil CFD berdasarkan pilihan trading Anda.",
+ "2086048243": "Certificate of incorporation",
"2087247269": "Tidak sama sekali. Bergabung pada program agen pembayaran kami sepenuhnya gratis.",
"2089087110": "Indeks basket",
"2092854399": "Nikmati deposit dan penarikan yang cepat, lancar, dan aman dengan Trustly.",
@@ -1350,6 +1499,7 @@
"2100068559": "Perluas basis klien Anda, dapatkan tambahan eksposur bisnis, dan dapatkan lebih banyak pendapatan ketika Anda mendaftar sebagai agen pembayaran pada Deriv.",
"2100986179": "Platform trading CFD yang sesuai dengan gaya Anda.",
"2101514198": "Jelajahi Deriv.com sekarang",
+ "2102247413": "You’ll need the following documents to verify your account:",
"2108488100": "formula batas kerugian pip",
"2108799022": "<0>Rise/Fall:0> Menganalisa apakah spot akhir pasti akan lebih tinggi atau lebih rendah dari spot masuk pada akhir periode kontrak.",
"2108938379": "5. Variabel baru sudah tersedia untuk digunakan pada strategi Anda.",
@@ -1366,6 +1516,7 @@
"2120092418": "Tunggu balasan kami",
"2121227568": "NEO/USD",
"2121253634": "Ketika Anda dapat menikmati trading MetaTrader5 seperti sebelumnya, kami sudah mencatat semua tanggapan dan meningkatkan pengalaman Anda. Anda akan menemukan pendaftaran dan dashboard MT5 akan lebih efisien pada Deriv.com, memberi Anda untuk mengelola akun dan fokus pada trading dengan lebih mudah. ",
+ "2123318546": "RTS28 2021",
"2124129338": "Deriv - sebuah platform trading online yang menawarkan berbagai pilihan derivatif untuk diperdagangan selama",
"2125422488": "Anda dapat <0>menghubungi kami0> untuk mengatur atau menyesuaikan pengecualian diri atau batas trading Anda.",
"2126327198": "Perkirakan margin yang Anda butuhkan untuk menahan posisi. Hasilnya tergantung pada leverage, lot volume, dan saldo akun DMT5 Anda.",
@@ -1446,8 +1597,6 @@
"-23722102": "Mitra",
"-890622347": "Afiliasi dan IB",
"-199351188": "Bug bounty",
- "-1434418017": "<1>Jika Anda memiliki pertanyaan, email kami di 1><2>info@besquare.my2>",
- "-1429361008": "Di Uni Eropa, produk keuangan ditawarkan oleh Deriv Investments (Europe) Limited, beralamat di W Business Centre, Level 3, Triq Dun Karm, Birkirkara, BKR 9033, Malta, berlisensi sebagai sebagai penyedia Layanan Investasi Kategori 3 oleh Otoritas Jasa Keuangan Malta (<0>no. lisensi IS/701560>).",
"-316493159": "Layanan situs web ini tidak tersedia di negara tertentu termasuk, Amerika Serikat, Kanada, dan Hong Kong, atau individu di bawah umur 18 tahun.",
"-1497908566": "Berbagai produk yang disebutkan disini dapat dipengaruhi oleh pertukaran nilai mata uang. Jika Anda berinvestasi pada produk tersebut, Anda mungkin akan kehilangan sebagian atau seluruh investasi Anda dan nilai investasi Anda akan berfluktuasi. Pastikan untuk tidak menginvestasikan dana dimana Anda tidak sanggup untuk kehilangannya dan jangan pernah berinvestasi menggunakan dana pinjaman.",
"-1991343658": "TRADING",
@@ -1596,6 +1745,11 @@
"-1483718536": "Kami tidak membayar komisi kepada agen pembayaran. Anda perlu menetapkan tingkat komisi Anda sendiri per transaksi dan klien kami yang akan menanggung biaya yang diperlukan.",
"-1016133415": "Dapatkah saya mengiklankan layanan saya kepada klien Deriv?",
"-876582984": "Ya, asalkan Anda mengikuti semua syarat dan ketentuan yang berlaku (lihat tab berjudul 'Untuk mitra bisnis' di halaman Syarat dan Ketentuan kami).",
+ "-1434418017": "<1>Jika Anda memiliki pertanyaan, email kami di 1><2>info@besquare.my2>",
+ "-618539786": "Akun Anda akan segera ditutup",
+ "-905560792": "OK, saya mengerti",
+ "-168971942": "Hal ini berarti",
+ "-1308593541": "Anda tidak dapat mengakses akun jika sudah ditutup, pastikan untuk menarik dana Anda.",
"-1496158755": "Kunjungi Deriv.com",
"-373212993": "Situs web deriv",
"-1788474476": "Pendaftaran Afiliasi & IB",
@@ -1770,35 +1924,69 @@
"-2062968282": "Tidak menemukan jawaban? Kami dapat membantu.",
"-978362988": "Obrolan",
"-1299484872": "Akun",
- "-1059028037": "Mengapa saya tidak dapat mendaftar akun?",
"-1310262676": "Bagaimana cara mengubah data pribadi saya?",
+ "-251180453": "How can I change the currency of my account?",
+ "-221810226": "Can I change my email address?",
+ "-1059028037": "Mengapa saya tidak dapat mendaftar akun?",
"-2043299631": "Bagaimana cara berhenti berlangganan via email?",
+ "-214877260": "How can I set self-exclusion limits on my account?",
+ "-2064918290": "How do I verify my account?",
+ "-425061473": "What documents do I need to verify my account?",
+ "-172153561": "Why do I need to verify my account?",
+ "-1619463465": "Can I trade without verifying my account?",
+ "-414862292": "Berapa lama waktu yang diperlukan untuk verifikasi?",
+ "-790757582": "Mengapa dokumen saya ditolak?",
"-1049383996": "Apakah yang dimaksud dengan indeks saham?",
"-1633933174": "Apa yang dimaksud dengan indeks sintetis?",
"-226333706": "Cara bertrading",
+ "-1859881435": "What assets are available for trading on weekends?",
"-1612801567": "Deposit dan penarikan",
- "-977028772": "Metode pembayaran apa saja yang tersedia?",
- "-181763764": "Berapa lama waktu yang dibutuhkan untuk memproses deposit dan penarikan?",
+ "-1315176976": "What payment methods can I use for deposits and withdrawals?",
+ "-1547685378": "How long does it take for my deposits and withdrawals to be processed?",
"-840116640": "Berapa jumlah minimum deposit atau penarikan?",
+ "-1847412788": "My withdrawal verification link has expired. What should I do?",
"-1689659144": "Penarikan",
- "-223315135": "Bagaimana cara menghapus batas penarikan saya?",
- "-1339949921": "Mengapa deposit kartu kredit saya selalu ditolak?",
+ "-1861727138": "How can I remove the withdrawal limit on my account?",
"-1108803896": "Deposit",
"-2135274535": "Dapatkah saya menarik bonus deposit?",
- "-1686360438": "Mengapa saya tidak dapat menarik dana melalui kartu Maestro/MasterCard?",
+ "-383099370": "Can I deposit with my friend's/family member's debit/credit card or e-wallet?",
+ "-560703263": "Why can't I see any payment methods on the Withdrawal page?",
+ "-222181522": "Apakah saya perlu memverifikasi akun Deriv?",
+ "-35912880": "Affiliate programme",
+ "-1134652564": "What type of commission plans do you offer?",
+ "-504946033": "Who can apply as an affiliate?",
+ "-940672929": "Where can I find my referral link?",
+ "-2082521397": "What type of reports will I have access to?",
+ "-860666463": "IB programme",
+ "-1062769315": "How do I sign up as an introducing broker (IB)?",
+ "-118302649": "Why should I join your introducing broker (IB) programme?",
+ "-153524655": "How much do you pay in commission?",
+ "-548897585": "Are there any charges for joining your introducing broker programme?",
+ "-1236285182": "How and when will I receive my IB commission payout?",
+ "-1557693454": "When can I withdraw my commission?",
+ "-253752482": "Where is my money held?",
"-1787820992": "Berbagai Platform",
- "-1445755525": "Bagaimana cara menarik dana dari akun uang riil DMT5?",
- "-1833809949": "Mengapa detail login DMT5 berbeda dengan detail login Deriv?",
- "-2114093568": "Bagaimana cara mereset kata sandi akun DMT5?",
- "-1519123821": "Bagaimana cara menyetorkan dana ke akun uang riil DMT5?",
+ "-1288798840": "What are the main differences between your digital options and CFD platforms?",
+ "-1834333990": "How can I change my Deriv MT5 password?",
+ "-1723900573": "How do I log in to my Deriv MT5 account?",
+ "-1698836439": "What is the name of my Deriv MT5 server?",
+ "-617194580": "Do you offer swap-free Deriv MT5 accounts?",
+ "-227242365": "Can I change the leverage on my Deriv MT5 account?",
+ "-941684403": "What time is shown in the MT5 terminal?",
+ "-1728332105": "For how long can I use my Deriv MT5 demo account?",
+ "-1972914987": "What is the minimum volume for micro forex pairs?",
"-1531872373": "Pasar apa saja yang dapat ditradingkan pada Deriv X?",
"-385265783": "Berapa jumlah minimum dan maksimum modal untuk bertrading di Deriv X?",
- "-663022568": "Bagaimana cara mendaftar akun Deriv X?",
+ "-976858633": "What's the difference between Deriv MT5 and Deriv X?",
"-1798013905": "Apa sih perbedaan akun Sintetis dan Finansial?",
"-114658193": "Apakah kata sandi Deriv X berbeda dengan kata sandi Deriv?",
"-156237172": "Bagaimana cara mereset kata sandi Deriv X?",
"-2038952853": "Dimana saya dapat menemukan informasi tentang akun Deriv saya?",
+ "-315976084": "What contract types do you offer on DTrader?",
"-1952371760": "Kontrak",
+ "-1677125826": "Can I download the chart on DTrader?",
+ "-1980078854": "Apa itu multiplier?",
+ "-771604768": "How do I trade multipliers?",
"-918450098": "Blok",
"-315611205": "Strategi",
"-122062690": "Apa itu strategi martingale?",
@@ -1810,24 +1998,79 @@
"-2133437022": "Apa itu Deriv P2P?",
"-1568899385": "Seberapa amankah Deriv P2P?",
"-1567244911": "Pembayaran",
- "-532895895": "Dapatkah saya meningkatkan batas beli atau jual harian?",
- "-1101543580": "Batas",
+ "-1812070043": "Where can I see the terms of use for Deriv P2P?",
+ "-696921894": "Why is my Deriv P2P account blocked?",
+ "-425611884": "How do I create an ad?",
+ "-1050528217": "How do I make an order?",
+ "-1745867197": "Why can't I see my ad in the Buy/Sell tab?",
"-214996581": "Perselisihan",
+ "-586363837": "How do I ensure my Deriv P2P transactions are successful?",
"-190084602": "Transaksi",
- "-222181522": "Apakah saya perlu memverifikasi akun Deriv?",
- "-414862292": "Berapa lama waktu yang diperlukan untuk verifikasi?",
- "-790757582": "Mengapa dokumen saya ditolak?",
+ "-1257202503": "How do I get in touch with the trader I’m dealing with?",
+ "-1101543580": "Batas",
"-1819888683": "Maaf, kami tidak dapat menemukan hasil yang cocok dengan '{{search}}'.",
"-859753143": "Kiat pencarian:",
"-177264246": "Buat istilah pencarian Anda singkat karena kemampuan pencarian kami berfungsi paling baik dengan istilah pencarian pendek",
- "-1475429047": "Untuk mematuhi peraturan yang sudah tersedia, kami menetapkan kriteria berikut pada pendaftaran klien:",
- "-908523895": "Klien harus berusia minimal 18 tahun.",
- "-1385123522": "Jika akun telah diautentikasi sepenuhnya, Anda dapat mengirimkan tiket untuk meminta perubahan sesuai dengan keinginan Anda. Mohon lampirkan bukti identitas dan alamat Anda.",
- "-1967507831": "Setelah Anda mendeposit atau mendaftar akun DMT5, Anda hanya dapat mengubah mata uang Anda dengan menghubungi Customer Support.",
- "-1294180117": "Jika Anda lupa kata sandi akun Google/Facebook/Apple, anda dapat <0>mengatur ulang kata sandi akun Deriv Anda0> untuk mengakses Deriv.",
- "-1588331606": "Untuk menutup akun Anda, kunjungi <0>Nonaktifkan akun.0> ",
- "-292833690": "Sebelum menutup akun Deriv Anda, pastikan semua posisi telah diselesaikan dan tarik semua saldo dari akun trading Anda, termasuk DMT5.",
- "-1760393932": "Anda dapat melakukannya dengan mengunjungi <0>Pengaturan > Profil >0> <1>Data Pribadi1>. Hapus tanda centang pada kotak preferensi email, dan klik tombol ‘Kirim’ untuk berhenti berlangganan.",
+ "-1681655860": "the Malta Financial Services Authority",
+ "-435600202": "Help centre | Frequently asked questions | About | Deriv",
+ "-254542421": "Here are some possible reasons you aren't able to create an account:",
+ "-1739646504": "You’re below 18 years old.",
+ "-1116525030": "You may already have a Deriv account.",
+ "-1910608693": "Our services aren't available in your country of residence.",
+ "-2073215708": "You can do so on the <0>Personal details0> page. If you’re unable to update your details, please <1>contact us via live chat1>. We may need you to send us some documents for verification.",
+ "-785517434": "While the currencies of your virtual and cryptocurrency accounts are fixed, you can change the currency of your fiat account by following the steps below.",
+ "-582231303": "Select <0>Fiat currencies,0> choose the currency you want, and click <0>Change currency.0>",
+ "-703297687": "If you have open positions, close them first.",
+ "-599281490": "For your Deriv real account, go to <0>Cashier0> to withdraw your funds.",
+ "-188538325": "For your Deriv MT5 and Deriv X real accounts, go to your dashboard to withdraw your funds.",
+ "-1129279211": "<0>Contact us via live chat0> and we’ll help you change the currency of your account.",
+ "-894612350": "Hit <0>Forgot password?0> on the <1>login page.1>",
+ "-1582535828": "Enter the same email address you use for your Apple/Google/Facebook account.",
+ "-2136863307": "Now, you'll be able to log in to your Deriv account using your email address and password.",
+ "-803818887": "It's a fee that we charge for accounts that have been inactive for the last 12 months. Refer to <0>our terms0> for more info.",
+ "-1244219585": "Name of entity",
+ "-1523686418": "Authorisation to manage the account (if your business has more than one director)",
+ "-1883441858": "Passport and utility bill/bank statement of the person managing the account and of each director and shareholder (if your business has more than 1)",
+ "-482992615": "Utility bill/bank statement containing the address of the business",
+ "-337933411": "It depends on the laws in your country of residence. Please get professional advice on whether you're required to pay taxes on <0>your profits0>.",
+ "-464076737": "You can do so on the <0>Self-exclusion0> page.",
+ "-1687067691": "If you reside in any other country, you can adjust or remove your limits on the <1>Self-exclusion1> page. If you’re unable to change your limits, <0>let us know via live chat0>.",
+ "-1411245754": "We’ll prompt you to verify your account when it’s needed.",
+ "-1057679672": "When we prompt you to verify your account, follow these steps:",
+ "-1715758584": "<0>Log in0> to your Deriv account.",
+ "-1960993308": "Go to <0>Settings0> > <1>Proof of identity1> or <1>Proof of address1>.",
+ "-400895399": "Follow the instructions on the screen to verify your account.",
+ "-1464239544": "<0>Note:0> The <0>Proof of identity0> and <0>Proof of address0> pages will not be available if your account doesn’t need verification at this time.",
+ "-759539756": "<0>Proof of identity0>",
+ "-1047117142": "You’ll need a valid government-issued identity document such as a national ID card, passport, or driver's licence. Your document must clearly show your name, photo, and date of birth.",
+ "-864022561": "You’ll need a bank statement, credit card statement, tax statement, or utility bill. Your document must be issued within the last 6 months. It must contain your name, address, the name of the company that issued the document, and the issue date.",
+ "-469258978": "No, you must verify your account before trading.",
+ "-1403118121": "If you’re in any other country:",
+ "-1945892745": "We try to review your verification documents within the same day. In some cases, due to high traffic, it may take up to 3 business days. You’ll get a confirmation email from us once the review is complete. You can also check the status of your documents at",
+ "-217527343": "<0>Settings > Proof of identity0>",
+ "-1746837387": "We may have declined your documents because they were unclear, invalid, expired, had cropped edges, or showed details that did not match your Deriv profile. If you need help, please <0>contact us via live chat0>.",
+ "-1248152791": "When you join our affiliate programme,",
+ "-640475298": "You'll be able to take advantage of our multilingual platforms and reach clients wherever they are.",
+ "-179421588": "You'll receive prompt monthly payouts via your preferred payment method.",
+ "-874599648": "You won't be charged any hidden fees. You'll be able to see exactly what your earnings are.",
+ "-1456353153": "You'll have a dedicated account manager to help you.",
+ "-1835477277": "<0>Cost per acquisition0> (For the EU only)",
+ "-2057848186": "Earn 100 USD in commission for each successful referral. Your referred client must open a real account using your tracking link and deposit 100 USD or more (one-time or accumulative).",
+ "-1264084852": "We encourage you to become our affiliate if you are:",
+ "-317355829": "<0>A webmaster0> \n Do you have a trading-related website? Join our network of affiliates and turn your traffic into revenue by promoting our products and services.",
+ "-643644414": "<0>A trading mentor0> \n Do you mentor other traders? Help them become better traders and earn commission when they sign up and trade on our platforms.",
+ "-67585950": "A referred client is a client who signed up using your tracking link, made a deposit in their account, and started trading on our platforms. As an affiliate, you stand to earn commission from the trades performed by your referred clients.",
+ "-1388788058": "Follow these steps to get your referral link:",
+ "-379292041": "<0>Log in0> to your affiliate dashboard.",
+ "-1245795523": "Click the <0>Marketing<0/> tab.",
+ "-976921122": "Follow these steps to change your payment method:",
+ "-257221931": "<0>Log in0> to your dashboard.",
+ "-1109489026": "Click the <0>Finances0> tab and select <0>Payment instructions0>.",
+ "-1408956818": "Select your preferred payment method, enter the necessary details, and click <0>Update0>.",
+ "-817404641": "Go to <0>Reports0>, and select <0>Detailed activity report0>.",
+ "-1204121083": "Set the duration and filters and click <0>Display report0> or <0>Download report0>.",
+ "-1507095704": "Help centre | Frequently asked questions | Affiliate programme | Deriv",
+ "-1973882807": "Frequently asked questions - Affiliate programme",
"-994905306": "1. Klik 'Memulai' pada pojok kiri atas untuk membuka menu blok.",
"-1285759343": "Cari",
"-588159121": "Hapus blok",
@@ -1867,46 +2110,122 @@
"-822031479": "Tab ringkasan",
"-224804428": "Transaksi",
"-1609246392": "Klik 'Grafik' pada pojok kiri bawah ruang kerja untuk melihat grafik.",
- "-1144380171": "Daftar metode pembayaran <0>yang tersedia0> termasuk transfer bank, kartu kredit dan debit, e-wallet, dan mata uang kripto.",
- "-765332281": "Penarikan akan diproses dalam tempo satu hari kerja (Senin sampai Jumat 8:00 – 16:00 WIB) kecuali terdapat pengumuman lain. Mohon diketahui bahwa bank atau layanan transfer uang Anda mungkin memerlukan waktu tambahan untuk memproses permintaan Anda.",
- "-2129519303": "Tidak ada jumlah minimum untuk deposit mata uang kripto.",
- "-130293452": "Anda dapat mengangkat batas penarikan Anda dengan memverifikasi identitas dan alamat Anda. Untuk melihat batas penarikan Anda saat ini, silakan kunjungi <0>Pengaturan > Keamanan dan keselamatan >0> <1>Batas akun1>.",
- "-849531377": "Penarikan kartu MasterCard dan Maestro hanya tersedia untuk klien Inggris. Jika Anda bukan dari Inggris, silakan tarik menggunakan e-wallet atau mata uang kripto sebagai gantinya.",
+ "-346303383": "You can use debit and credit cards, e-wallets, cryptocurrency wallets, and payment agents for deposits and withdrawals (see our <0>payment methods page0> for a complete list). Once you log in to your Deriv account, you’ll be able to see payment methods available in your country on the <1>Cashier page1>.",
+ "-2134684262": "You can get a new link on the Cashier page. Go to <0>Withdrawal0> and click Verify my request. We'll email you a new link; please remember to use it within 1 hour.",
+ "-1855944698": "Here are some reasons why your credit card deposit was declined:",
+ "-1435852820": "Your 3D SecureCode may not be activated. Please contact your bank to check.",
+ "-805026662": "Your country of residence does not match the country that your card was issued in.",
+ "-336747115": "If you need help, please contact us via <0>live chat0>.",
+ "-1168460620": "Yes, but only once your turnover exceeds an amount that's 25 times the deposit bonus value. The bonus is to help you get familiar with our trading platforms, so we'd love for you to use it to trade and earn a potential profit (which you may withdraw at any time).",
+ "-1955486267": "Mastercard and Maestro card withdrawals are only available for UK clients. If you are not from the UK, you’ll need to use a withdrawal method that’s available in your country.",
+ "-670805289": "The currency conversion for your deposits and withdrawals are done by your payment service provider. For example, if you use Skrill, your transaction amount will be converted by Skrill. Please check with your service provider regarding the conversion rates used for your deposits and withdrawals.",
+ "-1185520887": "your withdrawal request has already been authorised and processed",
+ "-1543634856": "To cancel your withdrawal, follow these steps:",
+ "-410744792": "Go to <0>Cashier > Withdrawal0>.",
+ "-1736064743": "We'll send you an email with a verification link. Click that link.",
+ "-1439607156": "Your payment method will only appear on the Withdrawal page after you've made your first deposit. If you've made a deposit and still don't see your payment method on the Withdrawal screen, it's probably because the payment method you used for the deposit cannot be used for withdrawals. In this case, you may need to use a different payment method that supports withdrawals, too. <0>Contact us via live chat0> if you need help.",
"-1257106357": "Pusat bantuan | Pertanyaan umum | Deposit dan penarikan | Deriv",
"-524318410": "Pertanyaan umum - Deposit dan penarikan",
- "-342557323": "Untuk memperoleh dana pada akun Deriv, Anda dapat 'membeli' dana Deriv dalam mata uang lokal (atau mata uang yang tersedia) dari sesama trader dan jumlah yang Anda 'beli' akan disetorkan ke dalam akun Anda.",
- "-993408638": "Kami memverifikasi identitas setiap pengguna sebelum mereka dapat mulai menggunakan layanan Deriv P2P — pengguna harus menyerahkan dokumen POI (bukti identitas) untuk verifikasi identitas sebelum membeli atau menjual di Deriv P2P.",
- "-2050983631": "Selain itu, semua transaksi adalah dilindungi oleh escrow. Escrow akan mengunci dana Deriv sampai kedua belah pihak melakukan konfirmasi dan melengkapi transaksi.",
- "-558939780": "Anda dapat mentransfer dana pada trader lain melalui bank transfer, kartu kredit, e-wallet, atau metode pembayaran lain yang telah disetujui kedua belah pihak.",
- "-1985070919": "Mohon diketahui bahwa Deriv tidak memiliki kontrol pada pembayaran yang dilakukan antara trader Deriv P2P. Maka pastikan untuk mengikuti instruksi pembayaran yang telah disetujui bersama, dan informasikan metode serta instruksi pembayaran yang Anda sediakan pada postingan iklan Anda.",
+ "-993497460": "<0>Deriv P2P0> is our peer-to-peer deposit and withdrawal service that’s part of our trading platform. Using Deriv P2P, you can get money in and out of your account in minutes via exchanges with fellow traders. We launched this service mainly for our clients in countries where currency exchange services are not widely accessible.",
+ "-1279056201": "We verify everyone’s identity before they can start using Deriv P2P. No anonymous transactions are allowed.",
+ "-296729461": "Additionally, all transactions are protected by escrow: the order amount is locked in escrow until both parties confirm that the transaction has been completed from their end.",
+ "-1476852890": "Yes, you’ll need a Deriv real account before you can start using Deriv P2P. Deriv P2P is a way to move funds in and out of your Deriv account.",
+ "-154362819": "Click <0>Real0>. Under <0>Deriv accounts0>, click <0>Add0>.",
+ "-1627487675": "Your Deriv P2P balance may not include all deposits made to your Deriv account. Deposits via credit cards, Skrill, Neteller, and ZingPay will not be available in Deriv P2P.",
+ "-568906967": "Go to Section 4, ‘Deriv P2P’ of <0>our terms0>.",
+ "-461691496": "Your Deriv account is suspended. Please <0>contact us0> via live chat for more info.",
+ "-1029239301": "You have cancelled 3 orders in the last 24 hours. Your account will be unblocked automatically after 24 hours.",
+ "-1141509742": "Yes, just contact us <0>via live chat0> to request a limit increase.",
+ "-1410699505": "You can use any payment method you want as long as it is agreed with the trader you’re dealing with.",
+ "-86797398": "<0>Note:0> Deriv has no control over payments made between Deriv P2P traders. Please ensure you follow the payment instructions as agreed between you and the trader you are dealing with, and provide your preferred method of payment and instructions when you post your ads.",
+ "-338149677": "Go to <0>Deriv P2P0> > <1>My ads1>.",
+ "-67297475": "Your ads are available in the <1>My ads1> tab at <0>Cashier > Deriv P2P0>.",
+ "-1869445525": "Select Buy or Sell ads.",
+ "-1378864427": "Choose the ad you want by clicking <0>Buy0> or <0>sell0>.",
+ "-1278209777": "You'll only be able to make an order once your account has been verified.",
+ "-1669612535": "If you're selling, you'll need to wait for the buyer's payment before completing the order.",
+ "-1239568034": "Jika Anda mengalami masalah pada transaksi Deriv P2P, coba selesaikan langsung dengan trader yang bertransaksi dengan Anda. Jika trader tersebut tidak dapat bekerjasama, <0>hubungi kami0> melalui obrolan langsung untuk menyelesaikannya.",
+ "-989166377": "To dispute a Deriv P2P transaction, follow these steps:",
+ "-1567088047": "Once the order has expired, click <0>Complain0> on the order details screen.",
+ "-1543692084": "We’ll seek more info on the transaction by reaching out to you and the trader you are dealing with, and we’ll try to resolve the issue within 24 hours. We’ll keep you informed of the status.",
+ "-1095411583": "For successful Deriv P2P transactions, follow these guidelines:",
+ "-693174976": "Avoid creating ads with identical amounts and exchange rates.",
+ "-2112170016": "Ensure that your account balance is sufficient to support your ads and orders.",
+ "-1098565506": "If you’re buying:",
+ "-1941726245": "Check your bank or e-wallet balance to confirm that the buyer has made payment before completing the order.",
+ "-1964387231": "Once you’ve received the payment from the buyer, try to complete the order as soon as you can.",
+ "-1705206253": "For more guidelines on using Deriv P2P, see our <0>terms of use0> (refer to Section 4 ‘Deriv P2P’).",
"-90598465": "Tidak ada jumlah minimum. Anda dapat melakukan deposit hingga maksimum USD2.500 sebelas kali dalam satu hari.",
"-307502515": "Anda dapat bertrading CFD pada forex, mata uang kripto, komoditas, dan indeks sintetis kami di Deriv X.",
"-577476222": "Dtrader memberi Anda kesempatan untuk memperdagangkan lebih dari 50 aset dalam bentuk opsi digital, multiplier, dan lookback.",
"-2134519372": "Deriv MT5 (DMT5) dan Deriv X merupakan platform trading berbagai aset dimana Anda dapat bertrading forex dan CFD menggunakan leverage pada tingkatan aset. Perbedaan yang jelas adalah tampilan platform — MT5 memiliki tampilan sederhana semua dalam satu platform, sedangkan pada Deriv X, Anda dapat memilih layout berdasarkan keinginan Anda.",
+ "-1529587893": "Follow these steps to add a Deriv X account:",
+ "-1383710718": "Select <0>Real account0> or <0>Demo account0>.",
+ "-780401736": "If you’re adding your first Deriv X account, you’ll need to set your Deriv X password. If you’ve already set your Deriv X password before, you’ll need to enter it now.",
+ "-1285898327": "Your new Deriv X account is now ready.",
+ "-527968812": "You'll need to add a Deriv X account first. After that, follow these steps to log in:",
"-2055925090": "Akun Finansial menyediakan kontrak CFD pada pasar finansial seperti forex, mata uang kripto, dan komoditas.",
"-1720135689": "Kunjungi <0>Pengaturan akun0>. Klik pada menu “Keamanan dan keselamatan”, dan pilih “Kata sandi”. Dibawah “Kata sandi Deriv X”, klik “Rubah kata sandi” untuk mereset kata sandi Anda.",
"-535620163": "Untuk menarik dana dari akun Deriv X, Anda perlu mentransfer dana kedalam akun Deriv Anda. Kunjungi Kasir > Transfer antar akun dan ikuti instruksi pada layar.",
"-2015877045": "Pusat Bantuan | Pertanyaan Umum | DTrader | Deriv",
"-529738098": "Pertanyaan umum - Deriv X",
"-971172690": "Berapa jumlah minimum/maksimum yang saya dapat depositkan pada akun Deriv X?",
- "-844199531": "DMT5 adalah platform trading multi-aset yang dapat Anda gunakan untuk bertrading spot Forex dan kontrak untuk perbedaan (CFD) menggunakan leverage.",
- "-35355043": "Akun DMT5 Advanced adalah 100% akun buku A di mana trading Anda akan dikirim langsung pada pasar, memberikan Anda akses langsung pada penyedia likuiditas forex.",
- "-315308558": "Akun DMT5 Indeks Sintetis memberi Anda fasilitas untuk bertrading kontrak untuk perbedaan (CFD) pada indeks sintetis yang meniru pergerakan pasar nyata. Tersedia untuk ditradingkan 24/7 dan diaudit untuk keadilan oleh pihak ketiga yang independen.",
- "-1390301231": "Untuk menyetorkan dana pada akun MT5 Deriv, Anda perlu menggunakan dana yang tersimpan pada akun Deriv Anda. Kunjungi bagian <0>Kasir >0> <1>Transfer antar akun1> dan ikuti petunjuk pada layar.",
- "-1374692096": "Untuk menarik dana dari akun MT5 Anda di Deriv, Anda harus mentransfer dana ke akun Deriv Anda. Kunjungi <0>Kasir>0> <1>Transfer antar akun1> dan ikuti petunjuk pada layar.",
- "-1538690809": "MT5 pada Deriv adalah platform trading mandiri yang tidak tersedia secara langsung pada situs web kami. Rincian login DMT5 Anda memberi Anda akses pada platform MT5 sementara rincian akun Deriv Anda memberi Anda akses ke platform yang dihosting pada situs web kami, seperti DTrader dan DBot.",
+ "-935980097": "The Deriv MT5 Synthetic account offers contracts for difference (CFDs) on synthetic indices. Our proprietary synthetic indices mimic the price movement of real financial markets but are not affected by market events. Trading on synthetic indices is available 24/7, even on weekends and holidays. There are more than 15 indices to choose from, with different levels of volatility and market behaviour.",
+ "-787503172": "The Deriv MT5 Financial account offers CFDs on forex, commodities, cryptocurrencies, stocks, and stock indices, with high leverage and variable spreads for maximum flexibility. This account offers more than 100 assets, and 24/7 trading is available on cryptocurrencies.",
+ "-300839534": "You'll need to transfer funds from your Deriv account to your Deriv MT5 account. You can do this on the <0>Cashier page0>. Transfers are instant; your funds will be available in your Deriv MT5 account as soon as you complete the transfer.",
+ "-1348787775": "Follow these steps to reset your Deriv MT5 password:",
+ "-1111031408": "Go to your <0>Deriv MT5 dashboard0>.",
+ "-985140221": "Click <0>Confirm0>.",
+ "-1222605568": "We'll send you an email. Click the <0>Change password0> button in that email.",
+ "-1184173356": "You'll be taken to the Change password screen. Enter a new password and click <0>Create0>.",
+ "-1462766296": "You can log in to your Deriv MT5 account via the MT5 desktop app, web terminal, or mobile app. You'll need the login ID and server name from <0>your Deriv MT5 dashboard0>. Please remember to use your Deriv MT5 password to log in to Deriv MT5.",
+ "-1089619392": "You can set the investor password on your <0>Deriv MT5 dashboard0>. Click <1>Password1> on your Deriv MT5 account, and select <1>Investor password1> to set a new password.",
+ "-351288377": "No, we don't.",
+ "-1987596175": "You can't reactivate your Deriv MT5 account. Instead, you can create a new one on your Deriv <0>MT5 dashboard0>.",
+ "-38304396": "No, you can't. There's a fixed default amount for each asset. The leverage applied to your account can be found on your <0>Deriv MT5 dashboard0>.",
+ "-88115138": "Greenwich Mean Time (GMT).",
+ "-1741073621": "If you need a statement of your trades on Deriv MT5, follow these steps to download a 3-month statement:",
+ "-1684440937": "Log in to your MT5 account via the desktop app.",
+ "-1374165891": "Right-click on <0>Time0>, click <0>Report0>, and select <0>Open XML0>.",
+ "-1795964107": "If you need a statement for a more extended period, contact us via <0>live chat0>, and we'll help you with it.",
+ "-309622502": "Yes, we’ll transfer your balance to your Deriv account before your Deriv MT5 account is deactivated.",
+ "-586122892": "No, this isn’t possible on MT5.",
+ "-518416448": "No, you can't, but you may have multiple Deriv MT5 Synthetic accounts on different servers.",
+ "-2007650229": "Yes, you can trade micro forex pairs with a Deriv MT5 Financial account.",
"-1593152023": "Pusat bantuan | Pertanyaan umum | DMT5 | Deriv",
- "-1762311912": "Kami menawarkan tiga jenis kontrak pada DTrader: Up & Down, High & Low, dan Digit.",
+ "-1402025716": "<0>DTrader0> is one of our trading platforms. It offers digital options and multipliers on a variety of assets in financial and synthetic markets. ",
+ "-798714068": "You can trade forex, stocks, stock indices, commodities, cryptocurrencies, and synthetic indices on DTrader. Some markets may not be available in certain countries.",
+ "-1758753185": "These contracts are available on DTrader:",
+ "-1572548510": "Ups & Downs",
+ "-922253974": "Rise/Fall",
+ "-1361254291": "Higher/Lower",
+ "-1691868913": "Touch/No Touch",
+ "-763273340": "Digit",
+ "-330437517": "Match/Differ",
+ "-657360193": "Over/Under",
"-1442307043": "Pusat bantuan | Pertanyaan umum | DTrader | Deriv",
"-1544998943": "Pertanyaan umum - DTrader",
+ "-1301260207": "You'll earn commission whenever your clients trade CFDs on MT5, even on weekends and public holidays.",
+ "-110767819": "You'll have access to various marketing tools to help promote our products and services to your clients.",
+ "-289567912": "Find out more about our IB programme <0>here0>.",
+ "-898871903": "No, it's completely free of charge.",
"-17396892": "Perlu bantuan? Memiliki pertanyaan tentang layanan Deriv dan platform trading online? Baca Pertanyaan Umum kami atau ajukan pertanyaan.",
+ "-199125243": "Multipliers (also known as multiplier options) is a trade type that gives you an opportunity to amplify your profit without risking more than your stake. To find out more, visit <0>the Multipliers page0>.",
+ "-1755209362": "Watch <0>this video0> to know more about trading multipliers.",
+ "-1343499861": "Help centre | Frequently asked questions | Multipliers | Deriv",
"-11499858": "Tidak, Anda tidak perlu memverifikasi akun Deriv Anda kecuali diminta. Jika akun Anda memerlukan verifikasi, kami akan menghubungi Anda melalui email untuk memulai prosesnya dan memberi Anda petunjuk yang jelas tentang cara mengirimkan dokumen Anda.",
- "-1314529357": "Sebuah komoditas yang tumbuh atau diproduksi secara alami pada lingkungannya. Contohnya minyak mentah, logam, emas, dan perak.",
- "-720675222": "Eksklusif hanya tersedia pada Deriv, indeks sintetis merupakan pasar sintetis yang diciptakan untuk mensimulasikan pergerakan pasar dunia nyata, tidak terpengaruh oleh berita pasar dan peristiwa aktual lainnya.",
- "-817895916": "Opsi digital adalah instrumen keuangan dengan pembayaran tetap di mana Anda perlu menganalisa dua kemungkinan hasil.",
- "-634329620": "Kami menawarkan tiga platform trading: DTrader, DBot, dan DMT5. Setiap platform melayani berbagai gaya trading dan pengalaman, cocok untuk trader pemula atau berpengalaman.",
- "-1689847421": "Anda dapat melihat batas trading akun Anda dengan mengunjungi <0>Pengaturan > keamanan dan keselamatan >0> <1>Batas akun1>. Mohon diketahui bahwa jika saldo akun Anda melebihi saldo maksimum yang dibenarkan, Anda harus menarik dana dari akun Anda untuk mengurangi saldo hingga di bawah batas maksimum.",
- "-1889877048": "Indeks sintetis tersedia untuk ditradingkan 24/7.",
+ "-1846766027": "Valuta asing, atau forex merupakan pasar mata uang global dunia, dimana nilai mata uang berbeda saling berlomba dalam bentuk pasangan, seperti EUR/USD, AUD/JPY, dll. Pasar forex menentukan nilai tukar setiap mata uang.",
+ "-192959524": "Read <0>this article0> to learn more about trading forex on Deriv.",
+ "-1879171974": "A commodity is either grown or produced naturally in the environment, such as agricultural products, livestock, crude oil, and precious metals like gold and silver.",
+ "-339093963": "Read <0>this article0> to learn more about trading commodities on Deriv.",
+ "-691446230": "Stock indices measure the value of a group of companies in the stock market. This allows investors to see how a particular set of assets is performing.",
+ "-1412546523": "Read <0>this article0> to learn more about trading stocks on Deriv.",
+ "-367005179": "Read <0>this article0> to learn more about trading synthetic indices on Deriv.",
+ "-1542650156": "CFDs let you predict the price movement of underlying assets without actually owning them. With CFDs, you open a position based on your prediction, and you'll earn a profit if you close your position when the price moves in your favour.",
+ "-1790114248": "We have a diverse suite of 6 trading platforms: <0>Deriv MT50>, <1>Deriv X1>, <2>DTrader2>, <3>DBot3>, <4>SmartTrader4>, and <5>Binary Bot5>. Each of these platforms is designed to fit any trading style, regardless of your trading experience.",
+ "-639381175": "Note: DBot, SmartTrader, and Binary Bot are not available in the EU and UK.",
+ "-626094848": "Build your trading bot for free on <0>DBot0> or <1>Binary Bot1>; no coding is needed. You’ll also find free pre-built strategies on DBot that you can customise to your needs.",
+ "-578264817": "Trading limits are only applicable to your Deriv real account. You can see the limits on your account on the <0>Account limits0> page (you must be <1>logged in1>).",
"-1618901770": "Pusat bantuan | Pertanyaan umum | Trading | Deriv",
"-2085755369": "Pertanyaan umum - Trading",
"-396178446": "100+ aset yang dapat ditradingkan",
@@ -2150,7 +2469,6 @@
"-1669418686": "AUD/CAD",
"-1548588249": "AUD/CHF",
"-79700881": "NZD/USD",
- "-1800672151": "Indeks GBP",
"-1402324349": "CAD/CHF",
"-1398238048": "CAD/JPY",
"-244869624": "CHF/JPY",
@@ -2247,17 +2565,11 @@
"-1522453105": "<0>Swiss 200> mengikuti kinerja 20 saham terbesar dan paling likuid di Swiss.",
"-1848325573": "<0>UK 1000> mengikuti kinerja saham dari 100 perusahaan teratas yang terdaftar di Inggris.",
"-1650735154": "Indeks ini berfluktuasi di antara dua titik harga (perbatasan), sesekali menerobos perbatasan untuk menciptakan rentang baru rata-rata sekali setiap 100 atau 200 kali menembus perbatasan.",
- "-962930783": "<0>Indeks AUD0> mengukur nilai dolar Australia berbanding sekeranjang lima mata uang global (USD, EUR, GBP, JPY, CAD), masing-masing dengan berat 20%.",
- "-1910214848": "<0>Indeks EUR0> mengukur nilai dolar Australia berbanding sekeranjang lima mata uang global (USD, AUD, GBP, JPY, CAD), masing-masing dengan berat 20%.",
- "-1763966856": "<0>Indeks GBP0> mengukur nilai dolar Pound Inggris berbanding sekeranjang lima mata uang global (USD, EUR, AUD, JPY, CAD), masing-masing dengan berat 20%.",
- "-1448477512": "<0>Indeks Gold0> mengukur nilai emas berbanding sekeranjang lima mata uang global (EUR, GBP, JPY, AUD, USD), masing-masing dengan berat 20%.",
"-754071100": "<0>Basket GBP0> mengukur nilai pound Inggris berbanding sekeranjang lima mata uang global (USD, EUR, AUD, JPY, CAD), masing-masing dengan berat 20%.",
"-1164156648": "Indeks berikut mewakili pasar simulasi dengan <0>volatilitas konstan sebesar 200% dan 300%.0>",
"-475767247": "<0>Australia 2000> melacak kinerja saham 200 perusahaan terdaftar dan terbesar di Australia.",
"-2035089048": "<0>Spain 350> mengikuti kinerja saham dari daftar 35 perusahaan teratas di Spanyol.",
"-1312740087": "<0>Higher/Lower:0> Menganalisa apakah spot akhir akan lebih tinggi atau lebih rendah dari harga target (pembatas) pada akhir periode kontrak.",
- "-1691868913": "Touch/No Touch",
- "-763273340": "Digit",
"-467543474": "<0>Matches/Differs:0> Menganalisa apakah angka yang dipilih akan menjadi digit akhir pada tik terakhir kontrak.",
"-12379677": "<0>Even/Odd:0> Menganalisa apakah digit terakhir dari tik paling akhir kontrak adalah nomor genap atau ganjil.",
"-1048378719": "Reset Call/Reset Put",
@@ -2316,21 +2628,26 @@
"-963218544": "Belum dapat memutuskan program atau rencana komisi mana yang cocok untuk Anda?",
"-1930772663": "Deriv MT5 Sintetis",
"-1016171176": "Aset",
+ "-2082672713": "1",
"-549581742": "Indeks Volatilitas 10 ",
"-456885316": "Indeks Volatilitas 75 ",
"-1649127643": "1,75",
"-2068763730": "5",
"-2083395832": "7,5",
+ "-1587730975": "10",
+ "-784871058": "15",
"-524043424": "1,25",
"-849512762": "2,50",
"-1925239974": "1 lot Indeks Volatilitas 75 dengan harga USD 500.000 akan menghasilkan komisi sebesar USD 25 berdasarkan formula berikut:",
"-55785537": "Dapatkan komisi ketika klien Anda bertrading pada akun MT5 Finansial.",
"-978761772": "USD 2",
"-543177967": "Indeks saham",
- "-1587730975": "10",
+ "-1097570263": "Untuk forex, tersedia komisi tetap sebesar USD 2 per lot (hanya berlaku untuk lot standar). Kontrak 1 lot EUR/USD akan memberi komisi sebesar USD 2 berdasarkan rumus berikut:",
"-834024219": "DMT5 Finansial dihitung terlebih dahulu",
- "-1981982611": "Untuk aset mata uang kripto, 1 lot BTC/USD (dengan nilai tukar BTC setara dengan USD 50.000) akan memberi komisi sebesar USD 10 berdasarkan formula berikut:",
+ "-800044382": "Untuk logam, tersedia komisi tetap sebesar USD 4 per lot (hanya berlaku untuk lot standar). Kontrak 1 lot XAU/USD akan memberi komisi sebesar USD 4 berdasarkan rumus berikut:",
"-1825768469": "DMT5 Finansial dihitung kedua",
+ "-1923011108": "For cryptocurrency assets, a deal for 1 lot of BTC/USD (with a BTC to USD exchange rate of USD 50,000) will pay out USD 5 in commission based on the following formula:",
+ "-1268684459": "DMT5 Finansial dihitung ketiga",
"-2061883933": "2.5",
"-1587788256": "DMT5 Finansial STP dihitung kedua",
"-921778308": "Bagaimana perhitungannya",
@@ -2411,9 +2728,6 @@
"-854296036": "Setelah mendapatkan persetujuan akhir dari tim compliance kami, kami akan mempublikasikan informasi Anda pada daftar agen pembayaran.",
"-1340544588": "Lakukan beberapa deposit dan penarikan per hari.",
"-5296999": "Cari tahu cara menjadi agen pembayaran di Deriv untuk memperluas basis klien Anda dan mendapatkan penghasilan tambahan.",
- "-119617711": "RTS27 2020",
- "-1439749066": "RTS27 2019",
- "-1364758050": "Deriv Investments (Europe) Limited telah menyiapkan laporan pengungkapan Pillar III sesuai dengan peraturan persyaratan modal IV dan ketentuan persyaratan modal. Baca laporan kami untuk memahami bagaimana kami mematuhi disiplin pasar sebagai peserta pasar.",
"-1601657282": "Deriv Investments (Europe) Limited telah menyiapkan laporan pengungkapan finansial sesuai dengan Regulasi dan Arahan Perusahaan Investasi. Baca laporan kami untuk memahami bagaimana kami mematuhi disiplin pasar sebagai peserta pasar.",
"-1695974481": "Dokumen-dokumen ini memberi Anda informasi penting tentang produk investasi kami. Informasi ini diwajibkan oleh hukum untuk membantu Anda memahami sifat, risiko, biaya, potensi keuntungan, dan kerugian dari produk ini dan untuk membantu Anda membandingkannya dengan produk lainnya.",
"-1127433262": "RTS",
@@ -2439,12 +2753,16 @@
"-431262594": "CFD - indeks sintetis",
"-1311570171": "Informasi lisensi dan regulasi | Deriv",
"-1833153607": "Deriv beroperasi di bawah yurisdiksi Binary.com yang memiliki banyak lisensi untuk mematuhi persyaratan peraturan di seluruh dunia.",
- "-1720897015": "Layanan yang ditawarkan di Deriv.com dan Binary.com disediakan oleh Grup Deriv. Grup ini memiliki beberapa anak perusahaan yang dilisensikan untuk mengoperasikan Deriv.com dan Binary.com dalam yurisdiksi terkait.",
+ "-1488849807": "Layanan yang ditawarkan di Deriv disediakan oleh Grup Deriv. Grup ini memiliki beberapa anak perusahaan yang dilisensikan untuk mengoperasikan Deriv dengan yurisdiksi terkait.",
"-1131400885": "Deriv Investments (Europe) Limited",
- "-959669250": "Deriv Investments (Europe) Limited berhak memberikan layanan di negara anggota Uni Eropa lainnya melalui hak pembuatan paspor Uni Eropa. Di atas adalah daftar negara Uni Eropa yang memiliki akses ke Deriv.com melalui hak paspor Uni Eropa.",
+ "-430532854": "Deriv Investments (Europe) Limited – W Business Centre, Level 3, Triq Dun Karm, Birkirkara BKR 9033, Malta – dilisensikan di Malta (<0>no. lisensi IS/701560>)dan disahkan oleh Otoritas Jasa Keuangan Malta berdasarkan Undang-Undang Layanan Investasi untuk menyediakan layanan investasi di Uni Eropa.",
+ "-2051445931": "Klien di Uni Eropa yang ingin bertrading instrumen keuangan akan terdaftar dibawah Deriv Investments (Europe) Limited.",
"-112814932": "Deriv (FX) Ltd",
+ "-246692869": "Deriv (FX) Ltd – F16, Level 1, Paragon Labuan, Jalan Tun Mustapha, Labuan 87000, Malaysia - dilisensikan oleh Otoritas Jasa Keuangan Labuan (<0>no. lisensi MB/18/00240>).",
"-1474169625": "Klien di seluruh dunia (kecuali untuk negara-negara terbatas seperti AS, Kanada, dan Hong Kong) yang ingin bertrading CFD pada forex dan mata uang kripto dapat mendaftar akun DMT5 Finansial STP di bawah Deriv (FX) Ltd.",
"-2019617323": "Deriv (BVI) Ltd",
+ "-689442324": "Deriv (BVI) Ltd – Kingston Chambers, P.O. Box 173, Road Town, Tortola, Kepulauan Virgin Britania Raya – dilisensikan oleh Otoritas Jasa Keuangan Kepulauan Virgin Britania Raya (<0>no. lisensi SIBA/L/18/11140>).",
+ "-1186445863": "Klien di seluruh dunia (kecuali untuk negara-negara terbatas seperti AS, Kanada, dan Hong Kong) yang ingin bertrading CFD pada instrumen keuangan, termasuk mata uang kripto dapat mendaftar akun DMT5 Finansial STP di bawah Deriv (BVI) Ltd.",
"-1089385344": "Deriv (SVG) LLC",
"-951213826": "Deriv (SVG) LLC yang berlokasi di Hinds Buildings, Kingstown, St. Vincent dan Grenadines (no. perusahaan 273 LLC 2020).",
"-1179448605": "Deriv Limited",
@@ -2555,7 +2873,6 @@
"-976479290": "Anda tidak dapat menggunakan fasilitas batas kerugian dan pembatalan transaksi secara bersamaan.",
"-1088149692": "Hal ini adalah untuk melindungi Anda dari kehilangan dana pada saat menggunakan fasilitas pembatalan transaksi. Dengan menggunakan pembatalan transaksi, Anda diperbolehkan untuk mengambil kembali jumlah modal penuh Anda dengan menggunakan pembatalan transaksi dalam tempo satu jam setelah pembelian kontrak dilakukan. Batas Kerugian, di sisi lain, akan menutup kontrak dengan nilai rugi pada saat pergerakan pasar berlawanan arah dengan analisa Anda. Meskipun kedua fasilitas ini tidak dapat digunakan secara bersamaan, Anda dapat menggunakan fasilitas batas kerugian setelah pembatalan transaksi berakhir pada kontrak yang masih berjalan.",
"-993588400": "Anda tidak dapat menggunakan fasilitas batas keuntungan dan pembatalan transaksi secara bersamaan.",
- "-1980078854": "Apa itu multiplier?",
"-715015407": "Multiplier Deriv merupakan kombinasi trading leverage dengan risiko terbatas trading opsi. Hal ini berarti ketika pergerakan pasar mengikuti analisa Anda, maka potensi keuntungan akan berlipat ganda. Ketika pasar bergerak berlawanan arah dengan analisa Anda, kerugian Anda hanya terbatas pada modal.",
"-2055316208": "<0>Tanpa multiplier0>, jika pasar naik 25%, Anda akan mendapat 25% * $100 = <1>untung $25<1>.",
"-222486173": "<0>Dengan multiplier x50>, jika pasar naik 25%, Anda akan mendapat 25% * $100 * 5 = <1>untung $1.0001>.",
@@ -2588,10 +2905,8 @@
"-1192024363": "Menganalisa pergerakan harga komoditas utama dunia – perak (silver), emas (gold), minyak (oil), dan energi.",
"-1421344186": "Opsi untuk ditradingkan di Deriv",
"-412753503": "Opsi lookback hanya tersedia oada indeks sintetis.",
- "-922253974": "Rise/Fall",
"-513919250": "Jika Anda memilih \"Lower\", Anda akan memperoleh hasil jika spot akhir pasti lebih rendah dari spot masuk.",
"-780207001": "Jika Anda memilih \"Pilih equal\", Anda akan memperoleh hasil jika spot akhir lebih tinggi atau sama dengan spot awal untuk \"Higher\". Begitu juga, Anda akan memperoleh hasil jika spot akhir lebih rendah atau sama dengan spot awal untuk \"Lower’.",
- "-1361254291": "Higher/Lower",
"-1813951531": "Jika Anda memilih \"Lower\", maka Anda akan memperoleh hasil jika spot akhir lebih rendah dari barrier.",
"-1350745673": "Jika spot akhir sama dengan barrier, Anda tidak akan memperoleh hasil.",
"-1673960856": "End Between/End Outside",
@@ -2599,10 +2914,8 @@
"-1039129655": "Jika Anda memilih ‘End Outside’, Anda akan memperoleh hasil jika spot akhir salah satu yaitu pasti akan lebih tinggi dari barrier tinggi, atau pasti akan lebih rendah dari barrier rendah.",
"-1326361265": "Stay Between/Goes Outside",
"-248048003": "Jika Anda memilih ‘Goes Outside’, Anda memperoleh hasil jika pasar menyentuh salah satu baik itu barrier tinggi atau barrier rendah kapan saja selama periode kontrak berlangsung.",
- "-330437517": "Match/Differ",
"-972537755": "Jika Anda memilih ‘Match’, Anda akan memperoleh hasil jika digit terakhir pada akhir kontrak adalah sesuai dengan analisa Anda.\n",
"-1754746990": "Jika Anda memilih ‘Differ’, Anda akan memperoleh hasil jika digit terakhir pada akhir kontrak tidak sesuai dengan analisa Anda.",
- "-657360193": "Over/Under",
"-1163143636": "Jika Anda memilih ‘Under’, Anda akan memperoleh hasil jika digit terakhir pada akhir kontrak adalah lebih kecil dari analisa Anda.",
"-878562744": "Jika Anda memilih ‘Reset-Call’, Anda akan memperoleh hasil jika spot akhir pasti lebih tinggi dari spot masuk atau spot pada waktu reset.",
"-1521910502": "Jika Anda memilih ‘Reset-Put’, Anda akan memperoleh hasil jika spot akhir pasti lebih rendah dari spot masuk atau spot pada waktu reset.",
@@ -2752,7 +3065,7 @@
"-515732698": "Kepala Petugas Risiko",
"-864130274": "Direktur Akuntan",
"-234962411": "Siapa kami | Platform Trading Online | Deriv.com",
- "-355907358": "Deriv.com - Merupakan merek dari Binary.com, pelopor dan pemenang penghargaan platform trading online pada pasar trading.",
+ "-719133900": "Deriv merupakan perintis dan pemenang platform trading online yang menawarkan berbagai pilihan trading derivatif untuk semua, dimanapun.",
"-599033718": "Deriv tidak menggunakan dana Anda untuk kepentingan bisnis dan Anda diperbolehkan untuk menarik dana Anda setiap saat. Seluruh dana Anda dipisahkan dan disimpan pada lembaga keuangan yang aman. Dengan demikian, jika Deriv mengalami kebangkrutan maka saldo Anda akan dikembalikan berhubung dana tersebut tidak kami gabungkan dengan biaya operasional.",
"-392665367": "Bantuan ketika Anda memerlukannya",
"-367457070": "Deriv memudahkan siapa saja untuk memulai trading, memahami risiko, dan membuat keputusan trading yang lebih baik. Fasilitas dan platform kami memiliki instruksi yang jelas, sederhana, intuitif dan mudah untuk dinavigasikan. Kami juga secara teratur menyediakan berita pasar, analisis, webinar, ebook, video tutorial dan artikel pada pusat bantuan untuk membantu Anda tetap memperoleh informasi terbaru dan menjadi trader yang lebih baik.",
diff --git a/src/translations/it.json b/src/translations/it.json
index da628e1d88a..09368308e7a 100644
--- a/src/translations/it.json
+++ b/src/translations/it.json
@@ -1,18 +1,23 @@
{
"1292590": "Qual è il prossimo passo?",
"2474877": "Per modificare il metodo di pagamento, contattaci tramite la <0>livechat0>. ",
+ "4506932": "How do I add a Deriv X account?",
+ "7128051": "How can I adjust or remove my self-exclusion limits?",
"7228511": "Determina le commissioni ad ogni operazione in base alle soglie stabilite.",
+ "11019706": "Your available balance for Deriv P2P may not reflect your entire Deriv balance. This is because deposits made via some payment methods won’t be available for Deriv P2P. See <0>Why is my Deriv P2P balance different from my Deriv account balance?0> for more info.",
"13119092": "clienti",
+ "15238581": "Go to the first item in the media gallery and click <0>Get media0> code.",
"17217397": "Criptovalute",
"19552684": "Paniere USD",
"21294053": "Dal 1999 il gruppo fornisce servizi ai trader in tutto il mondo con integrità e affidabilità, agendo sempre nel rispetto dei massimi standard etici e requisiti normativi.",
"22146527": "Piattaforma versatile e sicura",
+ "22354933": "Your money is held in secure financial institutions and is always available to you, should you wish to withdraw. We don't use your money for our business purposes.",
"22418565": "scambiati fino ad oggi",
"22995280": "Il primo passo è la piattaforma, efficiente e semplice da usare.",
- "23846717": "Il cliente può prelevare l'importo del bonus quando il turnover del conto è 25 volte superiore al valore di tale bonus.",
"24763773": "Sony Group Corp",
"24900606": "Paniere oro",
"26480598": "Generale",
+ "26596220": "Finance",
"27830635": "Deriv (V) Ltd",
"28675270": "Direttore Finanziario",
"31131715": "Esplora Deriv.com",
@@ -21,11 +26,12 @@
"34997376": "Deriv in cifre",
"39296052": "Come posso promuovere Deriv.com?",
"39595561": "Controlla l'andamento del bot per ogni trade eseguito e ricevi notifiche via Telegram.",
- "39720204": "Indice AUD",
+ "40232884": "Ensure that you make payment to the correct seller within 2 hours.",
"45577689": "Ottieni commissioni grazie ai trade dei tuoi clienti su DMT5.",
- "48076235": "Sì, puoi chiedere di aumentare il limite giornaliero tramite chat live oppure sul nostro sito web; riceverai una nostra e-mail di risposta.",
"48132512": "Entra nella nostra realtà e cresci con noi.",
+ "48469443": "Complete <0>this form0>, and we'll get in touch with you in a couple of days. You'll need a real Deriv trading account, too. If you don't have one, sign up <1>here1>.",
"49026512": "Vivi l'esperienza DMT5",
+ "49321507": "Do you offer micro forex pairs on Deriv MT5?",
"50586010": "Binary.com è si è trasformata in Deriv.com: ecco cosa cambierà per i nostri partner",
"53801223": "Hong Kong 50",
"54033225": "0,10",
@@ -34,13 +40,15 @@
"55394707": "Per le registrazioni con l'app per smartphone, imposta il codice broker su <0>Deriv Limited0>.",
"56714378": "Domande frequenti - Deriv P2P",
"57395040": "Valore in punti",
+ "57885236": "Your card issuer may have blocked your transaction. Please contact your card issuer to check.",
"59521256": "Pagina non trovata",
"59678480": "5 - 3.000",
"60772773": "USD/RUB",
"61663093": "Indici continui",
- "68536923": "Per il Forex, 1 lotto di EUR/USD rende 5 EUR in commissioni sulla base della formula seguente:",
+ "67611998": "How can I deposit funds into my Deriv MT5 real money account?",
"70604999": "Poiché gli indici Jump sono sintetici, puoi fare trading 24/7, 365 giorni all'anno.",
"71016232": "OMG/USD",
+ "71263224": "How can I cancel my withdrawal?",
"71535160": "Calcola le commissioni per mantenere aperte le posizioni durante la notte: potrebbero essere positive o negative in base al tasso swap.",
"71650838": "Comunica in modo semplice e chiaro, evitando qualsiasi ambiguità",
"71969952": "Ci saranno altre modifiche?",
@@ -52,38 +60,43 @@
"82730484": "Un fornitore di servizi di pagamento che offre una soluzione per trasferire denaro ed effettuare e ricevere pagamenti online in modo semplice.",
"83067481": "Il sito per il tracciamento: t.deriv.com",
"84123624": "Programma di collaborazione | Deriv",
+ "85248718": "Memorandum and articles of association",
"87901857": "Richieste arbitrarie su un database di produzione",
"90275414": "Il trading non è mai stato<0/>così semplice<0/>",
"94912230": "Bielorussia",
"97694950": "Fai trading con consapevolezza e non consentire alle emozioni di influenzare le tue scelte. Evita di fare trading quando sei stanco o sotto l'effetto di alcol.",
"102299592": "Come calcolare l'importo stop loss e/o take profit",
+ "105613424": "What is the minimum amount to open a position on Deriv MT5?",
+ "106291991": "Frequently asked questions - Multipliers",
"109865596": "Fai trading anche durante il weekend e ottieni il massimo dalle tue operazioni",
"110140669": "Se sei un trader professionista, il servizio di segnali di trading MT5 ti consente di condividere le tue strategie con altri trader gratuitamente o con una commissione di iscrizione stabilita da te. Quando i trader si iscrivono al tuo segnale, le tue operazioni vengono replicate automaticamente sui loro conti ogni volta che effettui un trade.",
"113378532": "ETH/USD",
- "113428590": "Deriv (V) Ltd (<0>vedi licenza0>) - 1276, Kumul Highway, Port Vila, Vanuatu è autorizzata dalla Vanuatu Financial Services Commission e fa parte della <1>Financial Markets Association<1/>.",
"117273069": "<0>Wall Street 300> segue l'andamento azionario delle 30 principali società quotate in borsa negli Stati Uniti.",
+ "117920584": "As per <0>our terms0>, we only allow one account per client, which you can open in the currency of your choice (either fiat or crypto). If you want to trade with other currencies, you can add multiple cryptocurrency accounts to your profile.",
"119888059": "Chi può candidarsi?",
+ "121961018": "If you're residing in the EU or UK, <0>contact us via live chat0>, and we'll help you with it.",
"122171127": "Fai trading con moltiplicatori su indici sintetici 24/7, 365 giorni all'anno. Nei giorni infrasettimanali, il trading su Forex è disponibile 24 ore al giorno.",
"123005346": "Nessuna barriera artificiale ai prelievi dei clienti",
"123291381": "Cosa prevede il rebranding?",
"125131030": "Grazie per l'iscrizione alla Deriv Academy",
- "132574588": "Sulla <0>dashboard di Deriv X/0>, seleziona il tipo di conto che vuoi aprire (reale o di prova) e fai clic su \"Aggiungi conto\". Segui le istruzioni sullo schermo per creare un nuovo conto Deriv X.",
"135210620": "Deriv è <0>regolamentata0> da diversi enti come la Malta Financial Services Authority (MFSA), la Labuan Financial Services Authority (Labuan FSA), la Vanuatu Financial Services Commission (VFSC) e la British Virgin Islands Financial Services Commission.",
"138055021": "Indici sintetici",
"140083133": "Trasferisci fondi sul conto: inizia a fare trading sull'app per dispositivi mobili o per desktop, oppure tramite il tuo browser per il web.",
+ "141909159": "You’ll be brought back to the Cashier page. Click <0>Review pending0> and select the transaction that you'd like to cancel.",
"143734792": "Termini che regolano il trasferimento e la detenzione di fondi su Deriv ed eventuali bonus",
"144377171": "Limiti giornalieri di prelievo",
"146650698": "Vai su DP2P",
"148382928": "American Airlines Group Inc",
"150593055": "Convertitori di valuta",
+ "152299772": "Why should I join your affiliate programme?",
"152524253": "Fai trading sui mercati internazionali con la nostra famosa piattaforma dal semplice utilizzo.",
"154463429": "L'esperienza di prova del trading sarà simile al trading con denaro reale, rispecchiando soprattutto i prezzi dei contratti e le restrizioni sul trading.",
- "156791387": "Vai sulla <0>dashboard di DMT50> e clicca sul pulsante <1>Password1> di quel conto DMT5.",
- "159321990": "Fai trading online su Forex con Deriv. Apri un conto di prova e sfrutta l'ampia scelta di coppie valutarie su piattaforme intuitive ed efficienti.",
+ "159321990": "Fai trading online su Forex con Deriv. Apri un conto demo e sfrutta l'ampia scelta di coppie valutarie su piattaforme intuitive ed efficienti.",
"159937924": "RTS28 2020",
"161870324": "Scegli i tassi migliori e inserisci un ordine, oppure crea un annuncio per i tassi che preferisci.",
"163040015": "Entra nei programmi IB e per associati di Deriv: avrai maggiori possibilità di operare con un fornitore di servizi di trading affidabile.",
"166309424": "Zero commissioni con puntuali payout giornalieri e mensili",
+ "167985771": "You can unsubscribe by going to the <0>Personal details0> page. Uncheck the checkbox that says \"Get updates about Deriv products, services and events.\" at the bottom of the page, and click <1>Submit.1>",
"171302334": "In questo scenario, dovresti fissare l'importo di stop loss a <0>-7,23 USD0>.",
"171586173": "Scopri le possibilità di carriera offerte da Deriv presso i nostri uffici in tutto il mondo.",
"171638706": "Variabili",
@@ -93,7 +106,6 @@
"178716803": "Attiva il bot",
"179737767": "La nostra storica piattaforma per il trading di opzioni.",
"180412186": "Prevedi se il punto di uscita sarà nettamente superiore o inferiore a quello di entrata alla fine del periodo di contratto.",
- "181253755": "Quali sono i limiti sui miei trade?",
"181316740": "Dipende dal tipo di trade: scoprilo cliccando sull'asset di riferimento e selezionando \"Info strumento\".",
"182438100": "Domande frequenti - DBot",
"187267434": "Quindi fai clic su \"Salva\" nella barra degli strumenti, nella parte superiore dell'area di lavoro. Puoi scegliere di salvare sul tuo computer o su Google Drive; la strategia verrà salvata in formato XML.",
@@ -101,6 +113,8 @@
"193611235": "Scambi veloci, meno attesa e più trading. Deposita e preleva fondi nel giro di pochi minuti.",
"194431525": "Offre un'esperienza di prova del trading significativa",
"194961269": "Come funzionano i contratti su opzioni",
+ "198087093": "Digital options allow you to predict the price movement of underlying assets without actually owning them. With digital options, you open a position based on your prediction, with a set duration that closes your position automatically. You'll earn a profit if your position is closed when the price is in your favour.",
+ "198900889": "Can I open more than one Deriv account?",
"200040108": "Zero",
"202417731": "Mercato delle materie prime | Trading su materie prime | Deriv",
"202712649": "Opzioni di deposito e prelievo rapide e sicure",
@@ -116,7 +130,6 @@
"222070679": "Depositeremo le commissioni direttamente sul tuo conto appena possibile dopo il 15 di ogni mese.",
"223659990": "Commissione per lotto (1 lotto standard equivale a 100 mila unità)",
"224650827": "IOT/USD",
- "224785887": "Su richiesta, è possibile ottenere i dettagli relativi all'ambito di estensione di autorizzazione e normative della Financial Conduct Authority.",
"227166061": "Deriv.com è sicura?",
"228957856": "Ipotizziamo tu voglia tenere aperti per una notte 0,01 lotti dell'indice di volatilità 75 con un prezzo dell'asset di 400.000 USD e un tasso swap di -7,5.",
"230596356": "Personalizza la strategia DBot",
@@ -124,9 +137,12 @@
"231711709": "Fai trading in qualsiasi momento",
"231722280": "Quali sono le materie prime?",
"232837971": "Che cosa si intende per strategia veloce e come si applica?",
+ "233475101": "Read <0>this article0> to learn more about trading CFDs on Deriv.",
+ "234782678": "You can reset your affiliate password <0>here0>.",
"236080779": "Grafici con numerose funzionalità",
"236845507": "Cosa sono i contratti per differenza (CFDS)?",
"239216026": "XMR/USD",
+ "239395164": "Deriv (V) Ltd – 1276, Kumul Highway, Port Vila, Vanuatu è autorizzata dalla Vanuatu Financial Services Commission e fa parte della <1>Financial Markets Association<1/>.",
"241331061": "Deriv GO è il massimo! Era da molto che cercavo un'app facile da usare.",
"242139148": "PARTNER",
"242356757": "Invia segnalazione",
@@ -135,11 +151,14 @@
"246106761": "Ho dimenticato la password: cosa devo fare?",
"247341426": "Esplora e trova posizioni aperte in IT, compliance e contabilità presso il nostro ufficio di Labuan e candidati alle offerte.",
"248446741": "Prevedi quale sarà il tick più alto o più basso in una serie di cinque tick.",
+ "250681139": "How do I log in to Deriv X?",
"253813203": "+12 indici internazionali",
"255124284": "HKD/JPY",
"256855210": "Un servizio peer-to-peer per prelevare e depositare fondi in modo rapido e sicuro.",
"256942335": "Molteplici opportunità di guadagno e commissioni generose",
+ "257449963": "Follow these steps to see your earnings:",
"258310842": "Area di lavoro",
+ "261542396": "We'll credit your commission for the previous month into your trading account after the 15th of every month. As an affiliate, you’ll earn commission when your referred clients trade on options and multipliers. To earn from your clients' MT5 trades, you'll need to sign up as an introducing broker. (see <0>How do I sign up as an introducing broker (IB)?0>)",
"262590832": "Apri posizioni long o short, in base alla tua strategia di trading preferita.",
"263232709": "1 - 2 giorni lavorativi",
"264391901": "Scegli mercati sintetici che simulano il fermento degli andamenti di mercato reali senza le imprevedibili perturbazioni che li caratterizzano.",
@@ -148,21 +167,24 @@
"267527172": "Il conto DMT5 standard offre sia ai trader esperti che a quelli alle prime armi una leva elevata e spread variabili, per una flessibilità massima. Il conto DMT5 avanzato appartiene totalmente alla tipologia A Book, in cui i trade arrivano immediatamente sul mercato, garantendoti accesso diretto ai fornitori di liquidità Forex. Il conto DMT5 per indici sintetici ti permette di fare trading con contratti per differenza (CFD) su indici sintetici che riproducono i movimenti dei mercati reali. È disponibile per il trading 24/7 e la sua imparzialità viene controllata da un organo di vigilanza esterno.",
"268108542": "1. Seleziona \"Google Drive\" e clicca su \"Continua\".",
"271560771": "Inserisci l'importo con cui desideri fare trading.",
+ "272283021": "You can now log in to Deriv MT5 with your new password.",
"274268819": "Indice di volatilità 100",
+ "274392779": "the Labuan Financial Services Authority",
"275116637": "Deriv X",
"276341434": "Il rebranding comprenderà anche modifiche all'URL di accesso per associati.",
+ "276482397": "No, you can't.",
"276645072": "2. Seleziona il tuo account Google e concedi a DBot le autorizzazioni necessarie ad accedere a Google Drive.",
"278499050": "Usa la valuta locale per depositare e prelevare fondi con il conto Deriv.",
"281247370": "Calcolatore di margine",
+ "286879509": "When do I need to verify my account?",
"287556583": "Il valore pip di un contratto su DMT5 è calcolato in base alla formula seguente:",
"288004682": "Nessuna commissione nascosta.",
"288719886": "Repubblica Ceca",
"289008060": "Facebook Inc",
"289731075": "Inizia",
"291605393": "Grecia",
- "298511755": "Generalmente succede ai clienti che depositano su un nostro conto per la prima volta usando la carta di credito. Ti invitiamo a chiedere alla tua banca di autorizzare le operazioni con \"Deriv\".",
- "300084741": "Il valore di un contratto per differenza (CFD) corrisponde alla differenza tra il valore di un asset al momento dell'apertura del trade e quello al momento della chiusura del trade.",
- "300201586": "Apri un conto di prova su Deriv e fai pratica con fondi virtuali illimitati sulla nostra piattaforma pluripremiata.",
+ "292497263": "Click on your account balance and click <0>Add or manage account.0>",
+ "300201586": "Apri un conto demo su Deriv e fai pratica con fondi virtuali illimitati sulla nostra piattaforma pluripremiata.",
"305547463": "Funzionalità facili da usare",
"306846388": "Il trading online è coinvolgente, ma comporta diversi rischi e può creare dipendenza. Deriv tutela i reali interessi dei clienti e li incoraggia a fare <0>trading sicuro e responsabile0>. Se sei un utente alle prime armi, puoi fare pratica con illimitati fondi virtuali prima di rischiare denaro reale.",
"307025388": "2. Seleziona una strategia e fai clic su \"Apri\": in questo modo verranno caricati i blocchi corrispettivi.",
@@ -176,9 +198,9 @@
"318239044": "Pfizer",
"318433321": "Strumenti disponibili per il trading di opzioni",
"318815297": "Decidi come fare trading",
+ "319619035": "Will my inactive Deriv MT5 account be deactivated even though I still have a balance?",
"319934137": "Indici<0>0>europei",
"320565687": "<0>Paniere Oro0> calcola il valore dell'oro rispetto a un paniere di cinque valute globali (EUR, GBP, JPY, AUD, USD), ciascuna ponderata del 20%.",
- "322580327": "Puoi usare la chat dell'applicazione per comunicare con un trader al fine di risolvere la controversia. Se le parti non sono in grado di raggiungere un accordo, è possibile contattarci tramite il servizio sull'applicazione dedicato: ci metteremo in contatto con le parti interessate per risolvere la controversia il più velocemente possibile.",
"323564058": "Pagamenti semplificati: deposita fondi nella tua valuta locale in modo rapido e affidabile.",
"325128398": "3. Durata",
"326242312": "Volume in lotti",
@@ -186,25 +208,27 @@
"332441329": "Interim | DMT5",
"332961148": "Come posso aggiungere, rimuovere o modificare le mie modalità di pagamento?",
"335040248": "Chi siamo",
- "336359962": "La commissione su un conto dormiente viene applicata quando il conto non è stato utilizzato per realizzare una transazione per 12 mesi consecutivi.",
+ "337214156": "What are the differences between the Deriv MT5 Synthetic, Financial, and Financial STP accounts?",
"337900732": "Danimarca",
"339084000": "LEGALE",
"339879944": "GBP/USD",
"341589956": "Air France KLM SA",
"342146000": "<0>Salvataggio sul computer0>",
+ "342722863": "\n Learn more about our commission plans on <0>our Affiliate and IB Programme page0>.",
"343021270": "Fai trading con un conto reale per CFD. Utilizza la leva e ottieni posizioni per il trading dal valore maggiore rispetto al capitale iniziale.",
"343586987": "In questo scenario, dovresti fissare l'importo di take profit a <0>6,83 USD0>.",
"349098817": "Quali sono le novità su Deriv.com?",
"349994198": "Moltiplicatori su Crash e Boom",
"350443733": "Fedex",
"351335938": "CHI SIAMO",
- "352403472": "XSS non esclude CSP e non esegue operazioni non autorizzate nella sessione di un altro utente",
+ "352403472": "XSS che non esclude CSP e non esegue operazioni non autorizzate nella sessione di un altro utente",
"354260859": "Fai trading con un conto Deriv MT5 reale (DMT5) o un conto Deriv X reale per poter usufruire di una leva elevata che ti consente di fare trading su posizioni dal valore maggiore rispetto al capitale esistente.",
"355340164": "Piattaforma di trading online Deriv X",
"358838306": "Vicepresidente dell'Assistenza Clienti",
+ "358998585": "The Deriv MT5 Financial STP account offers CFDs on forex and cryptocurrencies, with lower leverage than the Financial account. This is a 100% A-book account, so your trades pass straight through to the market, giving you direct access to liquidity providers. This account also offers 24/7 trading on cryptocurrencies.",
"361051814": "Ipotizziamo tu voglia calcolare il livello di take profit e il valore pip quando vendi 3 lotti di indice di volatilità 50 al prezzo di 249,5961 USD con un take profit di 84 USD.\n",
"361599549": "Un servizio di pagamento che permette di effettuare trasferimenti bancari online per i clienti nelle Filippine. Disponibile per depositi e prelievi.",
- "365224830": "Trading online su panieri indici | Conto di prova per trading su panieri indici | Deriv",
+ "365224830": "Trading online su paniere di indici | Conto demo per trading su paniere di indici | Deriv",
"366553046": "Fino a $2.500<0>*0>",
"369418918": "<0>Stop loss e/o livello di take profit = prezzo dell'asset - {importo stop loss OPPURE take profit ÷ (volume × volume del contratto)}0>",
"370132757": "Cos'è una password per Deriv X?",
@@ -218,6 +242,7 @@
"376677604": "Trovi tutto sulla nostra piattaforma DMT5",
"378043056": "Ognuno di questi indici riproduce l'andamento delle principali società pubbliche quotate in borsa in un mercato finanziario nella regione asiatica e dell'Oceania.",
"378788991": "Sono disponibili nuovi indici su DTrader e Deriv MT5 (DMT5)",
+ "379401010": "Partners",
"379730266": "Il payout delle commissioni per ogni asset verrà convertito nella valuta di deposito in base al tasso di cambio più recente.",
"383145223": "Ebook azioni",
"386443705": "Come e quando riceverò le commissioni IB di Deriv?",
@@ -226,14 +251,15 @@
"390647540": "Conto reale",
"392031899": "A breve disponibile",
"392840594": "Per richieste sui nostri associati e programmi IB",
+ "393215173": "the British Virgin Islands Financial Services Commission",
"393841045": "<0>Nota:0>",
- "393899903": "Solamente potrà assistere i clienti Deriv nel suo paese di residenza",
- "394545276": "Con i portafogli elettronici è possibile depositare o prelevare un minimo di 5 USD/EUR/GBP/AUD. Gli altri metodi di pagamento prevedono importi minimi differenti.",
+ "393899903": "Potrai assistere i clienti Deriv solamente nel tuo paese di residenza.",
"395057342": "Chi siamo",
- "396609660": "Compila il modulo con le credenziali del conto Deriv MT5. Nel campo <0>Broker0>, inserisci il nome server del conto: <1/> <0>- Deriv-Demo0> se l'indicatore vale solo per i conti di prova <1/> <0>- Deriv-Server0> o <0>Deriv-Server-020> se l'indicatore vale solo per i conti reali <1/>\n(Trovi il nome server del conto sulla <2>dashboard MT5 di Deriv2>.)",
+ "396609660": "Compila il modulo con le credenziali del conto Deriv MT5. Nel campo <0>Broker0>, inserisci il nome server del conto: <1/> <0>- Deriv-Demo0> se l'indicatore vale solo per i conti demo <1/> <0>- Deriv-Server0> o <0>Deriv-Server-020> se l'indicatore vale solo per i conti reali <1/>\n(Trovi il nome server del conto sulla <2>dashboard MT5 di Deriv2>.)",
"396992773": "Deriv è il miglior broker del mondo per quanto riguarda varietà degli asset, facilità nel prelevare e depositare, e altri servizi. Continua a darci il meglio, Deriv!",
"397235089": "Scopri di più sui mercati disponibili per il trading online con Deriv, compresi Forex, indici sintetici, azioni e indici, criptovalute e materie prime.",
"398319738": "Cos'è DMT5?",
+ "399948438": "Click <0>Create new ad0>.",
"400968378": "sedi",
"406075956": "Selezionando \"Dispari\", vincerai il payout quando l'ultima cifra dell'ultimo tick è un numero dispari (ad es. 1, 3, 5, 7, o 9).",
"408925924": "Fino a 1000 volte",
@@ -247,6 +273,7 @@
"419208082": "La piattaforma di trading su CFD by MetaQuotes: trade.mql5.com",
"419648873": "Fai trading con titoli azionari internazionali e indici azionari sulla nostra piattaforma DMT5.",
"420161092": "Prova subito Deriv.com",
+ "421158556": "You may refer to <0>our terms0> for more information. If you need help getting into your account, <1>contact us via live chat.1>",
"421232681": "Termini aggiuntivi",
"422714856": "In poche parole, l'ispirazione per il rebranding è venuta da te e da tutti i nostri utenti. Siamo entusiasti di poterti offrire una nuova e migliorata esperienza di trading su Deriv.com, dove potrai fare trading con gli strumenti che preferisci, come e quando vuoi.",
"424703192": "Per i clienti nel resto del mondo (eccetto i Paesi sottoposti a restrizioni come USA, Canada e Hong Kong) che intendono effettuare trading con CFD su strumenti finanziari, i conti finanziari DMT5 e Deriv X verranno aperti con Deriv (V) Ltd. Questa azienda non offre CFD sulle criptovalute.",
@@ -267,8 +294,11 @@
"439798157": "Strategia di importazione",
"441557166": "Deriv X - una piattaforma multi-asset per il trading disponibile su Deriv",
"442177402": "Coppie di Criptovalute",
+ "443594501": "For your Deriv MT5 and Deriv X real accounts, log in to close any open positions.",
+ "443887309": "Your credit card balance may be insufficient.",
"447476086": "Report sui <0>Paesi0>: elenca gli Stati da cui provengono i clic",
"447711315": "Takeover del sottodominio",
+ "448874206": "If you have active orders, keep the app open (either on your phone or computer) until your orders are completed. Try to complete your orders within 2 hours.",
"448985812": "0-19,999%",
"449277904": "Cos'è Deriv GO?",
"451624200": "XTZ/USD",
@@ -277,9 +307,9 @@
"455897892": "E-book sulle criptovalute",
"456825069": "Esperti di trading",
"459886707": "Portafogli elettronici",
- "460766210": "Deriv Investments (Europe) Limited, W Business Centre, piano 3, Triq Dun Karm, Birkirkara BKR 9033, Malta, dispone di una licenza a Malta (<0>licenza n. IS/701560>) ed è regolamentata dalla Malta Financial Services Authority in base al Services Act al fine di fornire servizi di investimento nell'Unione europea. Inoltre, è autorizzata e parzialmente regolamentata dalla Financial Conduct Authority nel Regno Unito. Su richiesta, è possibile ottenere i dettagli relativi all'autorizzazione e alle normative della Financial Conduct Authority.",
"460878453": "5 - 10.000",
"465003790": "Accesso a DMT5",
+ "465522807": "<0>A signal provider0> \n Do you provide trading data for others to follow? Grow your community of traders and earn commission when they sign up and trade on our platforms.",
"467590240": "azioni e indici",
"469222213": "Fai clic sulla scheda <0>Le mie statistiche0> e seleziona un fornitore di segnali.",
"473760456": "Comunichiamo in modo chiaro per evitare ambiguità, specifichiamo i termini di ogni contratto così come i rischi legati al trading, e spieghiamo da dove vengono i nostri guadagni.",
@@ -289,7 +319,8 @@
"476621330": "Aprire un conto",
"479311128": "Fai trading a costi inferiori e aumenta il tuo guadagno potenziale.",
"480442479": "Falsificazione di una richiesta intersito (non critica)",
- "482031216": "Forex è il mercato globale decentralizzato dedicato all'acquisto e alla vendita di valute.",
+ "481274667": "How can I withdraw funds from my Deriv MT5 real money account?",
+ "481411401": "Regulation",
"482369277": "I programmi IB e per associati di Deriv offrono opportunità di guadagno allettanti. Ottieni commissioni grazie ai trade dei clienti che porti sulle nostre piattaforme.",
"486935836": "Ho dimenticato la mia password di Google/Facebook/Apple: come posso accedere al conto Deriv?",
"487236738": "Come si calcola",
@@ -297,18 +328,20 @@
"488982590": "Prima di fare trading con prodotti finanziari complessi, assicurati di comprendere i possibili rischi connessi: scopri di più su <0>Fai trading in modo sicuro e responsabile0>.",
"489679731": "SGD/JPY",
"491908760": "Ricevi la quota del payout o l'importo della puntata in base alla posizione definita.",
- "492205969": "Responsabile della Conformità",
+ "492205969": "Responsabile della conformità",
"492590863": "Inserisci un formato URL valido",
"493240844": "Registrati su Deriv.com e fai trading online a partire da 1 dollaro statunitense su valute, azioni, indici e materie prime principali.",
"493622337": "Possiamo aiutarti?",
"494843334": "Su DTrader puoi fare trading con forex, indici azionari, materie prime e indici sintetici.",
"495686884": "Perché scegliere noi per il trading online | Deriv",
"497469280": "Il nostro obiettivo è fornire ai clienti dei sistemi affidabili con tempo di attività elevato e latenza ridotta, anche sulle reti con una trasmissione dati lenta. Garantiamo un buon livello di sicurezza e di compatibilità per la magior parte dei dispositivi portatili e fissi.",
- "497717591": "Quali modalità di pagamento sono consentite su Deriv P2P?",
+ "497567508": "Your Deriv MT5 history will be downloaded as an XML file.",
+ "497905436": "How do I check my available balance for Deriv P2P?",
+ "500999639": "Some trade types may not be available in certain countries.",
"501413836": "+750",
"501620507": "Quali saranno le conseguenze per i miei clienti?",
"501763239": "Coppie maggiori",
- "502554477": "Quali sono le differenze tra conti DMT5 finanziari, finanziari STP e per indici sintetici?",
+ "504465748": "We'll email you a verification link. Click that link and set a new password for your Deriv account.",
"506797447": "<0>Paniere EUR0> calcola il valore dell'Euro rispetto a un paniere di cinque valute globali (USD, AUD, GBP, JPY, CAD) ciascuna ponderata del 20%.",
"509964491": "Fai trading anche quando la maggior parte dei mercati finanziari è chiusa",
"510309290": "Deriv X: la nostra applicazione per il trading su CFD di DevExperts (<0>app per Android0>, <1>app per iOS1>)",
@@ -319,7 +352,7 @@
"517844699": "Alibaba Group Holding Ltd",
"519988278": "Fox Corp Class B",
"520136698": "Indice Boom 500",
- "520226183": "Apri un conto di prova e inizia il trading in modo gratuito facendo pratica con fondi virtuali illimitati.",
+ "520226183": "Apri un conto demo e inizia il trading in modo gratuito facendo pratica con fondi virtuali illimitati.",
"520696532": "Il tuo broker di fiducia con piattaforme intuitive per il trading su Forex, opzioni di pagamento convenienti e assistenza clienti 24/7.",
"521013301": "Vivi l'esperienza DBot",
"521140114": "Inizia a fare trading con materie prime su Deriv in 3 semplici passaggi",
@@ -332,8 +365,8 @@
"527660774": "Strumenti per il trading | Swap, pip e calcolatori di margine | Deriv",
"528858838": "Piombo/USD",
"529056539": "Opzioni",
- "529901734": "Nel trading dei panieri indici, il cambiamento del valore di una divisa si misura rispetto a un paniere delle più liquide valute del mondo.",
- "533583221": "I trasferimenti sono immediati: una volta completati i passaggi necessari, il saldo del conto DMT5 verrà aggiornato subito.",
+ "529597350": "Se avevi qualche posizione aperta, le abbiamo chiuse e ti abbiamo rimborsato.",
+ "529901734": "Nel trading di panieri di indici, il cambio del valore di una valuta si misura confrontandolo con un paniere delle valute più liquide al mondo.",
"538228086": "Close-Low (Chiusura-Minimo)",
"538682015": "Scopri le altre app",
"539645627": "Il nostro obiettivo è fornire prodotti di punta, approvati in tutto il mondo.",
@@ -344,19 +377,21 @@
"546932941": "4. Inserisci un nome per la variabile.",
"548820232": "Le basi del trading con Forex",
"549849868": "Prevedi se il mercato toccherà o non toccherà un dato valore in qualsiasi momento della durata del contratto.",
- "550365780": "Apri un conto di prova e fai pratica con fondi virtuali illimitati.",
+ "550365780": "Apri un conto demo e fai pratica con fondi virtuali illimitati.",
"554014185": "Il trading online è coinvolgente, ma può creare dipendenza. Deriv.com ti permette di ricorrere all'autoesclusione o di stabilire limiti per le attività di trading sul presente sito web.",
"554199203": "Inizia a fare trading con indici sintetici su Deriv in 3 semplici passaggi",
"554620691": "Inserisci un numero valido",
"555580651": "1. Clicca su \"Cancella statistiche\" nel pannello a destra dell'area di lavoro.",
"557095822": "Clicca sul pulsante <0>Rinnova0> per rinnovare il servizio oppure su <0>Annulla iscrizione0> per annullarlo.",
"558327984": "Il calcolatore di profitto e perdite per moltiplicatori contribuisce a determinare il livello di stop loss e/o take profit dei trade al fine di minimizzare le perdite e massimizzare il guadagno.",
+ "561889537": "A dispute was raised against you. Please <0>contact us0> via live chat for more info.",
"562246914": "Abbiamo deciso di attuare il rebranding pensando a te e a tutti i nostri clienti: dopo 20 anni di attività, possiamo dire di conoscerti meglio. Per questo vogliamo sfruttare il cambiamento per adottare soluzioni di trading migliorate e pensate per soddisfare tutte le tue esigenze.",
"562528971": "Zinco/USD",
"562753315": "Guernsey | La nostra sede – Isole del Canale | Deriv",
"566274201": "1. Mercato",
+ "567739189": "Why do my Deriv MT5 positions always start with a loss?",
"568954877": "3. Puoi abbonarti a un solo fornitore di segnali con un conto Deriv, in qualsiasi momento. Potrai usare i segnali su massimo di 3 computer diversi.",
- "569354588": "Se il servizio è disponibile nel tuo paese, potrai anche gestire i fondi attraverso un agente di pagamento.",
+ "570656160": "You can use your Deriv MT5 demo account for as long as you want. However, if your account is inactive for 30 days, we'll deactivate it automatically.",
"575210404": "Invia o ricevi pagamento",
"575534504": "Spread ridotti",
"577779861": "Prelievo",
@@ -369,6 +404,7 @@
"586006302": "<0>Sopra/sotto:0> prevedi se l'ultima cifra dell'ultimo tick di un contratto sarà superiore o inferiore a un dato numero.",
"586789100": "Scegli tra vari trade personalizzabili con puntate a partire da 0,35 $ e della durata minima di un secondo.",
"590858519": "Dimentica le imposte per la detenzione notturna: da ora puoi tenere aperte le posizioni quanto vuoi.*",
+ "593539508": "Yes, you can download the chart on DTrader (in .csv and .png) by clicking <0>Download0> on the toolbar on the left. ",
"593838951": "Varie opportunità",
"595278941": "Prezzo dell'asset",
"595722471": "% di ritorno per il giocatore (RTP) per le opzioni lookback per i multipli di 1 e della durata di 1 min corrisponde mediamente all'87%.",
@@ -391,6 +427,7 @@
"622253642": "Risparmia tempo: non dovrai aprire, monitorare e chiudere trade.",
"623188171": "Fai trading con indici sintetici e criptovalute in qualsiasi momento, anche durante i weekend e le festività.",
"624256060": "Definisci i parametri opzionali che ti danno maggior controllo sul trading, compresi stop loss, take profit e cancellazione.",
+ "625438255": "Come parte dei cambiamenti nelle nostre offerte di mercati, chiuderemo i conti dei nostri clienti del Regno Unito.",
"627388563": "Scopri di più sui CFD",
"627774646": "Flussi di entrate aggiuntivi da abbonamenti mensili.",
"627845959": "Da ricordare quando fai trading con moltiplicatori",
@@ -399,20 +436,19 @@
"631458864": "Business marginale",
"631607286": "Binary.com è diventata Deriv.com: qui trovi tutte le informazioni utili sul rebranding",
"632409475": "TER/USD",
- "634033595": "DP2P è il servizio di prelievo e deposito su rete paritaria (peer-to-peer) di Deriv che ti permette di prelevare o depositare fondi con facilità tramite operazioni con altri trader.",
"635121138": "Programma IB e per associati | Deriv",
"635797490": "Interim | DBot",
"636070520": "3. Inizia il trading",
"636073620": "Ricevi gli indicatori di trading di Deriv MetaTrader 5 per replicare le strategie dei trader esperti, o per diventare un fornitore di indicatori e condividere le tue strategie.",
"637013579": "Lo strumento \"trascina\" per creare bot per il trading con grafici a comparsa, per utenti esperti.",
- "639707096": "I clienti non possono avere la residenza in Bielorussia, Canada, Hong Kong, Israele, Jersey, Malesia, Malta, Paraguay, Ruanda, Emirati Arabi Uniti, USA, o un paese sottoposto a limitazioni al quale il Gruppo d'Azione Finanziaria Internazionale attribuisce carenze strategiche.\n",
"640307277": "Vicepresidente d'Ingegneria",
"640405784": "Deposita fondi facilmente tramite voucher in contanti in Sud Africa.",
"641347172": "Dopo il tempo di elaborazione richiesto dalla modalità di pagamento i fondi verranno depositati sul conto personale. Puoi verificare i tempi di elaborazione sulla pagina <0>Modalità di pagamento0>.",
"642403892": "2. Il file XML verrà salvato nella cartella \"Download\" del tuo browser.",
"642995056": "E-mail",
"643554455": "Leggi le domande frequenti sugli argomenti più diffusi per trovare rapidamente una risposta.",
- "643810262": "Sfruttare problemi di logica interattiva che possono provocare la perdita di clienti",
+ "643810262": "Sfruttare problemi di logica interattiva che possono provocare perdite ai clienti",
+ "645317079": "We'll remove the <0>withdrawal limit0> once your account has been verified.",
"645902266": "EUR/NZD",
"645954408": "Quando il prezzo di mercato arriva a 8.700 USD, decidi di fissare il livello di stop loss a 8.200 USD. Dopo alcuni tick, il prezzo scende a 8.100 USD superando il livello di stop loss. Il trade verrà chiuso automaticamente a 8.100 USD.",
"646017912": "La nostra app più importante per il trading con opzioni e moltiplicatori.",
@@ -423,9 +459,11 @@
"654674908": "Quella di Martingale è una tecnica di trading classica che incoraggia i trader a raddoppiare il volume del contratto dopo una perdita per riguadagnare quanto perso con la vincita successiva.",
"655249194": "Deriv X è la nostra seconda piattaforma per CFD dopo MT5. Presenta numerose funzionalità ed è pensata per adattarsi al tuo stile di trading.",
"655519080": "Deutsche Bank AG",
+ "655902997": "You may reactivate your account by <1>logging in1> with your email address and password. If you're unable to do so, please <0>contact us via live chat0>, and we'll help you further.",
"658337631": "Hai già un conto <0>Binary.com0>? Puoi effettuare il<1>log in1> a <0>Deriv0> usando credenziali e password di <0>Binary.com0>",
"662679188": "DTrader | Piattaforma di trading online | Deriv.com",
"663180477": "Cliente al centro dell'esperienza di trading",
+ "665599274": "Fill up the form and click <0>Confirm0>.",
"665777772": "XLM/USD",
"666199378": "Offriamo la disponibilità dell'assistenza clienti 7 giorni su 7, un rinnovato centro assistenza e altri materiali di supporto.",
"666906792": "Effettua depositi con facilità usando il tuo smartphone. Per i clienti in Ghana e Uganda.",
@@ -434,14 +472,15 @@
"672008428": "ZEC/USD",
"680204734": "L'importo minimo per i prelievi varia in base ai tassi di cambio più recenti. Le cifre riportate qui sono state arrotondate.",
"680953516": "MERCATI",
+ "682063263": "Your Deriv P2P account may be blocked for one of the following reasons:",
"682108610": "Offriamo un'esperienza di trading stimolante per tutti i trader, indipendentemente dalla loro esperienza.",
"682657885": "Vai alla dashboard di Deriv X",
"683810917": "Controlla le commissioni IB giornaliere ",
"685027643": "La tabella delle \"Operazioni\" fornisce informazioni più dettagliate su ogni trade, come durata, barriere, orari di inizio e fine, ecc.",
"686385193": "Supponiamo tu voglia calcolare il livello di take profit all'apertura di una posizione per indice di volatilità 100 al prezzo di 3376,24 USD con una puntata di 10 USD, un moltiplicatore di x100 e un take profit di 7,54 USD in decrescita.",
"686387939": "Come si svuota il registro delle operazioni?",
- "686417047": "DTrader ti permette di fare trading con più di 50 asset, come opzioni opzioni digitali, retrospettive e moltiplicatori.",
"688617121": "Leva elevata",
+ "689068852": "Where can I see my ads?",
"689400450": "È il broker migliore. Lo consiglio a tutti, sempre. Gli agenti addetti all'assistenza ti danno un aiuto reale in ogni ambito.",
"690238026": "Mettiamo a disposizione una selezione testata e comprovata di strumenti per il reclutamento di nuovi clienti tra cui banner, recensioni, video e annunci di testo. Se desideri personalizzare alcuni strumenti in base alle tue esigenze, contatta il gestore del conto scrivendo all'indirizzo <0>affiliates@deriv.com0>.",
"690959930": "Reimposta password | Deriv",
@@ -452,6 +491,7 @@
"700128691": "Il nostro impegno nel rispetto di elevati standard etici è costante. Scopri perché Deriv è la scelta migliore per fare trading online.",
"701775446": "Indice di volatilità 200",
"701840176": "Commissione per operazioni da 100 mila USD",
+ "704465777": "After making your payment, share the receipt with the seller via the chat feature in Deriv P2P.",
"704532260": "Per la registrazione basta l'indirizzo e-mail, non servono carta di credito o deposito minimo.",
"706069088": "Deriv",
"710137133": "Iscriviti ora",
@@ -471,7 +511,7 @@
"726343968": "Deriv Limited - 13 Castle Street, St. Helier, JE2 3BT, Jersey - è la società capogruppo delle sussidiarie riportate sopra.",
"731382582": "BNB/USD",
"733057061": "Impara a fare trading con criptovalute su Deriv",
- "733615113": "No, non è così. DP2P è un servizio peer-to-peer perché i nostri clienti possano effetturare depositi i prelievi utilizzando la loro valuta locale. Come nosotro agente di pagamento, puoi servirti della piattaforma DP2P per offrire i tuoi servizi ai clienti Deriv nel tuo paese.",
+ "733615113": "No, non è così. DP2P è un servizio peer-to-peer che consente ai nostri clienti dio effetturare depositi e prelievi utilizzando la loro valuta locale. Come nostro agente di pagamento, puoi servirti della piattaforma DP2P per offrire i tuoi servizi ai clienti Deriv nel tuo paese.",
"733921210": "Per esempio, se stai facendo trading con la coppia Forex USD/JPY, l'imposta swap verrà calcolata in Yen giapponesi (JPY), cioè la valuta della quotazione. D'altra parte, se stai facendo trading sul petrolio, l'imposta swap verrà calcolata in dollari statunitensi (USD), che corrisponde alla denominazione dell'asset sottostante, ovvero il petrolio.",
"733955450": "Il trading online può essere coinvolgente, ma è importante ricordare che comporta dei rischi, come dipendenza o perdite finanziarie. Per evitare di sviluppare dipendenza, ti suggeriamo di condurre un'attenta analisi su te stesso per capire se sei a rischio e di seguire alcuni principi e linee guida di base.",
"737466973": "Il volume del contratto corrisponde a un lotto standard dell'indice di volatilità 75 = 1",
@@ -483,12 +523,15 @@
"743105449": "Come posso depositare fondi sul conto reale Deriv X?",
"743623600": "Riferimento",
"746874005": "Formula swap per Forex",
+ "747290779": "<0>A software developer0> \n Build your own trading platform using our API and earn commission when your clients sign up and trade.",
"751493857": "4 USD",
"752024971": "Raggiunto il numero massimo di cifre",
+ "752304655": "<0>Turnover0> \n Earn up to 1.5% commission for each contract bought by your clients. The lower the probability of winning, the higher your commission payout.",
"755433132": "Cosa sono le opzioni digitali?",
"756066527": "Accetto i <0>termini e le condizioni0>",
"756310599": "Ci impegniamo a essere trasparenti circa i termini dei contratti così che i clienti prendano decisioni consapevoli.",
"758038191": "Trova la posizione adatta a te fra le opportunità di lavoro per Deriv a Melaka, Malesia.",
+ "759844711": "Yes, it's completely free of charge <0>to join0>.",
"760192418": "Fai trading in modo responsabile e non lasciarti influenzare dalle emozioni. Evita di dedicarti al trading quando sei incline a valutazioni negative.",
"760233310": "La nostra applicazione per il trading su CFD di Devexperts: dx.deriv.com",
"762478389": "Fai trading in base alle tue preferenze: su Forex, materie prime o indici azionari e sintetici.",
@@ -504,6 +547,7 @@
"777848993": "asset in aumento per il trading",
"778624300": "I calcolatori per il trading di Deriv ti aiuteranno a calcolare swap, pip, profitti e perdite per il trading su moltiplicatori e CFD.",
"779522948": "Ipoh | Il nostro ufficio – Malesia | Deriv",
+ "780041225": "If you already have a demo account, here’s how to add a real account:",
"781723751": "10 - 17.000",
"783010200": "Diversifica il tuo portafoglio facendo trading senza commissioni con i principali indici del mercato azionario internazionale, come Wall Street 30, US Tech 100, UK 100 e molti altri. Inizia a fare trading a partire da 5 $.",
"783153785": "Fondi virtuali illimitati",
@@ -516,6 +560,7 @@
"785973496": "Portogallo",
"786796042": "live il <0>3 giugno 20200>",
"788015089": "*disponibile per le coppie selezionate:",
+ "788744327": "Click <0>Change0> next to the password field, then click <0>Change Deriv MT5 password0>.",
"789376489": "USD/HKD",
"790534726": "Implementare controlli per contrastare attività illecite",
"793647899": "Il conto per associati di Binary.com sarà valido anche per Deriv.com. Potrai ottenere commissioni dai clienti quando fanno trading sia su Binary.com, sia su Deriv.com.",
@@ -524,17 +569,23 @@
"799457743": "Semplice.",
"800183478": "La sicurezza per noi è importante. Lavoriamo costantemente per migliorare i nostri prdotti e servizi collaborando con ricercatori esperti di sicurezza in tutto il mondo.",
"800934856": "Scopri i nostri uffici | Deriv",
+ "802021852": "If you're buying, you'll need to make payment and share your payment confirmation with the seller. Once the seller has confirmed that they've received your payment, the exchange amount will be credited into your Deriv account.",
"803989222": "Il conto per indici sintetici ti permette di fare trading con gli indici sintetici proprietari di Deriv, disponibili 24/7, che simulano i movimenti del mercato reale.",
"806165583": "Australia 200",
+ "806951253": "Nella UE, i prodotti finanziari vengono offerti per Deriv Investments (Europe) Limited, W Business Centre, terzo piano, Triq Dun Karm, Birkirkara, BKR 9033; possiede una licenza per Malta (<0>num. licenza IS/701560>) ed è regolamentata dalla Malta Financial Services Authority, Triq l-Imdina, zona 1, Central Business District, Birkirkara CBD 1010, Malta in base all'Investments Services Act. Autorizzata dalla Financial Conduct Authority e con variazzione ritenuta del permesso. Soggetto a regolazione dalla Financial Conduct Authority. La natura e l'estensione delle protezioni per il consumatore possono essere diverse da quelle intese per le società basate nel Regno Unito. I dettagli del Financial Services Contracts Regime, che permette alle società basate nel SEE di operare nel Regno Unito per un periodo limitato per svolgere attività che sono necessarie per l'esecuzione di contratti preesistenti, e che sono disponibili sul sito web della Financial Conduct Authority.",
"808426886": "Non pratichiamo vendite forzate, non forniamo consulenze finanziarie o di trading e non promettiamo guadagni certi. Sconsigliamo il trading ai soggetti più vulnerabili, ed eseguiamo i controlli necessari a prevenire attività illecite.",
"809146176": "Non applicabile",
+ "809480545": "If you'd like to log in using your email address instead, follow these steps:",
"809649275": "Centro assistenza | Domande frequenti | Deriv P2P | Deriv",
"809734567": "Vai alla <0>pagina di presentazione degli indicatori MQL50> e fai clic sul pulsante Crea segnale.",
+ "811665902": "What is Deriv MetaTrader 5 (Deriv MT5)?",
"812101045": "Calcolatore di margine per stop loss e/o take profit",
- "812888944": "Attività marginali",
+ "812888944": "Business marginali",
"814009433": "Turnover totale dei trade",
+ "814289409": "Then, withdraw your funds.",
"814644033": "Acquista criptovalute con la tua carta di credito/debito per caricare fondi sul conto Deriv grazie al trading da fiat a criptovalute.",
"815602603": "Accedi al conto Deriv. Se non ne hai ancora uno, puoi registrarti gratuitamente.",
+ "816534303": "To log in on your desktop, click <0>Trade on web terminal0>.",
"817637233": "Grazie per la tua iscrizione",
"818087675": "Fai trading con Deriv",
"818659471": "6. Stop loss",
@@ -545,6 +596,7 @@
"825675433": "Trading con azioni e indici disponibile su Deriv",
"825815966": "Guadagno fisso e prevedibile",
"826511719": "USD/SEK",
+ "829379369": "You can automate your trading strategy using a trading bot. A trading bot is an automated computer program that purchases trade contracts for you while following a specific set of instructions that you provide.",
"829579058": "Sicuro",
"831164350": "Ipotizziamo tu voglia calcolare il livello di stop loss e il valore pip per acquistare un lotto di EUR/USD al prezzo di 1,17524 USD con uno stop loss di 24 USD.",
"831282685": "Inviaci un'e-mail",
@@ -580,21 +632,24 @@
"871486196": "Fai trading su forex, indici sintetici, azioni, indici azionari, criptovalute e materie prime da un'unica piattaforma.",
"874573741": "Fai trading su forex, azioni, indici azionari e materie prime da un'unica piattaforma.",
"874881951": "Scopri le opportunità di lavoro presso il nostro ufficio di Dubai nel settore IT, marketing e delle risorse umane.",
+ "875311753": "The completion rate is the percentage of orders that the advertiser could complete within 2 hours.",
"875766134": "Importare dal tuo computer",
"876581050": "Slovacchia",
"877897643": "Vantaggi del trading su Forex con DTrader",
+ "878441070": "Can I change the currency of my Deriv MT5 account?",
"878676836": "Documenti contenenti le informazioni chiave",
"878922748": "Cos'è un conto per CFD?",
+ "878929504": "Complete the form and click <0>Submit0>.",
"879478126": "Dubai",
"881413021": "Perché fare trading con materie prime su Deriv",
"882216897": "Email obbligatoria",
"885479216": "Report <0>risultati & impression0>: indica il tasso di successo e la percentuale di clic",
"886712679": "Autorizzata e regolamentata",
"887282040": "Perché Binary.com cambia marchio?",
+ "888619169": "If you have made a deposit or have added a real MT5 account, follow these steps:",
"888978991": "Ognuno di questi indici riproduce l'andamento delle principali società quotate nei mercati finanziari in Europa.",
"889704223": "Fai trading in basse alle tue preferenze con {{trade_no}} flessibili tipi di trade.",
"890667695": "45%",
- "891097078": "Indice USD",
"893607771": "Sfrutta a pieno 24h al giorno di trading (dal lunedì al venerdì), liquidità elevata, basse barriere di entrata, un'ampia gamma di offerte e opportunità di fare trading su eventi internazionali.",
"893980632": "Hai altre domande? Consulta la <0>sezione FAQ0> sul sito MQL5.",
"895567953": "asset per lanciare i tuoi bot",
@@ -609,17 +664,21 @@
"905952695": "L'indirizzo del nostro weblog: https://deriv.com/academy/",
"906120998": "Quali sono le differenze principali tra Dtrader e DMT5?",
"909083576": "404 - Pagina non trovata | Deriv",
+ "912406629": "Follow these steps:",
"912981300": "C'è dell'altro: il nostro nuovo profilo su Facebook, Instagram e Twitter ora si chiama @Derivdotcom. Seguici per rimanere aggiornato sulle ultime novità.",
"913091440": "Prova DBot su Deriv.com",
"913719394": "Selezionando \"Sopra\", vincerai il payout se l'ultima cifra dell'ultimo tick è maggiore rispetto alla tua previsione.",
- "914005173": "Al di fuori dell'UE, i prodotti finanziari vengono distribuiti dalle seguenti società: Deriv (FX) Ltd, F16, primo piano, Paragon Labuan, Jalan Tun Mustapha, 87000 Labuan, Malesia, autorizzata dalla Labuan Financial Services Authority (<0>licenza n. MB/18/00240>); Deriv (BVI) Ltd, Kingston Chambers, P.O. Box 173, Road Town, Tortola, Isole Vergini Britanniche, autorizzata dalla British Virgin Islands Financial Services Commission (<1>licenza n. SIBA/L/18/11141>); Deriv (V) Ltd (<2>vedi licenza2>), 1276, Kumul Highway, Port Vila, Vanuatu, autorizzata e regolamentata dalla Vanuatu Financial Services Commission; e Deriv (SVG) LLC, Hinds Buildings, Kingstown, Saint Vincent e Grenadine.",
"915392164": "Apri posizioni corte o lunghe in base alle tue previsioni sui movimenti dei prezzi di mercato.",
+ "920363635": "Frequently asked questions - IB programme",
"925239281": "Come prelevo fondi dal conto reale Deriv X?",
+ "927364570": "<0>Setting > Proof of address0>",
"927510190": "Prevedi se il mercato rimarrà all'interno di due prezzi stabiliti o ne uscirà in un qualsiasi momento della la durata del contratto.",
"927827352": "La piattaforma completa per <0/>CFD trading<0/>",
"927830157": "Piattaforme facili da usare con efficaci widget per grafici",
"930211164": "Trading 24/7",
"931190863": "3. Clicca su \"Crea variabile\".",
+ "931793340": "Nella UE, i prodotti finanziari vengono offerti per Deriv Investments (Europe) Limited, W Business Centre, terzo piano, Triq Dun Karm, Birkirkara, BKR 9033; possiede una licenza per Malta (<0>num. licenza IS/701560>) ed è regolamentata dalla Malta Financial Services Authority, Triq l-Imdina, zona 1, Central Business District, Birkirkara CBD 1010, Malta in base all'Investments Services Act.",
+ "931896911": "Go to the <0>History0> section.",
"932190946": "Limiti del deposito giornaliero",
"934777772": "1. Clicca su \"Per iniziare\" per aprire il menu dei blocchi.",
"935167918": "3,75",
@@ -627,7 +686,7 @@
"938792466": "Personalizza i contratti in base al tuo stile e alla propensione al rischio usando funzionalità innovative come stop loss, take profit e cancellazione.",
"939136950": "Fai trading sui mercati finanziari e sui nostri indici sintetici societari disponibili 24/7.",
"941978699": "5 - 2.500",
- "943324913": "Deriv MT5 (DMT5) ti dà accesso a diverse categorie di asset - Forex,indici azionari, azioni, criptovalute, panieri d'indici e materie prime - su una sola piattaforma. Deriv porta l'esperienza MT5 a un livello superiore sia per i trader alle prime armi che per i trader più esperti, grazie all'accesso esclusivo a tipi di trade innovativi.",
+ "943324913": "Deriv MT5 (DMT5) ti dà accesso a diverse categorie di asset - Forex,indici azionari, azioni, criptovalute, paniere d'indici e materie prime - su una sola piattaforma. Deriv porta l'esperienza MT5 a un livello superiore sia per i trader alle prime armi che per i trader più esperti, grazie all'accesso esclusivo a tipi di trade innovativi.",
"943716510": "Introduzione alle criptovalute",
"944896800": "Come cambierà la nostra collaborazione?",
"945739129": "Effettua depositi e prelievi in Tether ERC20, una criptovaluta ancorata alla valuta USD.",
@@ -638,12 +697,12 @@
"960618190": "Fai trading con asset diversi in mercati diversi nello stesso momento.",
"961530723": "Netflix Inc",
"962218636": "Airbus SE",
+ "963202666": "How do I sign up as an affiliate?",
"963922337": "2. I blocchi vengono classificati di conseguenza: scegli quelli che preferisci e trascinali nell'area di lavoro.",
"964982895": "Deposita fondi con facilità usando i tuoi dispositivi mobili. Per i clienti in Uganda e Tanzania.",
"968040107": "Come trovo i blocchi che mi servono?",
"968576099": "Alto/Basso",
"968627888": "Trading 24/7, compresi i fine settimana e le festività nazionali",
- "971351835": "Relazione Annuale d'Informativa Finanziaria 2020",
"972090300": "Perché dovrei passare a Deriv.com?",
"973734471": "Finlandia",
"973933650": "I trasferimenti sono immediati: una volta completati i passaggi necessari, il saldo del conto Deriv X verrà aggiornato subito.",
@@ -657,13 +716,16 @@
"992485806": "La posizione viene chiusa automaticamente quando il livello di stop loss è pari a <0>1,17500> e il valore pip dello stop loss è <0>24 USD0>.",
"1000512133": "API",
"1001160515": "Vendi",
+ "1001731723": "Yes, as long as you haven’t opened a Deriv MT5 Financial STP account, you can still trade without verifying your account.",
"1004480214": "Smartphone",
"1005687893": "Trading online con Deriv | Semplice. Flessibile. Affidabile.",
"1005701957": "Selezionando \"Resta dentro\", vinci il payout se il mercato rimane tra (non tocca) la barriera superiore e la barriera inferiore in qualsiasi momento della durata del contratto.",
"1005941063": "Effettua depositi e prelievi in Litecoin, una criptovaluta affidabile che consente operazioni rapide.",
"1009128101": "Facile da configurare, senza obbligo d'installazione.",
+ "1010278278": "Can I delete my Deriv MT5 account history?",
"1010645311": "Prevedi le oscillazioni dei prezzi di materie prime come argento, oro e petrolio, e sfrutta il margine per aumentare i profitti potenziali.",
"1011699543": "Fai trading sulle oscillazioni del prezzo delle materie prime fondamentali per l'economia globale, e ottimizza le operazioni sul mercato.",
+ "1012902658": "Si. <0>Contattaci tramite chat live0> e ti aiuteremo a risolverlo.",
"1015510435": "BMW",
"1016174771": "<0>L'importo di stop loss e/o take profit decrescente = Max [{puntata × (- (livello di top loss OPPURE take profit - prezzo dell'asset) ÷ prezzo dell'asset × moltiplicatore) - commissione}, -puntata]0>",
"1016273887": "I CFD sono derivati complessi e potrebbero non essere adatti per i clienti al dettaglio.",
@@ -678,15 +740,17 @@
"1024953822": "Fai trading con Forex, indici sintetici e criptovalute ovunque tu sia",
"1026160856": "Prevedi se l'ultima cifra dell'ultimo tick di un contratto è un numero pari o dispari.",
"1027197513": "Deriv X è una piattaforma per il trading facile da usare dove puoi fare trading con CFD su vari asset usando un layout personalizzabile.",
- "1032383871": "Con DBot, puoi creare e gestire le tue strategie di trading automatizzate. Accedendo alla tabella \"Mercato\", potrai inoltre scaricare robot pronti all'uso per il trading su DMT5 (noti anche come Consulenti esperti).",
"1032907147": "AUD/NZD",
"1033805779": "La partecipazione ai programmi Deriv è gratuita: non dovrai preoccuparti di commissioni o imposte nascoste.",
"1033824796": "Puntata corrente",
"1034695894": "Scopri come funziona Deriv P2P:",
"1034875052": "Servizi di eccellente qualità, testati e affidabili.",
+ "1035639511": "Deriv Limited - 13 Castle Street, St. Helier, JE2 3BT, Jersey - è la società capogruppo delle sussidiarie riportate sopra.",
"1035890756": "Aggiungi un conto reale Deriv.",
"1037965324": "10+ miliardi USD",
"1039678171": "PER I CLIENTI",
+ "1041343262": "You can chat with the trader you are dealing with via the chat feature in Deriv P2P.",
+ "1041405933": "Read <0>this article0> to learn more about automated trading on Deriv.",
"1044540155": "+100",
"1045309798": "Tassi swap (accantonamento notturno)",
"1046578159": "GBP/SGD",
@@ -701,6 +765,7 @@
"1056821534": "Sei sicuro?",
"1057239639": "Stabilisci parametri opzionali per i trade",
"1058440967": "Quali sono le conseguenze per me in qualità di introducing broker (IB)?",
+ "1062240703": "Yes, we’re regulated by",
"1062246296": "DBot arriva su Deriv.com",
"1062691395": "Abbiamo separato i report per agevolarti.",
"1065635876": "2. Monitora il grafico",
@@ -708,6 +773,7 @@
"1068264174": "La dashboard per associati di Deriv",
"1069671533": "siamo",
"1072277224": "Seguici",
+ "1072571985": "If you created your Deriv account using Apple/Google/Facebook, try resetting your Apple/Google/Facebook password. After that, you should be able to log in to Deriv as usual.",
"1074669784": "Deposita e preleva fondi in modo facile e sicuro con questa soluzione adatta ai dispositivi mobili per i clienti in Nigeria.",
"1077281998": "Questi indici corrispondono a mercati simulati con tassi di volatilità costanti al 10%, 25%, 50%, 75%, 100%, 200% e 300%.",
"1077779258": "General Motors Company",
@@ -715,6 +781,7 @@
"1079127917": "Gli indici sintetici proprietari di Deriv simulano i movimenti de mercato reale. Questi indici sintetici, sostenuti da un generatore di numeri casuali protetto con criptografia, sono disponibili per il trading 24/7, e sono scollegati dagli orari dei mercati regolari, dagli eventi globali e dai rischi relativi alla liquidità di mercati.",
"1079537687": "Biogen Inc",
"1079986638": "“L'app P2P per web e smartphone di Deriv",
+ "1082899428": "Deriv: una piattaforma di trading online disponibile 24/7 con un'ampia selezione di derivati",
"1082977556": "<0>Con un trade equivalente di 100 dollari0> e una leva a 1:500, il rischio è di 2% * 50.000 $ = <1>1.000 dollari di perdita1>.",
"1084407062": "Questi indici rappresentano simulazioni di mercati con <0>volatilità costante del 10%, 25%, 50%, 75% e 100%.0> In media, è possibile che si verifichino rialzi o ribassi <0>ogni 20 minuti0> con la stessa probabilità. Il volume della variazione è in media <0>circa 30 volte maggiore0> rispetto alla normale oscillazione del prezzo.",
"1084702344": "Crea un conto Deriv oppure <0>registrati0> per accedere",
@@ -735,6 +802,7 @@
"1106746692": "Apri un conto reale, deposita denaro e inizia a fare trading su azioni, indici e altri mercati.",
"1107638944": "Ultimi video, tutorial e webinar per il trading | Deriv",
"1108389724": "Trading senza commissioni su tutti i asset. In più, non paghi nessun imposti swap per mantenere le posizioni aperte durante la notte per coppie di Forex selezionate.",
+ "1113034090": "<0>Note:0> You'll only be able to create ads once your account has been verified.",
"1113469496": "Indica l'imposta swap in USD.",
"1114242450": "Trading su indici sintetici disponibile su Deriv",
"1115835371": "Domande frequenti - Conto",
@@ -745,10 +813,13 @@
"1123710409": "Come calcolare il margine",
"1123908498": "MTC/USD",
"1124560181": "Flessibilità con mercati diversi",
+ "1124829631": "What conversion rates do you use for deposits and withdrawals?",
"1124905330": "Personalizza i tipi di trade",
+ "1126492980": "The <0>Buy/Sell0> tab shows you ads by other advertisers. You can see your ads in the <0>My ads0> tab.",
"1126725671": "Una comunicazione che ti aiuta a capire i possibili rischi legati al trading su Deriv",
"1126917116": "Coppie micro",
"1127858885": "Trova la posizione adatta a te fra le opportunità di lavoro per Deriv a Minsk, Bielorussia.",
+ "1128046384": "No. You can withdraw your commission whenever you want.",
"1135059547": "Chiedi a tutti",
"1136360582": "Argomenti principali dell'e-book:",
"1136731907": "Attenzione: questi sono valori soltanto approssimativi e variano in base alla leva impostata per il tuo conto e all'asset con cui fai trading.",
@@ -759,8 +830,9 @@
"1151456638": "Apprezziamo i collaboratori che lavorano autonomamente nei vari dipartimenti con umiltà e ambizione.",
"1151925602": "Prevedi se l'ultima cifra dell'ultimo tick di un contratto sarà superiore o inferiore a un dato numero.",
"1152332043": "Fai trading su forex, indici sintetici, azioni, indici azionari, criptovalute e materie prime con leva.",
+ "1155361880": "Need help? Please <0>contact us via live chat.0>",
+ "1155971726": "Click <0>here0> to close your account.",
"1158101648": "Importazione da Google Drive in corso",
- "1161300179": "Allo stesso modo, puoi prelevare fondi dal conto Deriv \"vendendoli\" ad altri trader in cambio di pagamenti nella tua valuta locale (o in una valuta disponibile).",
"1161999797": "Fai trading su Forex, indici sintetici, azioni e indici, criptovalute e materie prime.",
"1167224712": "Offriamo numerose modalità di pagamento: bonifici bancari, carta di debito/credito, portafoglio elettronico e criptovalute per rendere più convenienti le tue transazioni.",
"1168114406": "In questo modo i guadagni e le perdite cumulativi verranno registrati durante le operazioni con il bot. Imposta il valore iniziale su 0.",
@@ -769,6 +841,7 @@
"1169378202": "Agenti di pagamento | Programmi di partnership | Deriv",
"1171765024": "Passaggio 3",
"1172611503": "Selezionando \"Ribasso asiatiche\", vincerai il payout se l'ultimo tick è inferiore alla media dei tick.",
+ "1173289870": "<0>Revenue share0> \n Earn commission of up to 45% based on the monthly net revenue generated by your clients. The higher their net revenue, the higher your commission payout.",
"1175717636": "Che tipo di report posso generare dal mio conto per associati?",
"1177080017": "DBot | Robot per il trading | Deriv",
"1178873929": "Il nostro sito può essere filtrato utilizzando vari sistemi di filtraggio disponibili sul mercato che potrebbero essere utilizzati per limitare l'accesso al nostro sito.",
@@ -777,27 +850,29 @@
"1181506313": "Deriv 2P2 è un'applicazione fantastica, la adoro!",
"1182198798": "Per esempio, chiudendo la posizione a un certo punto, l'equity corrisponde al saldo totale del conto più il profitto o la perdita a quel punto. Se il rapporto rispetto al margine in uso è inferiore al livello di stop out di Deriv, potrebbe essere applicato lo stop out.",
"1182470294": "Non hai ancora un conto Deriv.com?",
+ "1183868384": "Is Deriv regulated?",
"1184301560": "Scopri il programma per collaboratori di Deriv ed sfrutta la possibilità di diventare partner di una piattaforma all'avanguardia di fiducia. Tutti i nostri programmi sono gratuiti e non prevedono commissioni nascoste.",
"1186450032": "Salva bot su Google Drive",
"1189491487": "Zero commissioni, zero imposte",
"1189875009": "Esperienza comprovata",
"1190588251": "Trattiamo i clienti con equità, gestiamo i reclami con integrità e offriamo prezzi competitivi senza costi nascosti o barriere artificiali sui prelievi dei clienti.",
+ "1191311301": "How do I set an investor password for my Deriv MT5 account?",
"1191682103": "Non serve registrarsi: accedi con le credenziali di <0>Binary.com0>.",
"1195213035": "Se vuoi riprendere a fare trading dopo il periodo di autoesclusione e averne richiesto la rimozione, dovrai attendere 24 ore prima di poter accedere al sito web.",
"1196310280": "Intel",
"1197939158": "Non accetto",
"1198781410": "Deriv offre un'esperienza di trading intuitiva e orientata al cliente, pensata per trasformare i visitatori in clienti. Inoltre, ti mettiamo a disposizione strumenti e materiali creativi per indirizzare il traffico su Deriv.",
- "1202465815": "Il saldo Deriv P2P corrisponde a una parte del saldo del conto Deriv. Mentre i depositi effettuati tramite e-wallet e criptovalute sono interamente disponibili all'uso su Deriv P2P, quelli effettuati tramite carta possono essere solo parzialmente utilizzati.",
"1205209576": "MT5 arriva su Deriv.com",
- "1207865156": "Registrati per aprire un <0>conto di prova Deriv0> gratuito",
- "1208151831": "Vicepresidente di Strategia e Gestione dei Progetti",
- "1208165195": "Il link per la verifica del prelievo è scaduto. Cosa devo fare?",
+ "1207865156": "Registrati per aprire un <0>conto demo Deriv0> gratuito",
+ "1208151831": "Vicepresidente di strategia e gestione dei progetti",
+ "1208382171": "We may request more information during the signup process.",
"1211781148": "Deposita e preleva fondi in modo rapido, semplice e sicuro con AdvCash.",
"1211817306": "Trading su criptovalute disponibile su Deriv",
"1213111346": "Cos'è il trading su CFD?",
"1213902291": "Per ottenere i report, vai sulla dashboard e seleziona Report > Filtra per marchio, quindi seleziona la piattaforma di cui vuoi visualizzare la commissione.",
"1214098313": "Scegli la comodità e la sicurezza di Google Drive per salvare le tue strategie.",
"1215637769": "Deposita e preleva fondi in modo rapido e sicuro con Astropay.",
+ "1216205330": "No. To keep your funds safe, you are strictly prohibited from using payment methods that are not yours. If you do use someone else’s payment method, we’ll suspend your Deriv account for security purposes.",
"1216280249": "Fare trading responsabilmente",
"1217246029": "Report <0>i miei giocatori0>: indica un elenco di clienti con relative credenziali dell'account e data di iscrizione",
"1219754757": "La tua sicurezza è la nostra priorità",
@@ -820,12 +895,14 @@
"1254667788": "Piattaforme di trading per Dbot su Deriv",
"1254866713": "Dashboard per il trading di DMT5",
"1256295276": "Il trading online è coinvolgente, ma è importante ricordarsi dei rischi implicati. Invitiamo tutti i nostri utenti a mettere in sicurezza i propri conti e a fare trading in modo responsabile, per godersi al pieno questa esperienza.",
+ "1256530668": "Go to your <0>Deriv X dashboard0>.",
"1257029444": "Controlla la tua casella di posta e clicca sul link inviato per reimpostare la password.",
"1258668610": "Costruisci il tuo bot facendo Copia e incolla",
"1259598687": "GBP/JPY",
- "1261154397": "Deriv Investments (Europe) Limited - W Business Centre, terzo piano, Triq Dun Karm, Birkirkara, BKR 9033, Malta - possiede una licenza per Malta (<0>licenza n. IS/701560>) ed è regolamentata dalla Malta Financial Services Authority in base all'Investments Services Act al fine di fornire servizi finanziari nell'Unione europea. Inoltre, è autorizzata e regolamentata dalla Financial Conduct Authority nel Regno Unito.",
"1261634270": "Come posso cambiare la modalità di pagamento?",
- "1268931688": "Inizia a fare trading con panieri indici su Deriv in 3 semplici passaggi",
+ "1268136992": "Go to <0>Deriv P2P0> > <1>Buy/Sell1>.",
+ "1268931688": "Inizia a fare trading con paniere di indici su Deriv in 3 semplici passaggi",
+ "1269263572": "Fill up the form and click <0>Post ad0>.",
"1270782712": "Fai trading in sicurezza con un servizio creato da un marchio del settore che vanta oltre 20 anni di esperienza e fiducia da parte dei clienti.",
"1272012156": "GBP/CHF",
"1274309337": "DOG/USD",
@@ -833,31 +910,37 @@
"1275674402": "Apri posizioni long e short",
"1276342366": "In qualità di associato, pubblicizzerai i nostri prodotti e servizi al tuo pubblico, comprese DTrader e Dbot, le nostre piattaforme all'avanguardia. Una volta che i tuoi contatti si saranno iscritti e avranno iniziato a fare trading con denaro reale, potrai ottenere commissioni dai loro trade.",
"1280380287": "Ungheria",
- "1282417520": "Puoi comunicare con il trader con cui stai operando tramite funzione di chat dell'app.",
+ "1284674803": "<0>Deriv MT50> offers CFD trading on forex, stocks, stock indices, commodities, cryptocurrencies, and synthetics. <1>Deriv X1> offers CFD trading on the same markets, except stocks and stock indices.",
"1285517993": "Rendi automatiche le tue idee di trading senza scrivere codici",
"1286094280": "Preleva",
"1286648079": "Il ritorno per il giocatore (RTP) di opzioni con moltiplicatore è compreso in media tra 95,0% e 99,9% per tutti gli indici. Un moltiplicatore diverso o una durata diversa potrebbero incidere sul l'RTP.",
- "1289363035": "Usa il conto di prova con fondi virtuali per imparare a fare trading senza alcun rischio.",
+ "1288690494": "Can I increase my daily buy or sell limit on Deriv P2P?",
+ "1289363035": "Usa il conto demo con fondi virtuali per imparare a fare trading senza alcun rischio.",
"1289646209": "Chiamata a margine",
"1291658124": "È semplice: vai su Deriv.com e inserisci le attuali credenziali di Binary.com. Potrai sperimentare da subito la nuova esperienza di navigazione e le funzionalità aggiuntive di Deriv.com.",
"1291852379": "50 - 5.000",
"1293479771": "PnL per margine",
"1294884975": "30%",
+ "1298148281": "Go to the <0>Deriv X dashboard0>.",
"1299144461": "Termini e condizioni",
"1299666269": "Limassol | Il nostro ufficio – Cipro | Deriv",
+ "1302849350": "You can find your Deriv MT5 server name on your <0>Deriv MT5 dashboard0>. Look for <1>server1> in between the broker name and login ID.",
"1304034020": "Quali sono i nuovi prodotti e servizi risultanti dal rebranding?",
+ "1308171976": "Do I need to pay taxes on my trades/profits?",
"1311522952": "Trading durante il weekend, depositi e prelievi veloci, trading su indici sintetici - cosa si può chiedere di più?",
"1312475321": "Un giorno lavorativo. Per i clienti nel Regno Unito.",
+ "1312811555": "To learn more about disputes on Deriv P2P, see our <0>terms of use0> (refer to Section 4.4 ‘Deriv P2P’).",
"1312819271": "Ipotizziamo tu voglia fare trading con 2 lotti di EUR/USD.",
"1316697520": "Mercati disponibili per il trading con moltiplicatori",
- "1317425969": "Gli indici societari di Deriv non comportano rischi legati al mercato o alla liquidità. Fai trading con indici sintetici 24/7 su Deriv MT5, DTrader e le nostre altre piattaforme.",
"1318017828": "Trova o crea un annuncio",
+ "1320403859": "Click your account balance.",
"1322942144": "Dove posso vedere lo stato dei miei trade su DBot?",
+ "1323472781": "Relazione Annuale d'Informativa Finanziaria 2021",
"1324235103": "Come acquistare i primi contratti con moltiplicatori su DTrader",
"1324376913": "I nostri valori sono le fondamenta della nostra cultura",
"1324779616": "Ottenere l'accesso al codice di back-end, ai cookies delle sessioni interne o ad altre informazioni sensibili",
"1326235397": "Questi indici corrispondono a mercati simulati con tassi di volatilità costanti al 10%, 25%, 50%, 75%, e 100%.",
- "1327067520": " Con Deriv P2P prelevare e depositare fondi è un gioco da ragazzi, è l'app più facile da usare.",
+ "1327067520": "Prelevare e depositare fondi sarà semplice con Deriv P2P: è l'app più semplice da usare.",
"1332168410": "Scopri di più",
"1333075628": "Conto monetario reale",
"1333584730": "Perdita del controllo",
@@ -870,13 +953,14 @@
"1353811622": "Deriv, prodotto di Binary.com, offre un'esperienza di trading online incentrata sul cliente. Grazie alla nostra esperienza ventennale e alle innovazioni premiate con vari riconoscimenti, abbiamo saputo reinventare il trading online dal basso, così da aiutare i meno esperti.",
"1354275546": "Depositi e prelievi in tutta semplicità",
"1354590562": "Registri",
- "1355243595": "Se non hai autenticato il conto, puoi cambiare nome, data di nascita o cittadinanza andando su <0>Impostazioni >0> <1>Dati personali1>.",
"1355514813": "12M USD",
"1355808192": "Consulta la sezione FAQ",
"1357493810": "Fai trading con risorse naturali fondamentali per l'economia mondiale.",
+ "1359080808": "Gli indici societari di Deriv non comportano rischi legati al mercato o alla liquidità. Fai trading con indici sintetici 24/7 su Deriv MT5, DTrader e le nostre altre piattaforme.",
"1359732815": "<0>Vedi l'elenco degli esempi di vulnerabilità0>",
"1360754724": "Vai su Deriv.com ora",
"1362578283": "Massimo",
+ "1363124819": "You can cancel your withdrawal on the <0>Cashier page0> by following the steps mentioned in the next paragraph. Please note that you cannot cancel withdrawals if:",
"1363502727": "PnL per moltiplicatori",
"1364296672": "Fissiamo prezzi e concludiamo contratti con attenzione e correttezza, sulla base di dati affidabili e senza ritardi perché i clienti abbiano prezzi attendibili in ogni pagina del sito web.",
"1364947573": "Tavola da disegno di Dtrader",
@@ -898,40 +982,48 @@
"1391269416": "<0>Close-Low:0> acquistando un contratto \"Close-Low\", i guadagni o le perdite corrisponderanno al prodotto tra il moltiplicatore e la differenza tra il valore di chiusura e il minimo registrati durante la durata del contratto.",
"1391632806": "I trader vengono valutati in base al tasso di completamento delle operazioni e alla velocità degli scambi.",
"1393006010": "Le basi del trading con CFD",
+ "1393602451": "Click <0>Yes0> to confirm the cancellation. Your funds will be returned to your Deriv account, and your account balance will be updated accordingly.",
"1394697594": "21.000",
"1396179592": "Commissioni",
"1396417530": "Indice mercato ribassista",
"1399001016": "Supponiamo tu voglia calcolare l'import di take profit all'apertura di una posizione per indice di volatilità 100 al prezzo di 3376,24 USD con una puntata di 10 USD, un moltiplicatore di x100 e un take profit di 3400 USD in crescita.",
"1400962248": "High-Close (Massimo-Chiusura)",
- "1405237333": "Responsabile della Gestione delle Persone",
+ "1405237333": "Responsabile della gestione del personale",
"1406209174": "Fai trading con una società autorizzata pioniera nel settore, scelta dai trader da oltre 20 anni.",
"1406360927": "Coppie minori",
"1407191858": "DTrader",
"1408071788": "Requisiti patrimoniali ridotti",
+ "1409139116": "Ensure that you’ve entered the correct amount and exchange rate in your ads.",
"1410320737": "Vai alla dashboard di Deriv MT5",
"1411032790": "Molteplici grafici per vedere i tuoi trade online",
"1411975375": "Visita il nostro centro assistenza",
- "1415618534": "I clienti dell'Unione europea che desiderano negoziare prodotti di investimento potranno aprire i loro conti con Deriv Investments (Europe) Limited.",
+ "1412644174": "We process your deposits and withdrawals internally within 1 to 3 business days (depending on your <0>payment method0>). It may take longer for your funds to reach you due to the different processing times by banks and payment service providers. See our <0>Payment methods0> page for a complete list of the processing times for each payment method.",
"1416248668": "Scegli i tassi migliori",
"1418467036": "Agenti di pagamento | Collaboratori | Deriv",
+ "1421464735": "You can get more info about this on our <0>Regulatory information0> page.",
"1423609990": "Fai trading con leva sulle oscillazioni di prezzo delle coppie cripto-fiat più diffuse.",
"1424805407": "Poiché fai parte della nostra di rete di stimati collaboratori insieme ai tuoi clienti, ti starai probabilmente domandando quali saranno le conseguenze di questo cambiamento. A tal proposito, abbiamo realizzato questa guida per aiutarti a comprendere meglio il rebranding e a darti supporto nella comunicazione con i clienti.",
"1425594249": "Il meglio del trading da smartphone.",
"1425780786": "DTrader ti permette di fare trading online con facilità su forex, indici, materie prime e indici sintetici.",
+ "1426151926": "Can I change the server for my Deriv MT5 account?",
"1426790442": "Prevedi le oscillazioni dei prezzi delle maggiori coppie Forex e aumenta il tuo profitto potenziale senza perdere importi superiori alla puntata.",
- "1433223815": "Trading su panieri indici disponibile su Deriv",
+ "1433223815": "Trading su paniere di indici disponibile su Deriv",
"1433574125": "Attenzione:",
"1435127930": "Prova SmartTrader su Deriv.com",
"1435321289": "Eseguire depositi e prelievi velocemente e accuratamente.",
"1435793182": "Prevedi se il punto di uscita sarà superiore o inferiore al prezzo di ingresso o a quello all'orario di reset.",
"1437505451": "Calcolatore pip",
"1439020196": "Con questi indici, si verifica una media di un calo (crollo) o picco (boom) dei prezzi in una <0>serie da 1000, 500 o 300 tick0>.",
- "1441027550": "Il servizio potrebbe non essere disponibile nel tuo paese, o forse hai aperto un link danneggiato.",
+ "1441027550": "Il servizio potrebbe non essere disponibile nel tuo Paese, o forse hai aperto un link danneggiato.",
"1445592224": "Hai erroneamente indicato un altro indirizzo e-mail (normalmente quello di lavoro o personale, invece di quello che intendevi usare).",
+ "1445901371": "Sceglie tra i conti <0>sintetico0> o <0>finanziario0>. Poi, premi <0>Aggiungere conto reale0> o <0>Aggiungere conto demo0>.",
"1448470646": "4. Seleziona la cartella su cui salvare la strategia e clicca \"Seleziona\".",
+ "1450233348": "If you haven’t made a deposit or added a real MT5 account, follow these steps:",
"1451636739": "Strumenti intuitivi",
"1454189755": "Se il punto di uscita corrisponde alla barriera inferiore o alla barriera superiore, non ottieni il payout.",
"1454243296": "Requisito di capitale minimo, rischio limitato",
+ "1456673219": "How and when will I receive my commission payout?",
+ "1456920032": "<0>Deriv X0> and <1>Deriv MT51> offer CFD trading on a similar range of assets, where you're able to open positions with leverage and your potential profit is only known when you close your positions. It's riskier than digital options trading because while you may potentially gain a lot if you win, you may also lose a lot if you don't. Deriv X and Deriv MT5 are popular among our traders who enjoy the risks as part of the excitement of CFD trading.",
"1458263388": "Guadagna quando i tuoi clienti fanno trading con un conto finanziario STP di MT5.",
"1458583383": "Accademia",
"1463614633": "Le seguenti applicazioni esterne non sono coperte da questo programma:",
@@ -943,64 +1035,78 @@
"1472787414": "Azioni e indici azionari: concetti di base",
"1475208422": "Parigi",
"1479399998": "Trova la posizione adatta a te fra le opportunità di lavoro per Deriv a Kigali, Rwanda.",
+ "1480607246": "This difference is because MT5 is a third-party platform that requires its own login credentials. Your Deriv MT5 login gives you access to the MT5 platform, while your Deriv login gives you access to our digital options platforms such as DTrader and DBot.",
"1484774405": "0,25",
"1485752074": "Fai trading su piattaforme sicure, intuitive e facili da usare con tecnologie per i grafici di alto livello.",
"1486874803": "Ti piace Binary Bot?",
+ "1488554938": "If you don’t have a Deriv account yet, <0>sign up0> for free.",
+ "1489350747": "To become an IB, you'll need to be an existing affiliate with a Deriv account and an MT5 Synthetic real account. If you do, you can apply to become an IB by writing to us at <0>affiliates@deriv.com0>. <1>Get more info about our IB programme1>.",
"1489994179": "Trova la posizione adatta a te fra le opportunità di lavoro per Deriv ad Asunción, Paraguay.",
"1490540125": "Come posso automatizzare la strategia di trading?",
- "1491012687": "P2P di Deriv: la nostra app per i pagamenti su rete paritaria (<0>app per Android0>, <1>app per iOS1>)",
+ "1490936453": "For your Deriv real account, go to <0>Reports0> to close or sell your open positions.",
+ "1491012687": "Deriv P2P: la nostra app per i pagamenti su rete paritaria (<0>app per Android0>, <1>app per iOS1>)",
"1491181763": "Indice Range Break 100",
"1492594418": "Effettua depositi e prelievi con facilità dal desktop o su dispositivi mobili.",
"1493671770": "<1>Nota:1> per potere aggiungere un indicatore, è necessario eseguire l'upgrade del conto MQL5 e classificarsi come venditore. Se non lo hai ancora fatto, <0>segui i passaggi riportati su questa pagina0> per registrarti come venditore.",
"1493835906": "Francia",
+ "1496486675": "Why can't I withdraw using Maestro or Mastercard?",
"1496810530": "GBP/AUD",
+ "1498651658": "Si. <0>Contattaci tramite chat live0>, e ti aiuteremo a risolverlo. Avremo bisogno delle seguenti informazioni:",
"1499981850": "+330K",
"1502162725": "Tipi di trade flessibili con requisiti di capitale minimi",
"1502175389": "Indica l'imposta swap nella valuta della quotazione per le coppie Forex, oppure nella denominazione dell'asset sottostante per le materie prime.",
+ "1502453121": "Your orders are available in the <1>Orders1> tab at <0>Cashier > Deriv P2P0>.",
"1502642397": "Scegli fra tre piattaforme efficienti, pensate per le tue esigenze",
"1503602940": "Se il livello di margine scende sotto il livello di chiamata a margine di Deriv, ricevi una chiamata a margine, ovvero un avviso che il saldo sta raggiungendo il livello di stop out.",
- "1504960339": "Deriv (FX) Ltd - F16, primo piano, Paragon Labuan, Jalan Tun Mustapha, Labuan 87000, Malesia - è autorizzata dalla Labuan Financial Services Authority (<0>licenza n. MB/18/00240>).",
+ "1504670496": "The minimum amount you’ll need to open a position on Deriv MT5 depends on the margin required for each asset. You can calculate the margin required using our <0>margin calculator0>.",
"1505978883": "<0>Vedi tutte le domande0>",
"1509244758": "Modalità",
"1510075920": "Gold/USD",
+ "1516537408": "Non puoi fare trading su Deriv o depositare fondi sul tuo conto.",
"1516676261": "Deposito",
"1521590614": "Conserva l'importo della puntata dell'ultimo contratto acquistato. Puoi assegnare qualsiasi importo in base alla tua strategia.",
+ "1522587298": "Take note of your <0>username0> and password.",
"1524033858": "Cos'è DTrader?",
"1525885795": "In qualità di agente, riceverò commissioni da Deriv?",
"1528031455": "Hai già un conto?",
"1529602839": "Livello",
- "1534697187": "RTS28 2019",
"1536955851": "Trading su opzioni | Tipi di trading | Deriv",
"1537212469": "Prezzo spot",
- "1539108340": "Indice EUR",
"1539984821": "Puoi contattare il team di assistenza di Deriv tramite live chat 24/7, anche durante il weekend. Inoltre, puoi contare sul supporto del <0>centro assistenza0> e degli altri trader della <1>comunità online1>.",
+ "1540879673": "How do I change my affiliate payment method?",
"1541818425": "Reimposta la password",
"1542393407": "Funzionalità del trading con CFD su Deriv",
"1542938499": "Si tratta del principale software di pagamento nel sud-est asiatico. Attualmente è disponibile per effettuare depositi in Vietnam, Thailandia e Indonesia.",
+ "1546535785": "Are there any conditions that I should meet before I can withdraw my commission?",
"1546917177": "5 - 750",
"1550574351": "Ipotizziamo che tu voglia tenere aperti per una notte due lotti EUR/USD con un valore in punti di 0,00001 e un'imposta swap di -0,12.",
- "1550835977": "I clienti nel resto del mondo (eccetto i Paesi sottoposti a restrizioni come USA, Canada e Hong Kong), che intendono effettuare trading con CFD su strumenti finanziari e criptovalute, potranno aprire il proprio conto finanziario STP di DMT5 con Deriv (BVI) Ltd. ",
"1551153165": "Su Deriv puoi fare trading sulle seguenti opzioni:",
"1551172020": "Paniere AUD",
"1552847627": "Scopri come diventare l'agente di pagamento su Deriv: inviaci un'e-mail e candidati.",
"1553783327": "Puoi contare sull'esperienza e sulla disponibilità dei nostri professionisti ogni volta che ne hai bisogno.",
- "1553836855": "Crea un conto di prova",
+ "1553836855": "Crea un conto demo",
"1553995374": "1 USD",
+ "1555213049": "List of shareholders",
"1556304768": "Il trading di indici sintetici ti permette di guadagnare facendo previsioni corrette sulle oscillazioni dei prezzi dei nostri indici proprietari che simulano i movimenti del mercato reale.",
+ "1556776884": "To log in on your mobile, you'll need the app. If you haven't got the app, you can download it from your dashboard.",
"1556866509": "Se acquisti un contratto con cancellazione, il pulsante \"Annulla\" ti permette di concludere il contratto e tornare alla puntata totale. Se invece premi il pulsante \"Chiudi\", puoi chiudere la posizione al prezzo corrente, con il rischio di perdita se chiudi un trade in perdita.",
"1556922066": "Fai trading con altri utenti trasferendo i fondi presenti sul tuo conto Deriv in tutta facilità.",
- "1558114971": "I problemi di gravità bassa esponogno un numero limitato di dati. Potrebbero deludere le aspettative degli utenti in termini di funzionalità, ma senza aggirare le autorizzazioni (privilege escalation) o la capacità di provocare un comportamento inatteso. Per esempio:",
+ "1557535154": "Is it free to join your affiliate programme?",
+ "1558114971": "I problemi di gravità bassa espongono un numero limitato di dati. Potrebbero deludere le aspettative degli utenti in termini di funzionalità, ma senza aggirare le autorizzazioni (privilege escalation) o la capacità di provocare un comportamento inatteso. Per esempio:",
"1559712313": "Trading su materie prime disponibile su Deriv",
"1562241070": "Tutti tuoi mercati preferiti e molto altro",
+ "1563919822": "You'll get daily commission payouts in your MT5 Synthetic account.",
"1564461474": "Effettua depositi e prelievi con una carta di debito o credito Mir.",
+ "1565220133": "you reside in the UK, or",
"1567023771": "Europe 50",
"1567026093": "paesi",
"1567745852": "Nome del bot",
"1568229202": "Questo ti aiuta a fissare il livello di stop loss e/o take profit quando il prezzo dell'asset si alza o si abbassa.",
"1569765697": "BTC/XAG",
- "1569834661": "Fai trading su forex, indici sintetici, azioni, indici azionari, criptovalute, panieri indici e materie prime da un'unica piattaforma.",
+ "1569834661": "Fai trading su forex, indici sintetici, azioni, indici azionari, criptovalute, paniere di indici e materie prime da un'unica piattaforma.",
"1571130376": "Business importanti",
- "1571653008": "Utilizza il conto di prova gratuito per fare trading con fondi virtuali illimitati, è il modo più semplice per imparare a usare i nostri prodotti.",
+ "1571653008": "Utilizza il conto demo gratuito per fare trading con fondi virtuali illimitati, è il modo più semplice per imparare a usare i nostri prodotti.",
+ "1571816719": "What is a referred client?",
"1573231398": "Perché fare trading con criptovalute su Deriv",
"1574476135": "Ipotizziamo che la tua previsione sia per un mercato in rialzo.",
"1576607456": "Il gruppo Deriv – che comprende i proprietari dei marchi Deriv e Binary.com – è nato nel 1999, quando abbiamo iniziato i lavori per il primo servizio di trading a quota fissa del mondo. Da allora, abbiamo guadagnato competenze ed esperienza e, soprattutto, la fiducia dei trader in tutto il mondo.",
@@ -1009,7 +1115,7 @@
"1578596075": "Argento/EUR",
"1580079138": "Sei tu ad avere il controllo",
"1582462514": "Controlla che l'ortografia sia corretta e riprova",
- "1584558075": "Promuovi i tuoi servizi ai clienti Deriv nel tuo paese.",
+ "1584558075": "Promuovi i tuoi servizi ai clienti Deriv nel tuo Paese.",
"1585930852": "Attivare pagine di errore di debug senza prova di usabilità oppure ottenere informazioni sensibili",
"1586065334": "Paraguay",
"1586312040": "10 USD",
@@ -1017,16 +1123,21 @@
"1588850507": "<0>Paniere USD0> misura il valore del dollaro statunitense rispetto a un paniere di cinque valute internazionali (EUR, GBP, JPY, CAD, AUD), ciascuna ponderata del 20%.",
"1589165958": "Prova con \"Trade\"",
"1591242575": "Come usiamo e proteggiamo i dati che condividi con noi",
+ "1591498220": "Do I need a Deriv account to use Deriv P2P?",
"1591623217": "Ti piace MT5 su Binary.com?",
"1592543050": "Fino a $10.000",
+ "1593423002": "Follow the instructions to create your real account.",
+ "1593716245": "What are the trading limits on my account?",
"1593723948": "1. Crea un conto Deriv",
"1595539912": "Tempo di esecuzione",
+ "1598664071": "List of directors",
"1599891822": "Importo stop loss in decrescita",
"1601324523": "5 - 10.000",
"1601498870": "Articoli recenti",
"1601664674": "Formula swap per cellulare",
"1601968899": "I contratti di criptovalute con moltiplicatori hanno una durata definita che varia a seconda del tipo di asset con cui fai trading. Appare sulla dashboard di DTrader prima che il trade venga piazzato.",
"1602627054": "Il valore pip è <0>2 USD0>.",
+ "1602716515": "When you join our IB programme,",
"1602800752": "Salva le tue strategie",
"1604199439": "Deriv X è una piattaforma di trading multi-asset personalizzabile. Offre CFD su Forex, materie prime, criptovalute e indici sintetici, per un'esperienza versatile che di permette di personalizzare il tuo spazio di trading.",
"1604222298": "Calcolatore di margine",
@@ -1038,19 +1149,22 @@
"1610511716": "Vai su DTrader",
"1611194169": "1. Registrati con Deriv",
"1611229342": "Fai trading subito con titoli azionari internazionali e indici azionari sulla nostra piattaforma DMT5",
+ "1611981849": "Where can I see my orders?",
"1613233789": "Blog",
"1613860853": "Il gestore del conto sarà a tua completa disposizione per discutere eventuali piani di incentivi. Ricorda che non consentiamo incentivi, omaggi e pagamenti non autorizzati per favorire le iscrizioni da parte dei clienti. In caso di violazioni, potremmo trattenere le commissioni.",
"1614426743": "Piattaforme DBOT",
- "1615327604": "<0>L'indice USD0> misura il valore del dollaro statunitense rispetto a un paniere di cinque valute internazionali (EUR, GBP, JPY, CAD, AUD), ciascuna ponderata del 20%.",
+ "1615509866": "Piattaforme efficienti e semplici da usare ",
"1615969878": "Perché state realizzando un rebranding?",
"1616071522": "<0>France 400> segue l'andamento dei 40 titoli azionari più negoziati relativi alle prime 100 società quotate in borsa in Francia.",
"1616502762": "<0>US Tech 1000> segue l'andamento azionario delle 100 più grandi società non finanziarie negli Stati Uniti.",
"1618280107": "Offrire prezzi competitivi su tutti i nostri prodotti",
"1619070150": "Verrai reindirizzato a un sito web esterno.",
"1619579199": "Perché il saldo P2P di Deriv è diverso dal saldo del conto Deriv?",
+ "1621224521": "How can I reactivate my Deriv account?",
"1621463985": "Per noi è un onore lavorare per chi usa i nostri prodotti e servizi, e cerchiamo sempre di garantire la massima qualità. Per questo i nostri valori e principi sono fondamentali per definire chi shiamo, le ragioni dietro alla nostra missione e soprattutto come trattiamo clienti e colleghi. In tutte le nostre sedi e in ogni momento della giornata, ci impegniamo a rispettare i seguenti principi.",
"1622130657": "Iscriviti alla nostra accademia vie e-mail",
"1622334173": "EUR/ZAR",
+ "1623894448": "How do I create an API token?",
"1624895344": "Modalità di pagamento che accetterai da parte dei clienti",
"1625424557": "<0>Netherland 250> segue l'andamento azionario delle 25 società maggiormente oggetto di negoziazioni nei Paesi Bassi.",
"1625517227": "Utilizzata da oltre 20 milioni di clienti in tutto il mondo: accesso immediato, prelievi gratuiti e punti premio che puoi riscattare per la cassa.",
@@ -1059,15 +1173,17 @@
"1631620531": "Anni di esperienza nel settore",
"1631705059": "Prevedi se il punto di uscita sarà superiore o inferiore rispetto a un prezzo previsto (la barriera) alla fine della durata contrattuale.",
"1632238343": "Fino a $500",
+ "1633022779": "Synthetic indices and cryptocurrencies are available for trading 24/7.",
"1633102593": "Sviluppatori di software",
"1634507782": "Indice Range Break 200",
"1636066113": "Opportunità di collaborazione",
"1636527166": "Trading su Forex disponibile su Deriv",
"1636782601": "Moltiplicatori",
- "1637072557": "Questo problema potrebbe presentarsi se hai cliccato sul pulsante \"Preleva\" più volte. Prova nuovamente a effettuare il prelievo e poi apri l'ultimo link di verifica inviato via e-mail, assicurandoti di utilizzarlo entro un'ora dalla ricezione.",
+ "1637050346": "Why did my credit card deposit get declined?",
"1637552314": "Una volta impostati i parametri in base alle tue preferenze, seleziona \"Ascendente\" o \"Discendente\" per acquistare il contratto. Altrimenti, continua a personalizzare i parametri e inserisci l'ordine quando le condizioni ti soddisfano.",
"1643887982": "Amazon.com Inc",
"1644652204": "Trasferisci fondi sul conto con la modalità di pagamento che preferisci.",
+ "1644929511": "<0>DTrader0>, <1>SmartTrader1>, <2>DBot2>, and <3>Binary Bot3> offer digital options trading on a range of underlying assets such as forex, stock indices, commodities, and synthetics. These platforms allow you to set the contract duration before opening positions, and you'll know exactly how much you'll earn if you win. You may find these platforms more intuitive if you're new to the trading world.",
"1645164568": "ideazione gratuita",
"1647478191": "Collabora con noi come associato: guadagnerai commissioni dalle entrate nette prodotte dai clienti introdotti da te su DTrader e DBot.",
"1648545897": "Vince Stanzione.",
@@ -1077,13 +1193,15 @@
"1658580871": "Queste modalità di pagamento sono disponibili esclusivamente per i clienti con i conti di trading per criptovalute.",
"1659675491": "Fai pratica con l'app per smartphone o per computer, oppure tramite il tuo browser per il web.",
"1660776335": "Per depositare fondi sul conto Deriv X di Deriv, occorre usare i fondi sul conto Deriv. Vai su Cassa ><0>Trasferimenti tra conti0> e segui le istruzioni riportate.",
+ "1661263248": "How can I download my Deriv MT5 history?",
+ "1661791574": "Available 24/7, our synthetic indices emulate price movements of real-world markets with varying levels of volatility. As they aren't based on actual underlying assets, they are unaffected by real-world market events.",
"1661832115": "Le tue segnalazioni sui bug vengono riviste e valutate in base a impatto e severità.",
"1664747386": "Paypal",
"1665738338": "Saldo",
"1667409996": "Condividere le nostre fonti di guadagno",
"1669172828": "Prevedi le tendenze del mercato e diversifica il rischio facendo trading con le azioni e gli indici più performanti al mondo.",
"1672776151": "Richiedi ora un e-book gratuito!",
- "1673976740": "Gli indici sintetici sono progettati per simulare i movimenti del mercato globale, ma con un rischio reale ridotto. Fai trading con i moltiplicatori sugli indici sintetici 24/7 e sfrutta a tuo vantaggio leva elevata, spread ridotti e intervalli di generazione prefissati.",
+ "1673976740": "Gli indici sintetici sono progettati per simulare i movimenti del mercato globale, ma con un rischio reale ridotto. Fai trading con i moltiplicatori sugli indici sintetici 24/7 e sfrutta a tuo vantaggio leva elevata, spread ridotti e intervalli di generazione prefissati.",
"1674164323": "<0>Con un moltiplicatore x5000>, se il mercato registra un calo del 2%, <1>perderai solo 100 dollari1>. Se la perdita raggiunge l'importo della puntata, subentra automaticamente lo stop-out.",
"1674363165": "di trader in tutto il mondo",
"1676292946": "Il trading su Forex ti permette di ottenere profitti dalle oscillazioni dei valori valutari relativi nel mercato Forex.",
@@ -1098,7 +1216,6 @@
"1683034855": "DTrader è una piattaforma avanzata che ti permette di fare trading con più di 50 asset, come opzioni opzioni digitali, retrospettive e moltiplicatori.",
"1686378613": "DBot è uno strategy builder basato sul web e pensato per attività di trading con opzioni digitali. Si tratta di una piattaforma su cui puoi creare il tuo bot di trading usando \"blocchi\" da trascinare nell'area di lavoro.",
"1686846461": "Fai trading sugli indici di volatilità con DTrader di Deriv",
- "1689738742": "Indice Gold",
"1691349777": "Unisciti a oltre 1 milione di persone che fanno trading con Deriv.com e Binary.com, la piattaforma pluri-premiata che da oltre 20 anni conta sulla fiducia dei propri clienti.",
"1692148560": "Calcola il valore dell'oro rispetto a un paniere di cinque valute globali (EUR, GBP, JPY, AUD, USD), ciascuna ponderata del 20%.",
"1692290832": "Che tipo di supporto per il marketing fornite?",
@@ -1107,12 +1224,15 @@
"1707301172": "Azioni a portata di click",
"1708242802": "Usa un browser sicuro come Google Chrome. Installa sempre la versione più aggiornata del software, che comprende i patch di sicurezza.",
"1709273595": "Un lotto standard di Forex = 100.000 unità",
+ "1709893717": "You'll have access to reports that show your hits, impressions, click-through rates, clients' trading activity, and more.",
"1711575167": "Disponibile per il trading su Deriv MT5 e Deriv X (a margine), DTrader (con opzioni e moltiplicatori) e Deriv GO (con moltiplicatori).",
- "1713857763": "<0>L'importo di stop loss e/o take profit crescente = Max [{puntata × ((livello di stop loss OPPURE take profit - prezzo dell'asset) ÷ prezzo dell'asset × moltiplicatore) - commissione}, -puntata]0>",
+ "1713857763": "<0>L'importo di stop loss e/o take profit crescente = Max [{puntata × ((livello di stop loss OPPURE take profit - prezzo dell'asset) ÷ prezzo dell'asset × moltiplicatore) - commissione}, -puntata]0>",
"1714709402": "Chi stabilisce il tasso delle commissioni per operazione?",
"1715011380": "Indice Jump 25",
+ "1715241142": "How do I see my earnings?",
"1715491803": "Fino a $100",
"1717346758": "Falsificazione delle richieste lato server e tra siti (senza accesso al network interno)",
+ "1719304654": "The pricing of our synthetic indices is backed by algorithms that are audited for fairness by an independent third party. Due to regulatory requirements, synthetic indices are unavailable in some countries. Refer to ‘Product offering’ in our <0>terms of use0> for more info.",
"1720725354": "Quali sono le differenze tra conto DMT5 standard, avanzato e per indici sintetici?",
"1721296073": "Conto finanziario STP di DMT5 calcolato primo",
"1723694822": "Visita la nostra homepage",
@@ -1122,7 +1242,7 @@
"1730081262": "Hai trovato il tuo brand preferito?",
"1733606989": "0,50",
"1733660945": "I fondi sono disponibili non appena vengono confermati",
- "1734683614": "Direttore Generale",
+ "1734683614": "Direttore generale",
"1735145843": "Flessibilità con diversi tipi di conto",
"1739086943": "Wall Street 30",
"1741049129": "Prelievo minimo",
@@ -1130,11 +1250,13 @@
"1743448290": "Agenti di pagamento",
"1743752393": "Business generale",
"1745193633": "Avviso di reindirizzamento",
- "1745471992": "Gli indici azionari misurano il valore di società scelte nel mercato azionario, permettendo agli investitori di capire l'andamento di un gruppo specifico di asset.",
"1746633126": "Cosa succederà a Binary?",
"1746782390": "Dopo essermi registrato come agente di pagamento, potrò ancora fare trading con il mio conto?",
"1748626120": "Zero costi nascosti",
+ "1748925202": "How can I reactivate my Deriv MT5 account?",
"1751673286": "La sicurezza è collaborazione. Segnala i bug e ottieni una ricompensa.",
+ "1752586208": "What payment methods can I use to exchange with other traders?",
+ "1753559268": "We'll pay your IB commission into your MT5 Synthetic account daily.",
"1755228338": "Proteggere il conto",
"1758111931": "utenti attivi",
"1760376318": "Sì, ma sempre nel rispetto dei termini e delle condizioni (consulta la scheda \"Per i partner commerciali\" nella pagina <0>Termini e condizioni0>).",
@@ -1145,36 +1267,47 @@
"1768089459": "Parigi | La nostra sede – Francia | Deriv",
"1770479100": "Selezionando \"Superiore\", vinci il payout se lo spot d'uscita è notevolmente superiore alla barriera.",
"1770534439": "formula swap per indici sintetici su cellulare",
+ "1772047578": "Why are my Deriv MT5 login details different from my Deriv login details?",
"1772406884": "Consiglio Deriv P2P soprattutto ai trader più piccoli perché facilita deposito e prelievo di fondi.",
"1774467475": "Le segnalazioni di livello di vulnerabilità basso verranno ricompensate <0>solo0> se ci aiutano a risolvere problemi di sicurezza seri. La ricompensa verrà stabilita caso per caso.",
"1774791951": "Prevedi se il punto di uscita sarà all'interno o all'esterno dell'intervallo di due prezzi scelti alla fine della durata del contratto.",
"1777934033": "Fai trading con CFD 24/7 sui nostri esclusivi indici sintetici societari, che simulano i movimenti del mercato reale.",
"1782308283": "Strategia rapida",
"1782703044": "Registrati",
+ "1784343675": "Please <0>contact us via live chat0> immediately, and we'll help to disable 2FA on your account. When you have a new phone, please <1>re-enable 2FA1>.",
"1784680288": "Prima di ogni trade riceverai informazioni sull'impatto del margine sul tuo saldo.",
"1786089908": "Scopri di più sul trading con opzioni su Deriv: ottieni il payout se prevedi correttamente l'oscillazione dei prezzi nei mercati di Forex e indici sintetici, così come in altri mercati comuni.",
+ "1786747559": "Our regulators require us to verify your account in accordance with anti-money laundering (AML) and Know Your Customer (KYC) laws. If we have prompted you to upload your documents to verify your account, it means that you'll only be able to continue using our services after your account is verified.",
+ "1790839584": "<0>A social media admin0> \n Promote our products and services on your social media pages, and earn commission when you convert your audience into traders.",
"1791730321": "Acquista il contratto se la posizione da te definita ti soddisfa.",
"1795749796": "Centro assistenza | Domande frequenti | DBot | Deriv",
+ "1798765888": "Copy the link in the <0>Landing page URL0> field. This is the referral link that you can share with your clients.",
"1799377913": "Trading con opzioni disponibile su {{market_name}}",
"1802409084": "Valore pip",
- "1804642811": "Crea un conto di prova",
+ "1804642811": "Crea un conto demo",
"1805914152": "Fiat onramp - Acquista criptovalute dalle migliori piattaforme exchange.",
"1806416151": "Il programma IB di Deriv consiste in una collaborazione da cui ottieni benefici convincendo nuovi clienti a fare trading sulla nostra piattaforma DMT5.",
"1807936072": "Cipro",
"1808393236": "Accedi",
+ "1810304465": "You'll need to transfer the funds from your Deriv MT5 account to your Deriv account. You can do this on the <0>Cashier page0>. Your funds will be available in your Deriv account as soon as you complete the transfer.",
"1810957214": "Supponiamo tu voglia calcolare il livello di stop loss all'apertura di una posizione per indice di volatilità 100 al prezzo di 3376,24 USD con una puntata di 10 USD, un moltiplicatore di x100 e uno stop loss di 7,54 USD in crescita.",
+ "1812325040": "Source of wealth documentation",
"1812969702": "Interim | FAQ",
"1813700208": "Indice Boom 300",
"1813703795": "Registrati come associato e IB",
"1815044592": "Selezionando \"Solo ascendente\", ottieni il payout se tick consecutivi superano sequenzialmente il punto di entrata. Non ottieni alcun payout se qualsiasi tick è minore o uguale a uno dei tick precedenti.",
+ "1815324634": "The minimum deposit and withdrawal amount varies depending on the payment method. The lowest deposit and withdrawal amount is 5 USD/EUR/GBP/AUD via e-wallets. See our <0>Payment methods0> page for a complete list of payment methods and their minimum deposit and withdrawal amounts.",
"1816009319": "interesse",
+ "1816305227": "If you’re in the EU or UK:",
"1817888235": "Guadagna facendo previsioni su picchi e crolli repentini del mercato con i nostri indici Crash/Boom.",
"1819952453": "Il nostro programma per introducing broker è disponibile per tutti gli associati di Deriv.",
"1820212843": "Impara a fare trading usando i video e i tutorial offerti dall'accademia online di Deriv.",
+ "1823119628": "the Vanuatu Financial Services Commission",
"1823770507": "DOT/USD",
"1824094317": "Trading 24/7",
"1826550764": "Perché scegliere noi",
"1828442573": "materie prime",
+ "1830057548": "We have 3 commission plans:",
"1831254808": "Se mantieni aperta una posizione durante la notte, sul tuo conto per il trading verrà eseguito un aggiustamento (tasso swap) per compensarne il relativo costo. Per gli strumenti oggetto di trading sulle nostre piattaforme valgono tassi swap e condizioni differenti. Tali tassi sono basati su condizioni come orario e numero di giorni - festività comprese - in cui mantieni aperte le posizioni.",
"1831680837": "prelievo",
"1832974109": "SmartTrader",
@@ -1191,25 +1324,27 @@
"1841852640": "Programmi di collaborazione con Deriv",
"1842713118": "3. Puoi anche cercare i blocchi desiderati usando il campo di ricerca sulla barra degli strumenti, nella parte superiore dell'area di lavoro.",
"1845394200": "Per proteggere il conto e i dati personali del cliente, Deriv utilizza le migliori misure di sicurezza, come la crittografia SSL.",
- "1846521577": "È il Programma di Agenti di Pagamento Deriv lo stesso di Deriv P2P (DP2P)?",
+ "1846521577": "Il Programma per agenti di pagamento di Deriv è lo stesso di Deriv P2P (DP2P)?",
"1849054373": "3. Effettua un trade",
- "1851993047": "Quali contratti per il trading sono disponibili durante il weekend?",
- "1852402040": "Attività generali",
+ "1852402040": "Business generali",
"1853363847": "Disponibile per il trading su Deriv MT5 e Deriv X (a margine) e DTrader (con moltiplicatori).",
"1854618305": "Selezionando \"Superiore\", vincerai il payout se il punto di uscita è notevolmente superiore al punto di entrata.",
+ "1857302542": "Can I open a corporate or business account?",
"1857508131": "Deposita fondi in totale sicurezza direttamente dal tuo dispositivo mobile. Per i clienti in Ghana.",
"1858594477": "Siamo consapevoli che i cambiamenti non sono facili, per questo ci stiamo impegnando al massimo per garantire una transizione da Binary.com a Deriv.com il più lineare possibile.",
"1860012910": "Un modo semplice, rapido ed economico di trasferire denaro, supportato da banche e commercianti in tutto il mondo.",
"1860472068": "Banking online",
- "1862400286": "Quali tipi di contratto posso usare su DTrader?",
"1866193342": "DTrader ti permette di fare trading con più di 50 asset, come opzioni digitali, retrospettive e moltiplicatori. DMT5 è una piattaforma multi-asset per il trading spot su Forex e contratti per differenza (CFD) con leva.",
"1868860566": "EUR/SEK",
"1869497149": "Il trading è più semplice con grafici facili da usare e temi scuri che facilitano la lettura.",
"1872384056": "Temi chiari e scuri per un'esperienza ancora più piacevole",
"1872568231": "GBP/TRY",
"1873099524": "Ottieni guadagni fissi prevedendo il movimento del prezzo di un asset.",
+ "1874424045": "I lost my phone. How can I disable two-factor authentication (2FA)?",
"1876344462": "Novartis AG",
"1876748041": "Dopo 20 anni di attività, possiamo dire di conoscerti meglio. Per questo vogliamo sfruttare il processo di rebranding per adottare soluzioni di trading online migliorate e pensate per soddisfare tutte le tue esigenze.",
+ "1876786466": "This is due to the spread, which is the difference between the ‘bid’ and ‘ask’ prices. Your positions will start earning a profit when the market moves in your favour.",
+ "1877410120": "Informazioni utili",
"1879930260": "Zero vendite forzate",
"1880965589": "Condivisione dei ricavi",
"1881114347": "Mercati per il trading su Deriv",
@@ -1220,6 +1355,7 @@
"1889326047": "Disponibile come app web e mobile",
"1890990339": "<0>Hong Kong 500> tiene traccia dell'andamento azionario delle 50 società principali quotate ad Hong Kong.",
"1893015908": "Uber Technologies Inc",
+ "1894801487": "Deriv MT5 is a CFD trading platform that gives you access to forex, stocks, stock indices, commodities, cryptocurrencies, and synthetics. Learn more about Deriv MT5 <0>here0>.",
"1897018869": "ETC/USD",
"1897907613": "Effettua depositi e prelievi con la carta di debito Maestro.",
"1898130358": "Sul tuo computer",
@@ -1229,16 +1365,17 @@
"1902951214": "I nostri uffici",
"1903393516": "La comunità di supporto di Deriv può aiutarti a trovare le risposte che cerchi.",
"1903495030": "Per i conti sintetici, il valore pip di stop loss e/o take profit è in USD.",
+ "1904617508": "Al di fuori dell'UE, i prodotti finanziari vengono distribuiti dalle seguenti società: Deriv (FX) Ltd, F16, primo piano, Paragon Labuan, Jalan Tun Mustapha, 87000 Labuan, Malesia, autorizzata dalla Labuan Financial Services Authority (<0>licenza n. MB/18/00240>); Deriv (BVI) Ltd, Kingston Chambers, P.O. Box 173, Road Town, Tortola, Isole Vergini Britanniche, autorizzata dalla British Virgin Islands Financial Services Commission (<1>licenza n. SIBA/L/18/11141>); Deriv (V) Ltd, 1276, Kumul Highway, Port Vila, Vanuatu, autorizzata e regolamentata dalla Vanuatu Financial Services Commission; e Deriv (SVG) LLC, Hinds Buildings, Kingstown, Saint Vincent e Grenadine.",
"1904774976": "<0>Germany 400> segue l'andamento azionario delle 40 società principali quotate in Germania.",
- "1905213812": "Deriv (BVI) Ltd - Kingston Chambers, P.O. Box 173, Road Town, Tortola, Isole Vergini britanniche - è autorizzata dalla British Virgin Islands Financial Services Commission (<0>licenza n. SIBA/L/18/11140>).",
"1905380076": "Finalizza il pagamento con la controparte dell'operazione.",
"1905702565": "Protezione del denaro dei clienti",
"1905714256": "Esperienza di trading perfezionata",
- "1906771172": "Come posso cambiare la valuta del conto?",
+ "1906101554": "You’ll earn a payout based on the volume of your clients' trades. Find out more <0>here0>.",
"1907226338": "Coca-Cola",
"1909647105": "TRX/USD",
"1909809509": "Calcolatore di swap",
"1914949637": "Cos'è il Programma per associati di Deriv?",
+ "1915387440": "If you’re selling:",
"1916887645": "Massimizza i profitti e limita le perdite",
"1922529883": "Indice Boom 1000",
"1923530212": "Flessibile.",
@@ -1251,7 +1388,7 @@
"1933869329": "Le opzioni di cancellazione e chiusura non sono consentite simultaneamente.",
"1934376550": "Fino a $2.500",
"1935201826": "Guadagna dalle entrate nette mensili generate dai tuoi clienti.",
- "1936519569": "Fai trading su forex, indici sintetici, azioni, indici azionari, criptovalute, panieri indici e materie prime con leva elevata.",
+ "1936519569": "Fai trading su forex, indici sintetici, azioni, indici azionari, criptovalute, paniere di indici e materie prime con leva elevata.",
"1939014728": "Come si tolgono i blocchi dall'area di lavoro?",
"1939374383": "Guadagna",
"1940177604": "Trading",
@@ -1259,24 +1396,30 @@
"1941116009": "Binary.com verrà rimossa?",
"1942214601": "Livello stop loss in crescita",
"1942485223": "Cosa succederà al mio conto per associati?",
+ "1947069292": "You can create an API token <0>here0>. Give your token a name, select the scope, and click <1>Create1>.",
"1948092185": "GBP/CAD",
"1948630262": "Per ottenerne uno, devi prima accedere alla dashboard per associati di Binary.com.",
"1949701571": "Crea un conto reale Deriv.",
"1953016421": "Perché fare trading con opzioni su Deriv",
"1959548433": "Fissa la durata del trade. In base alla tua visione del mercato - di breve o lungo termine - puoi stabilire preferenze di durata, a partire da 1 a 10 tick oppure da 15 secondi a 365 giorni.",
- "1963811607": "Come posso contattare la controparte dell'operazione?",
+ "1959678342": "Highs & Lows",
+ "1962097923": "Help centre | Frequently asked questions | IB programme | Deriv",
+ "1963262703": "What does ‘completion rate’ mean?",
"1963884651": "Effettua depositi e prelievi in Paxos Standard, una criptovaluta ancorata alla valuta USD.",
+ "1964475042": "Frequently asked questions - About",
"1964675673": "Collabora con un fornitore di fiducia per il trading online.",
"1966310384": "In questo scenario, dovresti fissare l'importo di take profit a <0>3350,110>.",
"1967743855": "Indichiamo in modo chiaro eventuali imposte e addebiti.",
"1969128618": "Gestisci un'attiva comunità online di appassionati di trading, investimenti e gestione delle finanze personali.",
"1971963414": "PRODOTTI",
"1975644912": "Approfitta di un'interfaccia intuitiva e semplice anche per i trader meno esperti",
+ "1976307636": "Deriv Investments (Europe) Limited ha preparato la Relazione Annuale d'Informativa Finanziaria in conformità con la IV Direttiva sui Requisiti Patrimoniali e il Regolamento sui Requisiti Patrimoniali. Leggi il nostro report per comprendere come ottemperiamo alla disciplina di mercato in qualità di suoi partecipanti.",
"1977160541": "Indici<0>0>americani",
"1978148367": "Apri un conto reale, effettua un deposito e inizia a fare trading per davvero. Scegli tra Forex, indici, materie prime e molto altro.",
"1979503547": "Termini relativi al trading",
"1980724783": "Il valore in punti si ottiene dalle cifre correnti dell'asset. Nell'esempio, la cifra è 5, pertanto il valore in punti è 0,00001.",
"1982404952": "Ricevi quotazione",
+ "1984996183": "I forgot my affiliate password. What should I do?",
"1985905708": "Questi indici corrispondono a mercati simulati con tassi di <0>volatilità costanti al 200% e 300%,0>.",
"1986250253": "Cos'è la strategia Oscar's Grind?",
"1986498784": "BTC/LTC",
@@ -1287,17 +1430,20 @@
"1991711258": "LNK/USD",
"1994023526": "L'indirizzo e-mail inserito contiene un errore o un refuso (è un errore comune, non preoccuparti!).",
"1995896523": "DMT5 è pensata per garantire la miglior esperienza di trading con CFD. Puoi accedere a MT5 da PC o persino da smartphone.",
+ "1996252043": "Once your ad is created successfully, it will appear in the <0>Buy/Sell0> tab.",
"1997138507": "Se l'ultimo tick corrisponde alla media dei tick, non ottieni il payout.",
"1997646348": "Il sito del nostro programma per laureati: besquare.deriv.com",
- "1998840050": "No, non è così. DP2P è un servizio peer-to-peer perché i nostri clienti possano effetturare depositi i prelievi utilizzando la loro valuta locale. Come nosotro agente di pagamento, puoi servirti della piattaforma DP2P per offrire i tuoi servizi ai clienti Deriv nel tuo paese.",
+ "1998840050": "No, non è così. DP2P è un servizio peer-to-peer che consente ai nostri clienti di effetturare depositi e prelievi utilizzando la loro valuta locale. Come nostro agente di pagamento, puoi servirti della piattaforma DP2P per offrire i tuoi servizi ai clienti Deriv nel tuo paese.",
"2003802343": "Non è previsto alcun tipo di requisiti per prelevare le commissioni IB.",
"2005074806": "Prova PnL per il calcolo del margine",
+ "2006479988": "<0>Proof of address0>",
"2007092908": "Fai trading con leva e spread bassi per avere un ritorno maggiore sui trade che vanno a buon fine.",
"2010744433": "Ci impegniamo a fornire assistenza tramite chat live 24/7. Gli agenti verranno formati per essere in grado di rispondere alle domande più rilevanti sul servizio.",
"2015114251": "Qual è il minimo/massimo che posso depositare sul conto Deriv X?",
"2017042641": "2 - 3 giorni lavorativi",
"2018198484": "Il trading su criptovalute ti permette di ottenere profitti dalle oscillazioni dei prezzi anche se non possiedi le monete digitali sottostanti. In altre parole, guadagni se prevedi correttamente in che direzione si muove l'oscillazione del prezzo.",
- "2019140039": "Perché fare trading con indici paniere su Deriv",
+ "2018600727": "Deriv Investments (Europe) Limited è autorizzata a fornire servizi in qualsiasi altro Stato membro dell'UE in virtù dei diritti conferiti dal passaporto europeo. Fare riferimento alla lista di cui sopra per l'elenco dei paesi dell'UE che hanno accesso a Deriv.com in base a tali diritti.",
+ "2019140039": "Perché fare trading con paniere di indici su Deriv",
"2019968401": "Perché fare trading con Deriv X",
"2023310659": "Valute",
"2023444069": "Senza swap",
@@ -1311,19 +1457,21 @@
"2035207280": "5 - 1.000",
"2035670983": "Meno distrazioni",
"2036526456": "Scopri di più sulle modalità di pagamento e come usarle.",
- "2037297857": "Deriv - Una piattaforma di trading online che offre un'ampia varietà di trade su derivati 24/7.",
+ "2041763181": "Once we've paid your commission into your account, you can withdraw whenever you want.",
"2042445787": "Le vulnerabilità dipendono da scenari o precondizioni difficili",
+ "2044967354": "You can see your available balance in the <0>My profile0> tab.",
"2044999022": "Fai trading con gli indici Jump, i nuovi indici sintetici con un tocco di imprevedibilità",
"2046788283": "Con quali mercati posso fare trading su DTrader?",
"2047029510": "<0>Livello di stop loss e/o take profit in crescita = prezzo dell'asset × {(importo di stop loss OPPURE take profit + commissione) ÷ (puntata × moltiplicatore) + 1}0>",
"2047349922": "0,013",
"2050080282": "Accesso per associati e IB",
"2051986867": "Per mantenere aperta la posizione durante la notte, è prevista un'imposta swap di <0>0,24 USD0> .",
- "2053673142": "Premendo \"Creare conto di prova\", confermi di avere almeno 18 anni. Comprendi che possiamo utilizzare il tuo indirizzo e-mail per inviarti informazioni sui prodotti e servizi Deriv e sulle notizie di mercato. Puoi sempre annullare l'iscrizione a queste e-mail nelle impostazioni del tuo account. Per ulteriori informazioni, si prega di dare un'occhiata a <0>Sicurezza e privacy0> di Deriv.",
+ "2053617863": "Per favore, ritira tutti i fondi dal tuo conto.",
+ "2053673142": "Premendo \"Creare conto demo\", confermi di avere almeno 18 anni. Comprendi che possiamo utilizzare il tuo indirizzo e-mail per inviarti informazioni sui prodotti e servizi Deriv e sulle notizie di mercato. Puoi sempre annullare l'iscrizione a queste e-mail nelle impostazioni del tuo account. Per ulteriori informazioni, si prega di dare un'occhiata a <0>Sicurezza e privacy0> di Deriv.",
"2056079566": "Ricevi il nostro supporto",
"2056339251": "15 - 10.000",
"2058893631": "Report di divulgazione finanziaria",
- "2060309075": "Questo non vale nel caso di auto-esclusione da parte del cliente, sia per scelta personale che in seguito a una decisione della Società.",
+ "2060102881": "<0>A blogger/vlogger0> \n Promote our products and services and earn commission when you convert your audience into traders.",
"2060368992": "min di lettura",
"2061191384": "Deriv peer-to-peer (DP2P)",
"2061681232": "<0>Termina Dentro/Termina Fuori:0> Prevedi se lo spot d'uscita sarà all'interno o all'esterno dell'intervallo di due prezzi scelti alla fine della durata del contratto.",
@@ -1333,6 +1481,7 @@
"2067437902": "Effettua depositi e prelievi in STASIS Euro, una criptovaluta ancorata alla valuta EUR.",
"2068667424": "Scopri le altre app",
"2070356006": "Inizia a guadagnare in base al tuo piano per le commissioni: fino al 45% delle entrate nette totali generate dai clienti che introduci.",
+ "2071458958": "The minimum volume for micro forex pairs is 0.1 lot.",
"2071808494": "Assistenza da parte di esperti sempre a disposizione",
"2072504778": "Chi può candidarsi come associato di Deriv?",
"2074119658": "Personalizza i contratti in base alla tua propensione al rischio usando funzionalità innovative come stop loss, take profit e cancellazione.",
@@ -1340,15 +1489,17 @@
"2075608900": "Competitivi spread fissi e variabili",
"2075864188": "GRATIS",
"2080510282": "Crea un conto reale CFD in base alle tue preferenze di trading.",
+ "2086048243": "Certificate of incorporation",
"2087247269": "Assolutamente no. Il nostro programma per agenti di pagamento è completamente gratuito.",
- "2089087110": "Paniere indici",
+ "2089087110": "Paniere di indici",
"2092854399": "Deposita e preleva fondi in modo rapido, semplice e sicuro con Trustly.",
"2096641458": "Denomina variabile",
"2096910271": "Inviaci un'e-mail a",
"2099783388": "Trading su CFD: tipi di ordine",
"2100068559": "Espandi la base di clienti, ottieni più esposizione al business e maggiori entrate registrandoti come agente di pagamento su Deriv.",
- "2100986179": "La piattaforma CFD di trading su misura per te.",
+ "2100986179": "La piattaforma CFD di trading che si adatta al tuo stile.",
"2101514198": "Esplora ora Deriv.com",
+ "2102247413": "You’ll need the following documents to verify your account:",
"2108488100": "formula pip di stop loss",
"2108799022": "<0>Rialzo/Ribasso:0> prevedi se il punto di uscita sarà nettamente superiore o inferiore a quello di entrata alla fine del periodo di contratto.",
"2108938379": "5. La variabile appena creata è ora disponibile per essere usata nella tua strategia.",
@@ -1365,6 +1516,7 @@
"2120092418": "Attendi la nostra risposta",
"2121227568": "NEO/USD",
"2121253634": "Mentre potrai continuare a utilizzare MetaTrader 5 come prima, avrai anche a disposizione un servizio rinnovato, aggiornato in base ai feedback ricevuti: su Deriv, la registrazione del conto MT5 e l'uso della dashboard saranno ancora più efficienti e ti permetteranno di gestire al meglio il conto e di concentrarti sui trade in tutta semplicità.",
+ "2123318546": "RTS28 2021",
"2124129338": "Deriv: una piattaforma di trading online che offre un'ampia varietà di trade su derivati",
"2125422488": "Mettiti in contatto con noi tramite la pagina <0>Contatti0> per impostare o modificare i limiti sul trading e di autoesclusione.",
"2126327198": "Calcola il margine necessario a mantenere aperte le posizioni. Il risultato dipende da leva, lotto del volume e saldo del conto DMT5.",
@@ -1375,7 +1527,7 @@
"2131654590": "Otterrai una commissione fissa in base al volume di trade individuali acquistati dai clienti introdotti da te. Consulta il <0>piano per le commissioni IB0> per maggiori informazioni.",
"2131676421": "Zero commissioni",
"2134810872": "Commissione per lotto",
- "2135527846": "Fai trading su Panieri Indici con Deriv. Apri un conto di prova e sfrutta l'ampia scelta di coppie valutarie su piattaforme intuitive ed efficienti.",
+ "2135527846": "Fai trading su Paniere di Indici con Deriv. Apri un conto demo e sfrutta l'ampia scelta di coppie valutarie su piattaforme intuitive ed efficienti.",
"2135626355": "Automatizzare il trading, non serve alcun codice.",
"2136716746": "Collabora con un fornitore di fiducia per il trading online",
"2137683344": "Cos'è una commissione su conti dormienti?",
@@ -1389,7 +1541,7 @@
"2145594485": "pari o superiore al 95%",
"-2145244263": "Questo campo è obbligatorio",
"-486479707": "Le piattaforme di trading pensate per te",
- "-1197864059": "Crea un conto di prova",
+ "-1197864059": "Crea un conto demo gratuito",
"-795459217": "Vai alla versione di prova live",
"-132463075": "Come funziona",
"-689237734": "Continua",
@@ -1444,9 +1596,7 @@
"-2045194514": "Trading sicuro e responsabile",
"-23722102": "Partner",
"-890622347": "Associati e IB",
- "-199351188": "Bug bounty",
- "-1434418017": "<1>Se hai domande, inviaci un'e-mail all'indirizzo 1><2>info@besquare.my2>",
- "-1429361008": "Nell'UE, i prodotti finanziari sono offerti da Deriv Investments (Europe) Limited, W Business Centre, terzo piano, Triq Dun Karm, Birkirkara, BKR 9033, Malta, autorizzata come appartenente alla Categoria 3 dei fornitori di servizi di investimento dalla Malta Financial Services Authority (<0>licenza n. IS/701560>).",
+ "-199351188": "Bug Bounty",
"-316493159": "I servizi di questo sito web non sono disponibili in alcuni Paesi quali, USA, Canada e Hong Kong, così come per gli individui di età inferiore ai 18 anni.",
"-1497908566": "I prodotti elencati qui potrebbero essere influenzati dai tassi di cambio tra valute; investendo in tali prodotti, potresti perdere totalmente o parzialmente il denaro investito e il valore dell'investimento stesso potrebbe variare. Per questo motivo bisogna evitare di investire somme di denaro che non ci si può permettere di perdere ed evitare di fare trading con denaro preso in prestito.",
"-1991343658": "TRADE",
@@ -1502,7 +1652,7 @@
"-1780769479": "deposito",
"-1041794680": "Tempo di elaborazione del deposito",
"-673235114": "tempo di esecuzione",
- "-924984243": "Maggiori informazioni",
+ "-924984243": "Scopri di più",
"-2132201373": "5 - 50.000",
"-728074978": "1 giorno lavorativo",
"-1716483520": "Effettua con semplicità depositi tramite conto bancario su qualsiasi dispositivo. Idoneo per le principali banche di Cina, Indonesia, Corea del Sud, Tailandia e Vietnam.",
@@ -1595,6 +1745,11 @@
"-1483718536": "Non paghiamo commissioni agli agenti di pagamento. Tu imposti un tasso di commissione per ogni operazione e i nostri clienti sosterranno le spese necessarie.",
"-1016133415": "Posso offrire i miei servizi ai clienti di Deriv?",
"-876582984": "Sì, ma sempre nel rispetto dei termini e delle condizioni (consulta la scheda \"Per i partner commerciali\" nella pagina Termini e condizioni).",
+ "-1434418017": "<1>Se hai domande, inviaci un'e-mail all'indirizzo 1><2>info@besquare.my2>",
+ "-618539786": "Il tuo conto verrà chiuso prossimamente",
+ "-905560792": "Ok, ho capito",
+ "-168971942": "Conseguenze per te",
+ "-1308593541": "Perderai l'acceso al tuo conto quando verrà chiuso, quindi assicurati di ritirare tutti i tuoi fondi.",
"-1496158755": "Vai su Deriv.com",
"-373212993": "Sito web di Deriv",
"-1788474476": "Registrazione per associati e IB",
@@ -1614,21 +1769,21 @@
"-631514154": "Solo gli asset di Deriv sono inclusi nel programma. Se trovi bug su app esterne, segnalali ai rispettivi proprietari. Le segnalazioni di bug possono coprire i seguenti aspetti delle nostre attività:",
"-745080059": "Invia segnalazione di bug",
"-1771893322": "Invia il tuo rapporto via e-mail a <0>security@deriv.com0> e allega tutti i video rilevanti, i rapporti di diagnosi del sistema e i registri dei crash. Puoi usare Dropbox o Google Drive per condividere con noi file di grandi dimensioni.",
- "-908674373": "Si prega di leggere e comprendere i <0>termini e le condizioni0> del Programma Bug Bounty di Deriv prima di partecipare al programma.",
- "-1425332024": "Programma bug bounty",
+ "-908674373": "Leggere e comprendere i <0>termini e le condizioni0> del Programma Bug Bounty di Deriv prima di parteciparvi.",
+ "-1425332024": "Programma Bug Bounty",
"-1372358243": "Critico",
"-945348451": "Fino a $5.000",
"-1042333567": "Medio",
- "-1429914047": "Minimo",
+ "-1429914047": "Basso",
"-2147235454": "Le segnalazioni di livello di vulnerabilità basso verranno ricompensate <0>solo0> se ci aiutano a risolvere problemi di sicurezza seri. La ricompensa verrà stabilita caso per caso. ",
- "-1131891395": "Imprese importanti",
+ "-1131891395": "Business importanti",
"-1541452017": "Il nostro sito di pagamento: cashier.deriv.com",
"-1441452782": "Il nostro sito di accesso: oauth.deriv.com",
"-1260870907": "Il nostro WebSockets API: *.binaryws.com api.deriv.com",
"-399968273": "La nostra principale piattaforma di trading: app.deriv.com<0>*0>",
"-147938047": "<0>*0>Questo copre solo le funzionalità gestite da Deriv",
"-1249554404": "La nostra piattaforma di trading tradizionale: smarttrader.deriv.com",
- "-129426559": "I nostri repository GitHub: <0>github.com/binary-com0>",
+ "-129426559": "I nostri depositi GitHub: <0>github.com/binary-com0>",
"-461231581": "Deriv GO: La nostra app per il trading di opzioni (<0>applicazione Android0>, <1>applicazione iOS1>)",
"-1870128839": "Il nostro sito per le campagne di marketing: trade.deriv.com (terzi)",
"-669674120": "Il nostro sito per le risorse statiche: static.deriv.com",
@@ -1647,7 +1802,7 @@
"-2137963507": "Cyberjaya | Il nostro ufficio – Malesia | Deriv",
"-782151140": "Trova la posizione adatta a te fra le opportunità di lavoro per Deriv a Limassol, Cipro.",
"-2128417897": "Dubai | Il nostro ufficio – EAU | Deriv",
- "-1799144625": "Trova la posizione adatta a te fra le opportunità di lavoro per Deriv in Guernsey, Isole del canale.",
+ "-1799144625": "Trova la posizione adatta a te fra le opportunità di lavoro per Deriv in Guernsey, Isole del Canale.",
"-1504150934": "Labuan | Il nostro ufficio – Malesia | Deriv",
"-708633595": "Malta – Il nostro ufficio | Deriv",
"-1385444880": "Dai un'occhiata alle posizioni aperte per l'ufficio di Malta. Non trovi quello che cerchi? Inviaci il tuo CV e ti contatteremo quando il ruolo più adatto a te sarà disponibile.",
@@ -1684,20 +1839,20 @@
"-1019903756": "Sintetici",
"-303367714": "Fai trading con i nostri esclusivi indici sintetici societari 24/7, che simulano i movimenti del mercato reale.",
"-328128497": "Finanziario",
- "-404375367": "Fai trading su Forex, panieri di indici e criptovalute con leva elevata.",
+ "-404375367": "Fai trading su Forex, paniere di indici e criptovalute con leva elevata.",
"-1926580883": "2 conti tra cui scegliere",
"-914801913": "asset per il trading",
- "-1499489324": "Pagina di registrazione per il conto di prova Deriv X",
- "-111402284": "Aggiungi un conto di prova Deriv X.",
- "-1504708469": "Dashboard Deriv X con confronti conto di prova",
+ "-1499489324": "Pagina di registrazione per il conto demo Deriv X",
+ "-111402284": "Aggiungi un conto demo Deriv X.",
+ "-1504708469": "Dashboard Deriv X con confronti conto demo",
"-193673438": "Inizia a fare trading sull'app per smartphone o tramite browser per il web.",
"-1253954802": "Dashboard per il trading di Deriv X",
"-1640716000": "Come iniziare a usare un conto Deriv X",
- "-673424733": "Conto di prova",
+ "-673424733": "Conto demo",
"-1613115256": "Cos'è Deriv X?",
"-1809914704": "Esperienza di trading personalizzata",
"-339366518": "Personalizza facilmente il tuo spazio di trading: trascina e incolla widget, crea il tuo layout e ottieni le informazioni di cui hai bisogno ogni volta che vuoi.",
- "-841245558": "Registra i progressi con la dashboard, impara dai trade passati nell'archivio e crea una lista di video personalizzati con gli asset che preferisci.",
+ "-841245558": "Registra i progressi con la dashboard, impara dai trade passati nel registro e crea una lista di controllo personalizzata con gli asset che preferisci.",
"-1905254299": "Conoscere il tuo margine",
"-282795677": "Mercati diversi su un'unica piattaforma",
"-1956694920": "Fai trading con Deriv X",
@@ -1737,15 +1892,15 @@
"-1210185536": "Prova il nostro calcolatore swap",
"-1843545572": "Con i calcolatori e i numerosi strumenti analitici disponibili sulla piattaforma Deriv MT5, potrai gestire al meglio il tuo capitale e le posizioni di trading.",
"-224051432": "24/7",
- "-1543604265": "Aggiungi un conto CFD di prova e scegli il trade che preferisci.",
- "-1792878691": "Aggiungi un conto Deriv MT5 di prova e scegli il trade che preferisci.",
+ "-1543604265": "Aggiungi un conto CFD demo e scegli il trade che preferisci.",
+ "-1792878691": "Aggiungi un conto Deriv MT5 demo e scegli il trade che preferisci.",
"-980596166": "Crea un conto reale Deriv.",
"-2037995236": "Crea un conto reale Deriv MT5 in base alle tue preferenze di trading.",
"-915577324": "Come iniziare a usare un conto Deriv MT5",
"-1495699367": "Cos'è Deriv MT5?",
"-136910883": "Deriv MT5 (DMT5) ti dà accesso a diverse categorie di asset - Forex, indici azionari, azioni, criptovalute, e materie prime - su una sola piattaforma. Deriv porta l'esperienza MT5 a un livello superiore sia per i trader alle prime armi che per i trader più esperti, grazie all'accesso esclusivo a tipi di trade innovativi.",
- "-1058362536": "Registrazione veloce per il conto di prova",
- "-356516643": "Fai esperienza con un conto di prova precaricato con fondi virtuali illimitati.",
+ "-1058362536": "Registrazione veloce per il conto demo",
+ "-356516643": "Fai esperienza con un conto demo precaricato con fondi virtuali illimitati.",
"-1627231267": "Diversi asset su una sola piattaforma",
"-745905404": "Fai trading in ogni momento, anche durante il weekend, sui nostri indici sintetici societari.",
"-1111729867": "Perché fare trading con Deriv MT5",
@@ -1769,35 +1924,69 @@
"-2062968282": "Non hai trovato la risposta desiderata? Possiamo aiutarti.",
"-978362988": "Chat",
"-1299484872": "Conto",
- "-1059028037": "Perché non riesco a creare un conto?",
"-1310262676": "Come modifico i dati personali?",
+ "-251180453": "How can I change the currency of my account?",
+ "-221810226": "Can I change my email address?",
+ "-1059028037": "Perché non riesco a creare un conto?",
"-2043299631": "Come annullo l'iscrizione alle e-mail commerciali?",
+ "-214877260": "How can I set self-exclusion limits on my account?",
+ "-2064918290": "How do I verify my account?",
+ "-425061473": "What documents do I need to verify my account?",
+ "-172153561": "Why do I need to verify my account?",
+ "-1619463465": "Can I trade without verifying my account?",
+ "-414862292": "Quanto dura la verifica?",
+ "-790757582": "Perché i miei documenti sono stati rifiutati?",
"-1049383996": "Cosa sono gli indici azionari?",
"-1633933174": "Cosa sono gli indici sintetici?",
"-226333706": "Come fare trading",
+ "-1859881435": "What assets are available for trading on weekends?",
"-1612801567": "Depositi e prelievi",
- "-977028772": "Quali sono le modalità di pagamento previste?",
- "-181763764": "Quanto tempo occorre per elaborare depositi e prelievi?",
+ "-1315176976": "What payment methods can I use for deposits and withdrawals?",
+ "-1547685378": "How long does it take for my deposits and withdrawals to be processed?",
"-840116640": "Qual è l'importo minimo per depositi e prelievi?",
+ "-1847412788": "My withdrawal verification link has expired. What should I do?",
"-1689659144": "Prelievi",
- "-223315135": "Come aumento il limite sui prelievi?",
- "-1339949921": "Perché il deposito con carta di credito è stato rifiutato più volte?",
+ "-1861727138": "How can I remove the withdrawal limit on my account?",
"-1108803896": "Depositi",
"-2135274535": "Posso prelevare il bonus sul deposito?",
- "-1686360438": "Perché non posso trasferire fondi sulla carta Maestro/Mastercard?",
+ "-383099370": "Can I deposit with my friend's/family member's debit/credit card or e-wallet?",
+ "-560703263": "Why can't I see any payment methods on the Withdrawal page?",
+ "-222181522": "Devo verificare il mio conto Deriv?",
+ "-35912880": "Affiliate programme",
+ "-1134652564": "What type of commission plans do you offer?",
+ "-504946033": "Who can apply as an affiliate?",
+ "-940672929": "Where can I find my referral link?",
+ "-2082521397": "What type of reports will I have access to?",
+ "-860666463": "IB programme",
+ "-1062769315": "How do I sign up as an introducing broker (IB)?",
+ "-118302649": "Why should I join your introducing broker (IB) programme?",
+ "-153524655": "How much do you pay in commission?",
+ "-548897585": "Are there any charges for joining your introducing broker programme?",
+ "-1236285182": "How and when will I receive my IB commission payout?",
+ "-1557693454": "When can I withdraw my commission?",
+ "-253752482": "Where is my money held?",
"-1787820992": "Piattaforme",
- "-1445755525": "Come prelevo fondi dal conto reale DMT5?",
- "-1833809949": "Perché i dati di accesso di DMT5 sono diversi da quelli di Deriv?",
- "-2114093568": "Come reimposto la password per il conto DMT5?",
- "-1519123821": "Come deposito fondi sul conto reale DMT5?",
+ "-1288798840": "What are the main differences between your digital options and CFD platforms?",
+ "-1834333990": "How can I change my Deriv MT5 password?",
+ "-1723900573": "How do I log in to my Deriv MT5 account?",
+ "-1698836439": "What is the name of my Deriv MT5 server?",
+ "-617194580": "Do you offer swap-free Deriv MT5 accounts?",
+ "-227242365": "Can I change the leverage on my Deriv MT5 account?",
+ "-941684403": "What time is shown in the MT5 terminal?",
+ "-1728332105": "For how long can I use my Deriv MT5 demo account?",
+ "-1972914987": "What is the minimum volume for micro forex pairs?",
"-1531872373": "Con quali mercati posso fare trading su Deriv X?",
"-385265783": "Quali sono gli importi minimo e massimo per fare trading su Deriv X?",
- "-663022568": "Come si crea un conto Deriv X?",
+ "-976858633": "What's the difference between Deriv MT5 and Deriv X?",
"-1798013905": "Quali sono le differenze tra conto per indici sintetici e conto finanziario?",
- "-114658193": "Perché la password per Deriv X è diversa da quella Deriv?",
+ "-114658193": "Perché la password per Deriv X è diversa da quella di Deriv?",
"-156237172": "Come posso reimpostare la password per Deriv X?",
"-2038952853": "Dove posso trovare le informazioni sul mio conto Deriv X?",
+ "-315976084": "What contract types do you offer on DTrader?",
"-1952371760": "Contratti",
+ "-1677125826": "Can I download the chart on DTrader?",
+ "-1980078854": "Cosa sono i moltiplicatori?",
+ "-771604768": "How do I trade multipliers?",
"-918450098": "Blocchi",
"-315611205": "Strategia",
"-122062690": "Cos'è la strategia della martingala?",
@@ -1809,24 +1998,79 @@
"-2133437022": "Cos'è Deriv P2P?",
"-1568899385": "Quanto è sicuro Deriv P2P?",
"-1567244911": "Pagamento",
- "-532895895": "Posso aumentare il limite di acquisto o vendita?",
- "-1101543580": "Limite",
+ "-1812070043": "Where can I see the terms of use for Deriv P2P?",
+ "-696921894": "Why is my Deriv P2P account blocked?",
+ "-425611884": "How do I create an ad?",
+ "-1050528217": "How do I make an order?",
+ "-1745867197": "Why can't I see my ad in the Buy/Sell tab?",
"-214996581": "Controversia",
+ "-586363837": "How do I ensure my Deriv P2P transactions are successful?",
"-190084602": "Operazione",
- "-222181522": "Devo verificare il mio conto Deriv?",
- "-414862292": "Quanto dura la verifica?",
- "-790757582": "Perché i miei documenti sono stati rifiutati?",
+ "-1257202503": "How do I get in touch with the trader I’m dealing with?",
+ "-1101543580": "Limite",
"-1819888683": "Siamo spiacenti, nessun risultato per “{{search}}\".",
"-859753143": "Consigli di ricerca:",
"-177264246": "Scegli termini di ricerca brevi poiché la ricerca dà risultati migliori con quella determinata tipologia",
- "-1475429047": "In linea con l'operato del nostro Gruppo, implementiamo i seguenti criteri per le registrazioni dei clienti:",
- "-908523895": "I clienti devono avere almeno 18 anni.",
- "-1385123522": "Se il conto è stato autenticato completamente, puoi inviare una richiesta con le modifiche desiderate. Allega un documento di identità e di verifica della residenza.",
- "-1967507831": "Dopo aver effettuato un deposito o creato il conto DMT5, puoi modificare la valuta solamente contattando il centro assistenza.",
- "-1294180117": "Se hai dimenticato la password del tuo account Google/Facebook/Apple, puoi <0>resettare la password del tuo account Deriv0> per accedere a Deriv.",
- "-1588331606": "Per chiudere il conto, vai su <0>Disattiva il conto.0> ",
- "-292833690": "Prima di chiudere il conto Deriv, chiudi le posizioni aperte e preleva i fondi dai conti per il trading, compreso quello DMT5.",
- "-1760393932": "Puoi farlo facilmente andando su <0>Impostazioni > Profilo >0> <1>Dati personali1>. Deseleziona l'opzione di preferenza dell'e-mail, e clicca sul pulsante \"Invia\" per annullare l'iscrizione.",
+ "-1681655860": "the Malta Financial Services Authority",
+ "-435600202": "Help centre | Frequently asked questions | About | Deriv",
+ "-254542421": "Here are some possible reasons you aren't able to create an account:",
+ "-1739646504": "You’re below 18 years old.",
+ "-1116525030": "You may already have a Deriv account.",
+ "-1910608693": "Our services aren't available in your country of residence.",
+ "-2073215708": "You can do so on the <0>Personal details0> page. If you’re unable to update your details, please <1>contact us via live chat1>. We may need you to send us some documents for verification.",
+ "-785517434": "While the currencies of your virtual and cryptocurrency accounts are fixed, you can change the currency of your fiat account by following the steps below.",
+ "-582231303": "Select <0>Fiat currencies,0> choose the currency you want, and click <0>Change currency.0>",
+ "-703297687": "If you have open positions, close them first.",
+ "-599281490": "For your Deriv real account, go to <0>Cashier0> to withdraw your funds.",
+ "-188538325": "For your Deriv MT5 and Deriv X real accounts, go to your dashboard to withdraw your funds.",
+ "-1129279211": "<0>Contact us via live chat0> and we’ll help you change the currency of your account.",
+ "-894612350": "Hit <0>Forgot password?0> on the <1>login page.1>",
+ "-1582535828": "Enter the same email address you use for your Apple/Google/Facebook account.",
+ "-2136863307": "Now, you'll be able to log in to your Deriv account using your email address and password.",
+ "-803818887": "It's a fee that we charge for accounts that have been inactive for the last 12 months. Refer to <0>our terms0> for more info.",
+ "-1244219585": "Name of entity",
+ "-1523686418": "Authorisation to manage the account (if your business has more than one director)",
+ "-1883441858": "Passport and utility bill/bank statement of the person managing the account and of each director and shareholder (if your business has more than 1)",
+ "-482992615": "Utility bill/bank statement containing the address of the business",
+ "-337933411": "It depends on the laws in your country of residence. Please get professional advice on whether you're required to pay taxes on <0>your profits0>.",
+ "-464076737": "You can do so on the <0>Self-exclusion0> page.",
+ "-1687067691": "If you reside in any other country, you can adjust or remove your limits on the <1>Self-exclusion1> page. If you’re unable to change your limits, <0>let us know via live chat0>.",
+ "-1411245754": "We’ll prompt you to verify your account when it’s needed.",
+ "-1057679672": "When we prompt you to verify your account, follow these steps:",
+ "-1715758584": "<0>Log in0> to your Deriv account.",
+ "-1960993308": "Go to <0>Settings0> > <1>Proof of identity1> or <1>Proof of address1>.",
+ "-400895399": "Follow the instructions on the screen to verify your account.",
+ "-1464239544": "<0>Note:0> The <0>Proof of identity0> and <0>Proof of address0> pages will not be available if your account doesn’t need verification at this time.",
+ "-759539756": "<0>Proof of identity0>",
+ "-1047117142": "You’ll need a valid government-issued identity document such as a national ID card, passport, or driver's licence. Your document must clearly show your name, photo, and date of birth.",
+ "-864022561": "You’ll need a bank statement, credit card statement, tax statement, or utility bill. Your document must be issued within the last 6 months. It must contain your name, address, the name of the company that issued the document, and the issue date.",
+ "-469258978": "No, you must verify your account before trading.",
+ "-1403118121": "If you’re in any other country:",
+ "-1945892745": "We try to review your verification documents within the same day. In some cases, due to high traffic, it may take up to 3 business days. You’ll get a confirmation email from us once the review is complete. You can also check the status of your documents at",
+ "-217527343": "<0>Settings > Proof of identity0>",
+ "-1746837387": "We may have declined your documents because they were unclear, invalid, expired, had cropped edges, or showed details that did not match your Deriv profile. If you need help, please <0>contact us via live chat0>.",
+ "-1248152791": "When you join our affiliate programme,",
+ "-640475298": "You'll be able to take advantage of our multilingual platforms and reach clients wherever they are.",
+ "-179421588": "You'll receive prompt monthly payouts via your preferred payment method.",
+ "-874599648": "You won't be charged any hidden fees. You'll be able to see exactly what your earnings are.",
+ "-1456353153": "You'll have a dedicated account manager to help you.",
+ "-1835477277": "<0>Cost per acquisition0> (For the EU only)",
+ "-2057848186": "Earn 100 USD in commission for each successful referral. Your referred client must open a real account using your tracking link and deposit 100 USD or more (one-time or accumulative).",
+ "-1264084852": "We encourage you to become our affiliate if you are:",
+ "-317355829": "<0>A webmaster0> \n Do you have a trading-related website? Join our network of affiliates and turn your traffic into revenue by promoting our products and services.",
+ "-643644414": "<0>A trading mentor0> \n Do you mentor other traders? Help them become better traders and earn commission when they sign up and trade on our platforms.",
+ "-67585950": "A referred client is a client who signed up using your tracking link, made a deposit in their account, and started trading on our platforms. As an affiliate, you stand to earn commission from the trades performed by your referred clients.",
+ "-1388788058": "Follow these steps to get your referral link:",
+ "-379292041": "<0>Log in0> to your affiliate dashboard.",
+ "-1245795523": "Click the <0>Marketing<0/> tab.",
+ "-976921122": "Follow these steps to change your payment method:",
+ "-257221931": "<0>Log in0> to your dashboard.",
+ "-1109489026": "Click the <0>Finances0> tab and select <0>Payment instructions0>.",
+ "-1408956818": "Select your preferred payment method, enter the necessary details, and click <0>Update0>.",
+ "-817404641": "Go to <0>Reports0>, and select <0>Detailed activity report0>.",
+ "-1204121083": "Set the duration and filters and click <0>Display report0> or <0>Download report0>.",
+ "-1507095704": "Help centre | Frequently asked questions | Affiliate programme | Deriv",
+ "-1973882807": "Frequently asked questions - Affiliate programme",
"-994905306": "1. Clicca su \"Inizia\" nell'angolo in alto a sinistra per aprire il menu dei blocchi.",
"-1285759343": "Cerca",
"-588159121": "Elimina blocco",
@@ -1866,73 +2110,149 @@
"-822031479": "Tabella riassuntiva",
"-224804428": "Operazioni",
"-1609246392": "Clicca su \"Grafico\" nell'angolo in basso a sinistra dell'area di lavoro per visualizzare il grafico.",
- "-1144380171": "L'elenco delle <0>modalità di pagamento disponibili0> comprende bonifici, carte di credito e debito, portafogli elettronici e criptovalute.",
- "-765332281": "Depositi e prelievi verranno elaborati entro un giorno lavorativo (lunedì-venerdì, 9:00 – 17:00 GMT+8) salvo diverse indicazioni. Tuttavia, si prega di notare che il servizio di bonifico o di trasferimento di denaro della vostra banca potrebbe richiedere un tempo maggiore per eseguire le operazioni richieste.",
- "-2129519303": "Nessun importo minimo per i depositi di criptovalute.",
- "-130293452": "Puoi aumentare i limiti per i prelievi verificando identità e indirizzo. Per visualizzare i limiti attuali, vai su <0>Impostazioni > Sicurezza >0> <1>Limiti del conto1>.",
- "-849531377": "I prelievi con carte Mastercard e Maestro sono disponibili solamente per i clienti nel Regno Unito, in tutti gli altri casi è possibile effettuare un prelievo attraverso portafoglio elettronico o criptovalute.",
+ "-346303383": "You can use debit and credit cards, e-wallets, cryptocurrency wallets, and payment agents for deposits and withdrawals (see our <0>payment methods page0> for a complete list). Once you log in to your Deriv account, you’ll be able to see payment methods available in your country on the <1>Cashier page1>.",
+ "-2134684262": "You can get a new link on the Cashier page. Go to <0>Withdrawal0> and click Verify my request. We'll email you a new link; please remember to use it within 1 hour.",
+ "-1855944698": "Here are some reasons why your credit card deposit was declined:",
+ "-1435852820": "Your 3D SecureCode may not be activated. Please contact your bank to check.",
+ "-805026662": "Your country of residence does not match the country that your card was issued in.",
+ "-336747115": "If you need help, please contact us via <0>live chat0>.",
+ "-1168460620": "Yes, but only once your turnover exceeds an amount that's 25 times the deposit bonus value. The bonus is to help you get familiar with our trading platforms, so we'd love for you to use it to trade and earn a potential profit (which you may withdraw at any time).",
+ "-1955486267": "Mastercard and Maestro card withdrawals are only available for UK clients. If you are not from the UK, you’ll need to use a withdrawal method that’s available in your country.",
+ "-670805289": "The currency conversion for your deposits and withdrawals are done by your payment service provider. For example, if you use Skrill, your transaction amount will be converted by Skrill. Please check with your service provider regarding the conversion rates used for your deposits and withdrawals.",
+ "-1185520887": "your withdrawal request has already been authorised and processed",
+ "-1543634856": "To cancel your withdrawal, follow these steps:",
+ "-410744792": "Go to <0>Cashier > Withdrawal0>.",
+ "-1736064743": "We'll send you an email with a verification link. Click that link.",
+ "-1439607156": "Your payment method will only appear on the Withdrawal page after you've made your first deposit. If you've made a deposit and still don't see your payment method on the Withdrawal screen, it's probably because the payment method you used for the deposit cannot be used for withdrawals. In this case, you may need to use a different payment method that supports withdrawals, too. <0>Contact us via live chat0> if you need help.",
"-1257106357": "Centro assistenza | Domande frequenti | Depositi e prelievi | Deriv",
"-524318410": "Domande frequenti - Depositi e prelievi",
- "-342557323": "Per accreditare fondi sul conto Deriv, puoi \"acquistarli\" nella tua valuta locale (o qualsiasi valuta disponibile) da un altro trader: l'importo ottenuto verrà poi depositato sul conto.",
- "-993408638": "Verifichiamo l'identità di ogni utente prima che inizi a usufruire dei servizi di Deriv P2P — gli utenti dovranno inviare un documento di verifica dell'identità (POI) prima di acquistare o vendere su Deriv P2P.",
- "-2050983631": "Inoltre, le operazioni sono coperte da garanzia: in questo modo i fondi su Deriv sono bloccati finché entrambe le parti confermano di aver completato l'operazione. ",
- "-558939780": "Puoi trasferire denaro ad altri trader tramite bonifico bancario, carte, portafogli elettronici o qualsiasi altra modalità di pagamento concordata con l'individuo interessato.",
- "-1985070919": "Deriv non controlla in alcun modo i pagamenti effettuati tra gli utenti di Deriv P2P, pertanto assicurati di seguire le istruzioni di pagamento prestabilite in accordo con il trader di riferimento, e di esplicitare modalità di pagamento e istruzioni preferenziali quando pubblichi i tuoi annunci.",
+ "-993497460": "<0>Deriv P2P0> is our peer-to-peer deposit and withdrawal service that’s part of our trading platform. Using Deriv P2P, you can get money in and out of your account in minutes via exchanges with fellow traders. We launched this service mainly for our clients in countries where currency exchange services are not widely accessible.",
+ "-1279056201": "We verify everyone’s identity before they can start using Deriv P2P. No anonymous transactions are allowed.",
+ "-296729461": "Additionally, all transactions are protected by escrow: the order amount is locked in escrow until both parties confirm that the transaction has been completed from their end.",
+ "-1476852890": "Yes, you’ll need a Deriv real account before you can start using Deriv P2P. Deriv P2P is a way to move funds in and out of your Deriv account.",
+ "-154362819": "Click <0>Real0>. Under <0>Deriv accounts0>, click <0>Add0>.",
+ "-1627487675": "Your Deriv P2P balance may not include all deposits made to your Deriv account. Deposits via credit cards, Skrill, Neteller, and ZingPay will not be available in Deriv P2P.",
+ "-568906967": "Go to Section 4, ‘Deriv P2P’ of <0>our terms0>.",
+ "-461691496": "Your Deriv account is suspended. Please <0>contact us0> via live chat for more info.",
+ "-1029239301": "You have cancelled 3 orders in the last 24 hours. Your account will be unblocked automatically after 24 hours.",
+ "-1141509742": "Yes, just contact us <0>via live chat0> to request a limit increase.",
+ "-1410699505": "You can use any payment method you want as long as it is agreed with the trader you’re dealing with.",
+ "-86797398": "<0>Note:0> Deriv has no control over payments made between Deriv P2P traders. Please ensure you follow the payment instructions as agreed between you and the trader you are dealing with, and provide your preferred method of payment and instructions when you post your ads.",
+ "-338149677": "Go to <0>Deriv P2P0> > <1>My ads1>.",
+ "-67297475": "Your ads are available in the <1>My ads1> tab at <0>Cashier > Deriv P2P0>.",
+ "-1869445525": "Select Buy or Sell ads.",
+ "-1378864427": "Choose the ad you want by clicking <0>Buy0> or <0>sell0>.",
+ "-1278209777": "You'll only be able to make an order once your account has been verified.",
+ "-1669612535": "If you're selling, you'll need to wait for the buyer's payment before completing the order.",
+ "-1239568034": "Se hai qualche problema con una transazione su Deriv P2P, prova prima a riisolverlo col trader con cui stai trattando. Se non sono disposti ad aiutare per risolvere la situazione, <0>faccilo sapere0> tramite la chat live e ti aiuteremo a risolvere il problema.",
+ "-989166377": "To dispute a Deriv P2P transaction, follow these steps:",
+ "-1567088047": "Once the order has expired, click <0>Complain0> on the order details screen.",
+ "-1543692084": "We’ll seek more info on the transaction by reaching out to you and the trader you are dealing with, and we’ll try to resolve the issue within 24 hours. We’ll keep you informed of the status.",
+ "-1095411583": "For successful Deriv P2P transactions, follow these guidelines:",
+ "-693174976": "Avoid creating ads with identical amounts and exchange rates.",
+ "-2112170016": "Ensure that your account balance is sufficient to support your ads and orders.",
+ "-1098565506": "If you’re buying:",
+ "-1941726245": "Check your bank or e-wallet balance to confirm that the buyer has made payment before completing the order.",
+ "-1964387231": "Once you’ve received the payment from the buyer, try to complete the order as soon as you can.",
+ "-1705206253": "For more guidelines on using Deriv P2P, see our <0>terms of use0> (refer to Section 4 ‘Deriv P2P’).",
"-90598465": "Non è previsto un deposito minimo: puoi depositare un massimo di 2.500 USD per dodici volte al giorno.",
"-307502515": "Puoi fare trading con CFD su Forex, criptovalute, materie prime e i nostri indici sintetici proprietari su Deriv X.",
"-577476222": "DTrader ti permette di fare trading con più di 50 asset, come opzioni digitali, retrospettive e moltiplicatori.",
"-2134519372": "Deriv MT5 (DMT5) e Deriv X sono entrambe piattaforme multi-asset su cui puoi fare trading spot su Forex e CFD con leva, su categorie di asset diversi. La differenza principale tra queste sta nel layout: MT5 presenta un'unica semplice visualizzazione, mentre Deriv X permette di personalizzare il layout.",
+ "-1529587893": "Follow these steps to add a Deriv X account:",
+ "-1383710718": "Select <0>Real account0> or <0>Demo account0>.",
+ "-780401736": "If you’re adding your first Deriv X account, you’ll need to set your Deriv X password. If you’ve already set your Deriv X password before, you’ll need to enter it now.",
+ "-1285898327": "Your new Deriv X account is now ready.",
+ "-527968812": "You'll need to add a Deriv X account first. After that, follow these steps to log in:",
"-2055925090": "Il conto finanziario serve per fare trading con contratti per differenza (CFD) su mercati finanziati come Forex, criptovalute e materie prime.",
- "-1720135689": "Vai su <0>Impostazioni del conto0>. Fai clic sul menu a tendina “Sicurezza” e seleziona “Passwords”. Sotto la voce “password Deriv X” trovi “Modifica password”: fai clic per reimpostare la password.",
+ "-1720135689": "Vai su <0>Impostazioni del conto0>. Fai clic sul menu a tendina “Sicurezza” e seleziona “Passwords”. Sotto la voce “password Deriv X”, fai clic su “Modifica password” per reimpostare la password.",
"-535620163": "Per prelevare fondi dal conto Deriv X su Deriv, occorre trasferire i fondi su tale conto. Vai su Cassa > Trasferimenti tra conti e segui le istruzioni riportate.",
"-2015877045": "Centro assistenza | Domande frequenti | Deriv X | Deriv",
"-529738098": "Domande frequenti - Deriv X",
"-971172690": "Qual è il minimo/massimo che posso depositare sul conto Deriv X?",
- "-844199531": "DMT5 è una piattaforma multi-asset che puoi usare per fare trading in maniera spot con Forex e negoziare contratti per differenza (CFD) con leva.",
- "-35355043": "Il conto avanzato DMT5 è un conto 100% A Book in cui i trade vengono trasmessi immediatamente sul mercato, garantendoti un collegamento diretto con i fornitori di liquidità Forex.",
- "-315308558": "Il conto per indici sintetici DMT5 consente di fare trading con contratti per differenza (CFD) su indici sintetici che riproducono i movimenti dei mercati reali. È disponibile per il trading 24/7 e viene controllato da un organo di vigilanza esterno indipendente.",
- "-1390301231": "Per depositare fondi sul conto MT5 di Deriv, occorre usare i fondi sul conto Deriv. Vai su <0>Cassa >0> <1>Trasferimenti tra conti1> e segui le istruzioni riportate.",
- "-1374692096": "Per prelevare fondi dal conto MT5 di Deriv, occorre trasferire i fondi su tale conto. Vai su <0>Cassa >0> <1>Trasferimenti tra conti1> e segui le istruzioni riportate.",
- "-1538690809": "MT5 su Deriv è una piattaforma di trading autonoma non ospitata sul nostro sito web. I dati di login di DMT5 ti danno accesso anche alla piattaforma MT5, mentre i dati di login di Deriv ti danno accesso alle piattaforme ospitate sul nostro sito web, come DTrader e DBot.",
+ "-935980097": "The Deriv MT5 Synthetic account offers contracts for difference (CFDs) on synthetic indices. Our proprietary synthetic indices mimic the price movement of real financial markets but are not affected by market events. Trading on synthetic indices is available 24/7, even on weekends and holidays. There are more than 15 indices to choose from, with different levels of volatility and market behaviour.",
+ "-787503172": "The Deriv MT5 Financial account offers CFDs on forex, commodities, cryptocurrencies, stocks, and stock indices, with high leverage and variable spreads for maximum flexibility. This account offers more than 100 assets, and 24/7 trading is available on cryptocurrencies.",
+ "-300839534": "You'll need to transfer funds from your Deriv account to your Deriv MT5 account. You can do this on the <0>Cashier page0>. Transfers are instant; your funds will be available in your Deriv MT5 account as soon as you complete the transfer.",
+ "-1348787775": "Follow these steps to reset your Deriv MT5 password:",
+ "-1111031408": "Go to your <0>Deriv MT5 dashboard0>.",
+ "-985140221": "Click <0>Confirm0>.",
+ "-1222605568": "We'll send you an email. Click the <0>Change password0> button in that email.",
+ "-1184173356": "You'll be taken to the Change password screen. Enter a new password and click <0>Create0>.",
+ "-1462766296": "You can log in to your Deriv MT5 account via the MT5 desktop app, web terminal, or mobile app. You'll need the login ID and server name from <0>your Deriv MT5 dashboard0>. Please remember to use your Deriv MT5 password to log in to Deriv MT5.",
+ "-1089619392": "You can set the investor password on your <0>Deriv MT5 dashboard0>. Click <1>Password1> on your Deriv MT5 account, and select <1>Investor password1> to set a new password.",
+ "-351288377": "No, we don't.",
+ "-1987596175": "You can't reactivate your Deriv MT5 account. Instead, you can create a new one on your Deriv <0>MT5 dashboard0>.",
+ "-38304396": "No, you can't. There's a fixed default amount for each asset. The leverage applied to your account can be found on your <0>Deriv MT5 dashboard0>.",
+ "-88115138": "Greenwich Mean Time (GMT).",
+ "-1741073621": "If you need a statement of your trades on Deriv MT5, follow these steps to download a 3-month statement:",
+ "-1684440937": "Log in to your MT5 account via the desktop app.",
+ "-1374165891": "Right-click on <0>Time0>, click <0>Report0>, and select <0>Open XML0>.",
+ "-1795964107": "If you need a statement for a more extended period, contact us via <0>live chat0>, and we'll help you with it.",
+ "-309622502": "Yes, we’ll transfer your balance to your Deriv account before your Deriv MT5 account is deactivated.",
+ "-586122892": "No, this isn’t possible on MT5.",
+ "-518416448": "No, you can't, but you may have multiple Deriv MT5 Synthetic accounts on different servers.",
+ "-2007650229": "Yes, you can trade micro forex pairs with a Deriv MT5 Financial account.",
"-1593152023": "Centro assistenza | Domande frequenti | DMT5 | Deriv",
- "-1762311912": "Offriamo tre tipi di contratto su DTrader: ascendenti e discendenti, alti e bassi e digitali.",
+ "-1402025716": "<0>DTrader0> is one of our trading platforms. It offers digital options and multipliers on a variety of assets in financial and synthetic markets. ",
+ "-798714068": "You can trade forex, stocks, stock indices, commodities, cryptocurrencies, and synthetic indices on DTrader. Some markets may not be available in certain countries.",
+ "-1758753185": "These contracts are available on DTrader:",
+ "-1572548510": "Ups & Downs",
+ "-922253974": "Rialzo/Ribasso",
+ "-1361254291": "Superiore/Inferiore",
+ "-1691868913": "Tocca/Non tocca",
+ "-763273340": "Opzioni digitali",
+ "-330437517": "Combacia/Differisce",
+ "-657360193": "Sopra/Sotto",
"-1442307043": "Centro assistenza | Domande frequenti | DTrader | Deriv",
"-1544998943": "Domande frequenti - DTrader",
+ "-1301260207": "You'll earn commission whenever your clients trade CFDs on MT5, even on weekends and public holidays.",
+ "-110767819": "You'll have access to various marketing tools to help promote our products and services to your clients.",
+ "-289567912": "Find out more about our IB programme <0>here0>.",
+ "-898871903": "No, it's completely free of charge.",
"-17396892": "Hai bisogno di aiuto o hai domande sui servizi di Deriv e sulle piattaforme di trading online? Consulta le FAQ oppure contattaci.",
+ "-199125243": "Multipliers (also known as multiplier options) is a trade type that gives you an opportunity to amplify your profit without risking more than your stake. To find out more, visit <0>the Multipliers page0>.",
+ "-1755209362": "Watch <0>this video0> to know more about trading multipliers.",
+ "-1343499861": "Help centre | Frequently asked questions | Multipliers | Deriv",
"-11499858": "Non occorre verificare il conto Deriv se non viene richiesto. Se fosse necessaria una verifica, ti contatteremo via e-mail fornendoti indicazioni precise per avviare il processo e illustrandoti chiaramente come inviare i documenti.",
- "-1314529357": "Una materia prima cresce o viene prodotta naturalmente nell'ambiente, come petrolio greggio, metalli, oro e argento.",
- "-720675222": "Esclusivamente su Deriv, gli indici sintetici rappresentano la nostra peculiare offerta di mercati sintetici progettati per simulare i movimenti del mercato reale, indipendentemente dalle oscillazioni provocate da eventi reali o altri fattori esterni.",
- "-817895916": "Un'opzione digitale è uno strumento finanziario con un payout fisso con cui prevedi il risultato tra due sole opzioni possibili.",
- "-634329620": "Offriamo tre piattaforme di trading: DTrader, DBot e DMT5. Ogni piattaforma soddisfa una varietà di stili ed esperienze di trading, indipendentemente dall'esperienza degli utenti.",
- "-1689847421": "Puoi visualizzare i limiti sul trading relativi al tuo conto andando su <0>Impostazioni > Sicurezza >0> <1>Limiti sul conto1>. Se il saldo del conto supera l'importo massimo del saldo cassa, dovrai prelevare fondi dal conto per riportare il saldo sotto il limite previsto.",
- "-1889877048": "Gli indici sintetici sono disponibili per il trading 24/7.",
+ "-1846766027": "Il mercato dei cambi, o forex, è il mercato globale delle divise mondiali, dove i vallori delle diverse valute vengono contrapposti l'uno all'altro faccendo le coppie forex, come EUR/USD, AUD/JPY, ecc. Il mercato forex determinal le tasse di cambio di ogni valuta.",
+ "-192959524": "Read <0>this article0> to learn more about trading forex on Deriv.",
+ "-1879171974": "A commodity is either grown or produced naturally in the environment, such as agricultural products, livestock, crude oil, and precious metals like gold and silver.",
+ "-339093963": "Read <0>this article0> to learn more about trading commodities on Deriv.",
+ "-691446230": "Stock indices measure the value of a group of companies in the stock market. This allows investors to see how a particular set of assets is performing.",
+ "-1412546523": "Read <0>this article0> to learn more about trading stocks on Deriv.",
+ "-367005179": "Read <0>this article0> to learn more about trading synthetic indices on Deriv.",
+ "-1542650156": "CFDs let you predict the price movement of underlying assets without actually owning them. With CFDs, you open a position based on your prediction, and you'll earn a profit if you close your position when the price moves in your favour.",
+ "-1790114248": "We have a diverse suite of 6 trading platforms: <0>Deriv MT50>, <1>Deriv X1>, <2>DTrader2>, <3>DBot3>, <4>SmartTrader4>, and <5>Binary Bot5>. Each of these platforms is designed to fit any trading style, regardless of your trading experience.",
+ "-639381175": "Note: DBot, SmartTrader, and Binary Bot are not available in the EU and UK.",
+ "-626094848": "Build your trading bot for free on <0>DBot0> or <1>Binary Bot1>; no coding is needed. You’ll also find free pre-built strategies on DBot that you can customise to your needs.",
+ "-578264817": "Trading limits are only applicable to your Deriv real account. You can see the limits on your account on the <0>Account limits0> page (you must be <1>logged in1>).",
"-1618901770": "Centro assistenza | Domande frequenti | Trading | Deriv",
"-2085755369": "Domande frequenti - Trading",
"-396178446": "Più di 100 asset per il trading",
"-1542310221": "Fai trading su forex, azioni e indici, e materie prime.",
"-240686434": "Affidabile.",
"-1360155081": "Partecipa al più grande mercato finanziario al mondo, in cui ogni giorno vengono acquistate e vendute valute per un valore di oltre 5 trilioni di dollari.",
- "-1235219375": "Fai trading sulle oscillazioni dei prezzi azionari dei grandi marchi, e fai previsioni sui principali trend del mercato con indici che ne misurano l'andamento generale.",
+ "-1235219375": "Fai trading sull'oscillazione dei prezzi azionari delle grandi marche, e fai previsioni sui principali trend del mercato con indici che ne misurano l'andamento generale.",
"-295883723": "Fai trading sull'oscillazione dei prezzi delle criptovalute principali anche senza portafoglio digitale.",
"-305466448": "Fai trading con la tua valuta preferita rispetto a un paniere con le principale valute e approfitta il rischio ridotto e la volatilità.",
"-2124080301": "Scegli fra {{platforms_no}} piattaforme efficienti, pensate per rispondere alle tue esigenze.",
"-502915460": "Moltiplica il tuo profitto potenziale senza rischiare più della tua puntata.",
- "-1745745605": "Ottieni guadagni fissi facendo previsioni sulle oscillazioni del presso degli asset.",
+ "-1745745605": "Ottieni guadagni fissi facendo previsioni sulle oscillazioni del prezzo degli asset.",
"-674746835": "Leggi di più sulle opzioni",
"-313388618": "Piattaforma di trading per DMT5 su Deriv",
- "-1382581758": "Finora ho un'avuto un'esperienza fantastica! Con P2P puoi vendere e comprare all'istante, spero di continuare a usare questa piattaforma. Avanti così!",
- "-459332544": "Non ho mai visto una piattaforma così flessibile e ricca di risorse che risponde a ogni esigenza. E come se non bastasse, l'assistenza clienti di Deriv è un servizio di prim'ordine!",
+ "-1382581758": "Finora ho avuto un'esperienza fantastica! Con P2P puoi vendere e comprare all'istante, spero di continuare a usare questa piattaforma. Avanti così!",
+ "-459332544": "Non ho mai visto una piattaforma così flessibile e ricca di risorse che risponde ad ogni esigenza. E come se non bastasse, l'assistenza clienti di Deriv è un servizio di prim'ordine!",
"-2033498676": "Deriv prevede varie modalità di pagamento, compresa P2P di Deriv, facile e conveniente. Il team di supporto è disponibile in qualsiasi momento per rispondere velocemente a qualsiasi domanda.",
"-1810714093": "Deriv GO è un'app molto comoda – fare pagamenti è facile e veloce. La consiglio senza dubbio.",
- "-1426812612": "Deriv è il broker più affidabile, che garantisce un'assistenza clienti eccellente e pagamenti rapidi. Una piattaforma ottimale per il trading su materie prime, Forex e indici sintetici.",
- "-1019430823": "Spread ridotto sugli indici sintetici e prelievi rapidi – Deriv è un ottimo broker!",
+ "-1426812612": "Deriv è il broker più affidabile, che garantisce un'assistenza clienti eccellente e pagamenti rapidi. Una piattaforma ottima per il trading su materie prime, Forex e indici sintetici.",
+ "-1019430823": "Spread ridotti sugli indici sintetici e prelievi rapidi – Deriv è un ottimo broker!",
"-935743086": "Wow! Deriv GO è perfetto, conveniente e affidabile. Consiglio davvero di usare quest'app.",
"-1206803300": "Sono un trader da molti anni, ma non ho mai usato un broker valido come Deriv: il meglio in termini di assistenza clienti e opzioni di pagamento.",
"-13898976": "Fare trading su Forex con Deriv si è rivelata un'operazione estremamente facile e positiva.",
"-143741607": "Deriv offre il miglior servizio di brokeraggio che abbia mai usato!",
"-642822922": "Cosa dicono di Deriv i nostri clienti",
"-1344568737": "La piattaforma completa per CFD.",
- "-1157215583": "Il nostro classico strumento per creare bot e la nostra piattaforma per il trading automatizzato",
+ "-1157215583": "Il nostro classico strumento per creare bot e la nostra piattaforma per il trading automatizzato.",
"-1753658117": "Costruisci le tue applicazioni con le nostre API.",
"-2096973218": "La nostra app più importante per il trading con moltiplicatori.",
"-1353630503": "Deriv.com offre il meglio di Binary.com, e molto altro ancora",
@@ -1954,7 +2274,7 @@
"-761442198": "opzioni con moltiplicatore che potenzialmente offrono ai trader profitti maggiori con rischi limitati",
"-1818835462": "cassa P2P, che facilità l'esecuzione delle operazioni finanziarie senza interruzioni",
"-31983818": "Potrai accedere ai tuoi fondi da entrambi i conti Binary.com e Deriv.com, che di fatto rappresentano lo stesso conto; tuttavia, ti invitiamo a usare quello di Deriv.com fin da subito perché sostituirà gradualmente quello di Binary.com. Ti garantiamo che su Deriv.com troverai tutte le funzionalità che hai sempre usato, così come i dati del conto, i fondi e le impostazioni personalizzate di Binary.com, disponibili su Deriv.com dopo aver effettuato l'accesso con le credenziali di Binary.com.",
- "-55751296": "È semplice: vai su Deriv.com e inserisci le attuali credenziali di Binary.com. Potrai sperimentare da subito la nuova esperienza di navigazione e le funzionalità aggiuntive di Deriv.com, così come usare le risorse formative per una navigazione più semplice nel nuovo spazio di trading. Inoltre, per aiutarti ancora di più d acquisire sicurezza sulla nuova piattaforma, potrai fare pratica su Deriv.com usando un conto di prova.",
+ "-55751296": "È semplice: vai su Deriv.com e inserisci le attuali credenziali di Binary.com. Potrai sperimentare da subito la nuova esperienza di navigazione e le funzionalità aggiuntive di Deriv.com, così come usare le risorse formative per una navigazione più semplice nel nuovo spazio di trading. Inoltre, per aiutarti ancora di più d acquisire sicurezza sulla nuova piattaforma, potrai fare pratica su Deriv.com usando un conto demo.",
"-1179138263": "Continuerai a guadagnare commissioni giornaliere dalle attività di trading dei tuoi clienti, sia che usino MetaTrader5 (MT5) di Binary.com o MetaTrader5 di Deriv.com (DMT5).",
"-900926823": "Sì, se hai sviluppato una tua applicazione per il trading usando le API di Binary, potrai continuare ad usarle; inoltre, con l'app potrai anche raccogliere le commissioni dei trade realizzati su Deriv.com, che verranno poi trasferite sul tuo conto Deriv.com.",
"-1317605771": "Certamente. Binary.com sarà disponibile ancora per un po', ma verrà sostituita gradualmente. Invita i tuoi clienti a spostarsi su Deriv.com e ottieni commissioni dalle loro attività di trading sulle nuove e migliorate piattaforme.",
@@ -1991,7 +2311,7 @@
"-960630757": "Introdurremo le novità in programma in diverse fasi, ma puoi aspettarti nuove funzionalità come:",
"-1754226645": "Moltiplicatori che potenzialmente offrono ai trader profitti maggiori con rischi limitati",
"-367386425": "Il sito web di Binary.com sarà funzionante ancora per un po', e verrà poi eliminato a tempo debito. Tuttavia, potrai accedere a conti, fondi e strumenti vari su Binary.com anche da Deriv.com.",
- "-952281983": "Abbiamo progettato questo processo di rebranding molto accuratamente e nell'arco di svariati mesi, tenendo come punto di riferimento i nostri clienti. Ci siamo basati sulla nostra esperienza ventennale e su tutti i preziosi feedback forniti dagli utenti per arrivare a un'esperienza di trading migliorata a supporto delle attività online. Per assisterti nella transizione, abbiamo preparato alcuni materiali informativi che ti aiuteranno a navigare con semplicità nel nuovo spazio di trading. Inoltre, potrai usare un conto di prova Deriv.com per acquisire ancora più familiarità con la nuova piattaforma.",
+ "-952281983": "Abbiamo progettato questo processo di rebranding molto accuratamente e nell'arco di svariati mesi, tenendo come punto di riferimento i nostri clienti. Ci siamo basati sulla nostra esperienza ventennale e su tutti i preziosi feedback forniti dagli utenti per arrivare a un'esperienza di trading migliorata a supporto delle attività online. Per assisterti nella transizione, abbiamo preparato alcuni materiali informativi che ti aiuteranno a navigare con semplicità nel nuovo spazio di trading. Inoltre, potrai usare un conto demo Deriv.com per acquisire ancora più familiarità con la nuova piattaforma.",
"-621904237": "Quali saranno i cambiamenti per me?",
"-1488180893": "Quali saranno i cambiamenti introdotti con Deriv.com nella mia esperienza di trading?",
"-1964292433": "Di quali altri servizi dispone Deriv.com?",
@@ -2006,17 +2326,17 @@
"-97177023": "Fai trading 24/7 su Forex, azioni, indici sintetici e materie prime",
"-973175694": "indirizzo email",
"-175133087": "Ottieni il tuo e-book gratuito!",
- "-439480253": "Oltre a un conto di prova gratuito per fare pratica.",
+ "-439480253": "Oltre a un conto demo gratuito per fare pratica.",
"-315519012": "Introduzione",
"-1372898772": "Questo libro ti insegnerà a:",
"-9288094": "Argomenti",
"-593725183": "Tipi di criptovalute",
- "-1975420554": "L'ABC del trading su critpovalute",
+ "-1975420554": "Le basi del trading su critpovalute",
"-56855120": "Tipi di ordini per il trading di derivati",
"-581275151": "Come valutare una criptovaluta",
- "-841420376": "Espressioni comuni sulle criptovalute per impressionare i tuoi amici",
+ "-841420376": "Termini comuni sulle criptovalute per impressionare i tuoi amici",
"-2056714393": "Fai trading con criptovalute sulla piattaforma Deriv.",
- "-1745155150": "Con questa guida imparerai strategie e consigli utili per fare trading su criptovalute con Deriv. Avrai anche un conto di prova gratuito con cui fare pratica senza alcun rischio sulle piattaforme Deriv MT5 e DTrader, così come su DerivGo App. E quando i tempi saranno maturi, potrai iniziare a fare trading con un deposito minimo di $5.",
+ "-1745155150": "Con questa guida imparerai strategie e consigli utili per fare trading su criptovalute con Deriv. Avrai anche un conto demo gratuito con cui fare pratica senza alcun rischio sulle piattaforme Deriv MT5 e DTrader, così come su DerivGo App. E quando i tempi saranno maturi, potrai iniziare a fare trading con un deposito minimo di 5$.",
"-1109370844": "Come gestire il rischio quando fai trading su Forex",
"-515430658": "Usare opzioni digitali per ottenere profitto da movimenti al rialzo, al ribasso e trasversali",
"-1866115993": "Le basi del Forex",
@@ -2029,11 +2349,11 @@
"-1856944033": "E-book Forex",
"-907834110": "Fai trading con CFD su Forex sulla piattaforma Deriv.",
"-773444549": "Manuale gratuito su",
- "-1871897949": "Mercato dei cambi – meglio noto come Forex o mercato FX – è uno dei principali mercati internazionali, con infinite possibilità di trading. In questo libro di 75 pagine, il trader professionista Vince Stanzione ti illustrerà come individuare e sfruttare le opportunità di trading sui mercati Forex usando le piattaforme DTrader e MetaTrader5 di Deriv.",
+ "-1871897949": "Il mercato dei cambi – meglio noto come Forex o mercato FX – è uno dei principali mercati internazionali, con infinite possibilità di trading. In questo libro di 75 pagine, il trader professionista Vince Stanzione ti illustrerà come individuare e sfruttare le opportunità di trading sui mercati Forex usando le piattaforme DTrader e MetaTrader5 di Deriv.",
"-785550912": "Stagionalità del mercato azionario",
"-124300884": "Impara a fare trading coi derivati di Azioni in modo efficace",
"-1135060666": "In questo e-book di 57 pagine del trader Vince Stanzione imparerai a diversificare il portafoglio con trade senza commissioni sui principali titoli e indici azionari internazionali. Wall Street 30, US Tech 100, UK 100, Alphabet, Tesla, Amazon e molti altri sono disponibili sulla piattaforma MetaTrader 5 su cui puoi fare trading con derivati azionari con leva, che ti permettono d'iniziare con un capitale minimo.",
- "-782426189": "Inoltre, verrà aggiunto un conto gratuito di prova su Deriv.com: in questo modo puoi fare pratica con i derivati azionari senza alcun rischio sulla piattaforma Deriv MT5 usando il conto finanziario di prova gratuito. Quando sarai pronto per il trading reale, puoi iniziare con un minimo di 5$.",
+ "-782426189": "Inoltre, verrà aggiunto un conto demo gratuito su Deriv.com: in questo modo puoi fare pratica con i derivati azionari senza alcun rischio sulla piattaforma Deriv MT5 usando il conto demo finanziario gratuito. Quando sarai pronto per il trading reale, puoi iniziare con un minimo di 5$.",
"-1965920446": "Inizia il trading",
"-1111635562": "Perché più di 1 milione di trader sceglie Deriv",
"-1174463492": "Fai trading con leva fino a 1:1000, e apri posizioni più ampie con un capitale inferiore.",
@@ -2063,7 +2383,7 @@
"-155790566": "Perché fare trading con azioni e indici su Deriv",
"-512317560": "Fai trading con spread ridotti e leva elevata sulla nostra piattaforma DMT5, che ora offre una varietà di titoli e indici azionari dei tuoi brand preferiti.",
"-1423526129": "I nostri spread su Forex sono i più bassi di sempre",
- "-1216418075": "Fai trading su Forex a un costo inferiori e capitalizza sul mercato in modo più efficiente.",
+ "-1216418075": "Fai trading su Forex a un costo inferiore e capitalizza sul mercato in modo più efficiente.",
"-696867299": "Inizia a fare trading",
"-1753877946": "Prendi al volo le opportunità",
"-824717983": "Sfrutta al meglio gli orari del trading sui mercati che restano aperti nel weekend.",
@@ -2075,7 +2395,7 @@
"-1505946900": "Questa pagina apre automaticamente la finestra della Chat Live",
"-1546180144": "Registrati su Deriv: inizia a fare trading con le materie prime e prova a indovinare le oscillazioni di prezzo di oro, argento, petrolio e altri asset.",
"-943701585": "Disponibile su",
- "-1310685090": "paniere indici",
+ "-1310685090": "paniere di indici",
"-785091863": "Apri un conto reale, deposita denaro e inizia a fare trading su materie prime e altri mercati. ",
"-2072074553": "Fai previsioni sulle oscillazioni dei prezzi di argento, oro, petrolio e molto altro. Ottieni guadagni dalla differenza di prezzo quando il mercato si muove nella direzione da te ipotizzata.",
"-1655759142": "Leva 1:2",
@@ -2090,7 +2410,7 @@
"-1823217929": "Perché fare trading con azioni e indici su Deriv",
"-1848791211": "Fai trading con azioni internazionali dei tuoi marchi preferiti e indici azionari internazionali su Deriv. I nostri indici e titoli offrono un paniere di azioni e asset con cui puoi fare trading oltre gli orari di apertura dei principali mercati azionari.",
"-75763689": "Perché fare trading con indici sintetici su Deriv",
- "-89087875": " Scopri di più sui mercati disponibili per il trading online con Deriv, compresi Forex, indici sintetici, azioni e indici, criptovalute, panieri indici e materie prime.",
+ "-89087875": " Scopri di più sui mercati disponibili per il trading online con Deriv, compresi Forex, indici sintetici, azioni e indici, criptovalute, paniere di indici e materie prime.",
"-1770464254": "Il trading di azioni e indici permette di ottenere profitti dalle oscillazioni dei prezzi in un dato mercato senza acquistare l'asset sottostante.",
"-1252607893": "Il trading di criptovalute dà la possibilità di guadagnare dalle previsioni corrette sulle oscillazioni di prezzo delle criptovalute senza acquistarle.",
"-1809314981": "Altri mercati che potrebbero interessarti",
@@ -2098,7 +2418,7 @@
"-1299708281": "Il trading su CFD ti permette di fare trading sull'oscillazione del prezzo di un asset senza acquistare o possedere l'asset sottostante. ",
"-189544607": "Il trading di opzioni prevede la possibilità di guadagnare dalle previsioni sui movimenti del mercato, senza dover acquistare asset sottostanti.",
"-1235724293": "I moltiplicatori permettono di fare trading con leva finanziaria, limitando il rischio di perdita sui tuoi investimenti. Puoi aumentare di diversi multipli i potenziali profitti su qualsiasi movimento di mercato senza rischiare nulla di più dell'investimento iniziale.",
- "-697253250": "Trading online su Forex | Conto di prova per trading su Forex | Deriv",
+ "-697253250": "Trading online su Forex | Conto demo per trading su Forex | Deriv",
"-381746202": "US 500",
"-512194910": "US Tech 100",
"-2077690248": "Japan 225",
@@ -2149,7 +2469,6 @@
"-1669418686": "AUD/CAD",
"-1548588249": "AUD/CHF",
"-79700881": "NZD/USD",
- "-1800672151": "Indice GBP",
"-1402324349": "CAD/CHF",
"-1398238048": "CAD/JPY",
"-244869624": "CHF/JPY",
@@ -2211,7 +2530,7 @@
"-30306201": "UNI/USD",
"-2046638412": "XRP/USD",
"-1164978320": "Indice Jump 10",
- "-1991707178": "Olio grezzo Brent",
+ "-1991707178": "Pretrolio greggio Brent",
"-1734516342": "West Texas Intermediate",
"-280323742": "Paniere EUR",
"-390528194": "Indice Step",
@@ -2225,7 +2544,7 @@
"-2125845705": "Coppie esotiche",
"-1771870004": "Indici di volatilità",
"-1923803439": "Crash/Boom",
- "-1637642999": "Indici jump",
+ "-1637642999": "Indici Jump",
"-578042544": "Indici Step",
"-1314348105": "Indici Range Break",
"-1921882156": "Indici<0>0>asiatici",
@@ -2243,20 +2562,14 @@
"-257478628": "Per gli indici di volatilità <0>10 (1s), 25 (1s), 50 (1s), 75 (1s), e 100 (1s)0>, viene generato <0>un tick0> al secondo.",
"-690460725": "Questi indici riproducono i mercati con <0>trend rialzisti e ribassisti0> e volatilità costante. Gli indici di mercato rialzista (Bull Market) e mercato ribassista (Bear Market) iniziano alle 00:00 GMT ogni giorno, replicando rispettivamente tali mercati.",
"-931072662": "<0>Europe 500> segue l'andamento dei principali 50 titoli azionari più liquidi in Europa.",
- "-1522453105": " <0>Swiss 200> segue l'andamento dei principali 20 titoli azionar più liquidi in Svizzera.",
+ "-1522453105": " <0>Swiss 200> segue l'andamento dei principali 20 titoli azionari più liquidi in Svizzera.",
"-1848325573": "<0>UK 1000> segue l'andamento azionario delle 100 principali società quotate in borsa nel Regno Unito.",
"-1650735154": "Questi indici fluttuano tra due punte di prezzo (aree limite), talvolta superandole per creare un nuovo intervallo, in media una volta ogni 100 o 200 volte in cui raggiungono il limite.",
- "-962930783": "<0>Indice AUD0>: calcola il valore del dollaro australiano rispetto a un paniere di cinque valute globali (USD, EUR, GBP, JPY e CAD) ognuna ponderata del 20%.",
- "-1910214848": "<0>Indice EUR0>: calcola il valore dell'Euro rispetto a un paniere di cinque valute globali (USD, AUD, GBP, JPY, CAD) ciascuna ponderata del 20%.",
- "-1763966856": "<0>Indice GBP0>: calcola il valore della Sterlina britannica rispetto a un paniere di cinque valute globali (USD, EUR, AUD, JPY, CAD) ciascuna ponderata del 20%.",
- "-1448477512": "<0>Indice Gold0> calcola il valore dell'oro rispetto a un paniere di cinque valute globali (EUR, GBP, JPY, AUD, USD), ciascuna ponderata del 20%.",
"-754071100": "<0>Paniere GBP0> calcola il valore della Sterlina britannica rispetto a un paniere di cinque valute globali (USD, EUR, AUD, JPY, CAD), ciascuna ponderata del 20%.",
"-1164156648": "Questi indici corrispondono a mercati simulati con tassi di <0>volatilità costanti al 200% e 300%.0>",
"-475767247": "<0>Australia 2000> tiene traccia dell'andamento azionario delle 200 società principali quotate in Australia.",
"-2035089048": "<0>Spain 350> segue l'andamento azionario delle 35 principali società in Spagna.",
"-1312740087": "<0>Superiore/inferiore:0> prevedi se lo spot d'uscita sarà superiore o inferiore rispetto a un prezzo prestabilito (la barriera) alla fine della durata contrattuale.",
- "-1691868913": "Tocca/Non tocca",
- "-763273340": "Opzioni digitali",
"-467543474": "<0>Corrisponde/differisce:0> prevedi quale numero corrisponderà all'ultima cifra dell'ultimo tick di un contratto.",
"-12379677": "<0>Pari/Dispari:0> prevedi se l'ultima cifra dell'ultimo tick di un contratto è un numero pari o dispari.",
"-1048378719": "Reset Call/Reset Put",
@@ -2291,7 +2604,7 @@
"-1139543787": "Disponibile nella tua valuta locale",
"-1267106447": "Fai trading con gli altri utenti a tassi prestabiliti.",
"-141169956": "P2P di Deriv – Un servizio peer-to-peer per prelevare e depositare fondi",
- "-1451760391": "Con Deriv P2P puoi depositare e prelevare fondi in modo facile e veloce. Accedi subito tramite pc o smartphone.",
+ "-1451760391": "Con Deriv P2P puoi depositare e prelevare fondi in modo facile e veloce. Accedi subito tramite PC o smartphone.",
"-853506275": "Da oggi puoi fare depositi e prelievi senza problemi",
"-130871483": "Ricavi netti",
"-1699945583": "≤ 20.000 USD al mese",
@@ -2315,26 +2628,31 @@
"-963218544": "Non sai quale programma o piano di commissioni scegliere?",
"-1930772663": "Conti per indici sintetici MT5 di Deriv",
"-1016171176": "Asset",
+ "-2082672713": "1",
"-549581742": "Indice di volatilità 10 ",
"-456885316": "Indice di volatilità 75 ",
"-1649127643": "1,75",
"-2068763730": "5",
"-2083395832": "7,5",
+ "-1587730975": "10",
+ "-784871058": "15",
"-524043424": "1,25",
"-849512762": "2,50",
"-1925239974": "1 lotto dell'indice di volatilità 75 per un prezzo di 500.000 USD genera un guadagno in commissioni pari a 25 USD in base alla formula seguente:",
"-55785537": "Guadagna quando i tuoi clienti fanno trading con un conto finanziario MT5.",
"-978761772": "2 USD",
"-543177967": "Indici azionari",
- "-1587730975": "10",
+ "-1097570263": "Per forex, è prevista una commissione fissa di 2 USD per lotto (aplicabile solo per i lotti standard). Un contratto per 1 lotto di EUR/USD genera un guadagno di 2 USD in commissioni calculato sulla base della seguente formula:",
"-834024219": "Conto finanziario DMT5 calcolato primo",
- "-1981982611": "Per le criptovalute, 1 lotto di BTC/USD (con un tasso di cambio da BTC a USD di 50.000 USD) genera un guadagno di 10 USD in commissioni calcolato sulla base della formula seguente:",
+ "-800044382": "Per metalli, è prevista una commissione fissa di 4 USD per lotto. Un contratto per 1 lotto di XAU/USD genera un guadagno di 4 USD in commissioni calcolato sulla base della seguente formula: ",
"-1825768469": "Conto finanziario DMT5 calcolato secondo",
+ "-1923011108": "For cryptocurrency assets, a deal for 1 lot of BTC/USD (with a BTC to USD exchange rate of USD 50,000) will pay out USD 5 in commission based on the following formula:",
+ "-1268684459": "Conto finanziario DMT5 calcolato terzo",
"-2061883933": "2,5",
"-1587788256": "Conto finanziario STP di DMT5 calcolato secondo",
"-921778308": "Come si calcola",
"-1606777087": "Il nuovo Programma per associati di Deriv prevede un'interessante collaborazione che ti permette di ottenere benefici dai nuovi clienti da te introdotti che useranno le nostre piattaforme DTrader e DBot.",
- "-1322494837": "Offriamo una completa esperienza di trading, pensata su misura per le esigenze di una vasta tipologia di trader: coloro che sono alle prime armi possono usare un conto di prova privo di rischi con cui imparare e sperimentare, mentre quelli più esperti possono sfruttare tra un ampio ventaglio di mercati, condizioni di trading e strumenti analitici.",
+ "-1322494837": "Offriamo una completa esperienza di trading, pensata su misura per le esigenze di una vasta tipologia di trader: coloro che sono alle prime armi possono usare un conto demo privo di rischi con cui imparare e sperimentare, mentre quelli più esperti possono sfruttare tra un ampio ventaglio di mercati, condizioni di trading e strumenti analitici.",
"-1657286827": "Offre consigli e opinioni professionali sul trading online tramite sito web, blog, canale YouTube, webinar e altri media digitali.",
"-528789768": "Sviluppa applicazioni per web, desktop e smartphone; inoltre, possiede un'ottima esperienza di lavoro con le API.",
"-823166137": "Perché diventare un associato di Deriv?",
@@ -2410,9 +2728,6 @@
"-854296036": "Dopo l'approvazione finale dei responsabili della compliance, pubblicheremo le tue informazione nell'elenco degli agenti di pagamento.",
"-1340544588": "Esegui depositi e prelievi multipli ogni giorno.",
"-5296999": "Scopri come diventare un agente di pagamento su Deriv per ampliare la tua base di clienti e ottenere entrate extra.",
- "-119617711": "RTS27 2020",
- "-1439749066": "RTS27 2019",
- "-1364758050": "Deriv Investments (Europe) Limited ha preparato il report di divulgazione Pilastro III in conformità con la IV direttiva sui requisiti patrimoniali e il regolamento sui requisiti patrimoniali. Leggi il nostro report per comprendere come ottemperiamo alla disciplina di mercato in qualità di suoi partecipanti.",
"-1601657282": "Deriv Investments (Europe) Limited ha preparato il report di divulgazione finanziaria in conformità con la Direttiva e il Regolamento sulle imprese di investimento. Leggi il nostro report per capire come ottemperiamo alla disciplina di mercato in qualità di suoi partecipanti.",
"-1695974481": "Questi documenti forniscono le informazioni chiave sui nostri prodotti di investimento. Tali informazioni sono richieste dalla legge allo scopo di aiutarti a comprendere la natura, i rischi, i costi, i potenziali guadagni e le perdite di questi prodotti a aiutarti a confrontarli con altri.",
"-1127433262": "RTS",
@@ -2438,12 +2753,16 @@
"-431262594": "CFD - indici sintetici",
"-1311570171": "Informazioni su normative e licenze | Deriv",
"-1833153607": "Deriv opera sotto la giurisdizione di Binary.com, che detiene licenze multiple in conformità con i requisiti normativi internazionali.",
- "-1720897015": "I servizi di Deriv.com e Binary.com sono offerti dal gruppo Deriv, che ha diverse controllate autorizzate a operare con Deriv.com e Binary.com nelle rispettive giurisdizioni registrate.",
+ "-1488849807": "I servizi di Deriv.com sono offerti dal gruppo Deriv, che ha diverse controllate autorizzate a operare con Deriv.com nelle rispettive giurisdizioni registrate.",
"-1131400885": "Deriv Investments (Europe) Limited",
- "-959669250": "Deriv Investments (Europe) Limited è autorizzata a fornire servizi in qualsiasi altro Stato membro dell'UE in virtù dei diritti conferiti dal passaporto europeo. Fare riferimento alla lista di cui sopra per l'elenco dei paesi dell'UE che hanno accesso a Deriv.com in base a tali diritti.",
+ "-430532854": "Deriv Investments (Europe) Limited - W Business Centre, terzo piano, Triq Dun Karm, Birkirkara, BKR 9033, Malta – possiede una licenza per Malta (<0>licenza n. IS/701560>) ed è regolamentata dalla Malta Financial Services Authority in base all'Investments Services Act al fine di fornire servizi finanziari nell'Unione Europea.",
+ "-2051445931": "I clienti dell'Unione europea che desiderano negoziare prodotti di finanziari potranno aprire i loro conti con Deriv Investments (Europe) Limited.",
"-112814932": "Deriv (FX) Ltd",
+ "-246692869": "Deriv (FX) Ltd - F16, primo piano, Paragon Labuan, Jalan Tun Mustapha, Labuan 87000, Malesia - è autorizzata dalla Labuan Financial Services Authority (<0>licenza n. MB/18/00240>).",
"-1474169625": "Per i clienti nel resto del mondo (eccetto i Paesi sottoposti a restrizioni come USA, Canada e Hong Kong) che intendono effettuare trading con CFD su Forex e criptovalute, il conto finanziario STP di DMT5 verrà aperto con Deriv (FX) Ltd. ",
"-2019617323": "Deriv (BVI) Ltd",
+ "-689442324": "Deriv (BVI) Ltd - Kingston Chambers, P.O. Box 173, Road Town, Tortola, Isole Vergini britanniche - è autorizzata dalla British Virgin Islands Financial Services Commission (<0>licenza n. SIBA/L/18/11140>).",
+ "-1186445863": "I clienti nel resto del mondo (eccetto i Paesi sottoposti a restrizioni come USA, Canada e Hong Kong), che intendono effettuare trading con CFD su strumenti finanziari, comprese criptovalute, potranno aprire il proprio conto finanziario STP di DMT5 con Deriv (BVI) Ltd. ",
"-1089385344": "Deriv (SVG) LLC",
"-951213826": "Deriv (SVG) LLC ha sede a Hinds Buildings, Kingstown, St. Vincent e Grenadine (numero della società 273 LLC 2020).",
"-1179448605": "Deriv Limited",
@@ -2536,7 +2855,7 @@
"-336918174": "Scegli \"Moltiplicatori\" dalla lista dei tipi di trade.",
"-1620785028": "3. Puntata",
"-316417045": "4. Valore del moltiplicatore",
- "-814436098": "Profitti e perdite aumentano in base al valore del moltiplicatore, che - in base all'asset con cui fai trading - è compreso tra 1 e 5. La perdita non può superare l'importo della portata.",
+ "-814436098": "Profitti e perdite aumentano in base al valore del moltiplicatore, che è compreso tra 1 e 5 in base all'asset con cui fai trading. La perdita non può superare l'importo della portata.",
"-951435001": "Inserisci un valore del moltiplicatore valido. Il profitto o la perdita sarà moltiplicato per questo valore.",
"-1797452525": "5. Take profit",
"-1261042587": "Questa funzione permette di stabilire l'importo dell'eventuale perdita nel caso la tendenza del mercato sia sfavorevole alla tua posizione. Una volta raggiunto l'importo, si procederà automaticamente alla chiusura del contratto.",
@@ -2546,7 +2865,7 @@
"-37002861": "Fai trading con moltiplicatori su indici sintetici disponibili 24/7 e incrementa notevolmente il profitto potenziale, limitando al tempo stesso i rischi. ",
"-1061315047": "Inizia a fare trading con i moltiplicatori su Deriv",
"-1242896564": "<0>Un tick0> viene generato <0>ogni secondo0> per gli indici di volatilità <0>200(1s) e 300(1s)0>.",
- "-91328342": "Gli indici sintetici sono progettati per simulare i movimenti del mercato globale, ma con un rischio reale ridotto. Fai trading con i moltiplicatori sugli indici sintetici 24/7 e sfrutta a tua vantaggio, spread ridotti e intervalli di generazione prefissati.",
+ "-91328342": "Gli indici sintetici sono progettati per simulare i movimenti del mercato globale, ma con un rischio reale ridotto. Fai trading con i moltiplicatori sugli indici sintetici 24/7 e sfrutta a tua vantaggio, spread ridotti e intervalli di generazione prefissati.",
"-541053691": "Indici sintetici disponibili per il trading con moltiplicatori",
"-1815841680": "Crash/ Boom",
"-1643713470": "Chiuderemo la posizione se il mercato si muove a sfavore della tua previsione e la perdita raggiunge il prezzo di stop out, sia in assenza che in presenza di stop loss. Il prezzo di stop out è il prezzo in cui la perdita netta coincide con la puntata.",
@@ -2554,7 +2873,6 @@
"-976479290": "Non puoi usare le funzioni di stop-loss e cancellazione nello stesso momento.",
"-1088149692": "Questo serve a tutelarti da perdite di denaro quando ricorri alla cancellazione. La funzione di cancellazione permette di reclamare l'intero importo della puntata se annulli il contratto entro un'ora dall'apertura della posizione. Con la funzione Stop-loss, invece, puoi chiudere il contratto in perita se la tendenza del mercato volge a tuo sfavore. Tuttavia, quando la funzione di cancellazione raggiunge il termine, è possibile fissare un livello di stop-loss sul contratto aperto.",
"-993588400": "Non puoi usare le opzioni take profit e cancellazione nello stesso momento.",
- "-1980078854": "Cosa sono i moltiplicatori?",
"-715015407": "I moltiplicatori di Deriv presentano i vantaggi del trading a margine con il rischio limitato delle opzioni. Ciò significa che quando il mercato si muove a tuo favore, i profitti potenziali moltiplicheranno; se invece il mercato si muove a tuo sfavore, le perdite saranno limitate all'importo della puntata.",
"-2055316208": "<0>Senza moltiplicatore0>, se il mercato registra un rialzo del 25%, il profitto sarà di 25% * 100 dollari = <1>25 dollari<1>.",
"-222486173": "<0>Con un moltiplicatore x50>, se il mercato registra un rialzo del 25%, il profitto sarà di 25% * 100 dollari * 5 = <1>125 dollari1>.",
@@ -2587,10 +2905,8 @@
"-1192024363": "Fai previsioni sulle oscillazioni dei prezzi delle principali materie prime internazionali: argento, oro, petrolio ed energia.",
"-1421344186": "Opzioni per il trading su Deriv",
"-412753503": "Le opzioni retrospettive sono disponibili solo su indici sintetici.",
- "-922253974": "Rialzo/Ribasso",
"-513919250": "Selezionando \"Inferiore\", vincerai il payout se il prezzo di uscita è notevolmente inferiore rispetto al prezzo di entrata.",
"-780207001": "Selezionando \"Consenti valori uguali\", vincerai il payout se il prezzo di uscita è superiore o uguale al prezzo di entrata per \"Superiore\". Allo stesso modo, vincerai il payout se il prezzo di uscita è inferiore o uguale al prezzo di entrata per \"Inferiore’.",
- "-1361254291": "Superiore/Inferiore",
"-1813951531": "Selezionando \"Inferiore\", vinci il payout quando il prezzo d'uscita è notevolmente inferiore alla barriera.",
"-1350745673": "Se il prezzo di uscita corrisponde alla barriera, non ottieni il payout.",
"-1673960856": "Termina dentro/Termina fuori",
@@ -2598,10 +2914,8 @@
"-1039129655": "Se selezioni \"Termina fuori\", vinci il payout se il prezzo di uscita è notevolmente superiore alla barriera superiore, oppure notevolmente inferiore alla barriera inferiore.",
"-1326361265": "Resta dentro/Esce",
"-248048003": "Selezionando \"Esce\", vinci il payout quando il mercato tocca la barriera superiore o la barriera inferiore in qualsiasi momento della durata del contratto.",
- "-330437517": "Combacia/Differisce",
"-972537755": "Selezionando \"Combacia\", vincerai il payout quando l'ultima cifra dell'ultimo tick è uguale alla tua previsione.",
"-1754746990": "Selezionando \"Differisce\", vincerai il payout se l'ultima cifra dell'ultimo tick non corrisponde a quella della tua previsione.",
- "-657360193": "Sopra/Sotto",
"-1163143636": "Selezionando \"Sotto\", vincerai il payout se l'ultima cifra dell'ultimo tick è inferiore alla tua previsione.",
"-878562744": "Selezionando \"Reset-Call\", vinci il payout se il prezzo di uscita è notevolmente superiore al prezzo di entrata o a quello alla data di reset.",
"-1521910502": "Selezionando \"Reset-Put\", vinci il payout se il prezzo di uscita è notevolmente inferiore al prezzo di entrata o a quello alla data di reset.",
@@ -2615,7 +2929,7 @@
"-1883190495": "Acquistando un contratto \"Close-Low\", i guadagni o le perdite corrisponderanno al prodotto tra il moltiplicatore e la differenza tra il valore di chiusura e il minimo registrati durante la durata del contratto.",
"-1375354108": "Acquistando un contratto \"High-Low\", i guadagni e le perdite corrisponderanno al prodotto tra il moltiplicatore e la differenza tra il massimo e il valore di chiusura registrati durante la durata del contratto.",
"-1028545578": "Inizia a fare trading con opzioni su Deriv",
- "-345016047": "Apri un conto di prova e ottieni fondi virtuali illimitati per fare pratica sulle nostre piattaforme DTrader, SmartTrader e DBot.",
+ "-345016047": "Apri un conto demo e ottieni fondi virtuali illimitati per fare pratica sulle nostre piattaforme DTrader, SmartTrader e DBot.",
"-874422884": "Apri un conto reale, deposita denaro e inizia davvero a fare trading con opzioni.",
"-2138295691": "Cosa sono le opzioni?",
"-1504129614": "Le opzioni sono prodotti che permettono di ottenere payout facendo previsioni sui movimenti di mercato, senza bisogno di acquistare l'asset sottostante. Dovrai soltanto aprire una posizione in base alle tue previsioni sui movimenti dell'asset in un certo periodo di tempo: in questo modo è possibile partecipare all'attività dei mercati finanziari con un investimento di capitale minimo.",
@@ -2678,7 +2992,7 @@
"-544680075": "Pip di take profit",
"-168442931": "Come calcolare il livello di stop loss e/o take profit e valore pip",
"-1809222492": "Il livello di stop loss e/o take profit e il valore pip nell'acquisto di un contratto su MT5 di Deriv (DMT5) viene calcolato in base alla formula seguente:",
- "-1812417493": "<0>Stop loss e/o livello di take profit = prezzo dell'asset + {importo stop loss OPPURE take profit ÷ (volume × volume del contratto)}0>",
+ "-1812417493": "<0>Valore di stop loss e/o take profit = prezzo dell'asset + {importo stop loss OPPURE take profit ÷ (volume × volume del contratto)}0>",
"-1143464033": "<0>Valore pip di stop loss e/o take profit = |(livello stop loss OPPURE take profit - prezzo dl'asset)| ÷ valore in punti0>",
"-315796508": "Il livello di stop loss e/o take profit ti aiuta a gestire il rischio quando acquisti un contratto.",
"-1379496268": "formula del livello di stop loss",
@@ -2690,8 +3004,8 @@
"-195404006": "Valore pip di take profit",
"-256433733": "formula pip del take profit",
"-1181419946": "Il valore in punti si ottiene dalle cifre correnti dell'asset. Nell'esempio, la cifra è 4, pertanto il valore in punti è 0,0001.",
- "-744011588": "La posizione viene chiusa automaticamente quando il livello di take profit è <0>221,59610> e il valore pip è a <0>280,000 USD0>.",
- "-514397532": "Calcolatore di margine PnL",
+ "-744011588": "La posizione viene chiusa automaticamente quando il livello di take profit è <0>221,59610> e il valore pip è a <0>280.000 USD0>.",
+ "-514397532": "Calcolatore di margine per PnL",
"-1995606668": "Importo",
"-1128574192": "Direzione",
"-703542574": "Ascendente",
@@ -2700,9 +3014,9 @@
"-2067501600": "<0>Livello di stop loss e/o take profit in decrescita = prezzo dell'asset × {(-importo di stop loss OPPURE take profit - commissione) ÷ (puntata × moltiplicatore) + 1}0>",
"-696704447": "formula crescente del livello di stop loss",
"-215986514": "La commissione viene calcolata automaticamente sulla base di puntata, simbolo e moltiplicatore scelti. Puoi scoprirne il valore direttamente su DTrader.",
- "-1677720766": "In questo scenario, dovresti fissare l'importo di stop loss a <0>3351,460>.",
+ "-1677720766": "In questo scenario, dovresti fissare l'importo di stop loss a <0>3.351,460>.",
"-1762213522": "Livello di take profit in decrescita",
- "-1674910806": "Formula decrescente del livello di take profit",
+ "-1674910806": "formula decrescente del livello di take profit",
"-1686336924": "L'importo di stop loss e/o take profit per un contratto su DTrader è calcolato in base alla seguente formula:",
"-1139241115": "Calcolatore PnL per moltiplicatori",
"-1051170258": "Come calcolare le imposte swap",
@@ -2724,9 +3038,9 @@
"-611750993": "Competenze",
"-1676257949": "Apprezziamo i colleghi con un'attitudine all'apprendimento e alla crescita e la capacità di usare il buon senso.",
"-1111451256": "Lavoro di squadra",
- "-1339404877": "Essere affidabile",
+ "-1339404877": "Essere affidabili",
"-1972583435": "Correttezza",
- "-2032112598": "Essere responsabile",
+ "-2032112598": "Essere responsabili",
"-1395788708": "Cyberjaya",
"-678475230": "Melaka",
"-1625504236": "Guernsey",
@@ -2743,15 +3057,15 @@
"-418008452": "I nostri principi sono la cornice delle nostre decisioni",
"-3618456": "Scopri di più sui nostri principi",
"-426017727": "Chi",
- "-1277783292": "Direttore Operativo",
- "-216767904": "Direttore Amministrativo",
- "-197772643": "Responsabile del Marketing e delle Partnership Globale",
- "-290006480": "Vicepresidente di Prodotto",
- "-871474425": "Vicepresidente della Attività Informatica",
- "-515732698": "Direttore Rischi",
- "-864130274": "Responsabile della Contabilità",
+ "-1277783292": "Direttore operativo",
+ "-216767904": "Direttore amministrativo",
+ "-197772643": "Responsabile del marketing e delle collaborazioni globali",
+ "-290006480": "Vicepresidente del prodotto",
+ "-871474425": "Vicepresidente delle attività informatiche",
+ "-515732698": "Direttore dei rischi",
+ "-864130274": "Responsabile della contabilità",
"-234962411": "Chi siamo | Una piattaforma di trading online | Deriv.com",
- "-355907358": "Deriv.com: marchio di Binary.com, è una pluri-premiata piattaforma di trading online all'avanguardia e attiva nel mercato dei trade.",
+ "-719133900": "Deriv è una piattaforma di trading online innovativa e pluripremiata, che offre un'ampia selezione di derivati per fare trading per chiunque, ovunque.",
"-599033718": "Deriv non utilizza il denaro dei clienti per i propri interessi ed è possibile prelevarlo in qualsiasi momento. Il tuo denaro è detenuto presso istituzioni finanziarie sicure separatamente dal nostro: in questo modo, nell'ipotesi improbabile in cui Deriv risultasse insolvente, potresti ottenere indietro il tuo denaro.",
"-392665367": "Assistenza quando ne hai bisogno",
"-367457070": "Deriv è pensata per aiutare anche i meno esperti a iniziare il trading comprendendone i rischi e prendendo decisioni più calcolate. Le istruzioni relative ai nostri strumenti e alle nostre piattaforme sono intuitive e di facile accesso. Inoltre, mettiamo regolarmente a disposizione notizie sui mercati, analisi, webinar, ebook, video di supporto e articoli dal nostro centro assistenza per aiutarti a restare al passo con le novità e a elaborare una strategia di trading più efficace.",
diff --git a/src/translations/ko.json b/src/translations/ko.json
index b21de1478db..ae02b036091 100644
--- a/src/translations/ko.json
+++ b/src/translations/ko.json
@@ -1,18 +1,23 @@
{
"1292590": "그다음은 무엇인가요?",
"2474877": "귀하의 지불방식을 변경하시고 싶으시면, <0>라이브챗0>을 통해 우리에게 연락주세요.",
+ "4506932": "How do I add a Deriv X account?",
+ "7128051": "How can I adjust or remove my self-exclusion limits?",
"7228511": "설정되어 있는 우리의 기준의 조건에 부합하게 각 거래당 적용되는 귀하의 수수료를 결정하세요.",
+ "11019706": "Your available balance for Deriv P2P may not reflect your entire Deriv balance. This is because deposits made via some payment methods won’t be available for Deriv P2P. See <0>Why is my Deriv P2P balance different from my Deriv account balance?0> for more info.",
"13119092": "고객",
+ "15238581": "Go to the first item in the media gallery and click <0>Get media0> code.",
"17217397": "암호화폐",
"19552684": "USD 바스켓",
"21294053": "1999년부터, 그룹은 진실성과 신뢰성으로 전 세계의 트레이더들을 위해 운영해왔습니다. 우리는 항상 우리 자신에게 가장 높은 윤리적 기준과 규제적인 요구사항을 적용합니다.",
"22146527": "안전하고, 즉각 반응하는 플랫폼",
+ "22354933": "Your money is held in secure financial institutions and is always available to you, should you wish to withdraw. We don't use your money for our business purposes.",
"22418565": "날짜로 변경했습니다",
"22995280": "함께 시작할 수 있는 플랫폼. 강력하지만 사용하기 쉽습니다.",
- "23846717": "귀하께서는 보너스 가치에 해당하는 금액의 25배에 해당하는 턴오버가 초과되는 계좌가 있는 경우에 보너스 금액을 인출할 수 있습니다.",
"24763773": "소니 (Sony Group Corp)",
"24900606": "골드 바스켓",
"26480598": "일반",
+ "26596220": "Finance",
"27830635": "\nDeriv (V) Ltd",
"28675270": "최고재무책임자",
"31131715": "Deriv.com을 살펴보세요",
@@ -21,11 +26,12 @@
"34997376": "숫자로 보는 Deriv",
"39296052": "제가 어떻게 Deriv.com을 홍보할 수 있나요?",
"39595561": "귀하의 봇이 각 거래를 수행하고 Telegram을 통해 공지를 받음에 따라 귀하의 봇이 어떻게 수행하는지 확인하세요.",
- "39720204": "AUD 지수",
+ "40232884": "Ensure that you make payment to the correct seller within 2 hours.",
"45577689": "DMT5상에서 귀하의 고객께서 진행하는 거래에 대한 수수료를 받으세요.",
- "48076235": "네 그렇습니다. 귀하께서는 우리의 웹사이트에서 라이브 챗을 통해 귀하의 일일 한도의 증가를 요청하실 수 있으시며 우리는 이메일을 통해 귀하에게 답변 해 드릴 것입니다.",
"48132512": "참여하시고 저희와 함께 성장하세요.",
+ "48469443": "Complete <0>this form0>, and we'll get in touch with you in a couple of days. You'll need a real Deriv trading account, too. If you don't have one, sign up <1>here1>.",
"49026512": "DMT5를 경험하세요",
+ "49321507": "Do you offer micro forex pairs on Deriv MT5?",
"50586010": "Binary.com은 Deriv.com으로 리브랜드되었으며 이것이 파트너들에게 어떠한 의미가 있는지 여기에 나타나 있습니다",
"53801223": "홍콩 50",
"54033225": "0.10",
@@ -34,13 +40,15 @@
"55394707": "모바일 앱 등록을 위해서는 브로커 코드를 <0>Deriv Limited0>로 설정하세요.",
"56714378": "자주 묻는 질문 - Deriv P2P",
"57395040": "포인트 가치",
+ "57885236": "Your card issuer may have blocked your transaction. Please contact your card issuer to check.",
"59521256": "페이지가 발견되지 않았습니다",
"59678480": "5 - 3,000",
"60772773": "USD/RUB",
"61663093": "연속 지수",
- "68536923": "외환에 대해서 EUR/USD의 1랏에 대한 거래는 다음의 공식에 근거하여 커미션으로 EUR 5를 지불할 것입니다:",
+ "67611998": "How can I deposit funds into my Deriv MT5 real money account?",
"70604999": "점프 지수들은 합성지수들이므로, 귀하께서는 24시간 7일, 1년 365일 내내 이들을 거래하실 수 있습니다.",
"71016232": "OMG/USD",
+ "71263224": "How can I cancel my withdrawal?",
"71535160": "오픈 포지션을 보유하고 있는것에 대한 오버나이트 비용을 계산하세요. 비용은 귀하의 스왑레이트에 따라 양수 또는 음수일 수 있습니다.",
"71650838": "간단하고 꾸밈없이 말씀하세요, 그리고 애매한 점은 없도록 해주세요",
"71969952": "어떠한 또다른 변화들을 볼 수 있나요?",
@@ -52,39 +60,43 @@
"82730484": "자금을 송금하고, 지불금을 받고, 온라인으로 지불하기 위해 간단한 방법을 제공하는 지불 서비스 제공자.",
"83067481": "저희의 트래킹 사이트: t.deriv.com",
"84123624": "파트너십 프로그램 | Deriv",
+ "85248718": "Memorandum and articles of association",
"87901857": "생성 데이터베이스에 대한 임의적 질문",
"90275414": "트레이딩이 <0/>간단합니다<0/>",
"94912230": "벨라루스",
"97694950": "현명하게 거래하시고 기분이 귀하의 결정에 영향을 주지 않도록 하세요. 피곤하시거나 알콜의 영향이 있을때는 거래를 하지 마세요.",
"102299592": "손절매 및/또는 이익실현 금액 계산 방법",
+ "105613424": "What is the minimum amount to open a position on Deriv MT5?",
+ "106291991": "Frequently asked questions - Multipliers",
"109865596": "Deriv에서 주말 거래를 즐기시고 귀하의 거래를 최대한 활용하세요",
"110140669": "만약 귀하께서 전문적인 트레이더이시라면, 귀하께서는 MT5 트레이딩 시그널 서비스를 통해 무료로 또는 귀하께서 결정하시는 구독료을 지불하시고 다른 트레이더들과 귀하의 전략을 공유하실 수 있습니다. 트레이더들이 귀하의 시그널을 구독하면, 귀하의 거래들은 귀하께서 주문 하실 때마다 그들의 계좌에 자동적으로 복사되어질 것입니다.",
"113378532": "ETH/USD",
- "113428590": "Deriv (V) Ltd (<0>라이센스 보기0>) - 1276, Kumul Highway, Port Vila, Vanuatu - 는 바누아투 금융서비스 위원회에 의해 인가되었으며, <1>금융시장협회<1/>의 멤버입니다.",
"117273069": "<0>월스트리트 300>은 미국에 있는 회사의들 중 30개의 최상위 회사들의 주식 실적을 따릅니다.",
+ "117920584": "As per <0>our terms0>, we only allow one account per client, which you can open in the currency of your choice (either fiat or crypto). If you want to trade with other currencies, you can add multiple cryptocurrency accounts to your profile.",
"119888059": "누가 지원할 수 있나요",
+ "121961018": "If you're residing in the EU or UK, <0>contact us via live chat0>, and we'll help you with it.",
"122171127": "1년 365일 7일 24시간 내내 합성 지수상에서 승수거래를 즐기세요. 주중에 끊임없이 외환에서 승수를 거래하세요.",
"123005346": "고객 인출에는 인공적인 장벽이 없습니다",
"123291381": "리브랜딩으로 무엇이 달라졌나요?",
"125131030": "Deriv 아카데미에 구독하신것에 대해 감사드립니다",
- "132574588": "<0>Deriv X 대시보드0>에서, 귀하께서 개설을 희망하시는 계좌의 종류를 선택하시고 (실제 또는 데모) 및 \"계좌 추가하기\"를 클릭하세요. 새로운 Deriv X 계좌를 생성하기 위해 스크린에 나와 있는 지침을 따르세요.",
"135210620": "Deriv는 몰타 금융 서비스 당국( MFSA), 라부안 금융 위원회 (Labuan FSA), 바누아투 금융 서비스 위원회 (VFSC), 및 영국령 버진 아일랜드 금융 서비스위원회를 포함한 다양한 기관에 의해 <0>규제되어집니다0>.",
"138055021": "합성 지수",
"140083133": "귀하의 계좌에 자금을 충전하세요. 모바일 앱, 데스크탑 앱, 또는 웹 브라우저에서 거래를 시작하세요.",
+ "141909159": "You’ll be brought back to the Cashier page. Click <0>Review pending0> and select the transaction that you'd like to cancel.",
"143734792": "Deriv에서 자금의 이체 및 보유와 귀하께서 받으실 수 있는 보너스를 통치하는 조항",
"144377171": "일일 인출 한도",
"146650698": "DP2P로 데려다 주세요",
"148382928": "American Airlines Group Inc",
"150593055": "통화 거래자",
+ "152299772": "Why should I join your affiliate programme?",
"152524253": "인기있는 우리의 사용자 친화적 플랫폼을 통해 세계적인 시장에서 거래하세요.",
"154463429": "저희의 데모 트레이딩 경험은 특히 계약 프라이싱 및 트레이딩 제한과 함께 실제 자금 트레이딩을 나타낼 것입니다. ",
- "156791387": "<0>DMT5 dashboard0>에 가셔서 해당 DMT5 계좌의 <1>비밀번호1>버튼을 클릭하세요.",
"159321990": "Deriv를 통해 온라인에서 외환을 거래하세요. 데모 계좌를 개설하시고 즉각적으로 반응하고 직관적인 우리의 트레이딩 플랫폼에서 넓은 범위의 통화쌍을 즐기세요.",
"159937924": "RTS28 2020",
"161870324": "최선의 비용을 선택하시고 주문하시거나 귀하께서 희망하시는 비용으로 광고를 생성하세요.",
"163040015": "Deriv의 제휴 및 IB 프로그램에 참여하시고 신뢰할 수 있는 온라인 트레이딩 제공자와 파트너가 될 수 있는 기회를 잡으세요.",
"166309424": "비용이 없는 즉각적인 매달 및 매일의 지불금",
- "170598749": "바스켓 지수",
+ "167985771": "You can unsubscribe by going to the <0>Personal details0> page. Uncheck the checkbox that says \"Get updates about Deriv products, services and events.\" at the bottom of the page, and click <1>Submit.1>",
"171302334": "이 시나리오에서, 귀하께서는 귀하의 손절매 금액을 <0>-7.23 USD0>으로 설정하실 것입니다.",
"171586173": "전세계에 걸쳐 있는 Deriv의 우리 오피스에서 커리어 기회를 발견하세요.",
"171638706": "변수",
@@ -94,7 +106,6 @@
"178716803": "봇 구동",
"179737767": "우리의 레거시 옵션 트레이딩 플랫폼.",
"180412186": "계약기간의 끝에 엑싯 스팟이 엔트리 스팟보다 엄격히 더 높을지 또는 낮을지에 대해 예측하세요.",
- "181253755": "저의 거래 제한은 무엇인가요?",
"181316740": "이는 거래의 종류에 따라 다릅니다. 자세히 아시려면, 특정 자산에서 오른쪽 마우스 클릭을 하셔서 “상품 정보”를 선택하세요.",
"182438100": "자주 묻는 질문 - DBot",
"187267434": "다음으로는 작업공간 위에 툴바에 있는 '저장하기'를 클릭하세요. 귀하께서는 귀하의 컴퓨터 또는 구글 드라이브에 저장하기를 선택하실 수 있습니다. 귀하의 전략은 XML 포맷으로 저장될 것입니다.",
@@ -102,6 +113,8 @@
"193611235": "분 단위로 거래하세요. 기다리는 시간이 줄었고, 더 많이 거래하실 수 있습니다. 몇 분 이내로 예금과 인출을 하세요.",
"194431525": "대표적인 데모 경험을 제공합니다",
"194961269": "옵션 계약의 원리가 무엇인가요",
+ "198087093": "Digital options allow you to predict the price movement of underlying assets without actually owning them. With digital options, you open a position based on your prediction, with a set duration that closes your position automatically. You'll earn a profit if your position is closed when the price is in your favour.",
+ "198900889": "Can I open more than one Deriv account?",
"200040108": "없습니다",
"202417731": "원자재 시장 | 원자재 거래 | Deriv",
"202712649": "빠르고 안전한 예금 및 인출 옵션",
@@ -117,7 +130,6 @@
"222070679": "매달 15일 이후에 실행가능하는대로 우리가 귀하의 계좌로 직접적으로 귀하의 수수료를 입금해드릴 것입니다.",
"223659990": "랏 당 수수료 (1 기준 랏은 100000 단위 입니다)",
"224650827": "IOT/USD",
- "224785887": "금융 감독원에 의한 우리의 인가 및 규제의 범위에 대한 세부 정보는 저희에게 요청하심으로써 확인하실 수 있습니다.",
"227166061": "Deriv.com은 안전한가요?",
"228957856": "귀하께서 400,000 USD에 달하는 자산가격과 -7.5의 스왑레이트에 해당하는 Volatility 75 지수의 0.01랏을 하룻밤동안 열어놓는다고 해봅시다.",
"230596356": "귀하의 DBot 전략을 귀하에게 맞추세요",
@@ -125,9 +137,12 @@
"231711709": "언제든지 거래하세요",
"231722280": "원자재는 무엇인가요?",
"232837971": "빠른 전략은 무엇이며 제가 이것을 어떻게 활용할 수 있나요?",
+ "233475101": "Read <0>this article0> to learn more about trading CFDs on Deriv.",
+ "234782678": "You can reset your affiliate password <0>here0>.",
"236080779": "다양한 기능을 갖춘 차트",
"236845507": "차액거래(CFDs)가 무엇인가요?",
"239216026": "XMR/USD",
+ "239395164": "Deriv (V) Ltd – 1276, Kumul Highway, Port Vila, Vanuatu – is licensed by Vanuatu Financial Services Commission, and is a member of the <1>Financial Markets Association<1/>.",
"241331061": "Deriv GO 정말 좋아요! 이 앱처럼 쉽게 이용할 수 있는 앱을 찾고 있었어요.",
"242139148": "파트너",
"242356757": "리포트 제출",
@@ -136,11 +151,14 @@
"246106761": "제 비밀번호를 잊어벼렸습니다. 어떻게 해야 하나요?",
"247341426": "우리의 라부안 오피스에서 IT, 준수 및 계좌에 대한 잡들을 둘러보시고 찾으셔서 지원하세요.",
"248446741": "다섯개 틱들의 시리즈에서 어떤 틱들이 가장 높은 틱인지 또는 낮은 틱이 될지를 예견하세요.",
+ "250681139": "How do I log in to Deriv X?",
"253813203": "12+ 세계 지수",
"255124284": "HKD/JPY",
"256855210": "빠르고 안전한 피어 투 피어 예금 및 인출서비스",
"256942335": "다양한 수입 기회와 넉넉한 수수료",
+ "257449963": "Follow these steps to see your earnings:",
"258310842": "작업공간",
+ "261542396": "We'll credit your commission for the previous month into your trading account after the 15th of every month. As an affiliate, you’ll earn commission when your referred clients trade on options and multipliers. To earn from your clients' MT5 trades, you'll need to sign up as an introducing broker. (see <0>How do I sign up as an introducing broker (IB)?0>)",
"262590832": "귀하께서 선호하시는 트레이딩 전략에 때라 롱 및 쇼트 포지션을 개설하세요.",
"263232709": "1 - 2 영업일",
"264391901": "예견할 수 없는 실세계의 혼란없이 실세계 시장의 신나는 부분을 모방할 수 있는 종합시장을 즐기세요.",
@@ -149,20 +167,23 @@
"267527172": "DMT5 Standard 계좌는 거래를 처음 시작 하시는 분들과 경험 많은 트레이더들에게 최대한의 유연성을 위해 변수 스프레드 및 높은 레버리지를 제공합니다. DMT5 Advanced 계좌는 100% A 북 계좌이며 여기에서 귀하의 거래들은 귀하에게 외환 유동성 제공자로의 직접적인 접근권한을 제공함과 동시에 거래들이 직접적으로 시장을 통합니다. DMT5 합성 지수 계좌는 귀하로 하여금 실제 세계를 흉내내는 종합지수상에서 차액거래 (CFDs)를 거래하실 수 있도록 허용합니다. 이는 24시간 7일 내내 거래가 가능하며 독립적인 제 3자에 의해 공정성을 위한 감시를 받습니다.",
"268108542": "1. 'Google Drive'와 'Continue'를 선택하세요.",
"271560771": "귀하께서 거래하고자 희망하는 금액을 입력하세요.",
+ "272283021": "You can now log in to Deriv MT5 with your new password.",
"274268819": "Volatility 100 지수",
+ "274392779": "the Labuan Financial Services Authority",
"275116637": "Deriv X",
"276341434": "우리의 리브랜딩의 일환으로, 귀하의 제휴 로그인 URL이 변경될 것입니다.",
+ "276482397": "No, you can't.",
"276645072": "2. 귀하의 구글 계좌를 선택하시고 DBot이 귀하의 구글 드라이브에 접근하기 위해 필요한 승인을 주시기 바랍니다.",
"278499050": "귀하의 Deriv 계좌로 예금을 하시거나 해당 계좌에서 인출을 하시기 위해 귀하의 현지 통화를 이용하세요.",
"281247370": "증거금 계산기",
+ "286879509": "When do I need to verify my account?",
"287556583": "DMT5에서의 계약 한개에 대한 핍값은 이 공식에 근거하여 계산됩니다:",
"288004682": "숨어있는 비용이나 수수료가 없습니다.",
"288719886": "체코 공화국",
"289008060": "Facebook Inc",
"289731075": "시작하세요",
"291605393": "그리스",
- "298511755": "이는 보통 본인들의 신용카드를 사용하여 우리를 통해 처음으로 예금하는 고객분들에게 일어납니다. 'Deriv'와의 트랜잭션을 허가할 수 있도록 귀하의 은행에 질문해주시기바랍니다.",
- "300084741": "차액거래 (CFD)는 거래를 개설할 시의 자산의 가치와 거래차 종료될때 이 자산의 가치 사이를 지불하는 계약입니다.",
+ "292497263": "Click on your account balance and click <0>Add or manage account.0>",
"300201586": "Deriv에서 데모계좌를 개설하고 우리의 어워드 위닝 플랫폼상에서 무제한의 가상자금과 함께 연습하세요.",
"305547463": "사용자 친화적",
"306846388": "온라인 트레이딩은 신나지만 위험이 따르며 중독될 수 있습니다. Deriv에서는 우리는 우리 고객의 최선의 이자를 찾으려고 하며 고객분들로 하여금 <0>안전하고 책임감있는 거래0>를 할 수 있도록 장려합니다. 만약 귀하께서 처음 하시는 것이라면, 귀하께서는 자금의 위험을 감수하기 이전에 무제한 가상 자금으로 거래연습을 하실수 있습니다.",
@@ -177,9 +198,9 @@
"318239044": "화이자",
"318433321": "옵션 거래에서 가능한 상품들",
"318815297": "귀하께서 원하는 방식으로 거래하세요",
+ "319619035": "Will my inactive Deriv MT5 account be deactivated even though I still have a balance?",
"319934137": "European<0>0>지수",
"320565687": "<0>골드 바스켓0>은 각각 20%만큼 가중된 다섯가지의 글로벌 통화들 (EUR, GBP, JPY, AUD, USD)의 바스켓에 대한 금의 가치를 측정합니다.",
- "322580327": "귀하께서는 해당 분쟁을 해결하기 위해 앱 내에서의 챗을 통해 귀하께서 거래하시고 있는 트레이더와 챗을 하실 수 있습니다. 만약 양쪽 당사자들 모두 합의에 도달하지 못한다면, 귀하께서는 앱 내부의 기능을 통해 우리에게 연락하실 수 있습니다. 우리는 가능한 가장 빠르게 해당 분쟁을 해결할 수 있도록 관련 당사자분들에게 연락할 것이며 해결하기 위해 노력할 것입니다.",
"323564058": "지불이 간단합니다. 귀하의 로컬 통화로 자금을 예금할 수 있는 빠르고 안전한 방법입니다.",
"325128398": "3. 기간",
"326242312": "랏으로 표시되어 있는 거래량",
@@ -187,12 +208,13 @@
"332441329": "임시 | DMT5",
"332961148": "수락되어진 저의 결제방법을 어떻게 추가하거나 제거 또는 변경할수 있나요?",
"335040248": "우리에 대하여",
- "336359962": "휴면 수수료는 12개월간의 지속적인 기간에 걸쳐 거래가 한건도 이루어지지 않은 계좌에 청구되는 금액입니다.",
+ "337214156": "What are the differences between the Deriv MT5 Synthetic, Financial, and Financial STP accounts?",
"337900732": "덴마크",
"339084000": "법률",
"339879944": "GBP/USD",
"341589956": "에어 프랑스-KLM (Air France KLM SA)",
"342146000": "<0>귀하의 컴퓨터에 저장0>",
+ "342722863": "\n Learn more about our commission plans on <0>our Affiliate and IB Programme page0>.",
"343021270": "실제 CFD 계좌로 거래하세요. 귀하에게 있는 자금보다 더 큰 포지션을 거래하기 위해서 레버리지로의 접근권한을 받으세요.",
"343586987": "이 시나리오에서 귀하께서는 귀하의 이익실현 레벨을 <0>6.83 USD0>로 설정하실 것입니다.",
"349098817": "Deriv.com에는 무엇이 새로워졌나요?",
@@ -203,6 +225,7 @@
"354260859": "귀하께서 보유하시고 계시는 자본보다 규모가 더 큰 포지션들을 거래하기 위해 실제 Deriv MT5 (DMT5) 또는 실제 Deriv X 계좌를 통해 거래하시고 높은 레버리지로 접근하세요.",
"355340164": "Deriv X 온라인 트레이딩 플랫폼",
"358838306": "고객 지원팀의 부회장",
+ "358998585": "The Deriv MT5 Financial STP account offers CFDs on forex and cryptocurrencies, with lower leverage than the Financial account. This is a 100% A-book account, so your trades pass straight through to the market, giving you direct access to liquidity providers. This account also offers 24/7 trading on cryptocurrencies.",
"361051814": "귀하께서 84 USD의 이익 실현 금액과 함께 249.5961 USD로 가격이 되어 있는 변동성 50 지수 3랏을 판매하고 싶으실 때에 이익실현 레벨 및 핍 값을 계산하고 싶으시다고 예를 들어봅시다.",
"361599549": "필리핀에 있는 고객을 위해 온라인 은행 송금을 가능하게 해주는 결제 수단. 예금과 인출이 가능합니다.",
"365224830": "바스켓 지수 트레이딩 온라인 | 바스켓 지수 트레이딩 데모 계좌 | Deriv\n",
@@ -219,6 +242,7 @@
"376677604": "이 모든것들을 우리의 DMT5 플랫폼에서 찾으실 수 있습니다",
"378043056": "이들의 각 지수들은 아시아/오세아니아 지역에서의 금융 시장에서 공개적으로 거래되는 최고의 회사들의 실적을 모사합니다.",
"378788991": "완전히 새로운 합성 지수들을 DTrader 및 Deriv MT5 (DMT5)에서 지금 만나보실 수 있습니다",
+ "379401010": "Partners",
"379730266": "모든 자산에 대한 커미션 지불은 가장 최신의 환율에 근거하여 귀하의 예금통화로 변환될 것입니다.",
"383145223": "주식 전자책",
"386443705": "언제 어떻게 제 Deriv IB 수수료를 받게되나요?",
@@ -227,14 +251,15 @@
"390647540": "실제 계좌",
"392031899": "곧 이용가능합니다",
"392840594": "제휴 및 IB 프로그램에 대한 요청 ",
+ "393215173": "the British Virgin Islands Financial Services Commission",
"393841045": "<0>공지:0>",
"393899903": "귀하께서는 오직 귀하의 거주 국가에 있는 Deriv의 고객분께만 서비스를 제공하실 수 있습니다.",
- "394545276": "귀하께서는 전자지갑을 사용해서 최소한의 금액으로 USD/EUR/GBP/AUD 5를 입금하시거나 인출하실 수 있습니다. 다른 결제 방법은 다른 최소 금액이 있습니다.",
"395057342": "저희 소개",
"396609660": "귀하의 Deriv MT5 계좌 신용과 함께 해당 양식을 완료하세요. <0>브로커0>란에는, 귀하의 계좌 서버명을 입력하세요 만약 귀하의 시그널이 데모 계좌만을 위한 것인 경우: <1/> <0>- Deriv-Demo0> 만약 귀하의 시그널이 실제 계좌만을 위한 것인 경우: <1/> <0>- Deriv-Server0> 또는 <0>Deriv-Server-020> (귀하의 <2>Deriv MT5 dashboard2>에서 계좌 서버명을 찾으실 수 있습니다.)",
"396992773": "제공되는 자산들과 인출과 예금의 현리함, 그리고 다른 서비스까지 포함해서 Deriv는 지금까지의 브로커중에서 세계에서 가장 뛰어난 브로커입니다. 계속 최고가 되어 주세요, Deriv!",
"397235089": "외환, 합성 지수, 주식 및 지수, 암호화폐와 원자재를 포함하여 Deriv를 통해 귀하께서 온라인 상에서 거래하실 수 있는 시장들에 대해 배워보세요.",
"398319738": "DMT5가 무엇인가요?",
+ "399948438": "Click <0>Create new ad0>.",
"400968378": "위치",
"406075956": "귀하께서 만약 '홀'을 선택하시면, 귀하께서는 마지막 틱의 숫자가 홀수인 경우에 지불금을 받게 됩니다 (예 1, 3, 5, 7, or 9).",
"408925924": "최대 x1000까지",
@@ -248,6 +273,7 @@
"419208082": "MetaQuotes에 의한 우리의 CFD 트레이딩 플랫폼: trade.mql5.com",
"419648873": "우리의 DMT5 플랫폼에서 지금 글로벌 주식 및 주식 지수를 거래하세요.",
"420161092": "Deriv.com을 이용해보는 첫째그룹에 속해 보세요",
+ "421158556": "You may refer to <0>our terms0> for more information. If you need help getting into your account, <1>contact us via live chat.1>",
"421232681": "추가 약관",
"422714856": "명확하게 하자면, 이 리브랜딩은 귀하로부터 영감을 받은 것입니다. 우리는 귀하께서 희망하시는 것들을 원하시는때에, 원하시는 방식으로 거래하실 수 있는 곳인 Deriv.com에서 업그레이드 된 새롭고 발전된 거래경험을 선사할 수 있다는 사실에 아주 기쁩니다.",
"424703192": "금융상품들에 대해서 CFD를 거래하고자 희망하시는 나머지 국가의 고객분들은 (미국, 캐나다 및 홍콩같이 제한되어 있는 국가들은 제외) Deriv (V) Ltd 아래 DMT5 재무 계좌들 및 Deriv X 재무 계좌들을 소유하실 수 있습니다. 해당 회사는 암호화폐에 대해서는 CFD를 제공하지 않습니다.",
@@ -268,8 +294,11 @@
"439798157": "전략 불러오기",
"441557166": "Deriv X - Deriv에서 이용하실 수 있는 멀티자산 CFD 트레이딩 플랫폼",
"442177402": "크립토 쌍",
+ "443594501": "For your Deriv MT5 and Deriv X real accounts, log in to close any open positions.",
+ "443887309": "Your credit card balance may be insufficient.",
"447476086": "<0>국가0> 리포트: 어느 국가에서 클릭되었는지 해당 국가들의 목록을 보여줍니다",
"447711315": "서브도메인 점유",
+ "448874206": "If you have active orders, keep the app open (either on your phone or computer) until your orders are completed. Try to complete your orders within 2 hours.",
"448985812": "0-19.999%",
"449277904": "Deriv GO는 무엇인가요",
"451624200": "XTZ/USD",
@@ -278,9 +307,9 @@
"455897892": "암호화폐 전자책",
"456825069": "트레이딩 전문가",
"459886707": "전자지갑",
- "460766210": "W Business Centre, Level 3, Triq Dun Karm, Birkirkara BKR 9033, Malta에 위치한 Deriv Investments (Europe) Limited는 유럽연합에서 투자 서비스를 제공하기 위한 투자서비스 법률 아래 몰타 금융 서비스당국에 의해 몰타에서 인가되었으며 (<0>라이센스 번호 IS/701560>) 규제됩니다. 또한 영국의 금융감독원에 의해 인가되었으며 제한된 규제에 따릅니다. 금융감독원에 의한 우리의 인가 및 규제정도는 요청에 따라 우리로부터 확인하실 수 있습니다.",
"460878453": "5 - 10,000",
"465003790": "DMT5 로그인",
+ "465522807": "<0>A signal provider0> \n Do you provide trading data for others to follow? Grow your community of traders and earn commission when they sign up and trade on our platforms.",
"467590240": "주식 & 지수",
"469222213": "<0>나의 통계0>탭을 클릭하셔서 귀하의 시그널 제공자를 선택하세요.",
"473760456": "저희는 애매한 부분을 피할 수 있도록 명료하게 말합니다, 그리고 모든 계약들의 약관들을 공개하고 트레이딩의 위험들과 저희가 어떻게 수익을 발생시키는지에 대하여 명확히 공개합니다.",
@@ -290,7 +319,8 @@
"476621330": "계좌 개설하기",
"479311128": "더 낮은 비용으로 거래를 오픈하시고 귀하께서 얻으실 수 있는 잠재적인 부분들을 증가시키세요.",
"480442479": "사이트 간 요청 위조 (비중요)",
- "482031216": "외환은 통화 구매와 판매에 대해 탈중앙화된 글로벌 시장입니다.",
+ "481274667": "How can I withdraw funds from my Deriv MT5 real money account?",
+ "481411401": "Regulation",
"482369277": "Deriv의 제휴 및 IB 프로그램은 기대되는 수익 기회들을 제공합니다. 저희의 플랫폼들에서 귀하께서 추천하신 고객들로부터 수수료를 받으세요.",
"486935836": "제 구글/페이스북/애플 계정 비밀번호를 잊어버렸습니다. 어떻게 제 Deriv 계정으로 로그인할 수 있나요?",
"487236738": "어떻게 계산되어지나요",
@@ -305,11 +335,13 @@
"494843334": "귀하께서는 DTrader에서 외환, 주가지수, 원자재 및 합성 지수를 거래하실 수 있습니다.",
"495686884": "귀하의 온라인 트레이딩을 위해 저희를 선택하면 어떤점이 좋은가요 | Deriv",
"497469280": "저희는 저희의 고객분들께 낮은 속도의 모바일 데이터 네트워크상에서도 높은 가동시간과 낮은 대기시간을 가지는 안전한 시스템을 제공하기 위해 노력합니다. 저희는 모든 주요 데스크탑과 모바일 장치들에 대하여 훌륭한 보안과 장치간의 호환성을 제공합니다.",
- "497717591": "Deriv P2P로 어떤 결제 수단을 이용할 수 있나요?",
+ "497567508": "Your Deriv MT5 history will be downloaded as an XML file.",
+ "497905436": "How do I check my available balance for Deriv P2P?",
+ "500999639": "Some trade types may not be available in certain countries.",
"501413836": "750+",
"501620507": "이것은 저의 고객들에게 어떤 영향이 있나요?",
"501763239": "주요쌍",
- "502554477": "DMT5 합성 지수, 금융 및 금융 STP 계좌들의 차이점은 무엇인가요?",
+ "504465748": "We'll email you a verification link. Click that link and set a new password for your Deriv account.",
"506797447": "<0>EUR 바스켓0>은 각각 20%만큼 가중되는 다섯 종류의 글로벌 통화들 (USD, AUD, GBP, JPY, CAD)에 대한 유로화의 가치를 측정합니다.",
"509964491": "대부분의 금융 시장들이 닫혀 있을 때에도 거래하세요",
"510309290": "Deriv X: DevExperts에 의한 우리의 CFD 트레이딩 앱 (<0>안드로이드 앱0>, <1>iOS 앱1>)",
@@ -333,8 +365,8 @@
"527660774": "트레이딩 도구 | 스왑, 핍, 및 증거금 계산기 | Deriv",
"528858838": "납/USD",
"529056539": "옵션",
+ "529597350": "만약 귀하에게 오픈 포지션이 있으셨다면, 저희는 그 포지션들을 닫았고 귀하에게 환불해 드렸습니다.",
"529901734": "바스켓 지수를 거래함에 있어서, 한 통화의 가치의 변화는 세계에서 가장 유동성이 높은 통화의 바스켓에 대하여 측정됩니다.",
- "533583221": "송금은 즉시 이루어집니다. 귀하께서 모든 단계를 완료하시면, 귀하의 DMT5 계좌 잔액은 즉시 업데이트 될 것입니다. ",
"538228086": "종가-저가",
"538682015": "저희의 다른 앱들도 확인하세요",
"539645627": "저희는 전세계적으로 신뢰받는 시장 선도 상품들을 공급하는 것을 목표로 합니다.",
@@ -352,12 +384,14 @@
"555580651": "1. 작업공간의 오른쪽에 있는 패널에서 '클리어 스탯'을 클릭하세요.",
"557095822": "서비스를 갱신하기 위해서는 <0>갱신0>버튼을 클릭하시고 또는 구독 취소를 위해서는 <0>구독 중지0>버튼을 클릭하하세요.",
"558327984": "승수에 대한 우리의 이익 및 손실 계산기는 손실을 최소화 하고 이윤을 극대화할 수 있도록 귀하의 거래에서 손절매 주문 및/또는 이익실현 레벨을 결정하시는 데에 도움을 줍니다.",
+ "561889537": "A dispute was raised against you. Please <0>contact us0> via live chat for more info.",
"562246914": "리브랜딩은 우리의 클라이언트인 귀하로부터 영감을 받은 것이었습니다. 귀하에게 20년의 서비스를 통해, 우리는 귀하를 더 잘 이해할 수 있다고 느낍니다. 리브랜딩은 귀하의 모든 요구를 만족시키기 위해 발전된 온라인 트레이딩 방안을 수행하기 위한 우리의 기회입니다.",
"562528971": "아연/USD",
"562753315": "건지 | 우리 오피스 – 채널 제도 | Deriv",
"566274201": "1. 시장",
+ "567739189": "Why do my Deriv MT5 positions always start with a loss?",
"568954877": "3. 언제든지 주어진 시간에 귀하께서는 하나의 DMT5 계좌에 한명의 시그널 제공자만 구독하실 수 있습니다. 귀하께서는 귀하의 시그널을 최대 3대의 컴퓨터까지 사용하실 수 있습니다.",
- "569354588": "귀하께서는 만약 해당 서비스가 귀하의 국가에서 이용될 수 없는 경우 결제 에이전트를 통해 귀하의 자금을 관리하실수도 있습니다.",
+ "570656160": "You can use your Deriv MT5 demo account for as long as you want. However, if your account is inactive for 30 days, we'll deactivate it automatically.",
"575210404": "지불금을 보내시거나 받으세요",
"575534504": "낮은 스프레드",
"577779861": "인출",
@@ -370,6 +404,7 @@
"586006302": "<0>오버/언더:0> 계약 마지막 틱의 마지막 숫자가 특정 숫자보다 더 높을지 또는 낮을지를 예측하세요. ",
"586789100": "$0.35만큼의 낮은 지분으로 1초만큼의 짧은 기간과 함께 맞춤가능한 다양한 거래 종류로부터 선택하세요.",
"590858519": "오버나이트 비용은 더이상 없습니다, 귀하의 포지션들을 귀하께서 원하시는 만큼 열어 놓으세요.*",
+ "593539508": "Yes, you can download the chart on DTrader (in .csv and .png) by clicking <0>Download0> on the toolbar on the left. ",
"593838951": "다양한 기회",
"595278941": "자산가격",
"595722471": "1의 승수에 대한 룩백과 1분에 해당하는 기간에 대한 리턴 투 플레이어 (RTP)%는 평균적으로 약 87%입니다.",
@@ -392,6 +427,7 @@
"622253642": "시간을 절약하세요 – 거래를 개설, 모니터링 및 종료하실 필요가 없습니다.",
"623188171": "암호화폐와 합성지수를 주말과 공휴일을 포함해서 언제든지 거래하세요.",
"624256060": "손실제한, 이익실현 및 거래 취소를 포함하여 귀하의 트레이딩에 걸쳐 귀하에게 더 많은 컨트롤을 제공하는 선택적인 파라미터를 정의하세요.",
+ "625438255": "저희의 시장제공 대한 변경의 일부로, 저희는 저희의 영국 고객분들의 계좌들을 닫을 것입니다.",
"627388563": "CFD에 대한 더 많은 정보",
"627774646": "월별 구독으로부터 생기는 추가적인 수익 흐름.",
"627845959": "승수거래시에 알고있어야 하는점",
@@ -400,13 +436,11 @@
"631458864": "에지 회사 (Edge business)",
"631607286": "Binary.com은 Deriv.com으로 리브랜드되었으며 귀하께서 아셔야 하는 모든 부분들이 여기 있습니다",
"632409475": "TER/USD",
- "634033595": "Deriv P2P는 동료 트레이더들과의 거래를 통해 귀하의 Deriv 계좌로부터 자금을 쉽게 넣으셨다가 빼실 수 있도록 해 드리는 Deriv의 피어 투 피어 예금 및 인출 서비스입니다.",
"635121138": "제휴 및 IB 프로그램 | Deriv",
"635797490": "임시 | DBot",
"636070520": "3. 트레이딩을 시작하세요",
"636073620": "시그널 제공자가 되어 귀하의 전략들을 공휴하시거나, 또는 경험있는 트레이더들의 거래들을 복사하기 위해 Deriv MetaTrader 5 트레이딩 시그널을 구독하세요.",
"637013579": "트레이딩 봇들을 생성하기 위한 저희의 전형적인 \"드래그 앤 드롭\" 툴입니다, 이는 경험많은 이용자들을 위한 팝업 트레이딩 차트의 기능이 있습니다.",
- "639707096": "밸라루스, 캐나다, 홍콩, 이스라엘, 저지, 말레이시아, 몰타, 파라과이, 르완다, 아랍 에미리트 연합국, 미국 또는 국제자금세탁방지기구(FATF)에 의해 전략이 결핍되어 있는 국가로 확인되어진 제한된 국가의 거주인은 고객이 될 수 없습니다.",
"640307277": "공학 부회장",
"640405784": "암아프리카 공화국에 대해서는 금권 방식으로 쉽게 예금하세요.",
"641347172": "귀하께서 선택하신 결제 방식에 요구되는 처리시간이 지난 이후, 귀하의 자금은 귀하의 개인 계좌에 입금 될 것입니다. 귀하께서는 우리의 <0>결제 방식0> 페이지에서 처리에 걸리는 시간을 확인할 수 있습니다.",
@@ -414,6 +448,7 @@
"642995056": "이메일",
"643554455": "빠른 답변을 받기 위해 인기있는 주제에 해당하는 자주 묻는 질문들을 확인하세요.",
"643810262": "고객의 손실을 야기할 수 있는 상호작용 로직의 착취 문제",
+ "645317079": "We'll remove the <0>withdrawal limit0> once your account has been verified.",
"645902266": "EUR/NZD",
"645954408": "시장 가격이 8,700 USD으로 올라갈 때, 귀하께서 스탑로스 레벨을 8,200 USD로 설정하십니다. 몇 틱 이후, 해당 가격이 8,100 USD로 하강하며 귀하의 스탑로스 레벨을 넘깁니다. 귀하의 거래는 8,100 USD에서 자동적으로 종료될 것입니다.",
"646017912": "트레이딩 옵션과 승수를 위한 저희의 플래그십 앱.",
@@ -424,9 +459,11 @@
"654674908": "마틴게일 전략은 거래자들로 하여금 손실이 있는 다음 계약 규모를 두배로 하여 거래자들이 이기는 경우, 그들이 잃은 것을 다시 받을 수 있도록 거래자들에게 장려하는 클래식 트레이딩 기술입니다.",
"655249194": "Deriv X는 MT5 이후에 우리의 두번째 CFD 플랫폼입니다. Deriv X는 귀하의 트레이딩 스타일에 맞추기 위하여 많은 기능들과 함께 구축되었습니다.",
"655519080": "Deutsche Bank AG",
+ "655902997": "You may reactivate your account by <1>logging in1> with your email address and password. If you're unable to do so, please <0>contact us via live chat0>, and we'll help you further.",
"658337631": "<0>Binary.com0> 계좌가 있으신가요? 귀하께서는 귀하의 <0>Binary.com0> 사용자 명과 비밀번호로 <0>Deriv0>에 <1>로그인1>하실 수 있습니다",
"662679188": "DTrader | 온라인 트레이딩 플랫폼 | Deriv",
"663180477": "고객우선 트레이딩 경험",
+ "665599274": "Fill up the form and click <0>Confirm0>.",
"665777772": "XLM/USD",
"666199378": "친절한 고개지원과 강화된 헬프 센터 및 도움되는 다른 컨텐츠에 일주일중 7일 내내 접근하실 수 있습니다.",
"666906792": "가나와 우간다에 있는 고객분들의 경우 귀하의 모바일을 이용하여 쉽게 에금하세요.",
@@ -435,14 +472,15 @@
"672008428": "ZEC/USD",
"680204734": "인출에 대한 최소한의 금액은 최근의 환율에 따라 달라질 것입니다. 여기 보여지는 숫자들은 반올림되었습니다.",
"680953516": "시장",
+ "682063263": "Your Deriv P2P account may be blocked for one of the following reasons:",
"682108610": "귀하께서 이제 갓 시작한 트레이더거나 숙련된 트레이더간에 관계 없이 귀하께서는 우리의 트레이딩 경험을 아주 좋아하실 것입니다.",
"682657885": "Deriv X 대시보드로 가기",
"683810917": "귀하의 일일 IB 수수료를 확인하세요",
"685027643": "'트랜잭션'탭이 각 거래당 기간, 장벽, 시작 및 종료 등에 대해 더 상세한 정보를 제공합니다. ",
"686385193": "다운 방향으로의 7.54 USD의 이익실현 금액과 x100의 승수값과 10 USD의 지분과 함께 3376.24 USD로 가격이 되어 있는 변동성 100 지수에 대하여 귀하께서 포지션을 오픈하실 때에 이익실현 레벨을 계산하시고 싶으시다고 가장해봅시다.",
"686387939": "제 거래 로그를 어떻게 삭제할 수 있나요?",
- "686417047": "DTrader는 귀하로 하여금 디지털, 승수 및 룩백 옵션의 형태로 50개보다 많은 자산들을 거래할 수 있도록 해줍니다.",
"688617121": "높은 레버리지",
+ "689068852": "Where can I see my ads?",
"689400450": "세계 최고의 브로커입니다. 저는 매일 항상 다른 사람들에게 추천할 수 있습니다. 이들의 지원 에이전트들은 모든 분야에서 정말 도움이 됩니다.",
"690238026": "우리에게는 배너, 영상 및 텍스트 광고를 포함하여 믿을 수 있다고 검증된 추천 툴들을 보유하고 있습니다. 귀하께서 만약 특정 툴들을 귀하의 사이트 요구사항으로 맞춤설정을 희망하시면 <0>affiliates@deriv.com0>으로 귀하의 계정 관리자에게 연락해주시기 바랍니다.",
"690959930": "비밀번호 재설정 | Deriv",
@@ -453,6 +491,7 @@
"700128691": "우리는 우리의 높은 윤리적 기준으로의 헌신에 대한 태도에 변함이 없습니다. 왜 Deriv가 온라인 트레이더들의 선택인지 알기 위해 더 많은 이유를 찾아보세요.",
"701775446": "변동성 200 지수",
"701840176": "USD 100k 턴오버당 커미션",
+ "704465777": "After making your payment, share the receipt with the seller via the chat feature in Deriv P2P.",
"704532260": "귀하의 이메일로만 등록하세요. 신용카드가 필요없으며 또는 최소한의 입금 금액도 요구되지 않습니다.",
"706069088": "Deriv에 대해서",
"710137133": "지금 신청하세요",
@@ -484,12 +523,15 @@
"743105449": "제 Deriv X 실제 자금 계좌에 어떻게 자금을 예금할 수 있나요?",
"743623600": "참조",
"746874005": "스왑외환 공식",
+ "747290779": "<0>A software developer0> \n Build your own trading platform using our API and earn commission when your clients sign up and trade.",
"751493857": "USD 4",
"752024971": "최대 숫자자리수에 도달했습니다",
+ "752304655": "<0>Turnover0> \n Earn up to 1.5% commission for each contract bought by your clients. The lower the probability of winning, the higher your commission payout.",
"755433132": "디지털 옵션은 무엇인가요?",
"756066527": "저는 <0>약관0>에 동의합니다",
"756310599": "고객분들께서 충분히 정보를 숙지하신 상태로 선택을 하실 수 있도록 저희는 모든 계약들의 약관에 대하여 투명할 것입니다.",
"758038191": "말레이시아 멜라카에서의 Deriv 구직기회를 살펴보시고 우리와 함께 하실 귀하의 역할을 찾으세요.\n",
+ "759844711": "Yes, it's completely free of charge <0>to join0>.",
"760192418": "현명하게 거래하시고 귀하의 감정이 귀하의 결정에 영향을 주지 않도록 하세요. 귀하께서 좋지 않은 판단을 하는 경향이 있을 시에는 거래를 멈추세요.",
"760233310": "Devexperts에 의한 저희의 CFD 트레이딩 앱: dx.deriv.com",
"762478389": "귀하께서 선호하시는것을 거래하세요 - 외환, 원자재, 주식 및 합성지수.",
@@ -505,6 +547,7 @@
"777848993": "거래가능한 자산들 및 성장중입니다",
"778624300": "CFD 및 승수 거래에 대하여 귀하께서 귀하의 스왑, 핍, 이윤 및 손실을 계산하실 수 있도록 도와주는 Deriv의 트레이딩 계산기의 혜택을 누리세요.",
"779522948": "이포 | 우리의 오피스 – 말레이시아 | Deriv",
+ "780041225": "If you already have a demo account, here’s how to add a real account:",
"781723751": "10 - 17,000",
"783010200": "세계적으로 가장 큰 주식 시장 지수에서 수수료가 없는 트레이딩을 통해 귀하의 포트폴리오를 다양화하세요. Wall Street 30, US Tech 100, UK 100 등과 같은 세계적으로 유명한 지수들 상에서 거래하세요. 적게는 $5부터 거래를 시작하세요.",
"783153785": "무제한 가상 자금",
@@ -517,6 +560,7 @@
"785973496": "포르투갈",
"786796042": "<0>2020년 6월 3일0> 라이브",
"788015089": "*선택된 쌍들에 한하여 이용가능합니다:",
+ "788744327": "Click <0>Change0> next to the password field, then click <0>Change Deriv MT5 password0>.",
"789376489": "USD/HKD",
"790534726": "합법적이지 않은 행위를 방지하기 위해 통제를 시행하세요",
"793647899": "귀하의 Binary.com 제휴 계좌는 Deriv.com에서도 유효할 것입니다. 귀하께서는 귀하의 고객분들께서 Binary.com 또는 Deriv.com에서 거래를 함으로써 수수료를 받을 수 있을 것입니다.",
@@ -525,17 +569,23 @@
"799457743": "간단합니다.",
"800183478": "보안은 저희에게 중요합니다. 저희는 전세계적으로 독립 보안 연구원들과 함께 협력함으로써 저희의 상품과 서비스를 지속적으로 향상시킵니다.",
"800934856": "우리의 오피스 위치를 둘러보세요 | Deriv",
+ "802021852": "If you're buying, you'll need to make payment and share your payment confirmation with the seller. Once the seller has confirmed that they've received your payment, the exchange amount will be credited into your Deriv account.",
"803989222": "합성 계좌는 귀하께서 하여금 24시간 7일 내내 접근 가능하고 실제 세계의 시장 동향을 모방하는 Deriv의 독점적인 합성 지수상에서 거래하실 수 있도록 합니다.",
"806165583": "호주 200",
+ "806951253": "In the EU, financial products are offered by Deriv Investments (Europe) Limited, W Business Centre, Level 3, Triq Dun Karm, Birkirkara BKR 9033, Malta, licensed in Malta (<0>licence no. IS/701560>) and regulated by the Malta Financial Services Authority, Triq l-Imdina, Zone 1, Central Business District, Birkirkara CBD 1010, Malta, under the Investments Services Act. Authorised by the Financial Conduct Authority and with deemed variation of permission. Subject to regulation by the Financial Conduct Authority. The nature and extent of consumer protections may differ from those for firms based in the UK. Details of the Financial Services Contracts Regime, which allows EEA-based firms to operate in the UK for a limited period to carry on activities that are necessary for the performance of pre-existing contracts, are available on the Financial Conduct Authority’s website.",
"808426886": "저희는 판매를 강요하지 않으며 금융적 또는 트레이딩에 대하여 조언을 제공하지도 않습니다. 그리고 수익을 보장한다는 약속도 하지 않습니다. 저희는 취약한 사람들에게 거래를 하도록 권장하지도 않으며 합법적이지 않은 행위를 방지하기 위해 통제를 실행합니다.",
"809146176": "해당 없음",
+ "809480545": "If you'd like to log in using your email address instead, follow these steps:",
"809649275": "헬프 센터 | 자주 묻는 질문 | Deriv P2P | Deriv",
"809734567": "<0>MQL5 시그널 쇼케이스 페이지0>에서, 시그널 버튼 생성하기를 클릭하세요.",
+ "811665902": "What is Deriv MetaTrader 5 (Deriv MT5)?",
"812101045": "증거금에 대한 손절매 주문 및/또는 이익실현 계산기",
"812888944": "에지 회사 (Edge businesses)",
"814009433": "총 거래 턴오버",
+ "814289409": "Then, withdraw your funds.",
"814644033": "글로벌 피아트 투 크립토 거래와 함께 귀하의 Deriv 계좌를 완전히 충전하기 위해 귀하의 신용 및 직불 카드를 이용하여 암호화폐를 구매하세요.",
"815602603": "귀하의 Deriv 계좌로 로그인하세요. 만약 계좌가 없으시다면 무료로 가입하세요.",
+ "816534303": "To log in on your desktop, click <0>Trade on web terminal0>.",
"817637233": "구독에 감사드립니다",
"818087675": "Deriv에서 트레이딩 하세요",
"818659471": "6. 손실제한",
@@ -546,6 +596,7 @@
"825675433": "Deriv에서 만나보실수 있는 주식 & 지수 거래들",
"825815966": "고정되어 있으며, 예견할 수 있는 지불금",
"826511719": "USD/SEK",
+ "829379369": "You can automate your trading strategy using a trading bot. A trading bot is an automated computer program that purchases trade contracts for you while following a specific set of instructions that you provide.",
"829579058": "보안",
"831164350": "귀하께서 24 USD의 손절매 주문 금액과 함께 1.17524 USD의 가격으로 되어 있는 EUR/USD 1랏을 구매하고 싶으실 때에 손절매 주문 레벨 및 핍 값을 계산하고 싶으시다고 해봅시다.",
"831282685": "이메일을 보내주세요",
@@ -581,21 +632,24 @@
"871486196": "한 곳에서 외환, 합성 지수, 주식, 주식 지수, 암호화폐, 및 원자재를 거래하세요.",
"874573741": "한 곳에서 외환, 주식, 주식 지수 및 원자재들을 거래하세요.",
"874881951": "우리의 두바이 오피스에서 가능한 구직 기화를 살펴보세요. IT, 마케팅 및 인사에서 귀하의 역할을 찾으세요.",
+ "875311753": "The completion rate is the percentage of orders that the advertiser could complete within 2 hours.",
"875766134": "귀하의 컴퓨터로부터 불러오고 있습니다",
"876581050": "슬로바키아",
"877897643": "DTrader에서 외환을 거래할 때의 장점",
+ "878441070": "Can I change the currency of my Deriv MT5 account?",
"878676836": "주요 정보문서",
"878922748": "CFD의 계좌는 무엇입니까?",
+ "878929504": "Complete the form and click <0>Submit0>.",
"879478126": "두바이",
"881413021": "Deriv에서 왜 원자재를 거래하나요",
"882216897": "이메일이 필요합니다",
"885479216": "<0>Hits & Impression0> 보고: 귀하의 힛과 사용자 클릭 비율을 보여줍니다",
"886712679": "라이센스화 되고 규제되었습니다",
"887282040": "Binary.com이 왜 리브랜딩되나요?",
+ "888619169": "If you have made a deposit or have added a real MT5 account, follow these steps:",
"888978991": "이들의 각 지수들은 유럽의 금융 시장에서 공개적으로 거래되는 최상위 회사들의 실적들을 모방합니다.",
"889704223": "{{trade_no}}가지의 유연한 거래 종류들과 함께 귀하께서 원하시는 방식으로 거래하세요.",
"890667695": "45%",
- "891097078": "USD 지수",
"893607771": "끊임없는 거래시간 (월요일부터 금요일까지), 높은 유동성, 엔트리로의 낮은 장벽, 넓은 범위의 제공 및 세계의 이벤트에서 거래할 수 있는 기회로부터 혜택을 받으세요.",
"893980632": "더 많은 질문들이 있나요? MQL5 웹사이트에서 <0>자주 묻는 질문 란0>을 확인해주세요.",
"895567953": "귀하의 봇을 활용할 수 있는 자산들",
@@ -610,17 +664,21 @@
"905952695": "저희의 웹로그 주소: https://deriv.com/academy/",
"906120998": "DTrader와 DMT5 사이에 어떠한 주요 차이점이 있나요?",
"909083576": "404 - 페이지를 찾을 수 없습니다 | Deriv",
+ "912406629": "Follow these steps:",
"912981300": "한가지 더 추가하자면: 우리의 소셜미디어 프로필이 페이스북, 인스타그램 및 트위터에서 @Derivdotcom으로 리브랜드되었습니다. 좋아요를 누르시고 팔로우하셔서 우리의 최신 뉴스를 받으세요.",
"913091440": "Deriv.com에서 DBot을 이용해보세요",
"913719394": "귀하께서 만약 ‘오버'를 선택하시면, 귀하께서는 마지막 틱의 마지막 숫자가 귀하의 예측보다 더 높을때 지불금을 받게 됩니다.",
- "914005173": "유럽연합 밖에서, 금융 상품들은 다음의 회사들에 의해 제공됩니다: 라부안 금융서비스국에 의해 인가되었으며 (<0>라이센스 번호. MB/18/00240>) F16, Level 1, Paragon Labuan, Jalan Tun Mustapha, 87000 Labuan, Malaysia에 위치한 Deriv (FX) Ltd, 영국령 버진 아일랜드 금융 서비스위원회로부터 인가되었으며 (<1>라이센스 번호. SIBA/L/18/11141>) Kingston Chambers, P.O. Box 173, Road Town, Tortola, British Virgin Islands에 위치한 Deriv (BVI) Ltd; 바누아투 금융 서비스위원회로부터 인가 및 규제되며 1276, Kumul Highway, Port Vila, Vanuatu에 위치한 Deriv (V) Ltd (<2>라이센스 보기2>); 그리고 Hinds Buildings, Kingstown, St. Vincent and the Grenadines에 위치한 Deriv (SVG) LLC.",
"915392164": "시장 가격 동향에 대한 귀하의 예측에 근거하여 롱 또는 쇼트 포지션들을 개설하세요.",
+ "920363635": "Frequently asked questions - IB programme",
"925239281": "제 Deriv X 실제 자금 계좌로부터 자금을 어떻게 인출 할 수 있나요?",
+ "927364570": "<0>Setting > Proof of address0>",
"927510190": "계약기간의 그 어떠한 때에 두 가격 목표 내부에 시장이 머무를지 또는 외부로 나갈지에 대해 예견하세요.",
"927827352": "올인원 <0/>CFD 트레이딩<0/> 플랫폼",
"927830157": "강력한 차트 위젯과 함께 사용자 친화적인 플랫폼",
"930211164": "\n24/7 트레이딩",
"931190863": "3. '변수 생성하기'를 클릭하세요.",
+ "931793340": "유럽연합에서, 금융 상품들은 몰타에서 인가되며 (<0>라이센스 번호IS/701560>) W Business Centre, Level 3, Triq Dun Karm, Birkirkara BKR 9033, Malta에 위치한 Deriv Investments (Europe) Limited에 의해 제공되며 투자서비스 법률 아래 Triq l-Imdina, Zone 1, Central Business District, Birkirkara CBD 1010, Malta의 몰타 금융감독청으로부터 규제됩니다.",
+ "931896911": "Go to the <0>History0> section.",
"932190946": "일일 예금 한도",
"934777772": "1. 블록 메뉴를 열기 위해 '시작하기'를 클릭하세요.",
"935167918": "3.75",
@@ -639,12 +697,12 @@
"960618190": "다수의 시장에서 다양한 자산들을 동시에 거래하세요.",
"961530723": "Netflix Inc",
"962218636": "에어버스 (Airbus SE)",
+ "963202666": "How do I sign up as an affiliate?",
"963922337": "2. 블록들은 그에 맞춰 분류됩니다. 귀하께서 원하시는 블록을 선택하시고 작업공간으로 끌어주세요.",
"964982895": "우간다와 탄자니아에 있는 고객분들을 위해 귀하의 모바일을 이용하여 쉽게 예금하세요.",
"968040107": "제가 필요한 블록들을 어떻게 찾을 수 있나요?",
"968576099": "업/다운",
"968627888": "주말과 공휴일을 포함한 7일 24시간 트레이딩",
- "971351835": "재무 공개 연간 보고서 2020",
"972090300": "왜 제가 Deriv.com으로 바꿔야 하나요?",
"973734471": "핀란드",
"973933650": "송금은 즉시 이루어지빈다. 귀하꼐서 모든 단계들을 완료하시면, 귀하의 Deriv X 계좌 잔액은 즉시 업데이트 될 것입니다.",
@@ -658,13 +716,16 @@
"992485806": "귀하의 손절매 주문 레벨이 <0>1.17500>이고 귀하의 손절매 주문 핍 값이 <0>24 USD0>일 때 귀하의 포지션은 자동적으로 종료될 것입니다.",
"1000512133": "API",
"1001160515": "판매",
+ "1001731723": "Yes, as long as you haven’t opened a Deriv MT5 Financial STP account, you can still trade without verifying your account.",
"1004480214": "모바일",
"1005687893": "Deriv와 함께하는 온라인 트레이딩 | 간단합니다. 유연합니다. 안전합니다.",
"1005701957": "만약 귀하께서 ‘Stays Between’를 선택하시면, 만약 시장이 사이에 머무르는 경우 (터치하지 않음) 귀하께서 지불금을 획득하게 됩니다. 해당 계약 기간동안에 그 언제든지 높은 장벽 또는 낮은 장벽 두가지 중 어떤 것에도 해당됩니다.",
"1005941063": "빠른 거래처리와 함께 지속성 있는 암호화폐인 라이트코인으로 예금 및 인출하세요.",
"1009128101": "준비가 쉽습니다 – 설치가 필요없습니다.",
+ "1010278278": "Can I delete my Deriv MT5 account history?",
"1010645311": "은, 금 및 원유와 같은 원자재의 가격 동향을 예측하시고 귀하에게 가능한 이윤을 확대시키기 위해 증거금을 활용하세요.",
"1011699543": "세계 경제의 중심이 되는 천연자원의 가격 동향에 대해서 거래하시고 시장의 움직임을 최대한 이용하세요.",
+ "1012902658": "Yes. <0>Contact us via live chat0> and we'll help you with it.",
"1015510435": "BMW",
"1016174771": "<0>다운 방향에서의 손실제한 및/또는 이익실현 금액 = 최대 [{지분 × (-(손절매 주문 또는 이익실현 레벨 - 자산가격) ÷ 자산 가격 × 승수) - 커미션}, -지분]0>",
"1016273887": "CFD는 복잡한 파생상품으로 고려되며 소매 고객분들에게는 적합하지 않을 수 있습니다.",
@@ -679,15 +740,17 @@
"1024953822": "외환, 합성, 및 암호화폐를 끊임없이 거래하세요",
"1026160856": "계약 마지막 틱의 마지막 숫자가 짝수일지 또는 홀수일지를 예측하세요.",
"1027197513": "Deriv X는 귀하의 선호도에 따라 귀하에게 맞추실 수 있는 플랫폼 레이아웃에서 다양한 자산 상에서 귀하께서 CFD를 거래하실 수 있는 쉽게 이용하실 수 있는 트레이딩 플랫폼입니다.",
- "1032383871": "귀하께서는 DBot을 통해 귀하의 자동화된 트레이딩 전략을 생성하고 구동시킬 수 있습니다. 귀하께서는 DMT5 플랫폼에서 ‘시장’에 가서 DMT5를 위해 이미 만들어져 있는 트레이딩 로봇 (Expert Advisors로 또한 알려져 있습니다)을 또한 다운로드받을 수 있습니다.",
"1032907147": "AUD/NZD",
"1033805779": "모든 Deriv 파트너십 프로그램은 가입이 무료입니다. 청구되거나 숨겨져 있는 비용이 전혀 없습니다.",
"1033824796": "currentStake",
"1034695894": "Deriv P2P의 원리를 알아보세요:",
"1034875052": "훌륭하고 안전한 서비스; 검증되고 신뢰할 수 있습니다!",
+ "1035639511": "Deriv Limited – 13 Castle Street, St. Helier, JE2 3BT, Jersey 는 상기 자회사에 대한 지주회사입니다.",
"1035890756": "Deriv 실제계좌를 추가하세요.",
"1037965324": "USD 10B+",
"1039678171": "고객용",
+ "1041343262": "You can chat with the trader you are dealing with via the chat feature in Deriv P2P.",
+ "1041405933": "Read <0>this article0> to learn more about automated trading on Deriv.",
"1044540155": "100종류 이상",
"1045309798": "스왑 레이트 (오버나이트 펀딩)",
"1046578159": "GBP/SGD",
@@ -702,6 +765,7 @@
"1056821534": "확실한가요?",
"1057239639": "귀하의 거래를 위해 선택적 파라미터를 설정하세요",
"1058440967": "이러한 변경이 제가 브로커 소개인 (IB)으로써 저에게 어떠한 영향을 주나요?",
+ "1062240703": "Yes, we’re regulated by",
"1062246296": "Deriv.com의 DBot을 소개합니다",
"1062691395": "우리는 귀하의 편리를 위해 보고서를 분리시켰습니다.",
"1065635876": "2. 차트를 모니터링 하세요",
@@ -709,6 +773,7 @@
"1068264174": "귀하의 Deriv 제휴 대시보드",
"1069671533": "저희는",
"1072277224": "우리를 따라오세요",
+ "1072571985": "If you created your Deriv account using Apple/Google/Facebook, try resetting your Apple/Google/Facebook password. After that, you should be able to log in to Deriv as usual.",
"1074669784": "나이지리아에 있는 고객분들을 위해 모바일 친화적인 이 방식으로 빠르고 안전하게 예금과 인출을 하세요.",
"1077281998": "이러한 지수들은 10%, 25%, 50%, 75%, 100%, 200%, 및 300%의 일정한 변동성이 적용되는 시뮬레이션된 시장들과 부합합니다.",
"1077779258": "제네럴 모터스 컴퍼니",
@@ -716,6 +781,7 @@
"1079127917": "Deriv의 독점적인 합성 지수들은 실제 세계의 시장움직임을 모방합니다. 암호화를 통한 안전한 무작위수 생성기가 지원하며, 이러한 지수들은 7일 24시간 내내 거래가 가능하며 정규적인 시장 시간과 글로벌 이벤트 또는 시장 및 유동성 위험들에 의한 영향을 받지 않습니다.",
"1079537687": "Biogen Inc",
"1079986638": "“Deriv의 P2P 웹 및 모바일 앱",
+ "1082899428": "Deriv: an online trading platform available 24/7 with a wide selection of derivatives.",
"1082977556": "<0>$100 증거금 거래에 동등한 것으로,0> 1:500 레버리지와 함께, 귀하께서는 2% * $50,000 = <1>$1,000 손실1>이 있습니다.",
"1084407062": "이러한 지수들은 <0>10%, 25%, 50%, 75%, 및 100%의 일정한 변동성0>과 함께 시뮬레이션 된 시장들과 일치합니다. 평균적으로 <0>매 20분마다0> 업 또는 다운 점프에 대하여 동일한 확률이 있습니다. 점프 사이즈는 평균적으로 보통의 가격 이동의 <0>약 30배0>입니다.",
"1084702344": "귀하의 Deriv 계좌를 생성하시거나 <0>로그인0>하세요",
@@ -736,6 +802,7 @@
"1106746692": "실제 계좌를 개설하시고 예금하세요, 그리고 주식 & 지수들 및 다른 시장들의 거래를 시작하세요.",
"1107638944": "트레이딩을 위한 최신 영상, 튜토리얼, 웨비나 | Deriv",
"1108389724": "모든 자산들에 대해서 수수료가 없는 거래를 틀기세요. 추가로, 선택되어진 외환쌍에 대하여 오버나이트 포지션들에 대해서 스왑 비용이 없습니다.",
+ "1113034090": "<0>Note:0> You'll only be able to create ads once your account has been verified.",
"1113469496": "이것은 USD로 스왑 비용이 발생됩니다.",
"1114242450": "Deriv에서 가능한 합성지수 거래",
"1115835371": "자주 묻는 질문 - 계좌",
@@ -746,10 +813,13 @@
"1123710409": "증거금 계산 방법",
"1123908498": "MTC/USD",
"1124560181": "다양한 시장들과 함께하는 유연성",
+ "1124829631": "What conversion rates do you use for deposits and withdrawals?",
"1124905330": "귀하의 트레이드 종류들을 귀하에게 맞추세요",
+ "1126492980": "The <0>Buy/Sell0> tab shows you ads by other advertisers. You can see your ads in the <0>My ads0> tab.",
"1126725671": "귀하께서 Deriv상에서 거래할 떄에 나타날 수 있는 위험에 대해 귀하께서 이해할 수 있도록 해주는 공지",
"1126917116": "마이크로 쌍",
"1127858885": "벨라루스의 민스크에 있는 Deriv 구직 기회를 둘러보시고 우리와 함께 하실 귀하의 역할을 찾으세요.",
+ "1128046384": "No. You can withdraw your commission whenever you want.",
"1135059547": "모두에게 질문하세요",
"1136360582": "이 전자책에서 저희는 다음의 부분들을 다룰 것입니다",
"1136731907": "이들은 단지 추정된 가치이며 귀하의 계좌에 설정되어 있는 레버리지와 귀하께서 거래를 희망하시는 자산에 따라 다를 수 있습니다.",
@@ -760,8 +830,9 @@
"1151456638": "저희는 겸손함과 야망을 가지고 부서들에 걸쳐 자유롭게 협력하는 팀 플레이어들을 중요시 합니다.",
"1151925602": "계약의 마지막 틱의 마지막 숫자가 특정한 숫자보다 더 높을지 또는 더 낮을지를 예측하세요.",
"1152332043": "레버리지 상에서 원자재들 및 외환, 합성 지수, 주식, 주식 지수, 암호화폐를 거래하세요.",
+ "1155361880": "Need help? Please <0>contact us via live chat.0>",
+ "1155971726": "Click <0>here0> to close your account.",
"1158101648": "귀하의 구글 드라이브로부터 불러오고 있습니다",
- "1161300179": "비슷하게, 귀하께서는 지불에 대한 보상으로 동료 트레이더들에게 Deriv 자금을 ‘판매’ 함으로써 귀하의 지역 통화 (또는 지원되는 다른 통화)로 귀하의 Deriv 계좌로부터 인출하실 수 있습니다.",
"1161999797": "외환, 합성지수, 주식 & 지수, 암호화폐 및 원자재를 거래하세요.",
"1167224712": "우리는 귀하의 거래가 더욱 편리할 수 있도록 은행통신망, 직불/신용 카드, 전자지갑 및 암호화폐 등의 다양한 결제 수단을 제공합니다.",
"1168114406": "이것은 봇이 구동되는 동안에 누적되는 수익 또는 손실을 저장시킬 것입니다. 초기 값을 0으로 설정하세요.",
@@ -770,6 +841,7 @@
"1169378202": "결제 에이전트 | 파트너십 프로그램 | Deriv",
"1171765024": "세번째 단계",
"1172611503": "귀하께서 ‘Asian Fall’을 선택하시면 마지막 틱이 틱들의 평균보다 낮을 경우에 귀하께서 지불금을 받게 됩니다.",
+ "1173289870": "<0>Revenue share0> \n Earn commission of up to 45% based on the monthly net revenue generated by your clients. The higher their net revenue, the higher your commission payout.",
"1175717636": "제 제휴 계좌로부터 어떠한 종류의 리포트를 생성시킬 수 있나요?",
"1177080017": "DBot | 트레이딩 로봇 | Deriv",
"1178873929": "우리 사이트는 다른 사람이 우리의 사이트에 접근하지 못하도록 사용될 수 있도록 시장에서 사용할 수 있는 다수의 필터링 시스템을 활용하여 필터링 될수 있습니다. ",
@@ -778,28 +850,29 @@
"1181506313": "Deriv P2P는 정말 대단한 앱입니다. 정말 좋습니다!",
"1182198798": "예를 들어서, 귀하께서 만약 특정 포인트로 귀하의 포지션을 종료하신다면, 귀하의 자본은 귀하의 계좌 잔액에서 해당되는 포인트에서의 이윤 또는 손실을 더한 전체입니다. 만약 귀하께서 현재 사용하시고 있는 증거금과 이에 대한 비율이 Deriv의 스탑아웃 레벨보다 낮으면, 스탑아웃이 적용될 수 있습니다.",
"1182470294": "아직 Deriv.com을 가지고 있지 않으신가요?",
+ "1183868384": "Is Deriv regulated?",
"1184301560": "Deriv의 파트너십 프로그램을 둘러보시고 신뢰받는 선구자와 함께 파트너가 될 수 있는 기회를 가지세요. 우리의 모든 프로그램들은 숨어있는 요금 없이 무료입니다.",
"1186450032": "구글드라이브로 봇 저장하기",
"1189491487": "수수료와 비용이 없습니다",
"1189875009": "증명된 트랙 기록",
"1190588251": "저희는 모든 고객분들을 공정하게 모시고, 그리고 불만들은 온전히 다루며 숨어있는 비용 없는 경쟁적인 가격들을 제공하고 고객의 인출에 대해서는 인공적인 장벽이 없습니다.",
+ "1191311301": "How do I set an investor password for my Deriv MT5 account?",
"1191682103": "가입이 필요하지 않습니다. 귀하의 <0>Binary.com0> 인증으로 로그인하세요.",
"1195213035": "귀하의 자가제한 기간이 만료되었을 때 귀하께서 다시 거래를 희망하시고 자가제한을 제거하기 위한 요청을 하시면, 귀하께서 다시 저희의 사이트로의 접근에 허용되기 이전에 24시간의 냉각 기간이 있을 것입니다.",
- "1195630948": "홈",
"1196310280": "인텔",
"1197939158": "수락하지 않습니다",
"1198781410": "우리는 방문객을 클라이언트로 바꾸는데 최적화되어 있는 Deriv를 위한 고객 중심적 및 직관적인 거래 경험을 디자인했습니다. 우리는 또한 Deriv로 이용객을 이끌 수 있도록 귀하께서 필요한 툴들과 창의적인 자료들을 제공해드릴것입니다.",
- "1202465815": "귀하의 Deriv P2P 잔액은 귀하의 Deriv 계좌 잔액의 부분으로 이루어져 있습니다. 전자지갑과 암호화폐를 통한 귀하의 모든 예금들이 Deriv P2P와 함께 사용되는 것이 가능하지만, 반면에 카드들을 통한 귀하의 예금에 대해서는 일부분만 가능합니다.",
"1205209576": "Deriv.com에서 MT5를 소개합니다",
"1207865156": "무료 <0>Deriv 데모 계좌0>를 위해 가입하세요",
"1208151831": "전략 & 프로젝트 관리 부회장",
- "1208165195": "제 인출 확인 링크가 만료되었습니다. 어떻게 해야 하나요?",
+ "1208382171": "We may request more information during the signup process.",
"1211781148": "AdvCash와 함께 빠르고, 부드러우며, 안전한 예금과 인출을 즐기세요.",
"1211817306": "Deriv에서 접근할 수 있는 암호화폐 거래",
"1213111346": "CFD 트레이딩이 무엇인가요?",
"1213902291": "각각의 리포트를 받기 위해 귀하의 대시보드에 가셔서 리포트 > 브랜드별 필터를 선택하세요. 그리고는 귀하께서 확인하고 싶은 수수료에 대하여 해당되는 플랫폼을 선택하세요.",
"1214098313": "귀하의 구글 드라이브에 귀하의 전략을 저장하는 편리함과 보안을 즐기세요.",
"1215637769": "아스트로페이와 함께 빠르고 안전한 예금과 인출을 즐기세요.",
+ "1216205330": "No. To keep your funds safe, you are strictly prohibited from using payment methods that are not yours. If you do use someone else’s payment method, we’ll suspend your Deriv account for security purposes.",
"1216280249": "트레이딩 책임",
"1217246029": "<0>My Players0> 리포트: 고객들의 ID와 가입 날짜와 함께 고객들의 목록을 보여줍니다",
"1219754757": "귀하의 안전은 우리의 우선순위입니다",
@@ -822,12 +895,14 @@
"1254667788": "Deriv에서의 Dbot 트레이딩 플랫폼",
"1254866713": "DMT5 트레이딩 대시보드",
"1256295276": "온라인으로 트레이딩하는 것은 신날 수 있습니다, 하지만 여기에는 위험들도 따라올 수 있습니다. 우리는 우리의 이용자들께서 최고의 온라인 트레이딩 경험을 하기 위해 이들의 계좌들을 안전하게 하고 책임감 있게 거래할 것을 장려합니다.",
+ "1256530668": "Go to your <0>Deriv X dashboard0>.",
"1257029444": "귀하의 비밀번호를 재설정하기 위해 귀하의 이메일을 확인해주시고 제공되어진 링크를 클릭해주세요.",
"1258668610": "드래그 앤 드롭 기능을 이용하여 귀하의 봇을 구축하세요",
"1259598687": "GBP/JPY",
- "1261154397": "W Business Centre, Level 3, Triq Dun Karm, Birkirkara BKR 9033, Malta에 위치한 Deriv Investments (Europe) Limited는 몰타에서 인가되었으며 (<0>라이센스 번호. IS/701560>) 유럽연합에서 투자서비스를 제공하기 위해 투자서비스 법률 아래 몰타 금융 감독청으로부터 허가되었습니다. 또한 영국 금융감독원에 의해 제한적으로 인가되며 제한적 규제에 적용받습니다.",
"1261634270": "제 결제수단을 어떻게 변경할 수 있나요?",
+ "1268136992": "Go to <0>Deriv P2P0> > <1>Buy/Sell1>.",
"1268931688": "간단한 3단계를 통해 Deriv에서 바스켓 지수 트레이딩을 시작하세요",
+ "1269263572": "Fill up the form and click <0>Post ad0>.",
"1270782712": "20년이 넘는 경험이 있는 신뢰받는 온라인 트레이딩 브랜드에 의해 만들어진 서비스를 통해 자신있게 거래하세요.",
"1272012156": "GBP/CHF",
"1274309337": "DOG/USD",
@@ -835,26 +910,32 @@
"1275674402": "롱 또는 쇼트로 진행",
"1276342366": "제휴자로써, 귀하께서는 우리의 최첨단 DTrader와 DBot 트레이딩 플랫폼을 포함하여 우리의 상품들과 서비스를 귀하의 청중들에게 광고할 것입니다. 이들이 등록하시고 실제 자금으로 거래를 시작한 후에는 귀하께서 이들의 거래로부터 수수료를 받게될 것입니다.",
"1280380287": "헝가리",
- "1282417520": "귀하께서는 인앱 챗 기능을 통해 귀하께서 거래를 하시고 있는 트레이더들과 대화하실 수 있습니다.",
+ "1284674803": "<0>Deriv MT50> offers CFD trading on forex, stocks, stock indices, commodities, cryptocurrencies, and synthetics. <1>Deriv X1> offers CFD trading on the same markets, except stocks and stock indices.",
"1285517993": "코드를 쓰지 않고 귀하의 트레이딩 아이디어를 자동화하세요",
"1286094280": "인출",
"1286648079": "승수에 대한 리턴 투 플레이어 옵션은 모든 지수들에 대하여 평균적으로 95.0-99.9%의 범위에 있습니다. 다른 승수 또는 기간을 이용하는 것은 RTP에 영향을 끼칠 수 있습니다.",
+ "1288690494": "Can I increase my daily buy or sell limit on Deriv P2P?",
"1289363035": "우리의 데모 계좌를 이용하시고 위험이 없는 가상 자금을 활용하여 거래하는 방법을 배우세요.",
"1289646209": "마진콜",
"1291658124": "간단합니다. 단지 Deriv.com으로 가셔서 귀하에게 있는 Binary.com 증명을 입력하세요. 귀하께서는 즉시 새로운 모습과 느낌, 그리고 기능이 추가된 Deriv.com을 둘러보실 수 있을 것입니다.",
"1291852379": "50 - 5,000",
"1293479771": "증거금에 대한 이윤 및 손실",
"1294884975": "30%",
+ "1298148281": "Go to the <0>Deriv X dashboard0>.",
"1299144461": "약관",
"1299666269": "Limassol | 우리 오피스 – 키프로스 | Deriv",
+ "1302849350": "You can find your Deriv MT5 server name on your <0>Deriv MT5 dashboard0>. Look for <1>server1> in between the broker name and login ID.",
"1304034020": "이 리브랜딩의 결과로 인해 제공되는 새로운 상품들과 서비스가 무엇인가요?",
+ "1308171976": "Do I need to pay taxes on my trades/profits?",
"1311522952": "주말 거래, 빠른 예금 & 인출 및 합성 거래 – 이보다 무엇이 더 좋겠어요?",
"1312475321": "1 영업일. 영국 고객분들께서만 이용하실 수 있습니다",
+ "1312811555": "To learn more about disputes on Deriv P2P, see our <0>terms of use0> (refer to Section 4.4 ‘Deriv P2P’).",
"1312819271": "귀하께서 EUR/USD 2랏 거래를 희망하신다고 가정해봅시다.",
"1316697520": "승수거래에서 가능한 시장들",
- "1317425969": "Deriv의 독점적인 합성 지수들은 시장 및 유동성 위험이 없습니다. Deriv MT5, DTrader, 및 우리의 다른 플랫폼에서 24시간 7일 끊임없는 합성 트레이딩을 즐기세요.",
"1318017828": "광고를 찾으시거나 또는 생성하세요",
+ "1320403859": "Click your account balance.",
"1322942144": "어디에서 DBot의 제 거래 상태를 상태를 볼 수 있나요?",
+ "1323472781": "재무 공개 연간 보고서 2021",
"1324235103": "DTrader에서 어떻게 귀하의 첫번째 승수 계약을 구매할 수 있나요",
"1324376913": "저희의 가치는 저희 문화의 기본입니다",
"1324779616": "백엔드 코드, 내부 세션 쿠키, 또는 다른 민감 정보에 접근권한을 가집니다",
@@ -872,13 +953,14 @@
"1353811622": "Deriv는 Binary.com에 의해 만들어진 고객 중심적인 온라인 트레이딩 경험입니다. 20년이 넘는 경험과 어워드 위닝 혁신과 함께 우리는 모두가 쉽게 트레이딩을 시작할 수 있도록 온라인 트레이딩 경험을 처음부터 다시 재해석했습니다.",
"1354275546": "편리한 입금 및 인출",
"1354590562": "로그",
- "1355243595": "만약 귀하의 계좌가 인증되지 않았다면, <0>설정>0><1>인적사항1>을 통해서 귀하의 성명, 생일, 시민권 정보를 변경할 수 있습니다.",
"1355514813": "12M USD",
"1355808192": "우리의 FAQ를 둘러보세요 ",
"1357493810": "세계의 경제에 중심이 되는 천연자원을 거래하세요.",
+ "1359080808": "Deriv의 독점적인 합성 지수들은 시장 및 유동성 위험이 없습니다. Deriv MT5, DTrader 및 저희의 다른 플랫폼에서 24시간 7일 끊임없는 합성 트레이딩을 즐기세요.",
"1359732815": "<0>취약점의 예시 목록을 확인하세요0>",
"1360754724": "지금 Deriv.com을 방문해보세요",
"1362578283": "높습니다",
+ "1363124819": "You can cancel your withdrawal on the <0>Cashier page0> by following the steps mentioned in the next paragraph. Please note that you cannot cancel withdrawals if:",
"1363502727": "승수에 대한 이윤 및 손실",
"1364296672": "저희는 고객분들께서 웹사이트에 걸쳐 저희의 가격들을 신뢰하실 수 있도록 과도한 지체 없이 신뢰할 수 있는 데이터 피드에 근거하여 모든 계약들을 정확하고 공정하게 가격을 매기고 정리할 것입니다.",
"1364947573": "Dtrader 아트보드",
@@ -900,8 +982,8 @@
"1391269416": "<0>종가-저가:0> 귀하께서 ‘종가-저가’ 계약을 구매하실때에, 귀하의 이득 또는 손실은 계약 기간에 걸쳐 고가와 저가의 차이에 승수가 곱해진 부분과 같게 될 것입니다. ",
"1391632806": "트레이더들은 거래의 속도와 완료율에 근거하여 점수를 받습니다.",
"1393006010": "CFD 트레이딩의 기본",
+ "1393602451": "Click <0>Yes0> to confirm the cancellation. Your funds will be returned to your Deriv account, and your account balance will be updated accordingly.",
"1394697594": "21,000",
- "1394889813": "위치",
"1396179592": "수수료",
"1396417530": "약세장 지수",
"1399001016": "업 방향으로 3400의 이익실현 레벨과 x100의 승수 값 및 10 USD의 지분과 함께 3376.24 USD로 가격이 되어 있는 변동성 100 지수에 대한 포지션을 귀하께서 개설하시고 싶으실 때에 귀하께서 이익실현 금액을 계산하고 싶으시다고 가장해봅시다.",
@@ -911,16 +993,19 @@
"1406360927": "마이너쌍",
"1407191858": "DTrader",
"1408071788": "낮은 캐피탈 요구사항",
+ "1409139116": "Ensure that you’ve entered the correct amount and exchange rate in your ads.",
"1410320737": "Deriv MT5 대시보드로 가기",
"1411032790": "귀하의 온라인 트레이딩을 보기 위한 다양한 차트들",
"1411975375": "우리의 도움말 센터에 방문하세요",
- "1415618534": "투자상품 거래를 희망하시는 유럽연합에 계시는 고객분들은 Deriv Investments (Europe) Limited를 통해 계좌를 소유하실 수 있습니다.",
+ "1412644174": "We process your deposits and withdrawals internally within 1 to 3 business days (depending on your <0>payment method0>). It may take longer for your funds to reach you due to the different processing times by banks and payment service providers. See our <0>Payment methods0> page for a complete list of the processing times for each payment method.",
"1416248668": "최선의 환율을 선택하세요",
"1418467036": "결제 에이전트 | 파트너 | Deriv",
+ "1421464735": "You can get more info about this on our <0>Regulatory information0> page.",
"1423609990": "인기있는 크립토-피앗 쌍의 가격 동향에 대하여 레버리와 함께 거래하세요.",
"1424805407": "귀하만의 고개분들과 함께 가치있는 파트너의 우리 네트워크의 일부로써 귀하께서는 호기심이 있음과 동시에 이러한 변화가 어떠한 의미가 있는지에 대해 걱정하실 수 있습니다. 우리는 귀하께서 이 리브랜딩을 더 잘 이해하실 수 있고 귀하의 고개분들과 함께 귀하의 의사소통에 지원을 해드리기 위해 이 가이드를 모았습니다.",
"1425594249": "귀하의 모바일 장치에서의 최고의 트레이딩 경험.",
"1425780786": "DTrader는 귀하께서 외환, 지수, 원자재 및 합성 지수들을 거래하실 수 있도록 해드리며 온라인 트레이딩을 간단하게 유지합니다.",
+ "1426151926": "Can I change the server for my Deriv MT5 account?",
"1426790442": "주요 외환쌍의 가격동향에 투기하시고 귀하의 스테이크보다 큰 손실없이 귀하의 잠재적인 이익을 늘리세요.",
"1433223815": "Deriv에서 거래할 수 있는 바스켓 지수",
"1433574125": "참고 부탁드립니다:",
@@ -931,10 +1016,14 @@
"1439020196": "이러한 지수들을 통해서, <0>1000, 500 또는 300 틱0>에서 평균적으로 발생하는 하나의 드랍 (크래시) 또는 하나의 스파이크 (붐)이 있습니다.",
"1441027550": "귀하의 국가에서는 이용가능하지 않을 수 있거나 또는 귀하께서 손상된 링크를 받으셨을 수 있습니다.",
"1445592224": "귀하께서는 실수로 다른 이메일 주소를 우리에게 주셨습니다 (보통 귀하께서 주시려고 했던 것과는 달리 직장 및 개인적인 것).",
+ "1445901371": "Choose between <0>Synthetic0> or <0>Financial0> accounts. Then, hit <0>Add real account0> or <0>Add demo account0>.",
"1448470646": "4. 귀하께서 저장을 희망하시는 폴더를 선택하시고 '선택'을 클릭하세요.",
+ "1450233348": "If you haven’t made a deposit or added a real MT5 account, follow these steps:",
"1451636739": "직관적인 툴",
"1454189755": "만약 엑싯 스팟이 낮은 장벽 또는 높은 장벽과 같은 경우, 귀하께서는 지불금을 받지 못합니다.",
"1454243296": "최소한의 필요 자금, 제한된 위험",
+ "1456673219": "How and when will I receive my commission payout?",
+ "1456920032": "<0>Deriv X0> and <1>Deriv MT51> offer CFD trading on a similar range of assets, where you're able to open positions with leverage and your potential profit is only known when you close your positions. It's riskier than digital options trading because while you may potentially gain a lot if you win, you may also lose a lot if you don't. Deriv X and Deriv MT5 are popular among our traders who enjoy the risks as part of the excitement of CFD trading.",
"1458263388": "귀하의 고객들께서 MT5 금융 STP 계좌로 거래할 때 획득하세요.",
"1458583383": "아카데미",
"1463614633": "이 프로그램에서 다음의 제 3자 앱들은 다루어지지 않습니다.",
@@ -946,56 +1035,69 @@
"1472787414": "주식 및 주식 지수: 기초",
"1475208422": "파리",
"1479399998": "키말리, 르완다에서의 Deriv 구직 기회를 살표보시고 우리와 함께 근무하실 귀하의 역할을 찾으세요.",
+ "1480607246": "This difference is because MT5 is a third-party platform that requires its own login credentials. Your Deriv MT5 login gives you access to the MT5 platform, while your Deriv login gives you access to our digital options platforms such as DTrader and DBot.",
"1484774405": "0.25",
"1485752074": "강력한 차트 기술과 함께 안전하고, 직관적이며 사용하기 쉬운 플랫폼상에서 거래하세요.",
"1486874803": "Binary Bot이 마음에 드시나요?",
+ "1488554938": "If you don’t have a Deriv account yet, <0>sign up0> for free.",
+ "1489350747": "To become an IB, you'll need to be an existing affiliate with a Deriv account and an MT5 Synthetic real account. If you do, you can apply to become an IB by writing to us at <0>affiliates@deriv.com0>. <1>Get more info about our IB programme1>.",
"1489994179": "파라과이 아순시온에서 Deriv 구직 기회를 둘러보심으로써 우리와 함께 할 귀하의 역할을 찾으세요.",
"1490540125": "제 트레이딩 전략을 어떻게 자동화 할수 있나요?",
+ "1490936453": "For your Deriv real account, go to <0>Reports0> to close or sell your open positions.",
"1491012687": "Deriv P2P: 저희의 피어 투 피어 결제 앱 (<0>안드로이드 앱0>, <1>iOS 앱1>)",
"1491181763": "Range Break 100 지수",
"1492594418": "귀하의 데스크탑과 모바일 장치에서 쉽게 입금 및 인출하세요.",
"1493671770": "<1>공지:1> 귀하께서는 시그널을 추가하실 수 있도록 귀하의 MQL5 계좌를 판매자 상태로 업그레이드하셔야 합니다. 만약 아직 업그레이드를 하지 않으셨다면, 판매자로서 등록하시기 위해 <0>이 페이지에서의 단계들을 따르세요0>.",
"1493835906": "프랑스",
+ "1496486675": "Why can't I withdraw using Maestro or Mastercard?",
"1496810530": "GBP/AUD",
+ "1498651658": "Yes. <0>Contact us via live chat0>, and we'll help you through it. We'll need the following information:",
"1499981850": "330K+",
"1502162725": "최소한의 자산요건과 함께 유연한 거래종류",
"1502175389": "이는 외환쌍에 대하여 스왑 비용을 상대통화로 제공하거나 원자재에 대한 기초자산에 정해진 것으로 제공합니다.",
+ "1502453121": "Your orders are available in the <1>Orders1> tab at <0>Cashier > Deriv P2P0>.",
"1502642397": "강력한 세 플랫폼 중에서 선택하세요 — 귀하를 고려하여 디자인되었습니다",
"1503602940": "만약 귀하의 마진 레벨이 Deriv의 마진 콜 레벨의 아래로 떨어지면, 귀하께서는 귀하의 계좌가 스탑아웃 레벨로 도달되고 있다는 경고인 마진콜에 적용받게 됩니다.",
- "1504960339": "F16, Level 1, Paragon Labuan, Jalan Tun Mustapha, Labuan 87000, Malaysia에 위치한 Deriv (FX) Ltd는 라부안 금융감독청으로부터 인가받았습니다 (<0>라이센스 번호. MB/18/00240>).",
+ "1504670496": "The minimum amount you’ll need to open a position on Deriv MT5 depends on the margin required for each asset. You can calculate the margin required using our <0>margin calculator0>.",
"1505978883": "<0>모든 질문 보기0>",
"1509244758": "방식",
"1510075920": "금/USD",
+ "1516537408": "귀하께서는 더이상 Deriv에서 거래하실 수 없으시거나 또는 귀하의 계좌로 자금을 예금하실 수 없습니다.",
"1516676261": "예금",
"1521590614": "이것은 지난번에 구매한 계약에서 쓰여진 스테이크 금액을 저장할 것입니다. 귀하께서는 귀하의 전략에 근거해서 어떠한 금액이라도 할당할 수 있습니다.",
+ "1522587298": "Take note of your <0>username0> and password.",
"1524033858": "DTrader가 무엇인가요?",
"1525885795": "결제 에이전트로써, 제가 Deriv로부터 수수료를 받게 되나요?",
"1528031455": "이미 계좌를 소유하고 있으신가요?",
"1529602839": "레벨",
- "1534697187": "RTS28 2019",
"1536955851": "옵션 거래 | 거래 종류 | Deriv",
"1537212469": "현물가격",
- "1539108340": "EUR 지수",
"1539984821": "Deriv 지원팀은 라이브챗을 통해 24시간 7일 내내 만나보실 수 있습니다 – 주말에도 말입니다. 귀하께서는 또한 우리의 <0>헬프 센터0>에서도 답들을 찾으실 수 있으시며 <1>커뮤니티1>에서 다른 트레이더들로부터 도움을 받으실 수도 있습니다.",
+ "1540879673": "How do I change my affiliate payment method?",
"1541818425": "비밀번호 재설정",
"1542393407": "Deriv에서의 CFD 트레이딩 기능",
"1542938499": "동남아시아에 있는 선도하는 결제 소프트웨어 솔루션. 현재 베트남, 태국 및 인도네시아에서 예금이 가능합니다.",
+ "1546535785": "Are there any conditions that I should meet before I can withdraw my commission?",
"1546917177": "5 - 750",
"1550574351": "귀하께서 0.00001에 해당하는 포인트 가치와 -0.12에 해당하는 스왑 레이트와 함께 EUR/USD 의 2랏을 하룻밤동안 열어놓으신다고 해봅시다.",
- "1550835977": "금융 상품들과 암호화폐들 상에서 CFD 거래를 희망하시는 나머지 국가들 출신의 고객분들께서는 (미국, 캐나다, 및 홍콩같은 제한된 국가들은 제외) Deriv (BVI) Ltd를 통해 DMT5 Financial STP 계좌들을 소유하실 수 있습니다.",
"1551153165": "귀하께서는 Deriv에서 다음의 옵션들을 거래하실수 있습니다:",
"1551172020": "AUD 바스켓",
"1552847627": "귀하께서 Deriv에서 어떻게 결제 에이전트가 될 수 있는지에 대한 모든 자세한 사항을 아세요. 저희에게 이메일을 보내주시고 지원하세요!",
"1553783327": "귀하께서 필요하실때에 전문적이고 친근한 지원을 받으세요.",
"1553836855": "데모 계좌를 개설하세요",
"1553995374": "USD 1",
+ "1555213049": "List of shareholders",
"1556304768": "합성 지수 거래는 귀하께서 실제의 시장 동향을 가장하는 우리의 독점적인 지수의 가격 동향을 올바르게 예견함으로써 귀하께서 이득을 보실 수 있도록 합니다.",
+ "1556776884": "To log in on your mobile, you'll need the app. If you haven't got the app, you can download it from your dashboard.",
"1556866509": "만약 귀하께서 거래 취소와 함께 계약을 구매하면, 귀하께서는 ‘취소’ 버튼이 귀하의 계약을 종료시키고 귀하의 스테이크 전체를 돌려받을 수 있도록 해줍니다. 반면에, ‘종료’ 버튼은 만약 귀하께서 손해보고 있는 거래를 선택하는 경우 손실로 이를 수 있는 현재의 가격에서 귀하의 포지션을 종료시킬 수 있도록 해줍니다. ",
"1556922066": "귀하의 Deriv 계좌에서 자금의 흐름이 이루어질 수 있도록 트레이더들과 쉽게 거래하세요.",
+ "1557535154": "Is it free to join your affiliate programme?",
"1558114971": "낮은 심각성의 문제는 극도로 제한된 양의 데이터를 노출시킵니다. 이러한 문제들은 권한 확대 또는 의도하지 않은 행위를 시현시킬 수 있는 능력 없이 어떠한 작업이 의도한 바대로 시행되어야 하는 예상을 위반할 수 있습니다. 예를 들어서: ",
"1559712313": "Deriv에서 가능한 원자재 거래",
"1562241070": "인기있는 모든 시장 및 그 이상",
+ "1563919822": "You'll get daily commission payouts in your MT5 Synthetic account.",
"1564461474": "귀하의 Mir 신용 또는 직불카드를 이용하여 예끔 및 인출하세요.",
+ "1565220133": "you reside in the UK, or",
"1567023771": "유럽 50",
"1567026093": "국가",
"1567745852": "봇 이름",
@@ -1004,6 +1106,7 @@
"1569834661": "한곳에서 외환, 합성 지수, 주식, 주식 지수, 암호화폐, 바스켓 지수 및 원자재를 거래하세요.",
"1571130376": "중요 비즈니스",
"1571653008": "우리의 무료 데모 계좌를 사용하시고 무제한 가상 자금으로 거래하세요. 이것이 우리의 상품들을 사용하는 방법을 배우는 가장 쉬운 방법입니다.",
+ "1571816719": "What is a referred client?",
"1573231398": "Deriv에서 암호화폐를 거래하면 왜 좋은가요",
"1574476135": "귀하게서 시장이 상승할 것이라고 예견하신다고 해봅시다.",
"1576607456": "Deriv Group – Deriv와 Binary.com브랜드의 소유자 – 의 역사는 세계의 첫번째 고정승률 트레이딩 서비스를 위한 기틀을 마련한 1999년부터 이어지고 있습니다. 이때부터, 우리는 전세계적으로 트레이더들로부터 신뢰를 얻으며 힘을 길러왔습니다.",
@@ -1020,16 +1123,21 @@
"1588850507": "<0>USD 바스켓0>은 각 20%만큼 가중된 다섯 종류의 글로벌 통화 (EUR, GBP, JPY, CAD, AUD)에 대한 미국 달러의 가치를 측정합니다.",
"1589165958": "\"거래\"를 시도해보세요",
"1591242575": "우리가 귀하께서 우리에게 제공하는 정보를 어떻식으로 활용하고 보호하는 방법",
+ "1591498220": "Do I need a Deriv account to use Deriv P2P?",
"1591623217": "Binary.com에서의 MT5를 좋아하시나요?",
"1592543050": "최대 $10,000",
+ "1593423002": "Follow the instructions to create your real account.",
+ "1593716245": "What are the trading limits on my account?",
"1593723948": "1. 귀하의 Deriv 계좌를 생성하세요",
"1595539912": "처리 시간",
+ "1598664071": "List of directors",
"1599891822": "다운 방향에서의 손절매 주문 금액",
"1601324523": "5-10,000",
"1601498870": "최근 기사",
"1601664674": "스왑외환 공식 모바일",
"1601968899": "승수와 함께 거래되는 암호화폐 계약들은 시간제한이 있습니다. 시간제한은 귀하께서 서래하시고 계시는 자산에 따라 다르며 귀하께서 거래를 주문하기 이전에 DTrader 대시보드에 나타납니다.",
"1602627054": "따라서 귀하의 핍 값은 <0>2 USD0>입니다.",
+ "1602716515": "When you join our IB programme,",
"1602800752": "귀하의 전략을 저장하세요",
"1604199439": "Deriv X는 맞춤식이 가능한 멀티자산 트레이딩 플랫폼입니다. 외환, 원자재, 종합 및 암호화폐를 제공하며, Deriv X는 귀하에게 귀하의 트레이딩 환경을 귀하에게 맞추실 수 있도록 해주는 유연한 트레이딩 경험을 제공해드립니다.",
"1604222298": "증거금 계산기",
@@ -1041,19 +1149,22 @@
"1610511716": "Dtrader로 가기",
"1611194169": "1. Deriv를 통해 등록하세요",
"1611229342": "우리의 DMT5 플랫폼에서 지금 글로벌 주식 및 주식 지수를 거래하세요",
+ "1611981849": "Where can I see my orders?",
"1613233789": "블로그",
"1613860853": "귀하의 계좌 관리자와 함께 귀하께서 계획하고 있는 인센티브에 대해서 부담없이 상의하세요. 우리는 고객 등록을 장려하기 위한 인가되지 않은 인센티프, 선물 및 결제를 허용하지 않는다는 것을 기억 하시기 바랍니다. 만약 위반이 있는 경우, 우리는 수수료를 보류할 수 있습니다.",
"1614426743": "DBOT 플랫폼",
- "1615327604": "<0>USD 지수0>는 각 20%만큼 가중된 다섯 종류의 글로벌 통화들 (EUR, GBP, JPY, CAD, AUD)에 대한 미국 달러의 가치를 측정합니다.",
+ "1615509866": "반응이 즉각적이며, 사용하기 쉬운 플랫폼 ",
"1615969878": "왜 리브랜딩을 하나요?",
"1616071522": "<0>프랑스 400>은 프랑스에 있는 회사들 중 나열되어 있는 100개의 최상위 회사들 사이에서 가장 많이 거래되는 40개의 주식들의 실적을 추적합니다.",
"1616502762": "<0>US Tech 1000>는 미국에서 가장 큰 100개의 비금융 회사들의 주식 실적을 따릅니다.",
"1618280107": "저희의 모든 상품들에 대하여 경쟁적인 가격을 제공합니다",
"1619070150": "귀하께서는 외부의 웹사이트로 리다이렉트되고 있습니다.",
"1619579199": "왜 제 Deriv P2P 잔액이 제 Deriv 계좌 잔액과 다른가요?",
+ "1621224521": "How can I reactivate my Deriv account?",
"1621463985": "저희는 저희의 상품들과 서비스들을 신뢰하는 모든 분들께 서비스를 제공할 수 있는 점에 대하여 영광스럽게 여깁니다, 그리고 저희는 오직 최고만을 제공해 드리고 싶습니다. 저희가 누구인지, 그리고 무엇을 하는지 및 저희가 저희의 고객분들과 서로를 어떻게 대하는지를 정의함에 있어서 이러한 점이 저희의 신조와 가치가 아주 중요한 이유인 것입니다. 저희는 저희의 전 세계적인 오피스들에 걸쳐서, 저희가 하는 모든 부분들에 대하여 다음의 신조들에 전념합니다.",
"1622130657": "이메일을 통해 저희의 아카테미에 구독하세요",
"1622334173": "EUR/ZAR",
+ "1623894448": "How do I create an API token?",
"1624895344": "귀하께서 클라이언트로부터 수락할 결제방식",
"1625424557": "<0>네덜란드 250>는 네덜란드에서 가장 많이 거래되는 25개의 회사들의 주식 실적을 따릅니다.",
"1625517227": "전세계적으로 2천만이 넘는 고객분들이 이용하고 계십니다. 즉각적인 접근과 무료 인출 및 귀하께서 현금화 하실 수 있는 보상 포인트를 즐기세요.",
@@ -1062,15 +1173,17 @@
"1631620531": "년에 달하는 산업 경험",
"1631705059": "계약 기간의 종료시기에 엑싯 스팟이 가격 목표 (장벽)보다 더 높을지 또는 낮을지를 예견하세요.",
"1632238343": "최대 $500",
+ "1633022779": "Synthetic indices and cryptocurrencies are available for trading 24/7.",
"1633102593": "소프트웨어 개발자",
"1634507782": "Range Break 200 지수",
"1636066113": "파트너십 기회",
"1636527166": "Deriv에서 할 수 있는 외환 거래",
"1636782601": "승수",
- "1637072557": "이 문제는 ‘인출하기’ 버튼을 여러번 클릭한 결과일 수 있습니다. 다시 한번더 인출을 시도해보세요 그리고는 귀하의 이메일로 전송되어진 가장 최근의 확인 링크를 클릭하세요. 해당 링크를 한 시간 이내로 이용할 수 있도록 유의해주세요.",
+ "1637050346": "Why did my credit card deposit get declined?",
"1637552314": "귀하께서 설정한 파라미터에 만족하시면 귀하의 계약을 구매하기 위해 '업' 또는 '다운'을 선택하세요. 그렇지 않다면, 파라미터를 커스터마이즈하시고 해당되는 조건에 귀하께서 만족하실 때에 주문하세요.",
"1643887982": "Amazon.com 주식회사",
"1644652204": "귀하께서 선호하시는 결제 수단과 함께 귀하의 계좌에 자금을 추가하세요.",
+ "1644929511": "<0>DTrader0>, <1>SmartTrader1>, <2>DBot2>, and <3>Binary Bot3> offer digital options trading on a range of underlying assets such as forex, stock indices, commodities, and synthetics. These platforms allow you to set the contract duration before opening positions, and you'll know exactly how much you'll earn if you win. You may find these platforms more intuitive if you're new to the trading world.",
"1645164568": "비용이 전혀 없습니다",
"1647478191": "제휴자로써 우리의 파트너가 되세요. DTrader와 DBot에서 귀하께서 추천한 고객분들의 트레이드의 총 순수익으로부터 수수료를 받으세요.",
"1648545897": "Vince Stanzione.",
@@ -1080,6 +1193,8 @@
"1658580871": "이러한 결제 방식들은 크립토 트레이딩 계좌를 소유하고 계신 저희의 고객분들께서만 이용하실 수 있습니다.",
"1659675491": "모바일 앱, 데스크탑 앱, 또는 귀하의 웹 브라우저를 통해 트레이딩을 연습하세요.",
"1660776335": "Deriv에서 귀하의 Deriv X 계좌로 자금을 예금하기 위해서, 귀하께서는 귀하의 Deriv 계좌에 있는 자금들을 이용하셔야 합니다. 캐셔로 가시고 > <0>계좌간 송금0> 으로 가셔서 스크린에 나와 있는 지시를 따르세요.",
+ "1661263248": "How can I download my Deriv MT5 history?",
+ "1661791574": "Available 24/7, our synthetic indices emulate price movements of real-world markets with varying levels of volatility. As they aren't based on actual underlying assets, they are unaffected by real-world market events.",
"1661832115": "귀하의 버그 보고서는 끼치는 영향의 수준과 심각성에 근거하여 검토됩니다.",
"1664747386": "페이팔",
"1665738338": "잔액",
@@ -1101,7 +1216,6 @@
"1683034855": "DTrader는 귀하로 하여금 디지털, 승수 및 룩백 옵션의 형태로 50개가 넘는 자산을 거래하실 수 있도록 해주는 진보된 트레이딩 플랫폼입니다.",
"1686378613": "DBot은 디지털 옵션 트레이딩을 위해 웹에 기반을 둔 전략 빌더이며 귀하께서 '블록' 끌어 놓기를 사용하여 귀하 자신만의 트레이딩 봇을 만들수 있는 플랫폼입니다.",
"1686846461": "Deriv에서 DTrader와 함께 유동성 지수들을 거래하세요",
- "1689738742": "금 지수",
"1691349777": "무려 20년 이상 신뢰받아온 수상경력이 있는 플랫폼인 Deriv.com과 Binary.com을 통해 거래하는 100만명 이상의 인구에 참여하세요.",
"1692148560": "각 20%만큼 가중된 다섯 종류의 글로벌 통화 (EUR, GBP, JPY, AUD, USD)에 대한 금의 가치를 측정합니다.",
"1692290832": "어떠한 마케팅 지원을 제공하나요?",
@@ -1110,12 +1224,15 @@
"1707301172": "주식, 이제 할 수 있습니다",
"1708242802": "구글 크롬과 같은 안전한 웹 브라우저를 이용하세요. 보안 패치가 포함되어 있는 가장 최근의 소프트웨어 업데이트를 설치하세요. ",
"1709273595": "외환의 1 기준 랏 = 100,000 단위",
+ "1709893717": "You'll have access to reports that show your hits, impressions, click-through rates, clients' trading activity, and more.",
"1711575167": "Deriv MT5 및 Deriv X (증거금과 함께), DTrader (옵션 및 승수와 함께), 및 Deriv GO (승수와 함께)에서 거래할 수 있습니다.",
"1713857763": "<0>업 방향에서의 손절매 주문 및/또는 이익실현 금액 = 최대 [{지분 × ((손절매 주문 또는 이익실현 레벨 - 자산 가격) ÷ 자산 가격 × 승수) - 커미션}, -지분]0>",
"1714709402": "거래당 수수료율은 누가 설정하나요?",
"1715011380": "점프 25 지수",
+ "1715241142": "How do I see my earnings?",
"1715491803": "최대 $100",
"1717346758": "교차 사이트 및 서버 사이드 요청 위조 (우리의 내부 네트워크에 접근하지 않고)",
+ "1719304654": "The pricing of our synthetic indices is backed by algorithms that are audited for fairness by an independent third party. Due to regulatory requirements, synthetic indices are unavailable in some countries. Refer to ‘Product offering’ in our <0>terms of use0> for more info.",
"1720725354": "DMT5 Standard, Advanced 및 Synthetic Indices 계좌간에 어떤 차이가 있나요?",
"1721296073": "첫번째로 계산된 DMT5 금융 STP",
"1723694822": "저희의 홈페이지를 방문하세요",
@@ -1133,11 +1250,13 @@
"1743448290": "결제 에이전트",
"1743752393": "일반 비즈니스 (general business)",
"1745193633": "리다이렉트 공지",
- "1745471992": "주식지수는 주식 시장에서 선별된 회사의 가치를 측정합니다. 이것은 투자자들로 하여금 특정 자산이 어떻게 성과를 내는지 볼 수 있도록 합니다.",
"1746633126": "Binary.com은 어떻게 되나요?",
"1746782390": "제가 결제 에이전트로 등록한 후에도 제 계좌로 여전히 거래할 수 있나요?",
"1748626120": "숨어있는 비용이 없습니다",
+ "1748925202": "How can I reactivate my Deriv MT5 account?",
"1751673286": "보안은 협동적으로 막을 수 있습니다. 버그를 보고하시고 보상 받으세요.",
+ "1752586208": "What payment methods can I use to exchange with other traders?",
+ "1753559268": "We'll pay your IB commission into your MT5 Synthetic account daily.",
"1755228338": "귀하의 계좌를 안전하게 하세요",
"1758111931": "활성 사용자",
"1760376318": "네, 귀하께서 관련된 모든 조항을 따르면 됩니다 (우리의 <0>조항0>페이지에서 '비즈니스 파트너'탭을 확인하세요).",
@@ -1148,16 +1267,21 @@
"1768089459": "파리 | 우리 오피스 – 프랑스 | Deriv",
"1770479100": "만약 귀하께서 ‘Higher’, 만약 엑싯 스팟이 해당 장벽보다 엄격하게 더 높을 때에 귀하께서 지불금을 얻을 수 있습니다.",
"1770534439": "스왑 종합 공식 모바일",
+ "1772047578": "Why are my Deriv MT5 login details different from my Deriv login details?",
"1772406884": "Deriv P2P는 좋습니다. 소규모 트레이더들에게 예금과 인출이 쉽습니다.",
"1774467475": "저희가 심각한 보안 문제를 고칠 수 있도록 도와주는 낮은 레벨의 취약점에 대한 보고에 <0>대해서만0> 보상해 드릴 것이며, 저희는 케이스에 따라 보상 금액을 결정할 것입니다.",
"1774791951": "계약기간이 종료되는 시점에 엑싯 스팟이 두 가격 목표의 내부 또는 외부에 있을지를 예견하세요.",
"1777934033": "실제 세계의 시장 동향을 모방하는 배타적이고 독점적인 저희의 합성 지수들 상에서 7일 24시간 내내 CFD를 거래하세요.",
"1782308283": "빠른 전략",
"1782703044": "가입하세요",
+ "1784343675": "Please <0>contact us via live chat0> immediately, and we'll help to disable 2FA on your account. When you have a new phone, please <1>re-enable 2FA1>.",
"1784680288": "귀하께서는 각각의 모든 거래 이전에 귀하의 계좌에 영향이 가는 마진에 대하여 항상 공지를 받을 것입니다.",
"1786089908": "Deriv에서 옵션 트레이딩에 대해 배워보세요. 외환, 합성 지수 및 인기있는 다른 금융 시장들에서의 가격 동향들을 올바르게 예측함으로써 지불금을 획득하세요.",
+ "1786747559": "Our regulators require us to verify your account in accordance with anti-money laundering (AML) and Know Your Customer (KYC) laws. If we have prompted you to upload your documents to verify your account, it means that you'll only be able to continue using our services after your account is verified.",
+ "1790839584": "<0>A social media admin0> \n Promote our products and services on your social media pages, and earn commission when you convert your audience into traders.",
"1791730321": "귀하께서 정의하신 포지션에 만족하시면 해당 계약을 구매하세요.",
"1795749796": "헬프 센터 | 자주 묻는 질문 | DBot | Deriv",
+ "1798765888": "Copy the link in the <0>Landing page URL0> field. This is the referral link that you can share with your clients.",
"1799377913": "{{market_name}}에서 가능한 옵션거래",
"1802409084": "핍 값",
"1804642811": "데모계좌 생성하기",
@@ -1165,19 +1289,25 @@
"1806416151": "Deriv IB는 고객들이 우리의 DMT5 platform에서 거래하기 위해서 귀하께서 고객들에게 추천함으로써 귀하께서 혜택을 받는 파트너십입니다.",
"1807936072": "키프로스",
"1808393236": "로그인",
+ "1810304465": "You'll need to transfer the funds from your Deriv MT5 account to your Deriv account. You can do this on the <0>Cashier page0>. Your funds will be available in your Deriv account as soon as you complete the transfer.",
"1810957214": "귀하께서 업 방향에서 7.54 USD의 손절매 금액과 x100에 해당하는 승수 값 및 10 USD의 지분 금액과 함께 3376.24 USD로 가격이 측정되어 있는 변동성 100 지수에 대한 포지션을 개설하실 때 손절매 레벨을 계산하고 싶으시다고 해봅시다.",
+ "1812325040": "Source of wealth documentation",
"1812969702": "임시 | 자주묻는 질문",
"1813700208": "Boom 300 지수",
"1813703795": "우리의 제휴자 및 IB로서 등록하세요",
"1815044592": "만약 귀하께서 ‘Only Ups’를 선택하시면 만약 연이은 틱들이 엔트리 스팟 이후에 연속해서 연이은 틱들이 상승할 경우 귀하께서 지불금을 받습니다. 어떠한 틱이 하락하거나 이전의 틱들과 같을 경우에 지불금은 지불되지 않습니다.",
+ "1815324634": "The minimum deposit and withdrawal amount varies depending on the payment method. The lowest deposit and withdrawal amount is 5 USD/EUR/GBP/AUD via e-wallets. See our <0>Payment methods0> page for a complete list of payment methods and their minimum deposit and withdrawal amounts.",
"1816009319": "이자",
+ "1816305227": "If you’re in the EU or UK:",
"1817888235": "우리의 Crash/Boom 지수와 함께 흥미진진한 스파이크와 딥을 통해 예측하시고 얻으세요.",
"1819952453": "우리의 브로커 소개인 프로그램은 모든 Deriv 제휴자들이 이용가능합니다.",
"1820212843": "Deriv'의 온라인 트레이딩 아카데미에서 우리의 트레이딩 영상들과 튜토리얼들을 활용하여 트레이딩 방법을 배우세요.",
+ "1823119628": "the Vanuatu Financial Services Commission",
"1823770507": "DOT/USD",
"1824094317": "7일 24시간 거래",
"1826550764": "저희를 선택하면 좋은 점",
"1828442573": "원자재",
+ "1830057548": "We have 3 commission plans:",
"1831254808": "만약 귀하께서 그 어떠한 포지션을 밤 사이에 개설해 놓으시면, 해당 포지션을 열어 놓는 데에 대한 비용에 대하여 보상하기 위해 조정된 부분 (스왑레이트)가 귀하의 트레이딩 계좌에 적용될 것입니다. 우리 플랫폼에서 거래되는 상품들은 다른 스왑레이트들에 따릅니다. 이러한 비율들은 귀하께서 귀하의 포지션들을 열어 놓는 공휴일을 포함하여, 날의 수, 시간과 같은 조건들에 근거합니다.",
"1831680837": "인출",
"1832974109": "SmartTrader",
@@ -1196,23 +1326,25 @@
"1845394200": "Deriv에서 우리는 귀하의 계좌 및 개인 정보를 보호하기 위해 거래 보안시스템같은 베스트인클래스 보안 조치를 취합니다.",
"1846521577": "Deriv 지불 에이전트 프로그램이 Deriv P2P (DP2P)와 같나요?",
"1849054373": "3. 거래를 주문하세요",
- "1851993047": "주말에는 어떤 트레이딩 계약이 가능한가요?",
"1852402040": "일반 비즈니스 (General Business)",
"1853363847": "Deriv MT5 및 Deriv X (증거금과 함께) 및 DTrader (승수와 함께) 에서 거래할 수 있습니다.",
"1854618305": "만약 '하이어'를 선택하시면, 만약 엑싯 스팟이 엔트리 스팟보다 엄격하게 더 높으면 귀하께서 지불금을 받습니다.",
+ "1857302542": "Can I open a corporate or business account?",
"1857508131": "가나에 있는 고객분들을 위해 귀하의 모바일에서 바로 안전하게 예금하세요.",
"1858594477": "변화에 당황스러우실 수 있다는 것을 우리는 이해합니다. 그렇기 때문에 Binary.com으로부터 Deriv.com으로의 귀하의 이동에 가능한 한 문제가 없도록 우리가 아주 열심히 일해온 이유입니다. ",
"1860012910": "쉽고, 저렴하며 빠른 송금 방법입니다. 은행과 전세계적으로 상인들로부터 지원받습니다.",
"1860472068": "온라인 뱅킹",
- "1862400286": "제가 DTrader상에서 어떤 종류의 계약을 사용할 수 있나요?",
"1866193342": "DTrader는 귀하께서 50가지보다 더 많은 자산들을 디지털, 승수 및 룩백 옵션의 형식으로 거래하실 수 있도록 해줍니다. DMT5는 귀하께서 현물환과 차액거래 (CFD)를 레버리지와 함께 거래하실 수 있는 멀티자산 트레이딩 플랫폼입니다.",
"1868860566": "EUR/SEK",
"1869497149": "쉽게 활용할 수 있는 차드와 편한 어두운 테마와 함께 부드러운 트레이딩 경험을 즐기세요.",
"1872384056": "더 즐거운 경험을 위한 밝고 어두운 모드 기능",
"1872568231": "GBP/TRY",
"1873099524": "자산의 가격 동향을 예견함으로써 고정지불금을 받으세요.",
+ "1874424045": "I lost my phone. How can I disable two-factor authentication (2FA)?",
"1876344462": "노바티스 (Novartis AG)",
"1876748041": "귀하에게 20년의 서비스 경험을 토대로, 우리는 귀하를 더 잘 이해할 수 있다고 느낍니다. 리브랜딩은 우리가 귀하의 모든 요구를 만족시킬 수 있는 향상된 온라인 트레이딩 솔루션을 수행할 수 있도록 해주는 기회입니다.",
+ "1876786466": "This is due to the spread, which is the difference between the ‘bid’ and ‘ask’ prices. Your positions will start earning a profit when the market moves in your favour.",
+ "1877410120": "귀하께서 지금 진행하셔야 하는 사항",
"1879930260": "강요적인 판매는 없습니다",
"1880965589": "수익 배분",
"1881114347": "Deriv에서 거래할 수 있는 시장들",
@@ -1223,6 +1355,7 @@
"1889326047": "웹과 모바일 앱으로도 가능합니다",
"1890990339": "<0>홍콩 500>은 홍콩에서 나열되어 있는 가장 규모가 큰 50개의 회사들의 주식 실적을 추적합니다.",
"1893015908": "우버 테크놀로지스 주식회사",
+ "1894801487": "Deriv MT5 is a CFD trading platform that gives you access to forex, stocks, stock indices, commodities, cryptocurrencies, and synthetics. Learn more about Deriv MT5 <0>here0>.",
"1897018869": "ETC/USD",
"1897907613": "귀하의 마에스트로 직불 카드를 사용하여 예금과 인출을 하세요.",
"1898130358": "귀하의 컴퓨터에서",
@@ -1232,16 +1365,17 @@
"1902951214": "우리의 오피스",
"1903393516": "답변을 위해 우리의 Deriv 지원 커뮤니티가 도울수 있습니다.",
"1903495030": "종합 계좌에 대하여, 손절매 주문/또는 이익실현 핍 값은 USD로 되어 있습니다.",
+ "1904617508": "유럽연합 밖에서, 금융 상품들은 다음의 회사들에 의해 제공됩니다: 라부안 금융서비스 당국에 의해 인가되었으며 (<0>라이센스 번호 MB/18/00240>) F16, Level 1, Paragon Labuan, Jalan Tun Mustapha, 87000 Labuan, Malaysia에 위치한 Deriv (FX) Ltd; 영국령 버진 아일랜드 금융서비스 위원회로부터 인가되었으며 (<1>라이센스 번호SIBA/L/18/11141>) Kingston Chambers, P.O. Box 173, Road Town, Tortola, British Virgin Islands에 위치한 Deriv (BVI) Ltd; 바누아투 금융 서비스위원회로부터 인가 및 규제되며 1276, Kumul Highway, Port Vila에 위치한 Deriv (V) Ltd; Hinds Buildings, Kingstown, St. Vincent and the Grenadines에 위치한 Deriv (SVG) LLC.",
"1904774976": "<0>독일 400>은 독일의 회사에 등록되어 있는 40가지 주요 회사의 주식 실적을 따릅니다.",
- "1905213812": "Kingston Chambers, P.O. Box 173, Road Town, Tortola, British Virgin Islands에 위치한 Deriv (BVI) Ltd는 영국령 버진 아일랜드 금융 서비스위원회에 의해 인가됩니다 (<0>라이센스 번호. SIBA/L/18/11140>).",
"1905380076": "귀하의 거래 당사자와 함께 지불을 해결하세요.",
"1905702565": "고객 자금보호",
"1905714256": "향상된 경험",
- "1906771172": "어떻게 제 계좌의 통화를 변경할 수 있나요?",
+ "1906101554": "You’ll earn a payout based on the volume of your clients' trades. Find out more <0>here0>.",
"1907226338": "코카콜라",
"1909647105": "TRX/USD",
"1909809509": "스왑 계산기",
"1914949637": "Deriv 제휴 프로그램이 무엇인가요?",
+ "1915387440": "If you’re selling:",
"1916887645": "수익을 극대화시키고, 손실을 제한하세요",
"1922529883": "Boom 1000 지수",
"1923530212": "유연합니다.",
@@ -1262,24 +1396,30 @@
"1941116009": "Binary.com은 제거되나요?",
"1942214601": "업 방향에서의 손절매 주문 레벨",
"1942485223": "제 제휴 계좌는 어떻게 되나요?",
+ "1947069292": "You can create an API token <0>here0>. Give your token a name, select the scope, and click <1>Create1>.",
"1948092185": "GBP/CAD",
"1948630262": "한개를 받기 위해서는 먼저 Binary.com 제휴 대시보드로 로그인하세요.",
"1949701571": "Deriv 실제 계좌를 생성하세요.",
"1953016421": "왜 Deriv에서 옵션을 거래하나요",
"1959548433": "귀하의 거래 기간을 설정하세요/ 귀하께서 해당 시장에 대해 단기간 또는 장기간의 견해를 가지고 있는지에 따라 귀하께서 1 또는 10 틱 또는 15초부터 365일까지 선호하시는 기간을 설정하실수 있습니다.",
- "1963811607": "제 거래 당사자에게 어떻게 연락할 수 있나요?",
+ "1959678342": "Highs & Lows",
+ "1962097923": "Help centre | Frequently asked questions | IB programme | Deriv",
+ "1963262703": "What does ‘completion rate’ mean?",
"1963884651": "USD와 연동되는 암호화폐인 팍소스스탠다드로 입금 및 인출하세요.",
+ "1964475042": "Frequently asked questions - About",
"1964675673": "신뢰받는 온라인 트레이딩 제공자와 파트너가 되세요.",
"1966310384": "이 시나리오에서, 귀하께서는 귀하의 이익실현 수준을 <0>3350.110>로 설정하실 것입니다.",
"1967743855": "저희는 청구되는 모든 부분과 비용에 대하여 명확히 할 것입니다.",
"1969128618": "온라인 트레이딩, 투자 또는 개인 금융에 열정이 있는 활성화되어 있는 온라인 커뮤니티를 관리하세요.",
"1971963414": "상품",
"1975644912": "새로 시작하시는 트레이더들에게도 직관적이고 사용하기 쉬운 인터페이스를 즐기세요.",
+ "1976307636": "Deriv Investments (Europe) Limited는 자본 요구사항 지침 IV 및 자본 요구사항 규정에 따라 재무공개보고를 준비했습니다. 시장 참여자로써 저희가 어떻게 시장 규율에 따르는지를 이해하시기 위해서 저희의 보고서를 읽으시기 바랍니다.",
"1977160541": "아메리칸<0>0>지수",
"1978148367": "실제 계좌를 개설하고, 예금을 하시고 실제로 거래를 시작하세요. 외환, 지수, 원자재 및 그밖의 여러가지들을 거래하세요.",
"1979503547": "트레이딩 조항",
"1980724783": "포인트 값은 자산의 현재 숫자로부터 파생됩니다. 이 예시에서는, 해당되는 숫자가 5이며, 따라서 포인트 값은 0.00001입니다.",
"1982404952": "견적을 받으세요",
+ "1984996183": "I forgot my affiliate password. What should I do?",
"1985905708": "이러한 지수들은 <0>200%와 300%의 일정한 변동성0>과 함께 시뮬레이션된 시장들에 부합합니다.",
"1986250253": "오스카 그라인드 전략이 무엇인가요?",
"1986498784": "BTC/LTC",
@@ -1290,16 +1430,19 @@
"1991711258": "LNK/USD",
"1994023526": "귀하께서 입력하신 이메일 주소에는 오류 또는 오타가 있습니다 (많은 사람들에게 일어납니다)",
"1995896523": "DMT5는 귀하께 최고의 CFD 거래 경험을 선사하기 위해 개발되었습니다. 귀하께서는 데스크답과 모바일로도 우리의 MT5 트레이더에 접근하실 수 있습니다.",
+ "1996252043": "Once your ad is created successfully, it will appear in the <0>Buy/Sell0> tab.",
"1997138507": "만약 마지막 틱이 틱들의 평균과 같을 경우에, 귀하께서는 지불금을 받지 못합니다.",
"1997646348": "저희의 대학원 프로그램 사이트: besquare.deriv.com",
"1998840050": "그렇지 않습니다. DP2P는 저희의 고객분들께서 이분들의 지역 통화를 이용하여 예끔과 인출을 하실 수 있도록 하는 피어 투 피어 서비스입니다. 저희의 지불 에이전트로서, 귀하께서는 귀하의 서비스를 귀하의 국가에 있는 Deriv 고객분들에게 제공하기 위하여 DP2P 플랫폼을 이용하실 수 있습니다.",
"2003802343": "귀하의 IB 수수료를 인출하기 위한 요구사항이 전혀 없습니다.",
"2005074806": "증거금 계산기에 대하여 PnL을 활용해보세요",
+ "2006479988": "<0>Proof of address0>",
"2007092908": "성공적인 거래에서 더 나은 보상을 위해 레버리지와 낮은 스프레드로 거래하세요.",
"2010744433": "저희는 챗을 요청하시는 모든 고객분들을 위해 에이전트가 대기중일 수 있도록 챗 서비스를 7일 24시간 라이브로 제공할 수 있도록 노력할 것입니다. 에이전트들은 해당 서비스에 대하여 관련된 질문들에 대하여 답변을 드릴 수 있도록 교육을 받게 됩니다 .",
"2015114251": "제 Deriv X 계좌에 예금할 수 있는 최소 / 최대 금액이 얼마인가요?",
"2017042641": "2 - 3 영업일",
"2018198484": "암호화폐들을 거래하는 것은 귀하께서 기초 디지털 코인들을 소유하지 않고도 가격 동향으로부터 이윤을 취하실 수 있는 기회를 제공합니다. 다르게 표현하자면, 암호화폐 가격의 상승 또는 하락에 대하여 올바르게 예측하심으로써 이윤을 취하실 수 있습니다.",
+ "2018600727": "Deriv Investments (Europe) Limited는 유럽 패스포팅 권리를 통해 유럽연합의 멤버 스테이트에 서비스를 제공할 수 있습니다. 상기 목록은 유럽 패스포팅 권리를 통해 Deriv.com으로 접근할 수 있는 권한을 가지고 있는 유럽 국가들입니다.",
"2019140039": "Deriv에서 바스켓 지수들을 거래하면 좋은 점",
"2019968401": "Deriv X를 통해 거래하면 어떤 점이 좋나요",
"2023310659": "통화",
@@ -1314,19 +1457,21 @@
"2035207280": "5 - 1,000",
"2035670983": "더 적은 산만한 것들",
"2036526456": "우리의 결제 방법들과 이들을 어떻게 쓸 수 있는지를 배워보세요.",
- "2037297857": "Deriv - 24시간 7일 내내 거래하실 수 있는 넓은 선택범위의 파생상품을 제공하는 온라인 트레이딩 플랫폼입니다.",
+ "2041763181": "Once we've paid your commission into your account, you can withdraw whenever you want.",
"2042445787": "어려운 시나리오 또는 전제 조건에 근거한 취약점들",
+ "2044967354": "You can see your available balance in the <0>My profile0> tab.",
"2044999022": "변형이 있는 새로운 합성, 점프 지수들을 거래하세요",
"2046788283": "DTrader상에서 제가 어떤 시장을 트레이드 할 수 있나요?",
"2047029510": "<0>업 방향에서의 손절매 주문 및/또는 이익실현 레벨 = 자산 가격 × {(손절매 주문 또는 이익실현 금액 + 커미션) ÷ (지분 × 승수) + 1}0>",
"2047349922": "0.013",
"2050080282": "제휴 & IB 로그인",
"2051986867": "그러므로 하룻밤동안 해당 포지션을 열어놓기 위해 귀하께서는 <0>0.24 USD0>의 스왑 비용을 요구하실 것입니다.",
+ "2053617863": "귀하의 계좌에서 귀하의 모든 자금을 인출하기 위해 진행해 주시기 바랍니다.",
"2053673142": "\"귀하의 무료 전자책을 지금 받으세요!\"를 누름으로써, 귀하께서는 18세 이상인 것임을 확인하는 것입니다. 귀하께서는 저희가 귀하에게 Deriv의 상품들 및 서비스와 그리고 시장 소식에 대한 정보를 보내기 위해서 귀하의 이메일 주소를 사용할 수 있다는 점을 이해합니다. 귀하께서는 귀하의 계정 설정에서 언제든지 구독을 취소하실 수 있습니다. 더많은 정보를 위해서는, Deriv의 <0>보안 및 개인정보 보호0>를 살펴보시기 바랍니다.",
"2056079566": "도움을 받으세요",
"2056339251": "15 - 10,000",
"2058893631": "재무 공시 보고",
- "2060309075": "휴면 수수료는 고객의 선택으로 또는 본 회사의 의해 결정되어 자가제한이 적용되어 있는 고객에게는 적용되지 않습니다.",
+ "2060102881": "<0>A blogger/vlogger0> \n Promote our products and services and earn commission when you convert your audience into traders.",
"2060368992": "분 분량",
"2061191384": "Deriv 피어 투 피어 (DP2P)",
"2061681232": "<0>Ends Between/Ends Outside:0> 계약 기간이 종료되는 시점에 엑싯 스팟이 두 가격 목표의 안쪽 또는 바깥쪽에 존재할지를 예측하세요.",
@@ -1336,6 +1481,7 @@
"2067437902": "EUR와 연동되는 암호화폐인 STASIS Euro로 입금 및 인출하세요.",
"2068667424": "저희의 다른 앱도 보세요",
"2070356006": "귀하께서 선택하신 수수료 플랜에 따라서 벌기 시작하세요 –– 귀하의 추천된 고객에 의해 발생된 총 순이익의 최대 45%까지 버실수 있습니다.",
+ "2071458958": "The minimum volume for micro forex pairs is 0.1 lot.",
"2071808494": "전문적이고 친근한 지원",
"2072504778": "Deriv 제휴자로 누가 지원할 수 있나요?",
"2074119658": "손실제한, 이익실현 및 거래 취소와 같은 혁신적인 기능을 활용하여 귀하의 위험 수용범위에 맞출 수 있도록 귀하의 계약을 귀하에게 맞추세요.",
@@ -1343,6 +1489,7 @@
"2075608900": "고정되어 있고 가변적인 경쟁력 있는 스프레드",
"2075864188": "무료",
"2080510282": "귀하께서 선호하시는 트레이딩에 근거하여 실제 CFD 계좌를 생성하세요.",
+ "2086048243": "Certificate of incorporation",
"2087247269": "전혀 없습니다. 우리의 결제 에이전트 프로그램에 가입하는 것은 완전히 무료입니다.",
"2089087110": "바스켓 지수",
"2092854399": "트러스틀리를 통해 빠르고, 부드러우며 안전한 예금 및 인출을 즐기세요.",
@@ -1352,6 +1499,7 @@
"2100068559": "Deriv에서 결제 에이전트로써 등록하실때 귀하의 고객 베이스를 확장시키시고 추가적으로 비즈니스에 노출 및 더 많은 수익을 받으세요.",
"2100986179": "귀하의 스타일에 맞추기 위한 CFD 트레이딩 플랫폼",
"2101514198": "지금 Deriv.com을 둘러보세요",
+ "2102247413": "You’ll need the following documents to verify your account:",
"2108488100": "손절매 주문 핍 공식",
"2108799022": "<0>상승/하락:0> 계약 기간의 끝에서 엑싯 스팟이 엔트리 스팟보다 엄격히 더 높을지 또는 낮을지에 대해 예측하세요.",
"2108938379": "5. 새롭게 생성된 변수는 이제 귀하의 전략에서 이용하실 수 있습니다.",
@@ -1368,6 +1516,7 @@
"2120092418": "우리의 답변을 기다려주세요",
"2121227568": "NEO/USD",
"2121253634": "지난번처럼 귀하께서 MetaTrader 5에서 거래를 계속 즐기실수 있는 동안, 우리는 귀하의 피드백을 반영하여 귀하를 위한 경험을 업그레이드했습니다. 귀하께서는 MT5 계좌 가입과 대시보드 경험이 Deriv.com에서 훨씬 더 효율적인 것을 확인하실 수 있습니다. 귀하께서는 귀하의 계좌를 관리하시고 귀하의 거래를 더욱 쉽게 집중하실 수 있습니다.",
+ "2123318546": "RTS28 2021",
"2124129338": "Deriv - 거래할 수 있는 넓은 범위의 파생상품들을 제공하는 온라인 트레이딩 플랫폼입니다",
"2125422488": "귀하의 자가제한 또는 트레이딩 제한을 설정 또는 조정하기 위해서는 귀하께서 <0>우리에게 연락0>하실 수 있습니다.",
"2126327198": "귀하의 포지션을 유지하기 위해 필요한 증거금을 추정하세요. 결과는 레버리지, 거래량 랏 및 귀하의 DMT5 계좌 잔액에 달려 있습니다.",
@@ -1448,8 +1597,6 @@
"-23722102": "파트너",
"-890622347": "제휴 및 IB",
"-199351188": "버그 바운티",
- "-1434418017": "<1>만약 질문이 있으시다면, 1><2><2>info@besquare.my2>로 저희에게 이메일을 보내주세요",
- "-1429361008": "유럽연합에서 금융상품은 몰타 금융 감독청에 의해 카테고리 3 투자 서비스 제공자로 인가되며 (<0>라이센스 번호 IS/701560>) W Business Centre, Level 3, Triq Dun Karm, Birkirkara BKR 9033, Malta에 위치한 Deriv Investments (Europe) Limited로부터 제공되어집니다.",
"-316493159": "본 웹사이트의 서비스는 미국, 캐나다, 및 홍콩을 포함한 특정 국가들에서는 이용할 수 없습니다. 그리고 18세 미만의 사람들도 이용할 수 없습니다.",
"-1497908566": "여기에서 언급되어 있는 상품들은 환율의 변화에 영향을 받을 수 있습니다. 귀하께서 이 상품들에 투자하신다면 귀하께서는 귀하께서 투자하신 일부분 또는 모든 부분을 잃으실 수 있으며 귀하의 투자가치가 변동될 수 있습니다. 귀하께서는 손실을 감당할 수 없는 자금으로 절대로 투자를 하면 안되며 빌린 자금으로도 절대로 거래하시면 안됩니다.",
"-1991343658": "TRADE",
@@ -1598,6 +1745,11 @@
"-1483718536": "우리는 결제 에이전트에게 수수료를 지불하지 않습니다. 귀하께서는 거래 당 수수료율을 귀하께서 직접 설정하며 우리의 고객분들은 필요한 비용을 지불할 것입니다.",
"-1016133415": "Deriv 고객분들에게 제 서비스를 광고할수 있나요?",
"-876582984": "네 그렇습니다, 연관된 모든 약관을 귀하께서 따른다는 전제네 그렇습니다, 연관된 모든 약관을 귀하께서 따르셔야 합니다 (우리의 약관 페이지에서 '비즈니스 파트너'로 되어 있는 탭을 보세요).",
+ "-1434418017": "<1>만약 질문이 있으시다면, 1><2><2>info@besquare.my2>로 저희에게 이메일을 보내주세요",
+ "-618539786": "귀하의 계좌는 닫힐 예정입니다",
+ "-905560792": "네, 이해합니다",
+ "-168971942": "이것이 귀하에게 의미하는 점",
+ "-1308593541": "귀하의 계좌가 닫히면 귀하께서는 더이상 귀하의 계좌에 접근하실 수 없습니다, 그렇기 때문에 반드시 귀하의 모든 자금을 인출하시기 바랍니다.",
"-1496158755": "Deriv.com으로 가세요",
"-373212993": "Deriv 웹사이트",
"-1788474476": "제휴 & 등록 ",
@@ -1772,35 +1924,69 @@
"-2062968282": "귀하의 질문을 못찾으셨나요? 우리가 도와드릴 수 있습니다.",
"-978362988": "대화하기",
"-1299484872": "계좌",
- "-1059028037": "제가 왜 계좌를 만들수 없나요?",
"-1310262676": "제 인적사항을 어떻게 변경할 수 있나요?",
+ "-251180453": "How can I change the currency of my account?",
+ "-221810226": "Can I change my email address?",
+ "-1059028037": "제가 왜 계좌를 만들수 없나요?",
"-2043299631": "마케팅 이메일로부터 어떻게 구독을 해지할 수 있나요?",
+ "-214877260": "How can I set self-exclusion limits on my account?",
+ "-2064918290": "How do I verify my account?",
+ "-425061473": "What documents do I need to verify my account?",
+ "-172153561": "Why do I need to verify my account?",
+ "-1619463465": "Can I trade without verifying my account?",
+ "-414862292": "인증절차에는 시간이 얼마나 걸리나요?",
+ "-790757582": "제 서류들이 왜 거절되었나요?",
"-1049383996": "주가 지수가 무엇인가요?",
"-1633933174": "합성 지수는 무엇인가요?",
"-226333706": "거래방법",
+ "-1859881435": "What assets are available for trading on weekends?",
"-1612801567": "입금 및 인출",
- "-977028772": "어떤 결제방법을 지원하나요?",
- "-181763764": "입금 및 인출처리는 시간이 얼마나 걸리나요?",
+ "-1315176976": "What payment methods can I use for deposits and withdrawals?",
+ "-1547685378": "How long does it take for my deposits and withdrawals to be processed?",
"-840116640": "최소한의 입금 및 예금액이 얼마인가요?",
+ "-1847412788": "My withdrawal verification link has expired. What should I do?",
"-1689659144": "인출",
- "-223315135": "제 인출 제한을 어떻게 풀 수 있나요?",
- "-1339949921": "왜 제 신용카드 입금이 계속 거절되나요?",
+ "-1861727138": "How can I remove the withdrawal limit on my account?",
"-1108803896": "예금",
"-2135274535": "제 입금 보너스를 인출해도 될까요?",
- "-1686360438": "왜 자금을 마에스트로/마스터카드로 인출할 수 없나요?",
+ "-383099370": "Can I deposit with my friend's/family member's debit/credit card or e-wallet?",
+ "-560703263": "Why can't I see any payment methods on the Withdrawal page?",
+ "-222181522": "제 Deriv 계좌를 인증받아야 하나요?",
+ "-35912880": "Affiliate programme",
+ "-1134652564": "What type of commission plans do you offer?",
+ "-504946033": "Who can apply as an affiliate?",
+ "-940672929": "Where can I find my referral link?",
+ "-2082521397": "What type of reports will I have access to?",
+ "-860666463": "IB programme",
+ "-1062769315": "How do I sign up as an introducing broker (IB)?",
+ "-118302649": "Why should I join your introducing broker (IB) programme?",
+ "-153524655": "How much do you pay in commission?",
+ "-548897585": "Are there any charges for joining your introducing broker programme?",
+ "-1236285182": "How and when will I receive my IB commission payout?",
+ "-1557693454": "When can I withdraw my commission?",
+ "-253752482": "Where is my money held?",
"-1787820992": "플랫폼",
- "-1445755525": "제 DMT5 실제 자금 계좌로부터 어떻게 자금을 인출할 수 있나요?",
- "-1833809949": "왜 저의 DMT5 로그인 상세정보가 제 Deriv 로그인 정보랑 다른가요?",
- "-2114093568": "제 DMT5 계좌 비밀번호를 어떻게 재설정할 수 있나요? ",
- "-1519123821": "제 DMT5 실제 자금 계좌에 어떻게 자금을 입금할 수 있나요?",
+ "-1288798840": "What are the main differences between your digital options and CFD platforms?",
+ "-1834333990": "How can I change my Deriv MT5 password?",
+ "-1723900573": "How do I log in to my Deriv MT5 account?",
+ "-1698836439": "What is the name of my Deriv MT5 server?",
+ "-617194580": "Do you offer swap-free Deriv MT5 accounts?",
+ "-227242365": "Can I change the leverage on my Deriv MT5 account?",
+ "-941684403": "What time is shown in the MT5 terminal?",
+ "-1728332105": "For how long can I use my Deriv MT5 demo account?",
+ "-1972914987": "What is the minimum volume for micro forex pairs?",
"-1531872373": "Deriv X에서 제가 어떤 시장들을 트레이드 할 수 있나요?",
"-385265783": "Deriv X에서 거래할 수 있는 최소 및 최대 금액이 어떻게 되나요?",
- "-663022568": "어떻게 Deriv X 계좌를 생성할 수 있나요?",
+ "-976858633": "What's the difference between Deriv MT5 and Deriv X?",
"-1798013905": "합성 및 금융 계좌들간에 차이점은 무엇입니까?",
"-114658193": "제 Deriv X 비밀번호는 제 Deriv 비밀번호와 어떻게 다른가요?",
"-156237172": "저의 Deriv X 비밀번호를 어떻게 재설정 할 수 있나요?",
"-2038952853": "제 Deriv X 계좌 정보를 어디에서 찾을 수 있나요?",
+ "-315976084": "What contract types do you offer on DTrader?",
"-1952371760": "계약",
+ "-1677125826": "Can I download the chart on DTrader?",
+ "-1980078854": "승수가 무엇인가요?",
+ "-771604768": "How do I trade multipliers?",
"-918450098": "블록",
"-315611205": "전략",
"-122062690": "마틴게일 전략이 무엇인가요?",
@@ -1812,24 +1998,79 @@
"-2133437022": "Deriv P2P가 무엇인가요?",
"-1568899385": "Deriv P2P는 얼마나 안전한가요?",
"-1567244911": "결제",
- "-532895895": "저의 일일 구매 한도 또는 판매 한도를 증가시킬 수 있나요?",
- "-1101543580": "한도",
+ "-1812070043": "Where can I see the terms of use for Deriv P2P?",
+ "-696921894": "Why is my Deriv P2P account blocked?",
+ "-425611884": "How do I create an ad?",
+ "-1050528217": "How do I make an order?",
+ "-1745867197": "Why can't I see my ad in the Buy/Sell tab?",
"-214996581": "분쟁",
+ "-586363837": "How do I ensure my Deriv P2P transactions are successful?",
"-190084602": "거래",
- "-222181522": "제 Deriv 계좌를 인증받아야 하나요?",
- "-414862292": "인증절차에는 시간이 얼마나 걸리나요?",
- "-790757582": "제 서류들이 왜 거절되었나요?",
+ "-1257202503": "How do I get in touch with the trader I’m dealing with?",
+ "-1101543580": "한도",
"-1819888683": "죄송합니다, 우리는 '{{search}}'에 대한 결과를 찾지 못했습니다.",
"-859753143": "검색 팁:",
"-177264246": "우리의 검색능력은 짧은 단어들에 더 효과적이기 때문에 검색 단어를 짧게 해주시기 바랍니다",
- "-1475429047": "우리의 그룹 관습에 따라, 우리는 고객 등록에 대하여 다음의 기준을 정합니다:",
- "-908523895": "고객은 적어도 나이가 18세이어야 합니다.",
- "-1385123522": "만약 해당 계좌가 완전히 인증되면, 귀하께서는 희망하는 변경을 요청하며 티켓을 제출할 수 있습니다. 귀하의 신분 증명과 주소 증명을 첨부해주세요.",
- "-1967507831": "귀하께서 DMT5 계좌를 만들거나 입금하면, 오직 고객 지원에 연락함으로써 귀하의 통화를 변경할 수 있습니다.",
- "-1294180117": "만약 귀하의 구글/페이스북/애플 계정 비밀번호를 잊으셨다면, 귀하께서는 Deriv에 로그인하기 위해 <0>귀하의 Deriv 계정 비밀번호를 재설정0> 하실 수 있습니다.",
- "-1588331606": "귀하의 계좌를 종료하기 위해서는, <0>계좌 비활성화0>로 가세요.",
- "-292833690": "귀하의 Deriv 계좌를 닫기 이전에, 열려있는 귀하의 모든 포지션들을 닫으시고 DMT5를 포함하여 귀하의 트레이딩 계좌들에 있는 모든 자금들을 인출하세요.",
- "-1760393932": "<0>설정 > 프로필 >0> <1>인적사항1>을 통해 쉽게 처리하실 수 있습니다. 이메일 선호 박스 체크를 해제하시고, 구독 해지를 위해 ‘제출’ 버튼을 클릭하세요.",
+ "-1681655860": "the Malta Financial Services Authority",
+ "-435600202": "Help centre | Frequently asked questions | About | Deriv",
+ "-254542421": "Here are some possible reasons you aren't able to create an account:",
+ "-1739646504": "You’re below 18 years old.",
+ "-1116525030": "You may already have a Deriv account.",
+ "-1910608693": "Our services aren't available in your country of residence.",
+ "-2073215708": "You can do so on the <0>Personal details0> page. If you’re unable to update your details, please <1>contact us via live chat1>. We may need you to send us some documents for verification.",
+ "-785517434": "While the currencies of your virtual and cryptocurrency accounts are fixed, you can change the currency of your fiat account by following the steps below.",
+ "-582231303": "Select <0>Fiat currencies,0> choose the currency you want, and click <0>Change currency.0>",
+ "-703297687": "If you have open positions, close them first.",
+ "-599281490": "For your Deriv real account, go to <0>Cashier0> to withdraw your funds.",
+ "-188538325": "For your Deriv MT5 and Deriv X real accounts, go to your dashboard to withdraw your funds.",
+ "-1129279211": "<0>Contact us via live chat0> and we’ll help you change the currency of your account.",
+ "-894612350": "Hit <0>Forgot password?0> on the <1>login page.1>",
+ "-1582535828": "Enter the same email address you use for your Apple/Google/Facebook account.",
+ "-2136863307": "Now, you'll be able to log in to your Deriv account using your email address and password.",
+ "-803818887": "It's a fee that we charge for accounts that have been inactive for the last 12 months. Refer to <0>our terms0> for more info.",
+ "-1244219585": "Name of entity",
+ "-1523686418": "Authorisation to manage the account (if your business has more than one director)",
+ "-1883441858": "Passport and utility bill/bank statement of the person managing the account and of each director and shareholder (if your business has more than 1)",
+ "-482992615": "Utility bill/bank statement containing the address of the business",
+ "-337933411": "It depends on the laws in your country of residence. Please get professional advice on whether you're required to pay taxes on <0>your profits0>.",
+ "-464076737": "You can do so on the <0>Self-exclusion0> page.",
+ "-1687067691": "If you reside in any other country, you can adjust or remove your limits on the <1>Self-exclusion1> page. If you’re unable to change your limits, <0>let us know via live chat0>.",
+ "-1411245754": "We’ll prompt you to verify your account when it’s needed.",
+ "-1057679672": "When we prompt you to verify your account, follow these steps:",
+ "-1715758584": "<0>Log in0> to your Deriv account.",
+ "-1960993308": "Go to <0>Settings0> > <1>Proof of identity1> or <1>Proof of address1>.",
+ "-400895399": "Follow the instructions on the screen to verify your account.",
+ "-1464239544": "<0>Note:0> The <0>Proof of identity0> and <0>Proof of address0> pages will not be available if your account doesn’t need verification at this time.",
+ "-759539756": "<0>Proof of identity0>",
+ "-1047117142": "You’ll need a valid government-issued identity document such as a national ID card, passport, or driver's licence. Your document must clearly show your name, photo, and date of birth.",
+ "-864022561": "You’ll need a bank statement, credit card statement, tax statement, or utility bill. Your document must be issued within the last 6 months. It must contain your name, address, the name of the company that issued the document, and the issue date.",
+ "-469258978": "No, you must verify your account before trading.",
+ "-1403118121": "If you’re in any other country:",
+ "-1945892745": "We try to review your verification documents within the same day. In some cases, due to high traffic, it may take up to 3 business days. You’ll get a confirmation email from us once the review is complete. You can also check the status of your documents at",
+ "-217527343": "<0>Settings > Proof of identity0>",
+ "-1746837387": "We may have declined your documents because they were unclear, invalid, expired, had cropped edges, or showed details that did not match your Deriv profile. If you need help, please <0>contact us via live chat0>.",
+ "-1248152791": "When you join our affiliate programme,",
+ "-640475298": "You'll be able to take advantage of our multilingual platforms and reach clients wherever they are.",
+ "-179421588": "You'll receive prompt monthly payouts via your preferred payment method.",
+ "-874599648": "You won't be charged any hidden fees. You'll be able to see exactly what your earnings are.",
+ "-1456353153": "You'll have a dedicated account manager to help you.",
+ "-1835477277": "<0>Cost per acquisition0> (For the EU only)",
+ "-2057848186": "Earn 100 USD in commission for each successful referral. Your referred client must open a real account using your tracking link and deposit 100 USD or more (one-time or accumulative).",
+ "-1264084852": "We encourage you to become our affiliate if you are:",
+ "-317355829": "<0>A webmaster0> \n Do you have a trading-related website? Join our network of affiliates and turn your traffic into revenue by promoting our products and services.",
+ "-643644414": "<0>A trading mentor0> \n Do you mentor other traders? Help them become better traders and earn commission when they sign up and trade on our platforms.",
+ "-67585950": "A referred client is a client who signed up using your tracking link, made a deposit in their account, and started trading on our platforms. As an affiliate, you stand to earn commission from the trades performed by your referred clients.",
+ "-1388788058": "Follow these steps to get your referral link:",
+ "-379292041": "<0>Log in0> to your affiliate dashboard.",
+ "-1245795523": "Click the <0>Marketing<0/> tab.",
+ "-976921122": "Follow these steps to change your payment method:",
+ "-257221931": "<0>Log in0> to your dashboard.",
+ "-1109489026": "Click the <0>Finances0> tab and select <0>Payment instructions0>.",
+ "-1408956818": "Select your preferred payment method, enter the necessary details, and click <0>Update0>.",
+ "-817404641": "Go to <0>Reports0>, and select <0>Detailed activity report0>.",
+ "-1204121083": "Set the duration and filters and click <0>Display report0> or <0>Download report0>.",
+ "-1507095704": "Help centre | Frequently asked questions | Affiliate programme | Deriv",
+ "-1973882807": "Frequently asked questions - Affiliate programme",
"-994905306": "1. 블록 메뉴를 열기 위해 상부 좌측의 '시작하기'를 클릭하세요.",
"-1285759343": "검색하기",
"-588159121": "블록 제거하기",
@@ -1869,46 +2110,122 @@
"-822031479": "요약 탭",
"-224804428": "거래",
"-1609246392": "차트를 보기 위해 작업공간의 왼쪽 아래에서 '차트'를 클릭하세요.",
- "-1144380171": "우리의 <0>지원되는 결제 방식0>은 은행통신망, 신용 및 직불 카드, 전자지갑 및 암호화폐를 포함합니다.",
- "-765332281": "따로 명시되지 않은 이상 귀하의 예금과 인출은 1 영업일 (월요일부터 금요일, 9:00 am–5:00 pm GMT+8) 이내로 처리될 것입니다. 귀하의 은행 또는 자금 전송 서비스는 귀하의 요청을 처리하기 위해 추가적인 시간을 필요할 수 있다는 점을 아시기 바랍니다.",
- "-2129519303": "암호화폐 입금의 경우 최소한의 금액 기준이 없습니다.",
- "-130293452": "귀하께서는 귀하의 신분과 주소를 인증함으로써 인출 제한을 풀 수 있습니다. 귀하의 현재 인출 제한을 확인하기 위해서는, <0>설정 > 보안 및 안전 >0> <1>계좌 제한1>으로 가주세요.",
- "-849531377": "마스터카드와 마에스트로카드 인출은 오직 영국 고객에게만 해당됩니다. 만약 귀하께서 영국 출신이 아니라면, 전자지갑 또는 암호화폐를 대신 사용하여 인출하시기 바랍니다. ",
+ "-346303383": "You can use debit and credit cards, e-wallets, cryptocurrency wallets, and payment agents for deposits and withdrawals (see our <0>payment methods page0> for a complete list). Once you log in to your Deriv account, you’ll be able to see payment methods available in your country on the <1>Cashier page1>.",
+ "-2134684262": "You can get a new link on the Cashier page. Go to <0>Withdrawal0> and click Verify my request. We'll email you a new link; please remember to use it within 1 hour.",
+ "-1855944698": "Here are some reasons why your credit card deposit was declined:",
+ "-1435852820": "Your 3D SecureCode may not be activated. Please contact your bank to check.",
+ "-805026662": "Your country of residence does not match the country that your card was issued in.",
+ "-336747115": "If you need help, please contact us via <0>live chat0>.",
+ "-1168460620": "Yes, but only once your turnover exceeds an amount that's 25 times the deposit bonus value. The bonus is to help you get familiar with our trading platforms, so we'd love for you to use it to trade and earn a potential profit (which you may withdraw at any time).",
+ "-1955486267": "Mastercard and Maestro card withdrawals are only available for UK clients. If you are not from the UK, you’ll need to use a withdrawal method that’s available in your country.",
+ "-670805289": "The currency conversion for your deposits and withdrawals are done by your payment service provider. For example, if you use Skrill, your transaction amount will be converted by Skrill. Please check with your service provider regarding the conversion rates used for your deposits and withdrawals.",
+ "-1185520887": "your withdrawal request has already been authorised and processed",
+ "-1543634856": "To cancel your withdrawal, follow these steps:",
+ "-410744792": "Go to <0>Cashier > Withdrawal0>.",
+ "-1736064743": "We'll send you an email with a verification link. Click that link.",
+ "-1439607156": "Your payment method will only appear on the Withdrawal page after you've made your first deposit. If you've made a deposit and still don't see your payment method on the Withdrawal screen, it's probably because the payment method you used for the deposit cannot be used for withdrawals. In this case, you may need to use a different payment method that supports withdrawals, too. <0>Contact us via live chat0> if you need help.",
"-1257106357": "헬프 센터 | 자주 묻는 질문 | 입금 및 인출 | Deriv",
"-524318410": "자주 묻는 질문 - 입금 및 인출",
- "-342557323": "자금을 귀하의 Deriv계좌로 입금하기 위해서는, 귀하께서는 동료 트레이더로부터 귀하의 지역 통화로 (또는 지원되는 다른 통화) Deriv 자금을 ‘구매’하실 수 있으시며 귀하께서 ‘구매하신’ 금액은 귀하의 계좌로 입금될 것입니다.",
- "-993408638": "우리는 각 유저들이 Deriv P2P의 서비스를 이용할 수 있기 이전에 각 유저들의 신분을 검증합니다 — 유저들은 Deriv P2P에서 구매 또는 판매하기 이전에 POI (신분 증명) 문서를 제출해야 할 것입니다.",
- "-2050983631": "추가적으로, 모든 거래들은 에스크로에 의해 보호됩니다. 에스크로는 해당되는 거래의 완료가 양쪽 당사자들이 확인할 때까지 Deriv 자금을 잠급니다.",
- "-558939780": "귀하께서는 은행 송금, 카드, 전자지갑, 또는 귀하께서 거래하고 계시는 사람과 함께 동의된 다른 지불 방식을 통해 동료 트레이더들에게 자금을 송금하실 수 있습니다.",
- "-1985070919": "Deriv는 Deriv P2P 트레이더들 사이에 이루어진 지불에 대해 통제권이 없다는 점을 아시기 바랍니다. 그러므로 귀하께서는 귀하와 귀하께서 거래하고 계시는 트레이더간에 동의된 지불 지침들을 꼭 따라주실 수 있도록 해주시고, 귀하의 광고들을 게시하실 때에는 귀하께서 선호하시는 지불 방식 및 지침들을 제공하시기 바랍니다.",
+ "-993497460": "<0>Deriv P2P0> is our peer-to-peer deposit and withdrawal service that’s part of our trading platform. Using Deriv P2P, you can get money in and out of your account in minutes via exchanges with fellow traders. We launched this service mainly for our clients in countries where currency exchange services are not widely accessible.",
+ "-1279056201": "We verify everyone’s identity before they can start using Deriv P2P. No anonymous transactions are allowed.",
+ "-296729461": "Additionally, all transactions are protected by escrow: the order amount is locked in escrow until both parties confirm that the transaction has been completed from their end.",
+ "-1476852890": "Yes, you’ll need a Deriv real account before you can start using Deriv P2P. Deriv P2P is a way to move funds in and out of your Deriv account.",
+ "-154362819": "Click <0>Real0>. Under <0>Deriv accounts0>, click <0>Add0>.",
+ "-1627487675": "Your Deriv P2P balance may not include all deposits made to your Deriv account. Deposits via credit cards, Skrill, Neteller, and ZingPay will not be available in Deriv P2P.",
+ "-568906967": "Go to Section 4, ‘Deriv P2P’ of <0>our terms0>.",
+ "-461691496": "Your Deriv account is suspended. Please <0>contact us0> via live chat for more info.",
+ "-1029239301": "You have cancelled 3 orders in the last 24 hours. Your account will be unblocked automatically after 24 hours.",
+ "-1141509742": "Yes, just contact us <0>via live chat0> to request a limit increase.",
+ "-1410699505": "You can use any payment method you want as long as it is agreed with the trader you’re dealing with.",
+ "-86797398": "<0>Note:0> Deriv has no control over payments made between Deriv P2P traders. Please ensure you follow the payment instructions as agreed between you and the trader you are dealing with, and provide your preferred method of payment and instructions when you post your ads.",
+ "-338149677": "Go to <0>Deriv P2P0> > <1>My ads1>.",
+ "-67297475": "Your ads are available in the <1>My ads1> tab at <0>Cashier > Deriv P2P0>.",
+ "-1869445525": "Select Buy or Sell ads.",
+ "-1378864427": "Choose the ad you want by clicking <0>Buy0> or <0>sell0>.",
+ "-1278209777": "You'll only be able to make an order once your account has been verified.",
+ "-1669612535": "If you're selling, you'll need to wait for the buyer's payment before completing the order.",
+ "-1239568034": "If you encounter any issues with a transaction on Deriv P2P, first try to resolve it with the trader you’re dealing with. If they’re not willing to help resolve the situation, please <0>let us know0> via live chat and we’ll help you resolve it.",
+ "-989166377": "To dispute a Deriv P2P transaction, follow these steps:",
+ "-1567088047": "Once the order has expired, click <0>Complain0> on the order details screen.",
+ "-1543692084": "We’ll seek more info on the transaction by reaching out to you and the trader you are dealing with, and we’ll try to resolve the issue within 24 hours. We’ll keep you informed of the status.",
+ "-1095411583": "For successful Deriv P2P transactions, follow these guidelines:",
+ "-693174976": "Avoid creating ads with identical amounts and exchange rates.",
+ "-2112170016": "Ensure that your account balance is sufficient to support your ads and orders.",
+ "-1098565506": "If you’re buying:",
+ "-1941726245": "Check your bank or e-wallet balance to confirm that the buyer has made payment before completing the order.",
+ "-1964387231": "Once you’ve received the payment from the buyer, try to complete the order as soon as you can.",
+ "-1705206253": "For more guidelines on using Deriv P2P, see our <0>terms of use0> (refer to Section 4 ‘Deriv P2P’).",
"-90598465": "최소 예금액은 정해져 있지 않습니다. 귀하께서는 하루에 최대 USD2,500을 12번 예금하실 수 있습니다.",
"-307502515": "귀하께서는 Deriv X에서 외환, 암호화폐, 원자재, 및 우리의 독점적인 합성 지수들 상에서 CFD를 거래하실 수 있습니다.",
"-577476222": "DTrader는 귀하께서 50개가 넘는 자산들을 디지털 옵션, 승수, 및 룩백의 형식으로 거래하실 수 있도록 해줍니다.",
"-2134519372": "Deriv MT5 (DMT5)와 Deriv X는 모두 귀하께서 현물 외환 및 CFD를 다양한 자산 클래스 상에서 레버리지와 함께 거래하실 수 있는 멀티 에셋 트레이딩 플랫폼입니다. 이들간에 주요한 차이점은 플랫폼 레이아웃입니다 — MT5는 간단한 올인원 뷰를 가지고 있고 반면에 Deriv X에서는 귀하께서 선호하시는 바에 따라 레이아웃을 맞춤설정하실 수 있습니다.",
+ "-1529587893": "Follow these steps to add a Deriv X account:",
+ "-1383710718": "Select <0>Real account0> or <0>Demo account0>.",
+ "-780401736": "If you’re adding your first Deriv X account, you’ll need to set your Deriv X password. If you’ve already set your Deriv X password before, you’ll need to enter it now.",
+ "-1285898327": "Your new Deriv X account is now ready.",
+ "-527968812": "You'll need to add a Deriv X account first. After that, follow these steps to log in:",
"-2055925090": "금융 계좌는 외환, 암호화폐, 및 원자재와 같은 금융 시장들에서 차액거래 (CFD)를 거래하실 수 있는 곳입니다.",
"-1720135689": "귀하의 <0>계좌 설정0>으로 가세요. 그리고 “보안 및 안전” 드롭다운 메뉴를 클릭하시고 “비밀번호”를 선택하세요. 그 후 “Deriv X 비밀번호” 아래에 “비밀번호 변경”을 클릭하셔서 귀하의 비밀번호를 재설정하세요.",
"-535620163": "Deriv에서 귀하의 Deriv X 계좌로부터 자금을 인출하시기 위해서, 귀하께서는 먼저 해당 자금을 귀하의 Deriv 계좌로 송금하셔야 합니다. 캐셔 > 계좌간에 송금을 진행하시고 스크린에 나와 있는 지침들을 따르세요.",
"-2015877045": "헬프 센터 | 자주 묻는 질문 | Deriv X | Deriv",
"-529738098": "자주 묻는 질문 - Deriv X",
"-971172690": "제 Deriv X 계좌로 예금할 수 있는 최소 / 최대 금액이 얼마인가요?",
- "-844199531": "DMT5는 스팟 외환과 차액거래를 레버리지와 함께 거래할 수 있도록 활용할 수 있는 멀티 자산 트레이딩 플랫폼입니다.",
- "-35355043": "DMT5 고급 계좌는 귀하의 거래들이 시장을 직접적으로 통과하며 귀하께서 외환 유동성 제공자들에게 직접적인 접근을 제공하는 100% A 북 계좌입니다.",
- "-315308558": "DMT5 합성지수 계좌는 귀하께서 차액거래 (CFDs)를 실제세계의 동향을 흉내내는 합성지수 상에서 거래하실 수 있도록 해줍니다. 이는 24시간 7일내내 거래 가능하며 공정성을 위하여 독립적인 제 3자에 의해 검사됩니다.",
- "-1390301231": "Deriv에서 귀하의 MT5 계좌로 자금을 입금하기 위해서는 귀하의 Deriv 계좌에 있는 자금을 사용하셔야 합니다. <0>캐셔 >0> <1>계좌간 송금1>으로 가셔서 스크린에 나와 있는 지시를 따르세요.",
- "-1374692096": "Deriv에서 귀하의 MT5 계좌로부터 자금을 인출하기 위해서는, 귀하의 Deriv 계좌로 자금을 송금하셔야 합니다. <0>캐셔 >0> <1>계좌간 송금1>으로 가셔서 스크린에 나와 있는 지침을 따르세요.",
- "-1538690809": "Deriv에서 MT5는 귀하의 웹사이트에 호스트되지 않는 독립형 트레이딩 플랫폼입니다. 귀하의 Deriv 로그인 정보가 DTrader 및 DBot같이 우리의 웹사이트에서 호스트되는 플랫폼으로 귀하께서 접근할 수 있도록 해주면서 귀하의 DMT5 로그인 세부 정보는 귀하에게 MT5 플랫폼으로의 접근 권한을 제공합니다.",
+ "-935980097": "The Deriv MT5 Synthetic account offers contracts for difference (CFDs) on synthetic indices. Our proprietary synthetic indices mimic the price movement of real financial markets but are not affected by market events. Trading on synthetic indices is available 24/7, even on weekends and holidays. There are more than 15 indices to choose from, with different levels of volatility and market behaviour.",
+ "-787503172": "The Deriv MT5 Financial account offers CFDs on forex, commodities, cryptocurrencies, stocks, and stock indices, with high leverage and variable spreads for maximum flexibility. This account offers more than 100 assets, and 24/7 trading is available on cryptocurrencies.",
+ "-300839534": "You'll need to transfer funds from your Deriv account to your Deriv MT5 account. You can do this on the <0>Cashier page0>. Transfers are instant; your funds will be available in your Deriv MT5 account as soon as you complete the transfer.",
+ "-1348787775": "Follow these steps to reset your Deriv MT5 password:",
+ "-1111031408": "Go to your <0>Deriv MT5 dashboard0>.",
+ "-985140221": "Click <0>Confirm0>.",
+ "-1222605568": "We'll send you an email. Click the <0>Change password0> button in that email.",
+ "-1184173356": "You'll be taken to the Change password screen. Enter a new password and click <0>Create0>.",
+ "-1462766296": "You can log in to your Deriv MT5 account via the MT5 desktop app, web terminal, or mobile app. You'll need the login ID and server name from <0>your Deriv MT5 dashboard0>. Please remember to use your Deriv MT5 password to log in to Deriv MT5.",
+ "-1089619392": "You can set the investor password on your <0>Deriv MT5 dashboard0>. Click <1>Password1> on your Deriv MT5 account, and select <1>Investor password1> to set a new password.",
+ "-351288377": "No, we don't.",
+ "-1987596175": "You can't reactivate your Deriv MT5 account. Instead, you can create a new one on your Deriv <0>MT5 dashboard0>.",
+ "-38304396": "No, you can't. There's a fixed default amount for each asset. The leverage applied to your account can be found on your <0>Deriv MT5 dashboard0>.",
+ "-88115138": "Greenwich Mean Time (GMT).",
+ "-1741073621": "If you need a statement of your trades on Deriv MT5, follow these steps to download a 3-month statement:",
+ "-1684440937": "Log in to your MT5 account via the desktop app.",
+ "-1374165891": "Right-click on <0>Time0>, click <0>Report0>, and select <0>Open XML0>.",
+ "-1795964107": "If you need a statement for a more extended period, contact us via <0>live chat0>, and we'll help you with it.",
+ "-309622502": "Yes, we’ll transfer your balance to your Deriv account before your Deriv MT5 account is deactivated.",
+ "-586122892": "No, this isn’t possible on MT5.",
+ "-518416448": "No, you can't, but you may have multiple Deriv MT5 Synthetic accounts on different servers.",
+ "-2007650229": "Yes, you can trade micro forex pairs with a Deriv MT5 Financial account.",
"-1593152023": "헬프 센터 | 자주 묻는 질문 | DMT5 | Deriv",
- "-1762311912": "우리는 DTrader에서 세가지 계약 종류를 제공합니다: 업 & 다운, 하이 & 로우 및 숫자.",
+ "-1402025716": "<0>DTrader0> is one of our trading platforms. It offers digital options and multipliers on a variety of assets in financial and synthetic markets. ",
+ "-798714068": "You can trade forex, stocks, stock indices, commodities, cryptocurrencies, and synthetic indices on DTrader. Some markets may not be available in certain countries.",
+ "-1758753185": "These contracts are available on DTrader:",
+ "-1572548510": "Ups & Downs",
+ "-922253974": "상승/하락",
+ "-1361254291": "하이어/로우어",
+ "-1691868913": "터치/노 터치",
+ "-763273340": "숫자",
+ "-330437517": "일치/다름",
+ "-657360193": "오버/언더",
"-1442307043": "헬프 센터 | 자주 묻는 질문 | DTrader | Deriv",
"-1544998943": "자주 묻는 질문 - DTrader",
+ "-1301260207": "You'll earn commission whenever your clients trade CFDs on MT5, even on weekends and public holidays.",
+ "-110767819": "You'll have access to various marketing tools to help promote our products and services to your clients.",
+ "-289567912": "Find out more about our IB programme <0>here0>.",
+ "-898871903": "No, it's completely free of charge.",
"-17396892": "도움이 필요하신가요? Deriv 서비스와 온라인 거래 플랫폼에 대해 질문이 있으신가요? 우리에게 질문을 하시거나 자주 묻는 질문을 읽어주세요.",
+ "-199125243": "Multipliers (also known as multiplier options) is a trade type that gives you an opportunity to amplify your profit without risking more than your stake. To find out more, visit <0>the Multipliers page0>.",
+ "-1755209362": "Watch <0>this video0> to know more about trading multipliers.",
+ "-1343499861": "Help centre | Frequently asked questions | Multipliers | Deriv",
"-11499858": "아니오, 특별히 요구되지 않는 한 귀하의 Deriv 계좌를 인증받지 않으셔도 됩니다. 만약 귀하의 계좌에 인증이 요구된다면, 해당되는 절차 진행을 위해 귀하의 이메일을 통해 연락을 드릴 것이며 귀하의 서류들을 어떻게 제출할수 있는지에 대한 명확한 지침을 제공해 드릴 것입니다.",
- "-1314529357": "원자재는 자연적인 환경에서 생기거나 또는 생산되는것을 의미합니다. 예로써는 원유, 금속, 금 및 은이 있습니다.",
- "-720675222": "Deriv에 배타적으로, 합성지수는 실제적인 사건들과 다른 외적인 혼란의 영향없이 실제 시장 동향을 모방하도록 고안된 우리만의 합성시장의 세트입니다.",
- "-817895916": "디지털 옵션은 귀하께서 가능한 단 두가지의 결과로부터 예측하여 고정 지불금이 있는 금융상품입니다.",
- "-634329620": "우리는 세가지의 트레이딩 플랫폼을 제공합니다: DTrader, DBot, 및 DMT5. 각 플랫폼은 귀하께서 새로 시작하는 트레이더 또는 경험많은 트레이더임에 관계없이 다양한 트레이딩 스타일과 경험에 만족시킵니다.",
- "-1689847421": "귀하의 계좌의 트레이딩 제한은 <0>설정 > 보안 및 안전 >0> <1>계좌 제한1>에서 확인할 수 있습니다. 귀하의 계좌 잔고가 최대 현금잔액을 초과하는 경우, 귀하의 계좌 잔액을 최대 제한 아래로 낮추기 위해 귀하의 자금을 반드시 인출해야 합니다.",
- "-1889877048": "합성지수의 경우 트레이딩이 24시간 7일 내내 가능합니다.",
+ "-1846766027": "Foreign exchange, or forex, is the global market of the world’s currencies, where the values of different currencies are pitted against each other in the form of forex pairs, such as EUR/USD, AUD/JPY, etc. The forex market determines the exchange rates of each currency.",
+ "-192959524": "Read <0>this article0> to learn more about trading forex on Deriv.",
+ "-1879171974": "A commodity is either grown or produced naturally in the environment, such as agricultural products, livestock, crude oil, and precious metals like gold and silver.",
+ "-339093963": "Read <0>this article0> to learn more about trading commodities on Deriv.",
+ "-691446230": "Stock indices measure the value of a group of companies in the stock market. This allows investors to see how a particular set of assets is performing.",
+ "-1412546523": "Read <0>this article0> to learn more about trading stocks on Deriv.",
+ "-367005179": "Read <0>this article0> to learn more about trading synthetic indices on Deriv.",
+ "-1542650156": "CFDs let you predict the price movement of underlying assets without actually owning them. With CFDs, you open a position based on your prediction, and you'll earn a profit if you close your position when the price moves in your favour.",
+ "-1790114248": "We have a diverse suite of 6 trading platforms: <0>Deriv MT50>, <1>Deriv X1>, <2>DTrader2>, <3>DBot3>, <4>SmartTrader4>, and <5>Binary Bot5>. Each of these platforms is designed to fit any trading style, regardless of your trading experience.",
+ "-639381175": "Note: DBot, SmartTrader, and Binary Bot are not available in the EU and UK.",
+ "-626094848": "Build your trading bot for free on <0>DBot0> or <1>Binary Bot1>; no coding is needed. You’ll also find free pre-built strategies on DBot that you can customise to your needs.",
+ "-578264817": "Trading limits are only applicable to your Deriv real account. You can see the limits on your account on the <0>Account limits0> page (you must be <1>logged in1>).",
"-1618901770": "헬프 센터 | 자주 묻는 질문 | 트레이딩 | Deriv",
"-2085755369": "자주 묻는 질문 - 트레이딩",
"-396178446": "100가지 이상의 거래가능한 자산",
@@ -2152,7 +2469,6 @@
"-1669418686": "AUD/CAD",
"-1548588249": "AUD/CHF",
"-79700881": "NZD/USD",
- "-1800672151": "GBP 지수",
"-1402324349": "CAD/CHF",
"-1398238048": "CAD/JPY",
"-244869624": "CHF/JPY",
@@ -2249,17 +2565,11 @@
"-1522453105": "<0>스위스 200>은 스위스에서 가장 규모가 크고 유동성이 가장 큰 주식 20개의 실적을 따릅니다.",
"-1848325573": "<0>영국 1000>은 영국에 있는 회사들 중 100개의 최상위 회사들의 주식 실적을 따릅니다.",
"-1650735154": "이러한 지수들은 장벽에 100번 또는 200번씩 닿을 때마다 평균적으로 새로운 범위를 생성하기 위해 때때로 장벽들을 뚫고 나아가며 두 가격 포인트 (장벽)변동을 거듭합니다.",
- "-962930783": "<0>AUD 지수0>는 각 20%만큼 가중된 다섯 종류의 글로벌 통화 (USD, EUR, GBP, JPY, CAD)에 대한 호주 달러의 가치를 측정합니다.",
- "-1910214848": "<0>EUR 지수0>는 각각 20%만큼 가중되는 다섯 종류의 글로벌 통화들 (USD, AUD, GBP, JPY, CAD)에 대한 유로화의 가치를 측정합니다.",
- "-1763966856": "<0>GBP 지수0>는 각각 20%만큼 가중되는 다섯 종류의 글로벌 통화들 (USD, EUR, AUD, JPY, CAD)에 대한 영국 파운드의 가치를 측정합니다.",
- "-1448477512": "<0>Gold 지수0>는 각각 20%만큼 가중된 다섯가지의 글로벌 통화들 (EUR, GBP, JPY, AUD, USD)의 바스켓에 대한 금의 가치를 측정합니다.",
"-754071100": "<0>GBP 바스켓0>은 각각 20%만큼 가중되는 다섯 종류의 글로벌 통화들 (USD, EUR, AUD, JPY, CAD)에 대한 영국 파운드의 가치를 측정합니다.",
"-1164156648": "이러한 지수들은 <0>200% 및 300%의 일정한 변동성0>이 있는 시뮬레이션된 시장들에 부합합니다.",
"-475767247": "<0>호주 2000>은 호주에 있는 가장 규모가 큰 200개의 회사들의 주식 실적을 추적합니다.",
"-2035089048": "<0>스페인 350>는 스페인에 있는 회사들 중 최상위 회사 35개의 주식 실적을 따릅니다.",
"-1312740087": "<0>하이어/로우어0> 계약 기간의 종료시기에 엑싯 스팟이 가격 목표 (장벽)보다 더 높을지 또는 낮을지를 예견하세요.",
- "-1691868913": "터치/노 터치",
- "-763273340": "숫자",
"-467543474": "<0>일치/차이:0>: 계약에서 마지막 틱의 마지막 숫자가 어떤 숫자가 될지를 예측하세요.",
"-12379677": "<0>짝/홀:0> 계약 마지막 틱의 마지막 숫자가 짝수가 될지 또는 홀수가 될지를 예측하세요.",
"-1048378719": "리셋 콜/리셋 풋",
@@ -2318,21 +2628,26 @@
"-963218544": "어떤 프로그램 또는 수수료 플랜이 귀하에게 적합한지 결정을 못하시겠나요?",
"-1930772663": "Deriv MT5 합성",
"-1016171176": "자산",
+ "-2082672713": "1",
"-549581742": "변동성 10 지수 ",
"-456885316": "변동성 75 지수 ",
"-1649127643": "1.75",
"-2068763730": "5",
"-2083395832": "7.5",
+ "-1587730975": "10",
+ "-784871058": "15",
"-524043424": "\n1.25",
"-849512762": "\n2.50",
"-1925239974": "USD 500,000의 가격에 대하여 변동성 75 지수의 1랏에 대한 거래는 다음의 공식에 기초하여 커미션으로 USD 25를 지불할 것입니다:",
"-55785537": "귀하의 고객분들이 MT5 금융 계좌에서 거래할 때에 수익을 받으세요.",
"-978761772": "USD 2",
"-543177967": "주가지수",
- "-1587730975": "10",
+ "-1097570263": "외환에 대해서, 랏당 고정 커미션 USD 2달러가 있습니다 (기준 랏에만 적용됩니다). EUR/USD의 1랏 거래는 다음의 공식에 근거하여 USD 2달러를 지불할 것입니다:",
"-834024219": "첫번째로 계산된 DMT5 금융",
- "-1981982611": "암호화폐 자산에 대하여, BTC/USD의 1랏에 대한 거래 (1 BTC가 USD 50,000일때) 는 다음의 공식에 근거하여 커미션으로 USD 10을 지불할 것입니다:",
+ "-800044382": "금속에 대해서, 랏당 USD 4달러의 고정 커미션이 있습니다. XAU/USD의 1랏에 대한 거래는 다음의 공식에 근거하여 USD 4달러를 지불할 것입니다:",
"-1825768469": "두번째로 계산된 DMT5 금융",
+ "-1923011108": "For cryptocurrency assets, a deal for 1 lot of BTC/USD (with a BTC to USD exchange rate of USD 50,000) will pay out USD 5 in commission based on the following formula:",
+ "-1268684459": "세번째로 계산된 DMT5 Financial",
"-2061883933": "2.5",
"-1587788256": "두번째로 계산된 DMT5 금융 STP",
"-921778308": "어떻게 계산되어지나요",
@@ -2413,9 +2728,6 @@
"-854296036": "우리의 준수팀으로부터 최종 승인을 받은 후, 우리는 우리의 결제 에이전트 목록에 귀하의 자세한 정보를 공개하겠습니다.",
"-1340544588": "하루에 여러 예금 및 인출을 진행하세요.",
"-5296999": "귀하의 고객 베이스를 확대시키고 추가적인 이익을 위해서 Deriv에서 어떻게 결제 에이전트가 되는지를 배워보세요.",
- "-119617711": "RTS27 2020",
- "-1439749066": "RTS27 2019",
- "-1364758050": "Deriv Investments (Europe) Limited는 자본 요구사항 지침 4 및 자본 요구사항 규정에 따라 필라 3 공시규제 보고서를 준비했습니다. 저희가 시장 참여자로써 어떻게 시장 규정을 따르는지 이해하기 위해서 저희의 보고서를 읽어보세요.",
"-1601657282": "Deriv Investments (Europe) Limited는 투자 회사 규제 및 명령에 따라 재무공개보고를 준비했습니다. 시장 참여자로써 우리가 어떻게 시장 규율에 따르는지를 이해하시기 위해 우리의 보고서를 읽으시기 바랍니다.",
"-1695974481": "이 문서들은 귀하에게 우리의 투자 상품들에 대한 주요 정보를 제공합니다. 이 정보는 귀하께서 이러한 상품들의 특성, 위험, 비용, 잠재적인 이득 및 손실에 대해 이해하실 수 있도록, 그리고 이 상품들과 다른 상품들을 비교하는 것을 돕기 위해 법률로 요구되어 있습니다.",
"-1127433262": "RTS",
@@ -2441,12 +2753,16 @@
"-431262594": "CFD - 합성 지수",
"-1311570171": "인가 및 규정 정보 | Deriv",
"-1833153607": "Deriv는 전세계적으로 규제적인 요구사항을 따르는 다양한 라이센스를 보유하는 Binary.com의 관할권 아래에서 운영됩니다.",
- "-1720897015": "Deriv.com과 Binary.com에서 제공되는 서비스들은 Deriv Group에 의해 제공됩니다. 이 그룹에는 이들의 등록된 관할권에서 Deriv.com과 Binary.com을 운영하기 위해 라이센스화된 여러 자회사들이 있습니다.",
+ "-1488849807": "Deriv.com에서 제공되는 서비스들은 Deriv Group에 의해 제공됩니다. Deriv Group은 등록되어 있는 관활권에서 Deriv.com을 운영하기 위해 인가된 여러 자회사들이 있습니다.",
"-1131400885": "Deriv Investments (Europe) Limited",
- "-959669250": "Deriv Investments (Europe) Limited는 유럽 패스포팅 권리를 통해 유럽의 다른 스테이트에 서비스를 제공할 자격이 있습니다. 상기 목록은 유럽 패스포팅 권리를 통해 Deriv.com으로 접근할 수 있는 권한을 가지고 있는 유럽 국가들입니다.",
+ "-430532854": "Deriv Investments (Europe) Limited – W Business Centre, Level 3, Triq Dun Karm, Birkirkara BKR 9033, Malta – is licensed in Malta (<0>licence no. IS/701560>) and authorised by the Malta Financial Services Authority under the Investments Services Act to provide investment services in the European Union.",
+ "-2051445931": "금융상품 거래를 희망하시는 유럽연합 거주 고객분들께서는 Deriv Investments (Europe) Limited 아래 계좌들을 소유하실 수 있습니다.",
"-112814932": "Deriv (FX) Ltd",
+ "-246692869": "F16, Level 1, Paragon Labuan, Jalan Tun Mustapha, Labuan 87000, Malaysia에 위치한 Deriv (FX) Ltd는 라부안 금융감독청으로부터 인가받았습니다(<0>라이센스 번호MB/18/00240>).",
"-1474169625": "외환 및 암호화폐상에서 CFD 거래를 희망하시는 나머지 국가들에 계시는 고객분들의 경우 (미국, 캐나다, 및 홍콩과 같은 제한된 국가들은 제외) Deriv (FX) Ltd를 통해 DMT5 Financial STP 계좌들을 소유하실 수 있습니다.",
"-2019617323": "Deriv (BVI) Ltd",
+ "-689442324": "Kingston Chambers, P.O. Box 173, Road Town, Tortola British Virgin Islands에 위치한 Deriv (BVI) Ltd는 영국령 버진 아일랜드 금융 서비스 위원회에 의해 인가되었습니다 <0>라이센스 번호. SIBA/L/18/11140>).",
+ "-1186445863": "암호화폐를 포함하여 금융 상품들 상에서 CFD를 거래하시고자 하는 나머지 국가들에 거주하시는 고객분들께서는 (미국, 캐나다 및 홍콩같이 제한된 국가들은 제외) Deriv (BVI) Ltd 아래 DMT5 Financial STP 계좌들을 소유하실 수 있습니다.",
"-1089385344": "Deriv (SVG) LLC",
"-951213826": "Deriv (SVG) LLC는 Hinds Buildings, Kingstown, St. Vincent and the Grenadines에 위치합니다 (회사번호 273 LLC 2020).",
"-1179448605": "Deriv Limited",
@@ -2557,7 +2873,6 @@
"-976479290": "귀하께서는 손실제한과 거래 취소 기능을 동시에 사용할 수 없습니다.",
"-1088149692": "이것은 거래 취소를 사용할 때에 귀하의 자금을 잃는 것을 보호하기 위함입니다. 거래취소와 함께, 만약 귀하께서 포지션을 연지 한시간 이내로 귀하의 계약을 취소할 경우 귀하께서는 귀하의 완전한 스테이크 금액을 요구할 수 있습니다. 손실제한은 그 반대로, 해당 시장이 귀하의 포지션에 불리하게 움직이는 경우 귀하의 계약은 손실이 있는 채로 종료될 것입니다. 그렇지만 거래 취소가 만기되면, 귀하께서는 오픈되어 있는 계약에 손실제한 레벨을 설정할 수 있습니다.",
"-993588400": "귀하께서는 이익실현과 거래 취소 기능을 동시에 사용하실 수 없습니다.",
- "-1980078854": "승수가 무엇인가요?",
"-715015407": "Deriv 승수는 옵션에 있어서 제한된 위험과 레버리지 거래의 장점을 합칩니다. 이는 시장이 귀하에게 호의적인 방향으로 움직이는 경우 귀하의 잠재적인 이윤이 크게 증가할 것임을 의미합니다. 만약 시장이 귀하의 예견과는 반대되는 방향으로 움직이는 경우 귀하의 손실은 귀하의 몫에 해당되는 만큼으로만 제한됩니다.",
"-2055316208": "<0>승수 없이는0>, 만약 시장이 25% 상승할때, 귀하께서는 25% * $100 = <1>$25이윤<1>을 얻으실 것입니다.",
"-222486173": "<0>x5 승수와 함께라면0>, 시장이 25% 상승할 때, 귀하께서는 25% * $100 * 5 = <1>$125 이윤1>을 얻게 될 것입니다.",
@@ -2590,10 +2905,8 @@
"-1192024363": "전세계 주요 원자재인 은, 금, 원유의 가격 동향에 투기하세요.",
"-1421344186": "Deriv에서 거래할 수 있는 옵션",
"-412753503": "룩백 옵션은 단지 합성지수에만 해당됩니다.",
- "-922253974": "상승/하락",
"-513919250": "만약 귀하께서 '로우어'를 선택하시면, 귀하께서는 만약 엑싯 스팟이 엔트리 스팟보다 엄격하게 낮은 경우에 지불금을 받게 됩니다.",
"-780207001": "귀하께서 ‘Allow equals’를 선택하시면, ‘Higher’에 대해서 엑싯 스팟이 엔트리 스팟보다 더 높거나 같을 경우에 귀하께서 지불금을 얻게 됩니다. 비슷하게, ‘Lower’에 대해서 만약 엑싯 스팟이 엔트리 스팟보다 더 낮거나 또는 같을 경우에 귀하께서 지불금을 얻게 됩니다.",
- "-1361254291": "하이어/로우어",
"-1813951531": "만약 귀하께서 ‘Lower’를 선택하시면, 엑싯 스팟이 장벽보다 엄격히 더 낮을시에 귀하께서 지불금을 얻을 수 있습니다.",
"-1350745673": "만약 엑싯 스팟이 장벽과 같을 경우에, 귀하께서는 지불금을 획득하지 못합니다.",
"-1673960856": "Ends Between/Ends Outside",
@@ -2601,10 +2914,8 @@
"-1039129655": "귀하께서 ‘Ends Outside’를 선택하시면, 귀하께서는 만약 엑싯 스팟이 높은 장벽보다 엄격하게 높거나 또는 낮은 장벽보다 엄격히 낮은 경우 지불금을 받게 됩니다.",
"-1326361265": "Stays Between/Goes Outside",
"-248048003": "귀하께서 만약 ‘Goes Outside’를 선택하시면 시장이 높은 장벽이든지 또는 낮은 장벽이든지 그 어떤것이라도 해당 계약 기간에 닿는 경우 귀하께서는 지불금을 획득하게 됩니다.",
- "-330437517": "일치/다름",
"-972537755": "귀하께서 만약 ‘일치’를 선택하시면 귀하께서는 만약 마지막 틱의 마지막 숫자가 귀하의 예견과 같은 경우에 지불금을 획득하게 됩니다.",
"-1754746990": "귀하께서 만약 ‘다름’을 선택하시면 만약 마지막 틱의 마지막 숫자가 귀하의 예측과 다르지 않은 경우에 귀하께서 지불금을 받게 됩니다.",
- "-657360193": "오버/언더",
"-1163143636": "귀하께서 만약 ‘언더’를 선택하시면 귀하께서는 마지막 틱의 마지막 숫자가 귀하의 예측보다 더 적은 경우에 지불금을 받게 됩니다.",
"-878562744": "귀하께서 ‘리셋 콜’을 선택하시면 만약 엔트리 스팟 또는 리셋 시간의 스팟이든지 엑싯 스팟이 이들보다 엄격하게 높은 경우에 지불금을 받게 됩니다.",
"-1521910502": "귀하께서 ‘리셋 풋’을 선택하시면 엔트리스팟 또는 리셋 시간의 스팟이든지 엑싯 스팟이 이들보다 엄격히 낮을 경우에 귀하께서는 지불금을 받게 됩니다.",
@@ -2754,7 +3065,7 @@
"-515732698": "최고 위기 관리자",
"-864130274": "계좌 장",
"-234962411": "우리 소개 | 온라인 트레이딩 플랫폼 | Deriv.com",
- "-355907358": "Deriv.com - Binary.com 브랜드는 트레이딩 시장에서 선구자역할을 하는 어위드 위닝 온라인 트레이딩 플랫폼입니다.",
+ "-719133900": "Deriv is a pioneering and award-winning online trading platform that offers a wide selection of derivatives for anyone, anywhere to trade.",
"-599033718": "Deriv는 귀하의 자금을 비즈니스 이익을 위해 활용하지 않으며 귀하께서는 귀하의 자금을 언제든지 인출하는 것이 허가됩니다. 귀하의 모든 자금은 분리되어 있으며 금융 기관에 안전하게 보관되어 있습니다. 그리하여, 실제로 개연성은 낮지만 만약 Deriv가 파산할 시에는 귀하의 모든 자금은 귀하께 모두 돌아갈 것입니다. 이는 귀하의 자금이 우리와 전혀 합쳐있지 않기 때문입니다.",
"-392665367": "필요한 때에 도움받을 수 있습니다",
"-367457070": "Deriv는 모두가 거래를 쉽게 시작하고 쉽게 위험을 이해하며 더 나은 트레이딩 결정을 할 수 있도록 합니다. 우리의 툴 및 플랫폼은 명확하고 간단한 지침이 있으며 직관적이고 둘러보기 쉽습니다. 우리는 또한 정기적으로 시장 뉴스, 분석, 웨비나, 이북, 비디오 튜토리얼 및 도움말 센터 항목을 제공하여귀하께서 정보를 얻고 더 나은 트레이더가 될 수 있도록 해줍니다.",
diff --git a/src/translations/pl.json b/src/translations/pl.json
index a06d22cc638..cfd6b8dcba8 100644
--- a/src/translations/pl.json
+++ b/src/translations/pl.json
@@ -1,18 +1,23 @@
{
"1292590": "Co mam teraz zrobić?",
"2474877": "Aby zmienić swoją metodę płatności, skontaktuj się z nami przez <0>czat na żywo0>.",
+ "4506932": "How do I add a Deriv X account?",
+ "7128051": "How can I adjust or remove my self-exclusion limits?",
"7228511": "Określać swoją prowizję za transakcję zgodnie z naszymi określonymi progami.",
+ "11019706": "Your available balance for Deriv P2P may not reflect your entire Deriv balance. This is because deposits made via some payment methods won’t be available for Deriv P2P. See <0>Why is my Deriv P2P balance different from my Deriv account balance?0> for more info.",
"13119092": "klienci",
+ "15238581": "Go to the first item in the media gallery and click <0>Get media0> code.",
"17217397": "Kryptowaluta",
"19552684": "Koszyk USD",
"21294053": "Od 1999 r. grupa świadczy usługi graczom na całym świecie z pełną rzetelnością i niezawodnością. Zawsze przestrzegamy najwyższych standardów i wymogów regulacyjnych.",
"22146527": "Bezpieczna i intuicyjna platforma",
+ "22354933": "Your money is held in secure financial institutions and is always available to you, should you wish to withdraw. We don't use your money for our business purposes.",
"22418565": "wymienionych do dziś",
"22995280": "Platforma idealna do rozpoczęcia przygody z handlowaniem. Zaawansowana, ale i prosta w obsłudze.",
- "23846717": "Możesz wypłacić kwotę darmowego bonusu po przekroczeniu obrotu na koncie równego 25-krotności wartości bonusu.",
"24763773": "Sony Group Corp",
"24900606": "Koszyk: złoto",
"26480598": "Ogólne",
+ "26596220": "Finance",
"27830635": "Deriv (V) Ltd",
"28675270": "Główny Dyrektor Finansowy",
"31131715": "Poznaj Deriv.com",
@@ -21,11 +26,12 @@
"34997376": "Deriv w liczbach",
"39296052": "W jaki sposób mogę promować Deriv.com?",
"39595561": "Zobacz, jak działa Twój bot przy realizacji każdego zakładu i otrzymuj powiadomienia przez Telegram.",
- "39720204": "Indeks AUD",
+ "40232884": "Ensure that you make payment to the correct seller within 2 hours.",
"45577689": "Zarabiaj prowizje za zakłady naszych klientów na DMT5.",
- "48076235": "Tak. Możesz poprosić o zwiększenie swojego limitu dziennego przez czat na żywo na naszej stronie internetowej, a my skontaktujemy się z Tobą drogą e-mailową.",
"48132512": "Dołącz do nas i rozwijaj się",
+ "48469443": "Complete <0>this form0>, and we'll get in touch with you in a couple of days. You'll need a real Deriv trading account, too. If you don't have one, sign up <1>here1>.",
"49026512": "Wypróbuj DMT5",
+ "49321507": "Do you offer micro forex pairs on Deriv MT5?",
"50586010": "Binary.com zmienia nazwę na Deriv.com - oto co to oznacza dla partnerów",
"53801223": "Hong Kong 50",
"54033225": "0,10",
@@ -34,13 +40,15 @@
"55394707": "Przy rejestracji w aplikacji mobilnej ustaw kod brokera jako <0>Deriv Limited0>.",
"56714378": "Często zadawane pytania – Deriv P2P",
"57395040": "Wartość punktowa",
+ "57885236": "Your card issuer may have blocked your transaction. Please contact your card issuer to check.",
"59521256": "Nie znaleziono strony",
"59678480": "5 - 3 000",
"60772773": "USD/RUB",
"61663093": "Wskaźniki ciągłe",
- "68536923": "W przypadku forex transakcja wielkości 1 partii EUR/USD wiąże się z prowizją w wysokości 5 EUR zgodnie z poniższym wzorem:",
+ "67611998": "How can I deposit funds into my Deriv MT5 real money account?",
"70604999": "Wskaźniki Jump to wskaźniki syntetyczne, więc możesz handlować nimi 24 godz. na dobę przez 7 dni w tygodniu, 365 dni w roku.",
"71016232": "OMG/USD",
+ "71263224": "How can I cancel my withdrawal?",
"71535160": "Oblicz opłaty za utrzymanie pozycji przez noc. Opłata jest uzależniona od stawki swapowej.",
"71650838": "Mów prosto i wyraźnie, nie chowaj się za dwuznacznościami",
"71969952": "Jakie inne zmiany zobaczę?",
@@ -52,38 +60,43 @@
"82730484": "Dostawca usług płatniczych, który zapewnia prosty sposób przelewania środków pieniężnych, otrzymywania płatności i dokonywania płatności on-line.",
"83067481": "Nasza witryna śledzenia: t.deriv.com",
"84123624": "Program partnerski | Deriv",
+ "85248718": "Memorandum and articles of association",
"87901857": "Dowolne zapytania dot. produkcyjnej bazy danych",
"90275414": "Handlowanie jeszcze<0/>prostsze<0/>",
"94912230": "Białoruś",
"97694950": "Inwestuj rozsądnie i nie pozwól, by Twoje emocje wpłynęły na podejmowane decyzje. Nie inwestuj podczas zmęczenia ani pod wpływem alkoholu.",
"102299592": "Jak obliczyć kwotę „stop stratom” i/lub kwotę „uzyskaj zysk”",
+ "105613424": "What is the minimum amount to open a position on Deriv MT5?",
+ "106291991": "Frequently asked questions - Multipliers",
"109865596": "Inwestuj na Deriv w weekendy i korzystaj w pełni ze swoich zakładów",
"110140669": "Jeśli jesteś profesjonalnym inwestorem, sygnały handlowe MT5 umożliwią Ci udostępnianie Twoich strategii innym inwestorom za darmo lub za określoną przez Ciebie opłatą za subskrypcję. Gdy inwestorzy subskrybują Twoje sygnały, Twoje transakcje są automatycznie odtwarzane na ich kontach przy każdym zawarciu zakładu.",
"113378532": "ETH/USD",
- "113428590": "Deriv (V) Ltd (<0>zobacz licencję0>) - 1276, Kumul Highway, Port Vila, Vanuatu - są objęte licencją Komisji ds. usług finansowych Vanuatu (Vanuatu Financial Services Commission) i są członkami Stowarzyszenie Rynków Finansowych (<2>Financial Markets Association<2/>).",
"117273069": "<0>Indeks Wall Street 300> śledzi zachowanie akcji 30 spółek w Stanach Zjednoczonych notowanych na giełdzie.",
+ "117920584": "As per <0>our terms0>, we only allow one account per client, which you can open in the currency of your choice (either fiat or crypto). If you want to trade with other currencies, you can add multiple cryptocurrency accounts to your profile.",
"119888059": "Kto może wziąć udział",
+ "121961018": "If you're residing in the EU or UK, <0>contact us via live chat0>, and we'll help you with it.",
"122171127": "Inwestuj w mnożniki oparte na wskaźnikach syntetycznych 24/7, 365 dni w roku. Inwestuj w mnożniki oparte na walutach całą dobę w weekendy.",
"123005346": "Brak sztucznych barier dla wypłat dokonywanych przez klientów",
"123291381": "Na czym polega rebranding?",
"125131030": "Dziękujemy za subskrypcję Deriv Academy",
- "132574588": "Na <0>pulpicie Deriv X0> wybierz rodzaj urządzenia, które chcesz otworzyć (Prawdziwe lub Demo) i kliknij „Dodaj konto”. Podążaj za instrukcjami na ekranie, aby utworzyć nowe konto Deriv X.",
"135210620": "Deriv jest objęty <0>licencjami i regulacjami0> kilku podmiotów, w tym takich instytucji jak: Urząd ds. Usług Finansowych na Malcie: Malta Financial Services Authority (MFSA), Urząd ds. Usług Finansowych na Labuanie: Labuan Financial Services Authority (Labuan FSA), Komisja ds. usług finansowych Vanuatu: Vanuatu Financial Services Commission (VFSC) oraz Komisja Brytyjskich Wysp Dziewiczych ds. Usług Finansowych: British Virgin Islands Financial Services Commission.",
"138055021": "Wskaźniki syntetyczne",
"140083133": "Zasil swoje konto. Rozpocznij inwestowanie w aplikacji mobilnej lub na komputer osobisty lub przez przeglądarkę internetową.",
+ "141909159": "You’ll be brought back to the Cashier page. Click <0>Review pending0> and select the transaction that you'd like to cancel.",
"143734792": "Warunki przechowywania i przesyłania środków w Deriv i możliwe bonusy",
"144377171": "Dzienne limity wypłat",
"146650698": "Przejdź do DP2P",
"148382928": "American Airlines Group Inc",
"150593055": "Wymiana walut",
+ "152299772": "Why should I join your affiliate programme?",
"152524253": "Handluj na światowych rynkach na naszej popularnej i przyjaznej platformie.",
"154463429": "Nasze doświadczenie w handlu demo będzie reprezentować handel na koncie z prawdziwymi pieniędzmi, zwłaszcza w odniesieniu do cen kontraktów i ograniczeń handlowymi.",
- "156791387": "Przejdź do <0>pulpitu DMT50> i kliknij prycisk <1>Hasło1> dla tego konta DMT5.",
"159321990": "Handluj na forex on-line z Deriv. Otwórz konto demonstracyjne i ciesz się szerokim wyborem par walutowych na naszej intuicyjnych platformach.",
"159937924": "RTS28 2020",
"161870324": "Wybierz najlepsze stawki i złóż zlecenie lub utwór reklamę dla takich stawek, jakich szukasz",
"163040015": "Dołącz do programu partnerskiego i IB oferowanego przez Deriv i zostań partnerem cieszącego się zaufaniem dostawcy rozwiązań do inwestowania on-line.",
"166309424": "Brak opłat i szybkie wypłaty codziennie lub co miesiąc",
+ "167985771": "You can unsubscribe by going to the <0>Personal details0> page. Uncheck the checkbox that says \"Get updates about Deriv products, services and events.\" at the bottom of the page, and click <1>Submit.1>",
"171302334": "W tym scenariuszu kwota „stop stratom” zostanie ustawiona na <0>-7,23 USD0>.",
"171586173": "Zobacz oferty pracy w Deriv w naszych biurach zlokalizowanych w różnych miejscach na świecie.",
"171638706": "Zmienne",
@@ -93,7 +106,6 @@
"178716803": "Uruchom bot",
"179737767": "Starsza wersja naszej platformy do inwestowania w opcje.",
"180412186": "Prognozuj, czy punkt wyjściowy będzie dokładnie wyższy lub niższy o punktu wejściowego na koniec okresu kontraktu.",
- "181253755": "Jakie są moje limity handlowe?",
"181316740": "To zależy od rodzaju zakładu. Aby dowiedzieć się więcej, kliknij prawym przyciskiem myszy wybrane aktywa i wybierz opcję „informacje o instrumencie”.",
"182438100": "Często zadawane pytania – DBot",
"187267434": "Następnie kliknij „Zapisz” w pasku narzędzi w górnej części obszaru roboczego. Możesz wybrać opcję zapisu na swoim komputerze albo na dysku Google Drive. Twoja strategia zostanie zapisana w formacie XML.",
@@ -101,6 +113,8 @@
"193611235": "Wymieniaj waluty w zaledwie kilka minut. Mniej czekania, więcej inwestowania. Wpłacaj i wypłacaj w zaledwie kilka minut.",
"194431525": "Zapewnienie reprezentatywnej demonstracji",
"194961269": "Na czym polegają kontrakty opcji",
+ "198087093": "Digital options allow you to predict the price movement of underlying assets without actually owning them. With digital options, you open a position based on your prediction, with a set duration that closes your position automatically. You'll earn a profit if your position is closed when the price is in your favour.",
+ "198900889": "Can I open more than one Deriv account?",
"200040108": "Zero",
"202417731": "Rynek towarów | Handlowanie towarami | Deriv",
"202712649": "Szybkie i bezpieczne opcje wpłat i wypłat",
@@ -116,7 +130,6 @@
"222070679": "Będziemy wpłacać prowizje bezpośrednio na Twoje konto tak szybko, jak to będzie możliwe po 15 dniu każdego miesiąca.",
"223659990": "Prowizja za partię (1 standardowa partia to 100 000 jednostek)",
"224650827": "IOT/USD",
- "224785887": "Szczegóły dotyczące zakresu naszych uprawnień udzielonych przez instytucję Financial Conduct Authority i regulacji przez nią prowadzonych są dostępne na życzenie.",
"227166061": "Czy portal Deriv.com jest bezpieczny?",
"228957856": "Załóżmy, że chcesz utrzymać 0,01 partii wskaźnika zmienności 75 otwarte przez noc przy cenie aktywa 400 000 USD i stawce swap wynoszącej -7,5.",
"230596356": "Dostosuj swoją strategię DBot",
@@ -124,9 +137,12 @@
"231711709": "Inwestuj w dowolnej chwili",
"231722280": "Czym są towary?",
"232837971": "Czym jest szybka strategia i jak jej używać?",
+ "233475101": "Read <0>this article0> to learn more about trading CFDs on Deriv.",
+ "234782678": "You can reset your affiliate password <0>here0>.",
"236080779": "Wykresy z wieloma funkcjami",
"236845507": "Czym są kontrakty na różnice kursowe (CFD)?",
"239216026": "XMR/USD",
+ "239395164": "Deriv (V) Ltd – 1276, Kumul Highway, Port Vila, Vanuatu – jest objęta licencją Komisji ds. usług finansowych Vanuatu (Vanuatu Financial Services Commission) i są członkami Stowarzyszenie Rynków Finansowych (<1>Financial Markets Association<1/>).",
"241331061": "Deriv GO jest naprawdę świetny! Szukałem takiej aplikacji, która będzie prosta w użyciu.",
"242139148": "PARTNERZY",
"242356757": "PRześlij raport",
@@ -135,11 +151,14 @@
"246106761": "Nie pamiętam swojego hasła. Co mam zrobić?",
"247341426": "Przeglądaj i aplikuj na oferty pracy w dziedzinie IT, przestrzegania zgodności i księgowości w naszym biurze w Labuan.",
"248446741": "Prognozuj, jaka będzie najwyższa a jaka najniższa zmiana ceny w serii pięciu ticków.",
+ "250681139": "How do I log in to Deriv X?",
"253813203": "Ponad 12 światowych wskaźników",
"255124284": "HKD/JPY",
"256855210": "Szybki i bezpieczny sposób dokonywania wpłat i wypłat.",
"256942335": "Wiele możliwości dochodu i wysokie prowizje",
+ "257449963": "Follow these steps to see your earnings:",
"258310842": "Obszar roboczy",
+ "261542396": "We'll credit your commission for the previous month into your trading account after the 15th of every month. As an affiliate, you’ll earn commission when your referred clients trade on options and multipliers. To earn from your clients' MT5 trades, you'll need to sign up as an introducing broker. (see <0>How do I sign up as an introducing broker (IB)?0>)",
"262590832": "Zajmuj długą lub krótką pozycję, w zależności od Twojej preferowanej strategii inwestycyjnej.",
"263232709": "1-2 dni robocze",
"264391901": "Ciesz się handlowaniem na rynkach syntetycznych, które naśladują prawdziwe rynki światowe bez nieprzewidywalnych zakłóceń.",
@@ -148,20 +167,23 @@
"267527172": "Standardowe konto DMT5 oferuje nowym i doświadczonym inwestorom wysoką dźwignię finansową i zmienne spready, zapewniając tym samym maksymalną elastyczność. Konto zaawansowane DMT5 jest w 100% objęte modelem A-Book, co oznacza, że Twoje zakłady są kierowane bezpośrednio na rynek, zapewniając Ci bezpośredni dostęp do dostawców płynności forex. Konto syntetyczne DMT5 umożliwi Ci handlowanie kontraktami na różnice kursowe (CFD) wskaźników syntetycznych, które odzwierciedlają ruchy na rynkach rzeczywistych. Handlowanie na nim jest dostępne 24 godz. na dobę 7 dni w tygodniu, a konto jest objęte kontrolami pod kątem uczciwości przeprowadzanymi przez niezależną stronę trzecią.",
"268108542": "1. Wybierz Google Drive i kliknij Kontynuuj.",
"271560771": "Podaj kwotę, którą chcesz zainwestować.",
+ "272283021": "You can now log in to Deriv MT5 with your new password.",
"274268819": "Wskaźnik zmienności 100",
+ "274392779": "the Labuan Financial Services Authority",
"275116637": "Deriv X",
"276341434": "W ramach rebrandingu zmieni się Twój login URL.",
+ "276482397": "No, you can't.",
"276645072": "2. Wybierz swoje konto Google i udziel DBot potrzebnych uprawnień w celu uzyskania dostepu do Twojego dysku Google Drive.",
"278499050": "Wpłacaj i wypłacaj środki w swojej lokalnej walucie ze swojego konta Deriv.",
"281247370": "Kalkulator depozytu zabezpieczającego",
+ "286879509": "When do I need to verify my account?",
"287556583": "Wartość pip w przypadku kontraktów na DMT5 jest obliczana zgodnie z formułą:",
"288004682": "Bez ukrytych opłat i prowizji.",
"288719886": "Czechy",
"289008060": "Facebook Inc",
"289731075": "Rozpocznij",
"291605393": "Grecja",
- "298511755": "Dzieje się tak zazwyczaj w przypadku klientów, którzy wpłacają środki na konto pierwszy raz przy użyciu swojej karty kredytowej. Poproś swój bank o autoryzowanie transakcji na rzecz Deriv.",
- "300084741": "Kontrakt na różnice kursowe (CFD) to kontrakt, który wiąże się z wypłatą różnicy między wartością aktywa w momencie otwierania zakładu a jego wartością w momencie zamykania zakładu.",
+ "292497263": "Click on your account balance and click <0>Add or manage account.0>",
"300201586": "Otwórz konto demo na Deriv i ćwicz na naszych nagradzanych platformach, wykorzystując nieograniczone wirtualne środki.",
"305547463": "Funkcje przyjazne dla użytkownika",
"306846388": "Handlowanie on-line jest ekscytujące, ale wiąże się z ryzykiem i może prowadzić do uzależnienia. W Deriv dbamy o najlepszy interes naszych klientów i zachęcamy do <0>bezpiecznego i odpowiedzialnego inwestowania0>. Jeśli jesteś początkującym graczem, możesz przećwiczyć handlowanie przy użyciu nieograniczonych środków wirtualnych zanim zaryzykujesz grę swoimi pieniędzmi.",
@@ -176,9 +198,9 @@
"318239044": "Pfizer",
"318433321": "Instrumenty dostępne dla handlu opcjami",
"318815297": "Handluj tak, jak lubisz",
+ "319619035": "Will my inactive Deriv MT5 account be deactivated even though I still have a balance?",
"319934137": "Wskaźniki<0>0>europejskie",
"320565687": "<0>Koszyk złota0> mierzy cenę złota w stosunku do koszyka pięciu światowych walut (EUR, GBP, JPY, AUD, USD), z których każda ma wagę 20%.",
- "322580327": "Możesz porozmawiać z inwestorem, z którym handlujesz przez czat wewnątrz aplikacji, aby rozwiązać spór. Jeśli obie strony nie są w stanie dojść do porozumienia, możesz skontaktować się z nami, korzystając funkcji rozstrzygania sporów. Skontaktujemy się ze stronami sporu, aby rozwiązać spór tak szybko, jak to możliwe.",
"323564058": "Uproszczone płatności. Szybki i rzetelny sposób wpłacania środków w lokalnej walucie.",
"325128398": "3. Czas trwania",
"326242312": "Wolumen w partiach",
@@ -186,12 +208,13 @@
"332441329": "Strona tymczasowa | DMT5",
"332961148": "W jaki sposób mogę dodać, usunąć lub zmienić moje zaakceptowane metody płatności?",
"335040248": "O nas",
- "336359962": "Opłata za nieaktywność to kwota naliczana w przypadku kont, które nie zawarły transakcji przez nieprzerwany okres 12 miesięcy.",
+ "337214156": "What are the differences between the Deriv MT5 Synthetic, Financial, and Financial STP accounts?",
"337900732": "Dania",
"339084000": "PRAWNE",
"339879944": "GBP/USD",
"341589956": "Air France KLM SA",
"342146000": "<0>Zapisywanie na Twoim komputerze0>",
+ "342722863": "\n Learn more about our commission plans on <0>our Affiliate and IB Programme page0>.",
"343021270": "Inwestuj przy użyciu prawdziwego konta CFD. Uzyskaj dostęp do dźwigni finansowej i handluj pozycjami większymi niż Twój istniejący kapitał.",
"343586987": "W tym scenariuszu kwota „uzyskaj zysk” zostanie ustawiona na <0>-6,83 USD0>.",
"349098817": "Co nowego zobaczę na Deriv.com?",
@@ -202,6 +225,7 @@
"354260859": "Inwestuj przy użyciu prawdziwego konta Deriv MT5 (DMT5) lub Deriv X i uzyskaj dostęp do dużej dźwigni, aby handlować pozycjami większymi niż Twój istniejący kapitał.",
"355340164": "Platforma do handlowania on-line Deriv X",
"358838306": "Wiceprezes ds. obsługi klienta",
+ "358998585": "The Deriv MT5 Financial STP account offers CFDs on forex and cryptocurrencies, with lower leverage than the Financial account. This is a 100% A-book account, so your trades pass straight through to the market, giving you direct access to liquidity providers. This account also offers 24/7 trading on cryptocurrencies.",
"361051814": "Powiedzmy, że chcesz obliczyć poziom „uzyskaj zysk” i wartość pip przy sprzedaży 3 partii Indeksu zmienności 50 wycenionego na 249,5961 USD z kwotą „uzyskaj zysk” wynoszącą 84 USD.",
"361599549": "Instrument płatniczy umożliwiający klientom z Filipin dokonywanie przelewów bankowych on-line. Dostępny w przypadku wpłat i wypłat.",
"365224830": "Handel koszykami aktywów on-line | Konto demo do handlu koszykami aktywów | Deriv",
@@ -218,6 +242,7 @@
"376677604": "Wszystko to jest dostępne na naszej platformie DMT5",
"378043056": "Każdy z tych wskaźników odzwierciedla zachowania najpopularniejszych spółek finansowych notowanych w obrocie publicznym w regionie Azji i Oceanii. ",
"378788991": "Zupełnie nowe wskaźniki syntetyczne są teraz dostępne na DTrader i Deriv MT5 (DMT5)",
+ "379401010": "Partners",
"379730266": "Wypłata prowizji w przypadku wszystkich aktywów będzie odbywać się po przewalutowaniu na walutę wpłaty w oparciu o ostatnie kursy walut.",
"383145223": "E-book o akcjach",
"386443705": "W jaki sposób i kiedy otrzymam prowizje Deriv IB?",
@@ -226,14 +251,15 @@
"390647540": "Prawdziwe konto",
"392031899": "Będzie dostępne wkrótce",
"392840594": "Pytania dot. naszego programu partnerskiego i programu IB",
+ "393215173": "the British Virgin Islands Financial Services Commission",
"393841045": "<0>Uwaga:0>",
"393899903": "Klientów Deriv można obsługiwać wyłącznie w kraju zamieszkania.",
- "394545276": "Możesz dokonać wpłaty lub wypłaty min. 5 USD/EUR/GBP/AUD przy użyciu e-portfela. Inne metody płatności będą miały inną kwotę minimalną.",
"395057342": "Kim jesteśmy",
"396609660": "Usupełnij formularz, posługując się danymi logowania do Deriv MT5. W polu <0>Broker0> wprowadź nazwę serwera swojego konta: <1/> <0>- Deriv-Demo0>, jeśli Twój sygnał jest tylko dla kont demo <1/> <0>- Deriv-Server0> lub <0>Deriv-Server-020>, jeśli Twój sygnał jest tylko dla prawdziwych kont <1/>\n(Możesz znaleźć nazwę serwera na swoim pulpicie <2>Deriv MT52>.)",
"396992773": "Deriv to najlepszy broker na świecie pod względem oferowanych aktywów, łatwego procesu wpłaty i wypłaty środków oraz innych usług. Oby tak dalej, Deriv!",
"397235089": "Dowiedz się więcej na temat rynków, na których możesz inwestować on-line z Deriv, m.in. rynku forex, wskaźników syntetycznych, akcje i indeksy, kryptowaluty i towary.\n",
"398319738": "Czym jest DMT5?",
+ "399948438": "Click <0>Create new ad0>.",
"400968378": "lokalizacje",
"406075956": "Jeśli wybierzesz „Nieparzysta”, zdobędziesz wypłatę, gdy ostatnia cyfra ostatniego najmniejszego przyrostu ceny będzie liczbą nieparzystą (np. 1, 3, 5, 7, 9).",
"408925924": "Do x1000",
@@ -247,6 +273,7 @@
"419208082": "Nasza platforma do inwestowania w kontrakty CFD od MetaQuotes: trade.mql5.com",
"419648873": "Inwestuj w akcje globalnych spółek i we wskaźniki giełdowe już teraz na naszej platformie DMT5.",
"420161092": "Bądź jedną z pierwszych osób, które wypróbują Deriv.com",
+ "421158556": "You may refer to <0>our terms0> for more information. If you need help getting into your account, <1>contact us via live chat.1>",
"421232681": "Dodatkowe warunki",
"422714856": "Ten rebranding zainspirowali nasi klienci. Miło nam poinformować, że wprowadzamy nową, ulepszoną platformę Deriv.com, na której możesz handlować, czym chcesz, kiedy chcesz i jak chcesz.",
"424703192": "Klienci z pozostałych rejonów świata (z wyłączeniem krajów z ograniczonym dostępem, takich jak Stany Zjednoczone, Kanada czy Hongkong), którzy chcą handlować kontraktami na różnice kursowe na instrumenty finansowe mogą mieć założone konto finansowe DMT5 i Deriv X przez Deriv (V) Ltd. Ta spółka nie oferują kontraktów CFD na kryptowaluty.",
@@ -267,8 +294,11 @@
"439798157": "Importuj strategię",
"441557166": "Deriv X –platforma handlowa do handlowania kontraktami na różnice kursowe wielu aktywów dostępna na Deriv",
"442177402": "Krypto-pary",
+ "443594501": "For your Deriv MT5 and Deriv X real accounts, log in to close any open positions.",
+ "443887309": "Your credit card balance may be insufficient.",
"447476086": "Raport dot. <0>krajów0>: przedstawia listę krajów, z których pochodzą twoje kliknięcia",
"447711315": "Przejęcie poddomeny",
+ "448874206": "If you have active orders, keep the app open (either on your phone or computer) until your orders are completed. Try to complete your orders within 2 hours.",
"448985812": "0-19,999%",
"449277904": "Czym jest Deriv GO",
"451624200": "XTZ/USD",
@@ -277,9 +307,9 @@
"455897892": "Ebook o kryptowalutach",
"456825069": "Eksperci w zakresie handlowania",
"459886707": "E-portfele",
- "460766210": "Deriv Investments (Europe) Limited, W Business Centre, Level 3, Triq Dun Karm, Birkirkara BKR 9033, Malta, posiada licencję (<0>p numerze IS/701560>) i autoryzację Urzędu ds. Usług Finansowych na Malcie: Malta Financial Services Authority na mocy ustawy o usługach inwestycyjnych i może świadczyć usługi inwestycyjne na terenie Unii Europejskiej. Podlega również autoryzacji i regulacjom Financial Conduct Authority w Wielkiej Brytanii. Szczegółowe informacje na temat zakresu naszych zezwoleń i regulacji Financial Conduct Authority udostępniamy na życzenie.",
"460878453": "5 - 10 000",
"465003790": "Login DMT5",
+ "465522807": "<0>A signal provider0> \n Do you provide trading data for others to follow? Grow your community of traders and earn commission when they sign up and trade on our platforms.",
"467590240": "akcje & wskaźniki",
"469222213": "Kliknij zakładkę <0>Moje statystyki0> i wybierz dostawcę sygnałów.",
"473760456": "Mówimy wprost, aby uniknąć dwuznaczności, ujawniamy warunki wszystkich umów i jasno przedstawiamy nasz sposób zarabiania pieniędzy oraz ryzyko związane z inwestowaniem.",
@@ -289,7 +319,8 @@
"476621330": "Otwieranie konta",
"479311128": "Otwieraj zakłady taniej i zwiększ swoje potencjalne zyski.",
"480442479": "Fałszerstwo żądania międzywitrynowego (niekrytyczne)",
- "482031216": "Forex to globalny zdecentralizowany rynek, na którym możesz kupować i sprzedawać waluty.",
+ "481274667": "How can I withdraw funds from my Deriv MT5 real money account?",
+ "481411401": "Regulation",
"482369277": "Program Deriv dla partnerów i program IB oferuje możliwość dodatkowego przychodu. Zarabiaj prowizje od zakładów zawieranych na naszej platformie przez poleconych przez Ciebie klientów.",
"486935836": "Nie pamiętam hasła do swojego konta Google/Facebook/Apple. Jak mogę zalogować się do swojego konta Deriv?",
"487236738": "Sposób obliczania",
@@ -304,11 +335,13 @@
"494843334": "Na DTrader możesz handlować walutami, wskaźnikami giełdowymi, towarami i wskaźnikami syntetycznymi.",
"495686884": "Dlaczego warto inwestować on-line z nami | Deriv",
"497469280": "Naszym celem jest zapewnienie naszym klientom niezawodnych systemów, które charakteryzują się wysokim czasem działania i minimalnymi opóźnieniami, nawet w przypadku mobilnych sieci danych o niskiej prędkości. Zapewniamy wysoki poziom bezpieczeństwa i kompatybilność między urządzeniami dla wszystkich głównych urządzeń stacjonarnych i mobilnych.",
- "497717591": "Jakich metod płatności mogę używać na Deriv P2P?",
+ "497567508": "Your Deriv MT5 history will be downloaded as an XML file.",
+ "497905436": "How do I check my available balance for Deriv P2P?",
+ "500999639": "Some trade types may not be available in certain countries.",
"501413836": "750+",
"501620507": "W jaki sposób wpłynie to na moich klientów?",
"501763239": "Pary główne",
- "502554477": "Jaka jest różnica między kontem wskaźników syntetycznych DMT5, finansowym i finansowym STP?",
+ "504465748": "We'll email you a verification link. Click that link and set a new password for your Deriv account.",
"506797447": "<0>Koszyk EUR0> mierzy wartość euro w stosunku do koszyka pięciu światowych walut (USD, AUD, GBP, JPY, CAD), z których każda ma wagę 20%.",
"509964491": "Inwestuj, nawet gdy większość rynków finansowych jest zamknięta",
"510309290": "Deriv X: nasza aplikacja do inwestowania w kontrakty CFD od DevExperts (<0>Android app0>, <1>iOS app1>)",
@@ -332,8 +365,8 @@
"527660774": "Narzędzia handlowe | Swap, pip, kalkulator marży | Deriv",
"528858838": "Lead/USD",
"529056539": "Opcje",
+ "529597350": "Jeśli masz otwarte pozycje, zamknęliśmy je i zwróciliśmy Ci środki.",
"529901734": "W przypadku inwestowania w koszyki aktywów zmiana wartości jednej waluty jest mierzona w stosunku do koszyka najbardziej płynnych walut na świecie.",
- "533583221": "Przelewy są natychmiastowe. Po zakończeniu wszystkich kroków, saldo Twojego konta DMT5 zostanie zaktualizowane automatycznie. ",
"538228086": "Zamknięcia-Niska",
"538682015": "Wypróbuj nasze inne aplikacje",
"539645627": "Naszym celem jest dostarczanie wiodących na rynku produktów, które cieszą się zaufaniem na całym świecie.",
@@ -351,12 +384,14 @@
"555580651": "1. W panelu po prawej stronie obszaru roboczego kliknij „Wyczyść statystyki”.",
"557095822": "Kliknij przycisk <0>Odnów0>, aby odnowić usługę lub<0>Rezygnuj z subskrypcji0>, aby ją anulować.",
"558327984": "Nasz kalkulator zysków i strat dla mnożników pomaga określić poziom „stop stratom” i/lub „uzyskaj zysk” dla Twoich zakładów, aby zminimalizować straty i zmaksymalizować zyski.",
+ "561889537": "A dispute was raised against you. Please <0>contact us0> via live chat for more info.",
"562246914": "Rebranding został zainspirowany przez klientów, takich jak Ty. Po 20 latach świadczenia usług czujemy, że rozumiemy Cię lepiej. Rebranding zapewnia nam możliwość wdrożenia lepszych rozwiązań w zakresie handlowania on-line, tak by sprostać wszystkim Twoim potrzebom.",
"562528971": "Zinc/USD",
"562753315": "Guernsey | Nasze biuro – Wyspy Normandzkie | Deriv",
"566274201": "1. Rynek",
+ "567739189": "Why do my Deriv MT5 positions always start with a loss?",
"568954877": "3. Możesz subskrybować tylko jednego dostawcę sygnału przy użyciu jednego konta DMT5 . Możesz korzystać z jednego sygnału na maksymalnie 3 komputerach.",
- "569354588": "Możesz też zarządzać swoimi środkami, korzystając z usług pośrednika płatności, jeśli takie usługi są dostępne w Twoim kraju.",
+ "570656160": "You can use your Deriv MT5 demo account for as long as you want. However, if your account is inactive for 30 days, we'll deactivate it automatically.",
"575210404": "Wyślij lub otrzymaj płatność",
"575534504": "Niskie spready",
"577779861": "Wypłata",
@@ -369,6 +404,7 @@
"586006302": "<0>Ponad/poniżej:0> Prognozuj, czy ostatnia cyfra ostatniej zmiany ceny kontraktu będzie większa czy mniejsza od określonej liczby.",
"586789100": "Wybieraj spośród różnorodnych rodzajów zakładów, które możesz dostosować do swoich potrzeb, ze stawkami w wysokości już od 0,35 $ i czasem trwania od 1 sekundy.",
"590858519": "Pożegnaj się z opłatami za utrzymanie pozycji przez noc; Twoje pozycje mogą być otwarte tak długo, jak chcesz.*",
+ "593539508": "Yes, you can download the chart on DTrader (in .csv and .png) by clicking <0>Download0> on the toolbar on the left. ",
"593838951": "Różne możliwości",
"595278941": "Cena aktywa",
"595722471": "Wskaźnik zwrotu z inwestycji (RTP) % w przypadku opcji wstecznych dla mnożnika wynoszącego 1 i czasu trwania 1m wynosi średnio 87%.",
@@ -391,6 +427,7 @@
"622253642": "Oszczędzaj czas – nie musisz otwierać, monitorować i zamykać zakładów.",
"623188171": "Handluj kryptowalutami i indeksami syntetycznymi o każdej porze, nawet w weekendy i święta.",
"624256060": "Określ opcjonalne parametry, które dadzą Ci więcej kontroli nad inwestowaniem, w tym m.in. stop stratom, odbierz zysk i anulowanie transakcji.",
+ "625438255": "W ramach zmian w naszej ofercie rynkowej będziemy zamykać konta naszych klientów w Wielkiej Brytanii.",
"627388563": "Więcej na temat kontraktów CFD",
"627774646": "Dodatkowy dochód z miesięcznych subskrypcji.",
"627845959": "O czym należy pamiętać handlując mnożnikami",
@@ -399,13 +436,11 @@
"631458864": "Mniej istotna działalność",
"631607286": "Portal Binary.com zmienił nazwę na Deriv.com; tu znajdziesz wszystko, co musisz wiedzieć",
"632409475": "TER/USD",
- "634033595": "Deriv P2P to usługa Deriv umożliwiająca dokonywanie z łatwością wpłat i wypłat pieniędzy ze swojego konta Deriv poprzez transakcje z innymi inwestorami.",
"635121138": "Program partnerski i IB | Deriv",
"635797490": "Strona tymczasowa | DBot",
"636070520": "3. Zacznij inwestować",
"636073620": "Subskrybuj sygnały transakcyjne Deriv MetaTrader 5, aby kopiować transakcje doświadczonych traderów, lub zostań dostawcą sygnałów i dziel się swoimi strategiami.",
"637013579": "Nasze klasyczne narzędzie „przeciągnij i upuść” do tworzenia botów handlowych z opcją wyskakujących okienek wykresów handlowych, dla zaawansowanych użytkowników.",
- "639707096": "Klienci nie mogą być mieszkańcami Białorusi, Kanady, Hongkongu, Izraela, Jersey, Malezji, Malty, Paragwaju, Rwandy, Zjednoczonych Emiratów Arabskich, Stanów Zjednoczonych lub kraju z ograniczonym dostępem, który został określony przez Financial Action Task Force (FATF) jako kraj z brakami strategicznymi.",
"640307277": "Wiceprezes ds. technicznych",
"640405784": "Wpłacaj środki z łatwością dzięki voucherom gotówkowym dostępnym dla Republiki Południowej Afryki.",
"641347172": "Po upływie wymaganego czasu procesowania wybranej metody płatności Twoje fundusze zostaną wpłacone na Twoje konto osobiste. Możesz sprawdzić czas procesowania na naszej stronie <0>metody płatności0> .",
@@ -413,6 +448,7 @@
"642995056": "Adres e-mail",
"643554455": "Zobacz najczęściej zadawane pytania dot. popularnych tematów, aby uzyskać szybką odpowiedź.",
"643810262": "Wykorzystywanie błędów w logice interaktywnej, które mogą powodować straty u klientów",
+ "645317079": "We'll remove the <0>withdrawal limit0> once your account has been verified.",
"645902266": "EUR/NZD",
"645954408": "Gdy cena rynkowa wzrasta do 8700 USD, decydujesz ustawić poziom stop stratom na 8200 USD. Po kilku tickach cena spada do poziomu 8100 USD, przekraczając Twój poziom stop stratom. Twój zakład zostanie automatycznie zamknięty, gdy cena wyniesie 8100 USD.",
"646017912": "Nasza główna aplikacja do handlu opcjami i mnożnikami.",
@@ -423,9 +459,11 @@
"654674908": "Strategia Martingale to klasyczna technika handlowa, która zachęca graczy do podwojenia rozmiaru kontraktu po odnotowaniu straty, tak by w przypadku wygranej jej wysokości zrekompensowała poniesione straty.",
"655249194": "Deriv X jest naszą drugą platformą CFD, po MT5. Oferuje wiele funkcji i z pewnością dopasuje się do Twojego stylu handlowania.",
"655519080": "Deutsche Bank AG",
+ "655902997": "You may reactivate your account by <1>logging in1> with your email address and password. If you're unable to do so, please <0>contact us via live chat0>, and we'll help you further.",
"658337631": "Masz już konto <0>Binary.com0>? Możesz <1>zalogować się1> do <0>Deriv0> przy użyciu swojej nazwy użytkownika <0>Binary.com0> i hasła",
"662679188": "DTrader | Platforma do inwestowania on-line | Deriv",
"663180477": "Najlepsze doświadczenia klientów",
+ "665599274": "Fill up the form and click <0>Confirm0>.",
"665777772": "XLM/USD",
"666199378": "Dostęp do obsługi klienta 7 dni w tygodniu, ulepszonego Centrum pomocy i innych pomocnych treści.",
"666906792": "Wpłacaj środki z łatwością z telefonu komórkowego. Opcja dostępna tylko w Ghanie i Ugandzie.",
@@ -434,14 +472,15 @@
"672008428": "ZEC/USD",
"680204734": "Minimalna kwota wypłaty może się różnić w zależności od kursu wymiany walut. Przedstawione tu kwoty zostały zaokrąglone.",
"680953516": "RYNKI",
+ "682063263": "Your Deriv P2P account may be blocked for one of the following reasons:",
"682108610": "Niezależnie od tego, czy jesteś początkującym czy doświadczonym graczem, nasza platforma handlowa z pewnością Ci się spodoba.",
"682657885": "Przejdź dodo pulpitu Deriv X ",
"683810917": "Sprawdź swoją dzienną prowizję IB",
"685027643": "W zakładce „Transakcje” znajdziesz szczegółowe informacje na temat każdego zakładu, takie jak okres trwania, limit, czas rozpoczęcia i zakończenia itp.",
"686385193": "Powiedzmy, że chcesz obliczyć poziom „uzyskaj zysk”, gdy otwierasz pozycję dla Indeksu zmienności 100 wycenionego na 3376,24 USD ze stawką10 USD, wartością mnożnika x100, i kwotą „uzyskaj zysk” w wysokości 7,54 USD z kierunkiem spadkowym.",
"686387939": "W jaki sposób mogę wyczyścić dziennik mojej transakcji?",
- "686417047": "DTrader umożliwia Ci handel ponad 50 aktywami w formie opcji cyfrowych, wstecznych i mnożnikowych.",
"688617121": "Duża dźwignia",
+ "689068852": "Where can I see my ads?",
"689400450": "To najlepszy broker na świecie. Polecam każdemu codziennie. A pracownicy działu wsparcia są niezwykle pomocni w każdej dziedzinie.",
"690238026": "Posiadamy wypróbowane narzędzia do polecania klientów, takie jak banery, nagrania, recenzje i reklamy tekstowe. Jeśli chcesz dostosować niektóre narzędzia do wymogów Twojej strony internetowej, skontaktuj się ze swoim menedżerem konta pod adresem: <0>affiliates@deriv.com0>.",
"690959930": "Resetuj hasło | Deriv",
@@ -452,6 +491,7 @@
"700128691": "Pod względem wysokich standardów etycznych jesteśmy nieugięci. Poznaj dalsze powody, dla których Deriv jest wybierany przez graczy on-line.",
"701775446": "Indeks zmienności 200",
"701840176": "Prowizja za obrót 100 000 USD",
+ "704465777": "After making your payment, share the receipt with the seller via the chat feature in Deriv P2P.",
"704532260": "Zarejestruj się przy użyciu swojego adresu e-mail. Nie jest wymagana karta kredytowa ani minimalna wpłata.",
"706069088": "O Deriv",
"710137133": "Aplikuj teraz",
@@ -483,12 +523,15 @@
"743105449": "Jak mogę wpłacić środki na moje konto Deriv X z prawdziwymi pieniędzmi?",
"743623600": "Odwołanie",
"746874005": "Swap forex formula",
+ "747290779": "<0>A software developer0> \n Build your own trading platform using our API and earn commission when your clients sign up and trade.",
"751493857": "4 USD",
"752024971": "Osiągnięto maksymalną liczbę cyfr",
+ "752304655": "<0>Turnover0> \n Earn up to 1.5% commission for each contract bought by your clients. The lower the probability of winning, the higher your commission payout.",
"755433132": "Czym są opcje cyfrowe?",
"756066527": "Akceptuję <0>Regulamin0>",
"756310599": "Będziemy przejrzyście informować o warunkach wszystkich umów, tak aby klienci mogli dokonywać świadomych wyborów.",
"758038191": "Znajdź stanowisko odpowiednie dla siebie, przeglądając oferty pracy w Deriv w Melaka, w Malezji.",
+ "759844711": "Yes, it's completely free of charge <0>to join0>.",
"760192418": "Handluj mądrze i nie pozwól, by emocje wpływały na Twoje decyzje. Nie handluj, gdy masz skłonności do podejmowania złych decyzji.",
"760233310": "Nasza aplikacja do inwestowania w kontrakty CFD od Devexperts: dx.deriv.com",
"762478389": "Handluj, tak jak lubisz: walutami, towarami, akcjami i wskaźnikami syntetycznymi.",
@@ -504,6 +547,7 @@
"777848993": "aktywów do handlowania i więcej wkrótce",
"778624300": "Korzystaj z kalkulatorów Deriv, które pomogą Ci obliczyć swapy, pip, zysk i straty w przypadku handlowania kontraktami na różnice kursowe i mnożnikami.",
"779522948": "Ipoh | Nasze biuro – Malezja | Deriv",
+ "780041225": "If you already have a demo account, here’s how to add a real account:",
"781723751": "10 - 17 000",
"783010200": "Zadbaj o dywersyfikację swojego portfolio, inwestując w pozbawione prowizji największe międzynarodowe wskaźniki rynkowe. Handluj światowymi, renomowanymi wskaźnikami, takimi jak indeks Wall Street 30, indeks US Tech 100, indeks UK 100. Rozpocznij już on 5 $.",
"783153785": "Nieograniczone środki wirtualne",
@@ -516,6 +560,7 @@
"785973496": "Portugalia",
"786796042": "od <0>3 czerwca 20200>",
"788015089": "*dostępne dla wybranych par walutowych:",
+ "788744327": "Click <0>Change0> next to the password field, then click <0>Change Deriv MT5 password0>.",
"789376489": "USD/HKD",
"790534726": "Wdrożenie kontroli w celu zapobiegania bezprawnym działaniom",
"793647899": "Twoje konto partnera Binary.com będzie ważne również na Deriv.com. Będziesz zarabiać prowizje od naszych klientów, gdy handlują na Binary.com lub Deriv.com.",
@@ -524,17 +569,23 @@
"799457743": "Prostota.",
"800183478": "Bezpieczeństwo jest dla nas bardzo ważne. Stale ulepszamy nasze produkty i usługi, współpracując z niezależnymi badaczami ds. bezpieczeństwa na całym świecie.",
"800934856": "Poznaj lokalizację naszych biur | Deriv",
+ "802021852": "If you're buying, you'll need to make payment and share your payment confirmation with the seller. Once the seller has confirmed that they've received your payment, the exchange amount will be credited into your Deriv account.",
"803989222": "Konto syntetyczne umożliwia Ci handlowanie własnościowymi wskaźnikami syntetycznymi Deriv, które są dostępne 24/7 i symulują rzeczywiste zmiany na rynku.",
"806165583": "Australia 200",
+ "806951253": "W UE produkty finansowe są oferowane przez Deriv Investments (Europe) Limited z siedzibą w W Business Centre, Level 3, Triq Dun Karm, Birkirkara BKR 933, na Malcie, która podlega licencji (<0>Nr licencji: IS/701560>) i regulacjom Urzędu ds. Usług Finansowych na Malcie: Malta Financial Services Authority, Triq l-Imdina, Zone 1, Central Business District, Birkirkara CBD 1010, Malta, na mocy ustawy o usługach inwestycyjnych. Podlega autoryzacji i regulacjom instytucji Financial Conduct Authority oraz posiada różnorodne pozwolenia. Rodzaj i zakres ochrony konsumentów może się różnić od ochrony w przypadku firm zlokalizowanych w Wielkiej Brytanii. Na stronie internetowej instytucji można znaleź szczegóły na temat dokumentu Financial Services Contracts Regime, który umożliwia firmom zlokalizowanym w Europejskim Obszarze Gospodarczym na prowadzenie działalności w Wielkiej Brytanii przez ograniczony czas, aby kontynuować działania niezbędne w celu realizacji wcześniej istniejących umów.",
"808426886": "Nie prowadzimy twardej sprzedaży, nie oferujemy porad finansowych ani handlowych, ani nie składamy obietnic gwarantowanych zysków. Nie zachęcamy narażonych osób do inwestowania i stosujemy kontrole, aby zapobiec wszelkim nielegalnym działaniom.",
"809146176": "Nie dotyczy",
+ "809480545": "If you'd like to log in using your email address instead, follow these steps:",
"809649275": "Centrum pomocy | Często zadawane pytania | Deriv P2P | Deriv",
"809734567": "Na stronie <0>gablota sygnałów MQL50>, kliknij przycisk Utwórz sygnał.",
+ "811665902": "What is Deriv MetaTrader 5 (Deriv MT5)?",
"812101045": "Kalkulator „stop stratom” i/lub „uzyskaj zysk” dla marży",
"812888944": "Mniej istotne działalności",
"814009433": "Całkowity obrót handlowy",
+ "814289409": "Then, withdraw your funds.",
"814644033": "Kupuj kryptowaluty przy użyciu karty kredytowej i debetowej, aby zasilić swoje konto Deriv, korzystając z globalnej wymiany waluty fiducjarnej na kryptowalutę.",
"815602603": "Zaloguj się do swojego konta Deriv.Jeśli jeszcze nie masz konta, zarejestruj się za darmo.",
+ "816534303": "To log in on your desktop, click <0>Trade on web terminal0>.",
"817637233": "Dziękujemy za subskrybowanie",
"818087675": "Rozpocznij handlowanie na Deriv",
"818659471": "6. Stop stratom",
@@ -545,6 +596,7 @@
"825675433": "Zakłady oparte na akcjach i wskaźnikach dostępne na Deriv",
"825815966": "Wypłata o stałej ustalonej wysokości",
"826511719": "USD/SEK",
+ "829379369": "You can automate your trading strategy using a trading bot. A trading bot is an automated computer program that purchases trade contracts for you while following a specific set of instructions that you provide.",
"829579058": "Bezpieczeństwo",
"831164350": "Powiedzmy, że chcesz obliczyć poziom „stop stratom” i wartość pip przy kupnie partii EUR/USD wycenionej na 1,17524 USD USD z kwotą „stop stratom” wynoszącą 24 USD.",
"831282685": "Wyślij nam wiadomość",
@@ -580,21 +632,24 @@
"871486196": "Inwestuj w waluty, wskaźniki syntetyczne, akcje, wskaźniki giełdowe, kryptowaluty i towary w jednym miejscu.",
"874573741": "Inwestuj w forex, akcje, indeksy giełdowe i towary w jednym miejscu.",
"874881951": "Przeglądaj oferty pracy w naszym biurze w Dubaju. Znajdź odpowiednie dla siebie stanowisko w dziedzinie IT, marketingu i zasobów ludzkich.",
+ "875311753": "The completion rate is the percentage of orders that the advertiser could complete within 2 hours.",
"875766134": "Importowanie z Twojego komputera",
"876581050": "Słowacja",
"877897643": "Korzyści handlowania na rynku forex na DTrader",
+ "878441070": "Can I change the currency of my Deriv MT5 account?",
"878676836": "Dokument zawierający najważniejsze informacje",
"878922748": "Czym jest konto CFD?",
+ "878929504": "Complete the form and click <0>Submit0>.",
"879478126": "Dubaj",
"881413021": "Dlaczego warto handlować towarami na Deriv",
"882216897": "Wymagany jest adres e-mail",
"885479216": "Raport <0>kliknięć & wyświetleń0>: przedstawia współczynnik wyświetleń i klikalności\n",
"886712679": "Licencje i nadzór",
"887282040": "Dlaczego Binary.com zmienia nazwę?",
+ "888619169": "If you have made a deposit or have added a real MT5 account, follow these steps:",
"888978991": "Każdy z tych wskaźników odzwierciedla zachowania najpopularniejszych spółek finansowych notowanych w obrocie publicznym w Europie. ",
"889704223": "Inwestuj tak, jak chcesz, dzięki {{trade_no}} elastycznym rodzajom zakładów.",
"890667695": "45%",
- "891097078": "Indeks USD",
"893607771": "Korzystaj z handlowania dostępnego całą dobę (od poniedziałku do piątku), dużej płynności, niskich limitów rozpoczęcia, szerokiej gamy produktów i możliwości handlowania na światowych wydarzeniach.",
"893980632": "Masz więcej pytań? Zapoznaj się z <0>sekcją FAQ0> na stronie MQL5.",
"895567953": "aktywów, do których można stosować bot",
@@ -609,17 +664,21 @@
"905952695": "Adres naszego webloga: https://deriv.com/academy/",
"906120998": "Jakie są główne różnice między DTrader a DMT5?",
"909083576": "404 - Nie znaleziono strony | Deriv",
+ "912406629": "Follow these steps:",
"912981300": "Jeszcze jedna rzecz: nasze profile w mediach społecznościowych: na Facebooku, Instagramie i Twitterze przeszły rebranding i są teraz dostępne pod nazwą @Derivdotcom. Polub i obserwuj nas, aby otrzymywać najnowsze informacje.",
"913091440": "Wypróbuj DBot na Deriv.com",
"913719394": "Jeśli wybierzesz „Ponad”, zdobędziesz wypłatę, gdy ostatnia cyfra ostatniego ticku będzie większa niż cyfra przewidywana przez Ciebie.",
- "914005173": "Poza UE produkty finansowe są oferowane przez następujące firmy: Deriv (FX) Ltd, F16, Level 1, Paragon Labuan, Jalan Tun Mustapha, 87000 Labuan, Malezja, licecja wydana przez Urząd ds. Usług Finansowych na Labuanie (Labuan Financial Services Authority) (<0>licencja o numerze: MB/18/00240>); Deriv (BVI) Ltd, Kingston Chambers, P.O. Box 173, Road Town, Tortola, Brytyjskie Wyspy Dziewicze, licencja wydana przez Komisję Brytyjskich Wysp Dziewiczych ds. Usług Finansowych (British Virgin Islands Financial Services Commission) (<1>licencja no numerze: SIBA/L/18/11141>); Deriv (V) Ltd (<2>zobacz licencję2>), 1276, Kumul Highway, Port Vila, Vanuatu, za licencję i regulacje odpowiada: Komisja ds. usług finansowych Vanuatu (Vanuatu Financial Services Commission); oraz Deriv (SVG) LLC, Hinds Buildings, Kingstown, Saint Vincent i Grenadyny.",
"915392164": "Otwieraj długie lub krótkie pozycje w oparciu o swoje przewidywania dotyczące zmian cen rynkowych.",
+ "920363635": "Frequently asked questions - IB programme",
"925239281": "Jak mogę wypłacić środki z mojego konta Deriv X z prawdziwymi pieniędzmi?",
+ "927364570": "<0>Setting > Proof of address0>",
"927510190": "Prognozuj, czy cena rynkowa pozostanie w przedziale cen docelowych lub przekroczy ten przedział w dowolnym momencie w danym okresie trwania kontraktu.",
"927827352": "Platforma oferująca <0/>handlowania kontraktami CFD<0/>\n\n",
"927830157": "Przyjazna dla użytkowników platforma z zaawansowanymi wykresami",
"930211164": "Inwestowanie 24/7",
"931190863": "3. Kliknij Utwórz zmienną.",
+ "931793340": "W UE produkty finansowe są oferowane przez Deriv Investments (Europe) Limited z siedzibą w W Business Centre, Level 3, Triq Dun Karm, Birkirkara BKR 933, na Malcie, która podlega licencji (<0>Nr licencji: IS/701560>) i regulacjom Urzędu ds. Usług Finansowych na Malcie: Malta Financial Services Authority, Triq l-Imdina, Zone 1, Central Business District, Birkirkara CBD 1010, Malta, na mocy ustawy o usługach inwestycyjnych.",
+ "931896911": "Go to the <0>History0> section.",
"932190946": "Dzienne limity wpłat",
"934777772": "1. Kliknij „Rozpocznij”, aby otworzyć menu bloków.",
"935167918": "3,75",
@@ -638,12 +697,12 @@
"960618190": "Handluj różnymi aktywami na wielu rynkach jednocześnie.",
"961530723": "Netflix Inc",
"962218636": "Airbus SE",
+ "963202666": "How do I sign up as an affiliate?",
"963922337": "2. Bloki są odpowiednio skategoryzowane. Po prostu wybierz blok, który chcesz i przeciągnij go na obszar roboczy.",
"964982895": "Wpłacaj środki z łatwością z telefonu komórkowego. Opcja dostępna tylko w Ugandzie i Tanzanii.",
"968040107": "Jak znaleźć blok, którego potrzebuje?",
"968576099": "Góra/dół",
"968627888": "Inwestowanie 24/7, w tym w weekendy i święta",
- "971351835": "Ujawnianie informacji finansowych – Raport roczny 2020",
"972090300": "Dlaczego powinienem/powinnam przejść na Deriv.com?",
"973734471": "Finlandia",
"973933650": "Przelewy są natychmiastowe. Po zakończeniu wszystkich kroków, saldo Twojego konta Deriv X zostanie zaktualizowane automatycznie. ",
@@ -657,13 +716,16 @@
"992485806": "Twoja pozycja zostanie automatycznie zamknięta, gdy poziom „stop stratom” wyniesie <0>1,17500> a wartość pip dla opcji „stom stratom” wyniesie <0>24 USD0>.",
"1000512133": "API",
"1001160515": "Sprzedaj",
+ "1001731723": "Yes, as long as you haven’t opened a Deriv MT5 Financial STP account, you can still trade without verifying your account.",
"1004480214": "Urządzenia mobilne",
"1005687893": "Inwestowanie on-line z Deriv | Proste. Elastyczne. Rzetelne.",
"1005701957": "Jeśli wybierzesz „Pozostanie pomiędzy”, zdobędziesz wypłatę, gdy cena rynkowa pozostanie pomiędzy (nie osiągnie) górnego limitu ani dolnego limitu w żadnym momencie w czasie trwania kontraktu.",
"1005941063": "Dokonuj wpłat i wypłat w Litecoin, trwałej kryptowalucie z szybkim czasem przetwarzania transakcji.",
"1009128101": "Łatwy start – brak konieczności instalacji.",
+ "1010278278": "Can I delete my Deriv MT5 account history?",
"1010645311": "Przewiduj zmiany cen towarów takich jak srebro, złoto, ropa naftowa i korzystaj z dźwigni, aby zwiększać możliwe zyski.",
"1011699543": "Inwestuj w oparciu o zmiany cen zasobów naturalnych, które są kluczowe dla światowej gospodarki i wykorzystuj w pełni działania rynkowe.",
+ "1012902658": "Tak. <0>Skontaktuj się z nami przez czat na żywo0>, pomożemy Ci w tej sprawie.",
"1015510435": "BMW",
"1016174771": "<0>Wartość „stop stratom” i/lub „uzyskaj zysk” z kierunkiem spadkowym = Maks. [{stawka × (-(poziom stop stratom LUB uzyskaj zysk - cena aktywa) ÷ cena aktywa × mnożnik) - prowizja}, -stawka]0>",
"1016273887": "Kontrakty CFD są uznawane za złożone instrumenty pochodne i mogą nie być odpowiednie dla klientów detalicznych.",
@@ -678,15 +740,17 @@
"1024953822": "Inwestuj w forex, wskaźniki syntetyczne i kryptowaluty, będąc w drodze",
"1026160856": "Prognozuj, czy ostatnia cyfra najmniejszej zmiany ceny kontraktu będzie liczbą parzystą czy nieparzystą.",
"1027197513": "Deriv X to prosta w użyciu platforma inwestycyjna, gdzie możesz handlować kontraktami na różnice kursowe (CFD) różnych aktywów z układem platformy, który można dostosować do swoich preferencji.",
- "1032383871": "Możesz tworzyć i uruchamiać swoje własne zautomatyzowane strategie handlowe z DBot. Możesz też pobrać gotowe roboty do handlowania (zwane też Expert Advisors) dla DMT5 – przejdź do zakładki „Rynek” w platformie DMT5.",
"1032907147": "AUD/NZD",
"1033805779": "Wszystkie programy partnerskie Deriv są darmowe. Nie ma żadnych kosztów ani ukrytych opłat, którymi musisz się martwić.",
"1033824796": "obecnaStawka",
"1034695894": "Dowiedz się, jak działa Deriv P2P:",
"1034875052": "Doskonałe i rzetelne usługi; przetestowane i godne zaufania!",
+ "1035639511": "Deriv Limited – 13 Castle Street, St. Helier, JE2 3BT, Jersey – jest spółką holdingową dla powyższych spółek zależnych.",
"1035890756": "Dodaj prawdziwe konto Deriv.",
"1037965324": "10 mld+ USD",
"1039678171": "DLA KLIENTÓW",
+ "1041343262": "You can chat with the trader you are dealing with via the chat feature in Deriv P2P.",
+ "1041405933": "Read <0>this article0> to learn more about automated trading on Deriv.",
"1044540155": "100+",
"1045309798": "Stawki swapowe (finansowanie przez noc)",
"1046578159": "GBP/SGD",
@@ -701,6 +765,7 @@
"1056821534": "Na pewno?",
"1057239639": "Ustaw opcjonalne parametry swojego zakładu",
"1058440967": "W jaki sposób ta zmiana wpłynie na mnie jako brokera polecającego (IB)?",
+ "1062240703": "Yes, we’re regulated by",
"1062246296": "Przedstawiamy DBot na Deriv.com",
"1062691395": "Rozdzieliliśmy raporty dla Twojej większej wygody.",
"1065635876": "2. Obserwuj wykres",
@@ -708,6 +773,7 @@
"1068264174": "Twój pulpit partnera Deriv",
"1069671533": "jesteśmy",
"1072277224": "Obserwuj nas",
+ "1072571985": "If you created your Deriv account using Apple/Google/Facebook, try resetting your Apple/Google/Facebook password. After that, you should be able to log in to Deriv as usual.",
"1074669784": "Szybkie i bezpieczne wpłaty i wypłaty przy użyciu rozwiązań dla urządzeń mobilnych dla klientów z Nigerii.",
"1077281998": "Te wskaźniki odpowiadają symulowanym rynkom o stałej zmienności wynoszącej odpowiednio 10%, 25%, 50%, 75%, 100%, 200% i 300%.",
"1077779258": "General Motors Company",
@@ -715,6 +781,7 @@
"1079127917": "Własnościowe wskaźniki syntetyczne Deriv symulują zmiany na rzeczywistym rynku. Wskaźniki te, poparte losowo kryptograficznie wygenerowanym numerem, są dostępne 24/7 i nie są zależne od standardowych godzin rynkowych, wydarzeń światowych lub rynków, czy ryzyka płynności.",
"1079537687": "Biogen Inc",
"1079986638": "Aplikacja mobilna i internetowa Deriv P2P",
+ "1082899428": "Deriv: platforma do inwestowania online dostępna 24/7 i oferująca różnorodne instrumenty pochodne.",
"1082977556": "<0>W przypadku handlowania na kredyt - zakład o równowartości 100 $0>, z dźwignią 1:500, ryzykujesz 2% * 50 000 $ = <1>strata 1000 $1>.",
"1084407062": "Te wskaźniki odpowiadają sytuacji na symulowanych rynkach o <0>stałej zmienności na poziomie 10%, 25%, 50%, 75% i 100%.0> Istnieje takie samo prawdopodobieństwo wzrostu, jak i spadku średnio co <0>20 minut0>. Wielkość zmiany to średnio <0>około 30 razy0> normalna zmiana ceny.",
"1084702344": "Utwórz konto Deriv lub <0>zarejestruj się0>",
@@ -735,6 +802,7 @@
"1106746692": "Otwórz prawdziwe konto, wpłać środki i zacznij handlować akcjami, akcje & wskaźniki i na innych rynkach.",
"1107638944": "Najnowsze nagrania, przewodniki i webinaria o inwestowaniu | Deriv",
"1108389724": "Korzystaj z transakcji bez prowizji w przypadku wszystkich aktywów. Dodatkowo, nie ponosisz żadnych opłat za swapy na pozycjach overnight dla wybranych par walutowych.",
+ "1113034090": "<0>Note:0> You'll only be able to create ads once your account has been verified.",
"1113469496": "Uzyskasz wysokość opłaty swapowej w USD.",
"1114242450": "Zakłady oparte na wskaźnikach syntetycznych dostępne na Deriv",
"1115835371": "Często zadawane pytania – Konto",
@@ -745,10 +813,13 @@
"1123710409": "Jak obliczyć depozyt zabezpieczający",
"1123908498": "MTC/USD",
"1124560181": "Elastyczność i wiele rynków",
+ "1124829631": "What conversion rates do you use for deposits and withdrawals?",
"1124905330": "Dostosuj rodzaje zakładów",
+ "1126492980": "The <0>Buy/Sell0> tab shows you ads by other advertisers. You can see your ads in the <0>My ads0> tab.",
"1126725671": "Informacja, która pomoże Ci lepiej zrozumieć ryzyko, które może się pojawić podczas handlowania na Deriv",
"1126917116": "Mikro-pary",
"1127858885": "Znajdź stanowisko odpowiednie dla siebie, przeglądając oferty pracy w Mińsku na Białorusi.",
+ "1128046384": "No. You can withdraw your commission whenever you want.",
"1135059547": "Zapytaj wszystkich",
"1136360582": "W tym e-booku poruszymy te tematy",
"1136731907": "Pamiętaj, że to są tylko przybliżone wartości, które będą się różnić w zależności od dźwigni, która jest ustawiona na Twoim koncie i od aktywa, którym chcesz handlować.",
@@ -759,8 +830,9 @@
"1151456638": "Cenimy osoby, które lubią pracować w sespole i swobodnie współpracują z różnymi działami z pokorą i ambicją.",
"1151925602": "Prognozuj, czy ostatnia cyfra ostatniej zmiany ceny kontraktu będzie większa czy mniejsza od określonej liczby.",
"1152332043": "Inwestuj w waluty, wskaźniki syntetyczne, akcje, wskaźniki giełdowe, kryptowaluty i towary, korzystając z dźwigni.",
+ "1155361880": "Need help? Please <0>contact us via live chat.0>",
+ "1155971726": "Click <0>here0> to close your account.",
"1158101648": "Importowanie z Google Drive",
- "1161300179": "Możesz też dokonywać wypłat z konta Deriv, „sprzedając” fundusze Deriv innym inwestorom w zamian za zapłatę w lokalnej walucie (lub dowolnej innej obsługiwanej walucie).",
"1161999797": "Inwestuj w forex, syntetyki, akcje, wskaźniki, kryptowaluty i towary.",
"1167224712": "Oferujemy różne metody płatności - przelewy bankowe, karty debetowe/kredytowe, e-portfele i kryptowaluty, aby umożliwić Ci wygodne dokonywanie transakcji!",
"1168114406": "Przechowywanie skumulowanych zysków lub strat podczas gdy bot jest uruchomiony. Ustaw wartość początkową na 0.",
@@ -769,6 +841,7 @@
"1169378202": "Pośrednicy płatności | Program dla partnerów | Deriv",
"1171765024": "Krok 3",
"1172611503": "Jeśli wybierzesz zakład „Azjatycki - spadnie”, zdobędziesz wypłatę, gdy ostatni najmniejszy przyrost ceny będzie niższy niż średnia najmniejszych przyrostów ceny.",
+ "1173289870": "<0>Revenue share0> \n Earn commission of up to 45% based on the monthly net revenue generated by your clients. The higher their net revenue, the higher your commission payout.",
"1175717636": "Jakie raporty mogę generować z mojego konta partnera?",
"1177080017": "DBot | Robot handlowy | Deriv",
"1178873929": "Możliwe jest korzystanie z różnych systemów filtrujących dostępnych na rynku w celu ograniczenia dostępu do naszej strony.",
@@ -777,27 +850,29 @@
"1181506313": "Deriv P2P to świetna aplikacja, uwielbiam ją!",
"1182198798": "Na przykład, jeśli zamkniesz pozycję w określonym punkcie, Twoje środki odpowiadają całkowitej wartości salda konta plus zyskowi lub stracie w tym punkcie. Jeśli stosunek tej wysokości do obecnie używanej przez Ciebie marży jest niższy od poziomu Stop Out na Deriv, wówczas może zostać zastosowana opcja Stop Out.",
"1182470294": "Nie masz jeszcze konta Deriv.com?",
+ "1183868384": "Is Deriv regulated?",
"1184301560": "Poznaj program partnerski Deriv i zostań partnerem zaufanego pioniera. Wszystkie nasze programy są bezpłatne i nie stosujemy żadnych ukrytych opłat.",
"1186450032": "Zapisz bot na Google Drive",
"1189491487": "Brak prowizji i opłat",
"1189875009": "Udokumentowane doświadczenie",
"1190588251": "Traktujemy wszystkich klientów sprawiedliwie, uczciwie rozpatrujemy reklamacje i oferujemy konkurencyjne ceny, bez ukrytych kosztów i sztucznych barier przy wypłatach.",
+ "1191311301": "How do I set an investor password for my Deriv MT5 account?",
"1191682103": "Rejestracja nie jest konieczna. Zaloguj się przy użyciu swoich danych logowania <0>Binary.com0>.",
"1195213035": "Jeśli chcesz wznowić inwestowanie po wygaśnięciu samodzielnego wykluczenia i po złożeniu wniosku o usunięcie samodzielnego wykluczenia, będzie obowiązywał 24 godzinny okres przejściowy, zanim ponownie uzyskasz dostęp do naszej strony internetowej.",
"1196310280": "Intel",
"1197939158": "Nie akceptuję",
"1198781410": "Stworzyliśmy dla Deriv skoncentrowaną na kliencie i intuicyjną platformę do handlowania, zoptymalizowaną w taki sposób, by jak najwięcej odwiedzających stawało się naszymi klientami. Zapewnimy Ci również narzędzia i kreatywne materiały przydatne do przekierowywania użytkowników do Deriv.",
- "1202465815": "Twoje saldo Deriv P2P składa się z części salda Twojego konta Deriv. Wszystkie Twoje wpłaty przez e-portfel i w kryptowalutach są dostępne do użytku w Deriv P2P, ale tylko część wpłat dokonanych przez karty będzie dostępna.",
"1205209576": "Przedstawiamy MT5 na Deriv.com",
"1207865156": "Zarejestruj się, aby skorzystać z demonstracyjnego konta Deriv",
"1208151831": "Wiceprezes ds. strategii i zarządzania projektami",
- "1208165195": "Moje łącze do weryfikacji wypłaty wygasło. Co mam zrobić?",
+ "1208382171": "We may request more information during the signup process.",
"1211781148": "Ciesz się szybkimi, bezproblemowymi i bezpiecznymi wpłatami i wypłatami dzięki AdvCash.",
"1211817306": "Zakłady oparte na kryptowalutach dostępne na Deriv",
"1213111346": "Czym jest handel kontraktami CFD?",
"1213902291": "Aby pobrać poszczególne raporty, przejdź na swój pulpit i wybierz opcję Raporty > Filtruj według marki. Następnie wybierz platformę, dla której chcesz zobaczyć prowizje.",
"1214098313": "Ciesz się łatwością i bezpieczeństwem przechowywania swoich strategii na Google Drive.",
"1215637769": "Ciesz się szybkimi i bezpiecznymi wpłatami i wypłatami dzięki Astropay.",
+ "1216205330": "No. To keep your funds safe, you are strictly prohibited from using payment methods that are not yours. If you do use someone else’s payment method, we’ll suspend your Deriv account for security purposes.",
"1216280249": "Odpowiedzialne handlowanie",
"1217246029": "Raport dot. <0>graczy0>: przedstawia listę klientów z ich ID i datą rejestracji",
"1219754757": "Twoje bezpieczeństwo jest naszym priorytetem.",
@@ -820,12 +895,14 @@
"1254667788": "Platforma handlowa Dbot na Deriv",
"1254866713": "Pulpit handlowy DMT5",
"1256295276": "Handlowanie on-line może być ekscytujące, ale należy pamiętać, że wiąże się z ryzykiem. Zachęcamy wszystkich użytkowników do zabezpieczenia swoich kont i grania odpowiedzialnie, tak by doświadczenia związane z grą on-line były najlepsze z możliwych.",
+ "1256530668": "Go to your <0>Deriv X dashboard0>.",
"1257029444": "Sprawdź swoją skrzynkę odbiorczą i kliknij link wysłany w celu zresetowania swojego hasła.",
"1258668610": "Zbuduj swój bot, korzystając z opcji przeciągnij i upuść",
"1259598687": "GBP/JPY",
- "1261154397": "Firma Deriv Investments (Europe) Limited - z siedzibą w W Business Centre, Level 3, Triq Dun Karm, Birkirkara BKR 933, Malta - jest objęta licencją (<0>o numerze IS/701560>) i autoryzacją Urzędu ds. Usług Finansowych na Malcie: Malta Financial Services Authority na mocy ustawy o usługach inwestycyjnych i może świadczyć usługi inwestycyjne na terenie Unii Europejskiej. Podlega również autoryzacji i regulacjom Financial Conduct Authority w Wielkiej Brytanii.",
"1261634270": "Jak zmienić metodę płatności?",
+ "1268136992": "Go to <0>Deriv P2P0> > <1>Buy/Sell1>.",
"1268931688": "Zacznij handlować koszykami aktywów na Deriv w 3 prostych krokach",
+ "1269263572": "Fill up the form and click <0>Post ad0>.",
"1270782712": "Handluj pewnie, korzystając z usługi stworzonej przez zaufaną markę handlu on-line z ponad 20-letnim doświadczeniem.",
"1272012156": "GBP/CHF",
"1274309337": "DOG/USD",
@@ -833,26 +910,32 @@
"1275674402": "Pozycja długa i krótka",
"1276342366": "Jako nasz partner będziesz reklamować nasze produkty i usługi swoim odbiorcom, w tym nasze wiodące platformy DTrader i DBot. Po tym jak Twoi odbiorcy dokonają rejestracji i rozpoczną handlowanie przy użyciu prawdziwych pieniędzy, uzyskasz prowizje za ich zakłady.",
"1280380287": "Węgry",
- "1282417520": "Możesz rozmawiać z inwestorami, z którymi handlujesz, za pośrednictwem czatu wewnątrz aplikacji.",
+ "1284674803": "<0>Deriv MT50> offers CFD trading on forex, stocks, stock indices, commodities, cryptocurrencies, and synthetics. <1>Deriv X1> offers CFD trading on the same markets, except stocks and stock indices.",
"1285517993": "Zautomatyzuj swoje pomysły handlowe bez konieczności pisania kodu",
"1286094280": "Wypłać",
"1286648079": "Wskaźnik zwrotu z inwestycji dla opcji mnożnikowych mieści się w granicy 95,0-99,9% średnio dla wszystkich wskaźników. Wskaźnik RTP może się zmienić w przypadku użycia innego mnożnika lub wybrania innego czasu trwania.",
+ "1288690494": "Can I increase my daily buy or sell limit on Deriv P2P?",
"1289363035": "Korzystaj z konta demo, aby nauczyć się handlowania, stosując pozbawione ryzyka wirtualne środki.",
"1289646209": "Wezwanie do uzupełnienia depozytu",
"1291658124": "To proste. Wystarczy przejść na Deriv.com i wprowadzić dane logowania do Binary.com. Od razu poznasz nowy wygląd i funkcje Deriv.com. ",
"1291852379": "50 - 5 000",
"1293479771": "PnL dla depozytu",
"1294884975": "30%",
+ "1298148281": "Go to the <0>Deriv X dashboard0>.",
"1299144461": "Regulamin",
"1299666269": "Limassol | Nasze biuro – Cypr | Deriv",
+ "1302849350": "You can find your Deriv MT5 server name on your <0>Deriv MT5 dashboard0>. Look for <1>server1> in between the broker name and login ID.",
"1304034020": "Jakie nowe produkty i usługi są oferowane w wyniku tego rebrandingu?",
+ "1308171976": "Do I need to pay taxes on my trades/profits?",
"1311522952": "Weekendowe zakłady, szybkie wpłaty i wypłaty oraz inwestowanie we wskaźniki syntetyczne – czy może być lepiej?",
"1312475321": "1 dzień roboczy. Tylko dla klientów z Wielkiej Brytanii.",
+ "1312811555": "To learn more about disputes on Deriv P2P, see our <0>terms of use0> (refer to Section 4.4 ‘Deriv P2P’).",
"1312819271": "Powiedzmy, że chcesz zainwestować w 2 partie EUR/USD.",
"1316697520": "Rynki dostępne do handlowania z mnożnikami",
- "1317425969": "Własnościowe wskaźniki syntetyczne Deriv są pozbawione ryzyka rynkowego i ryzyka płynności. Korzystaj z handlowania wskaźnikami syntetycznymi 24/7 na Deriv MT5, DTrader i innych platformach.",
"1318017828": "Znajdź lub utwórz reklamę",
+ "1320403859": "Click your account balance.",
"1322942144": "Gdzie mogę sprawdzić status moich zakładów w DBot?",
+ "1323472781": "Ujawnianie informacji finansowych – Raport roczny 2021",
"1324235103": "Jak kupić pierwszy kontrakt mnożnikowy na DTrader",
"1324376913": "Nasze wartości są podstawą naszej kultury",
"1324779616": "Uzyskiwanie dostępu do kodu back-end, plików cookie sesji wewnętrznej lub innych poufnych informacji",
@@ -870,13 +953,14 @@
"1353811622": "Deriv to skoncentrowany na kliencie portal oferujący handel on-line, stworzony przez Binary.com. Z ponad 20-letnim doświadczeniem i innowacją popartą zdobywanymi nagrodami, stworzyliśmy zupełnie nowe doświadczenie handlowe, tak by każdy mógł w prosty sposób rozpocząć handlowanie.",
"1354275546": "Bezproblemowe wpłaty i wypłaty",
"1354590562": "Dzienniki",
- "1355243595": "Jeśli Twoje konto nie jest zweryfikowane, możesz zmienić swoje imię, datę urodzenia i obywatelstwo w sekcji <0>Ustawienia >0> <1>Dane osobowe1>.",
"1355514813": "12 mln USD",
"1355808192": "Przejrzyj najczęściej zadawane pytania",
"1357493810": "Handluj zasobami naturalnymi, które są kluczowe dla światowej gospodarki.",
+ "1359080808": "Własnościowe wskaźniki syntetyczne Deriv są pozbawione ryzyka rynkowego i ryzyka płynności. Korzystaj z handlowania wskaźnikami syntetycznymi 24/7 na Deriv MT5, DTrader i innych platformach.",
"1359732815": "<0>Zobacz listę przykładów luk bezpieczeństwa0>",
"1360754724": "Odwiedź Deriv.com już teraz",
"1362578283": "Wysokie",
+ "1363124819": "You can cancel your withdrawal on the <0>Cashier page0> by following the steps mentioned in the next paragraph. Please note that you cannot cancel withdrawals if:",
"1363502727": "PnL dla mnożników",
"1364296672": "Będziemy wyceniać i rozliczać wszystkie kontrakty w sposób dokładny i uczciwy, w oparciu o wiarygodne dane i bez zbędnej zwłoki, tak aby klienci mogli ufać cenom na naszej stronie internetowej.",
"1364947573": "Tablica Dtrader",
@@ -898,6 +982,7 @@
"1391269416": "<0>Zamknięcia-Niska:0> Gdy kupisz kontrakt „Zamknięcia-Niska”, Twój zysk lub strata będzie równa wartości mnożnika pomnożonego przez różnicę między ceną zamknięcia a niską w okresie kontraktu. ",
"1391632806": "Inwestorzy są oceniani w oparciu o wskaźnik ukończenia i szybkość dokonywania wymiany.",
"1393006010": "Podstawy handlowania kontraktami CFD",
+ "1393602451": "Click <0>Yes0> to confirm the cancellation. Your funds will be returned to your Deriv account, and your account balance will be updated accordingly.",
"1394697594": "21 000",
"1396179592": "Prowizja",
"1396417530": "Indeks rynku niedźwiedzia",
@@ -908,16 +993,19 @@
"1406360927": "Pary drugorzędne",
"1407191858": "DTrader",
"1408071788": "Niski wymóg kapitałowy",
+ "1409139116": "Ensure that you’ve entered the correct amount and exchange rate in your ads.",
"1410320737": "Przejdź dodo pulpitu Deriv MT5",
"1411032790": "Wiele wykresów przedstawiających Twoje handlowanie online",
"1411975375": "Odwiedź nasze centrum pomocy",
- "1415618534": "Klienci w Unii Europejskiej, którzy chcą handlować produktami inwestycyjnymi mogą mieli konta otwarte przez firmę Deriv Investments (Europe) Limited.",
+ "1412644174": "We process your deposits and withdrawals internally within 1 to 3 business days (depending on your <0>payment method0>). It may take longer for your funds to reach you due to the different processing times by banks and payment service providers. See our <0>Payment methods0> page for a complete list of the processing times for each payment method.",
"1416248668": "Wybierz najlepszy kurs",
"1418467036": "Pośrednicy płatności | Partnerzy | Deriv",
+ "1421464735": "You can get more info about this on our <0>Regulatory information0> page.",
"1423609990": "Handluj z dźwignią finansową i zakładach opartych na zmianach ceny popularnych par kryptowalut i waluty fiducjarnej.",
"1424805407": "Wraz ze swoimi własnymi klientami jesteś częścią naszej sieci partnerów i prawdopodobnie chcesz wiedzieć, co oznacza ta transformacja. Stworzyliśmy ten przewodnik, aby pomóc Ci zrozumieć lepiej nasz rebranding i wesprzeć Cię w komunikacji z Twoimi klientami.",
"1425594249": "Nasze najlepsze środowisko inwestycyjne na Twoim telefonie komórkowym.",
"1425780786": "DTrader ułatwia handlowanie on-line, umożliwiając Ci handel walutami, wskaźnikami, towarami i wskaźnikami syntetycznymi.",
+ "1426151926": "Can I change the server for my Deriv MT5 account?",
"1426790442": "Spekuluj, jak zmieni się cena głównych par walutowych i zwiększ swój potencjalny zysk bez ryzyka straty kwoty większej niż niż Twoja stawka.",
"1433223815": "Inwestycje oparte na koszykach aktywów są już dostępne na Deriv",
"1433574125": "Pamiętaj:",
@@ -928,10 +1016,14 @@
"1439020196": " W przypadku tych wskaźników średnio występuje jeden spadek (crash) lub jeden wzrost (boom) cen w <0>serii 1000, 500 lub 300 ticków0>.",
"1441027550": "Może nie być dostępny w Twoim kraju lub użyty link był nieprawidłowy.",
"1445592224": "Przez przypadek podałeś/podałaś nam inny adres e-mail (zazwyczaj jest to adres e-mail z pracy lun osobisty, zamiast właściwego).",
+ "1445901371": "Wybierz konto <0>syntetyczne0> lub <0>finansowe0>. Następnie naciśnij <0>Dodaj prawdziwe konto0> lub <0>Dodaj konto demo0>.",
"1448470646": "4. Wybierz folder, w którym chcesz zapisać swoją strategię i kliknij Wybierz.",
+ "1450233348": "If you haven’t made a deposit or added a real MT5 account, follow these steps:",
"1451636739": "Intuicyjne narzędzia",
"1454189755": "Jeśli punkt wyjściowy jest równy dolnemu limitowi lub górnemu limitowi, nie zyskujesz wypłaty.",
"1454243296": "Minimalny wymóg kapitału, ograniczone ryzyko",
+ "1456673219": "How and when will I receive my commission payout?",
+ "1456920032": "<0>Deriv X0> and <1>Deriv MT51> offer CFD trading on a similar range of assets, where you're able to open positions with leverage and your potential profit is only known when you close your positions. It's riskier than digital options trading because while you may potentially gain a lot if you win, you may also lose a lot if you don't. Deriv X and Deriv MT5 are popular among our traders who enjoy the risks as part of the excitement of CFD trading.",
"1458263388": "Zarabiaj, gdy Twoi klienci handlują na koncie finansowym STP MT5.",
"1458583383": "Akademia",
"1463614633": "Następujące aplikacje stron trzecich nie są objęte tym programem:",
@@ -943,56 +1035,69 @@
"1472787414": "Akcje i wskaźniki giełdowe: podstawy",
"1475208422": "Paryź",
"1479399998": "Znajdź stanowisko odpowiednie dla siebie, przeglądając oferty pracy w Deriv w Kigali, w Rwanda.",
+ "1480607246": "This difference is because MT5 is a third-party platform that requires its own login credentials. Your Deriv MT5 login gives you access to the MT5 platform, while your Deriv login gives you access to our digital options platforms such as DTrader and DBot.",
"1484774405": "0,25",
"1485752074": "Inwestuj na bezpiecznych, intuicyjnych i prostych w użyciu platformach oferujących zaawansowane wykresy.",
"1486874803": "Podoba Ci się Binary Bot?",
+ "1488554938": "If you don’t have a Deriv account yet, <0>sign up0> for free.",
+ "1489350747": "To become an IB, you'll need to be an existing affiliate with a Deriv account and an MT5 Synthetic real account. If you do, you can apply to become an IB by writing to us at <0>affiliates@deriv.com0>. <1>Get more info about our IB programme1>.",
"1489994179": "Znajdź stanowisko odpowiednie dla siebie, przeglądając oferty pracy w Deriv w Asunción, w Paragwaju.",
"1490540125": "Jak mogę zautomatyzować swoją strategię handlową?",
+ "1490936453": "For your Deriv real account, go to <0>Reports0> to close or sell your open positions.",
"1491012687": "Deriv P2P: Nasza aplikacja do płatności peer-to-peer (<0>Aplikacja na Androida0>, <1>Aplikacja na iOS1>)",
"1491181763": "Wskaźniki Range Break 100",
"1492594418": "Dokonuj wpłat i wypłat z łatwością na swoich urządzeniach stacjonarnych i mobilnych.",
"1493671770": "<1>Uwaga:1> Musisz zmienić typ swojego konta MQL5 na konto sprzedawcy, aby móc dodać sygnał. Aby to zrobić, <0>wykonaj kroki opisane na tej stronie0> i zarejestruj się jako sprzedawca.",
"1493835906": "Francja",
+ "1496486675": "Why can't I withdraw using Maestro or Mastercard?",
"1496810530": "GBP/AUD",
+ "1498651658": "Yes. <0>Contact us via live chat0>, and we'll help you through it. We'll need the following information:",
"1499981850": "330000+",
"1502162725": "Elastyczne rodzaje zakładów z minimalnym wymogiem kapitału",
"1502175389": "Uzyskasz opłatę swapową w kwotowanej walucie w przypadku pary forex lub w wartości nominalnej aktywa bazowego w przypadku towarów.",
+ "1502453121": "Your orders are available in the <1>Orders1> tab at <0>Cashier > Deriv P2P0>.",
"1502642397": "Wybierz jedną z trzech zaawansowanych platform — stworzonych z myślą o Tobie",
"1503602940": "Jeśli poziom Twojego depozytu zabezpieczającego spadnie poniżej poziomu wezwania do uzupełnienia depozytu na Deriv, wezwiemy Cię do uzupełnienia depozytu. Jest to ostrzeżenie, że stan Twojego konta zbliża się do poziomu Stop Out.",
- "1504960339": "Firma Deriv (FX) Ltd - F16, Level 1, Paragon Labuan, Jalan Tun Mustapha, Labuan 87000, Malezja - jest objęta licencją Urzędu ds. Usług Finansowych na Labuanie (Labuan Financial Services Authority) (<0>licencja o nr. MB/18/00240>).",
+ "1504670496": "The minimum amount you’ll need to open a position on Deriv MT5 depends on the margin required for each asset. You can calculate the margin required using our <0>margin calculator0>.",
"1505978883": "<0>Wyświetl wszystkie pytania0>",
"1509244758": "Metoda",
"1510075920": "Gold/USD",
+ "1516537408": "Nie możesz już handlować na Deriv ani wpłacać środków na swoje konto.",
"1516676261": "Wpłata",
"1521590614": "Przechowuje kwotę stawki użytą w ostatnio zakupionym kontrakcie. Możesz przypisać dowolną kwotę w zależności od swojej strategii.",
+ "1522587298": "Take note of your <0>username0> and password.",
"1524033858": "Czym jest DTrader?",
"1525885795": "Czy jako pośrednik płatności otrzymam prowizje od Deriv?",
"1528031455": "Masz już konto?",
"1529602839": "Poziom",
- "1534697187": "RTS28 2019",
"1536955851": "Handlowanie opcjami | Rodzaje zakładów | Deriv",
"1537212469": "Cena spot",
- "1539108340": "Indeks EUR",
"1539984821": "Dział wsparcia Deriv jest dostępny przez czat 24/7 – nawet w weekendy. Możesz też znaleźć odpowiedzi na pytania w naszym <0>Centrum pomocy0> i uzyskać pomoc od innych inwestorów w naszej <1>Społeczności1>.",
+ "1540879673": "How do I change my affiliate payment method?",
"1541818425": "Zresetuj hasło",
"1542393407": "Funkcje do handlowania kontraktami CFD na Deriv",
"1542938499": "Wiodące oprogramowanie do dokonywania płatności w Azji Południowo-wschodniej. Obecnie oferujące możliwość dokonywania wpłat w Wietnamie, Tajlandii i Indonezji.",
+ "1546535785": "Are there any conditions that I should meet before I can withdraw my commission?",
"1546917177": "5 - 750",
"1550574351": "Załóżmy, że chcesz zachować otwarte przez noc dwie partie EUR/USD o wartości punktowej 0,00001 i przy stawce swapowej wynoszącej -0,12.",
- "1550835977": "Klienci z pozostałych rejonów świata (z wyłączeniem krajów z ograniczonym dostępem, takich jak Stany Zjednoczone, Kanada czy Hongkong), którzy chcą handlować kontraktami na różnice kursowe na instrumenty finansowe i kryptowaluty będą mieli założone konto finansowe DMT5 STP przez Deriv (BVI) Ltd.",
"1551153165": "Na Deriv możesz handlować następującymi opcjami:",
"1551172020": "Koszyk AUD",
"1552847627": "Dowiedz się, jak możesz zostać pośrednikiem płatności w Deriv. Wyślij nam wiadomość e-mail, aby aplikować!",
"1553783327": "Uzyskaj profesjonalne wsparcie, kiedy go potrzebujesz.",
"1553836855": "Utwórz konto demo",
"1553995374": "1 USD",
+ "1555213049": "List of shareholders",
"1556304768": "Handlowanie wskaźnikami syntetycznymi pozwala Ci zyskać w przypadku poprawnego przewidywania zmian cen naszych własnościowych wskaźników, które symulują zmiany cen na prawdziwych rynkach.",
+ "1556776884": "To log in on your mobile, you'll need the app. If you haven't got the app, you can download it from your dashboard.",
"1556866509": "Jeśli kupisz kontrakt z możliwością anulowania, przycisk „Anuluj” umożliwi Ci zakończenie Twojego kontraktu i uzyskanie zwrotu stawki w pełnej wysokości. Jednocześnie użycie przycisku „Anuluj” umożliwia zakończenie pozycji po obecnej cenie, co może doprowadzić do straty, jeśli zakład ze stratą zostanie zamknięty.",
"1556922066": "Wymieniaj waluty z łatwością z innymi inwestorami, aby przesyłać środki z i na konto Deriv.",
+ "1557535154": "Is it free to join your affiliate programme?",
"1558114971": "Problemy o mniejszym znaczeniu narażają na ujawnienie bardzo ograniczonej ilości danych. Mogą wpływać negatywnie na oczekiwania co do sposobu działania, ale bez eskalacji uprawnień lub możliwości wywołania niezamierzonego zachowania. Na przykład:",
"1559712313": "Zakłady oparte na towarach dostępne na Deriv",
"1562241070": "Wszystkie Twoje ulubione rynki i nie tylko",
+ "1563919822": "You'll get daily commission payouts in your MT5 Synthetic account.",
"1564461474": "Wpłacaj i wypłacaj przy użyciu karty kredytowej lub debetowej Mir.",
+ "1565220133": "you reside in the UK, or",
"1567023771": "Europe 50",
"1567026093": "kraje",
"1567745852": "Nazwa bota",
@@ -1001,6 +1106,7 @@
"1569834661": "Inwestuj w waluty, wskaźniki syntetyczne, akcje, wskaźniki giełdowe, kryptowaluty, koszyki aktywów i towary w jednym miejscu.",
"1571130376": "Istotna działalność",
"1571653008": "Korzystaj z naszego darmowego konta demonstracyjnego, aby handlować nieograniczonymi środkami wirtualnymi. To najprostszy sposób, by nauczyć się, jak korzystać z naszych produktów.",
+ "1571816719": "What is a referred client?",
"1573231398": "Dlaczego warto handlować kryptowalutami na Deriv",
"1574476135": "Powiedzmy, że przewidujesz wzrost cen na rynku.",
"1576607456": "Historia Deriv Group – właściciela marek Deriv i Binary.com – sięga 1999 r., kiedy to stworzyliśmy podstawy pierwszej na świecie usługi handlu po stałych kursach. Od tamtej pory rośliśmy w siłę, zyskując zaufanie graczy na całym świecie.",
@@ -1017,16 +1123,21 @@
"1588850507": "<0>Koszyk USD0> mierzy wartość dolara amerykańskiego w stosunku do koszyka pięciu światowych walut (EUR, GBP, JPY, CAD, AUD), z których każda ma wagę 20%.",
"1589165958": "Spróbuj „Handlowanie”",
"1591242575": "W jaki sposób używamy i chronimy informacje, które nam przekazujesz",
+ "1591498220": "Do I need a Deriv account to use Deriv P2P?",
"1591623217": "Lubisz MT5 na Binary.com?",
"1592543050": "Do 10 000 $",
+ "1593423002": "Follow the instructions to create your real account.",
+ "1593716245": "What are the trading limits on my account?",
"1593723948": "1. Utwórz swoje konto Deriv",
"1595539912": "Czas przetwarzania",
+ "1598664071": "List of directors",
"1599891822": "Kwota „stop stratom” z kierunkiem spadkowym",
"1601324523": "5-10 000",
"1601498870": "Ostatnie artykuły",
"1601664674": "Swap forex formula mobile",
"1601968899": "Kontrakty oparte na kryptowalutach, zakładane z mnożnikami mają ograniczony czas. Zależy on od aktywa, którym handlujesz i jest widoczny na pulpicie DTrader przed złożeniem kontraktu.",
"1602627054": "Więc wartość pip wynosi <0>2 USD0>.",
+ "1602716515": "When you join our IB programme,",
"1602800752": "Zapisz swoje strategie",
"1604199439": "Deriv X to platforma transakcyjna oferująca wiele aktywów, z możliwością dostosowania do potrzeb klienta. Oferując kontrakty CFD na rynku Forex, towary, kryptowaluty i syntetyki, Deriv X zapewnia wszechstronne doświadczenie handlowe, które pozwala na dostosowanie środowiska handlowego do własnych potrzeb.",
"1604222298": "Kalkulator depozytu zabezpieczającego",
@@ -1038,19 +1149,22 @@
"1610511716": "Przejdź do Dtrader",
"1611194169": "1. Zaloguj się przez Deriv",
"1611229342": "Inwestuj w akcje globalnych spółek i we wskaźniki giełdowe na naszej platformie DMT5",
+ "1611981849": "Where can I see my orders?",
"1613233789": "Blog",
"1613860853": "Możesz przedyskutować dowolny plan zachęt ze swoim menedżerem konta. Pamiętaj, że nie zezwalamy na stosowanie niezatwierdzonych zachęt, prezentów i płatności mających przekonać klientów do rejestracji. W przypadku naruszenia tej zasady możemy wstrzymać prowizje.",
"1614426743": "Platformy DBOT",
- "1615327604": "<0>Indeks USD0> mierzy wartość dolara amerykańskiego w stosunku do koszyka pięciu światowych walut (EUR, GBP, JPY, CAD, AUD), z których każda ma wagę 20%.",
+ "1615509866": "Proste w użyciu platformy ",
"1615969878": "Dlaczego zdecydowaliście się na rebranding?",
"1616071522": "Indeks <0>France 400> śledzi zachowanie 40 najczęściej kupowanych akcji spośród 100 notowanych na giełdzie spółek we Francji.",
"1616502762": "<0>Indeks US Tech 1000> śledzi zachowanie akcji 100 największych niefinansowych spółek w Stanach Zjednoczonych.",
"1618280107": "Oferujemy konkurencyjne ceny wszystkich naszych produktów",
"1619070150": "Trwa przekierowywanie na zewnętrzną stronę.",
"1619579199": "Dlaczego saldo na moim koncie Deriv P2P różni się od salda na koncie Deriv?",
+ "1621224521": "How can I reactivate my Deriv account?",
"1621463985": "Jesteśmy zaszczyceni, że możemy służyć wszystkim, którzy polegają na naszych produktach i usługach, i chcemy oferować tylko to, co najlepsze. Dlatego właśnie nasze zasady i wartości są tak ważne w określaniu tego, kim jesteśmy, dlaczego robimy to, co robimy i jak traktujemy naszych klientów i siebie nawzajem. We wszystkich naszych biurach na całym świecie i we wszystkim, co robimy, kierujemy się następującymi zasadami.",
"1622130657": "Zapisz się do naszej akademii przez e-mail",
"1622334173": "EUR/ZAR",
+ "1623894448": "How do I create an API token?",
"1624895344": "Metoda płatności, która będzie akceptowana",
"1625424557": "Indeks <0>Netherland 250> śledzi zachowanie akcji 25 najpopularniejszych spółek w Holandii.",
"1625517227": "Ponad 20 milionów klientów na całym świecie. Ciesz się natychmiastowym dostępem, darmowymi wypłatami i punktami w nagrodę, które możesz wymieniać na gotówkę.",
@@ -1059,15 +1173,17 @@
"1631620531": "Wieloletnie doświadczenie w branży",
"1631705059": "Prognozuj, czy punkt wyjściowy będzie wyższy czy niższy od ceny docelowej (limit) na koniec okresu kontraktu.",
"1632238343": "Do 500 $",
+ "1633022779": "Synthetic indices and cryptocurrencies are available for trading 24/7.",
"1633102593": "Deweloperzy oprogramowania",
"1634507782": "Wskaźniki Range Break 200",
"1636066113": "Możliwości współpracy",
"1636527166": "Zakłady forex dostępne na Deriv",
"1636782601": "Mnożniki",
- "1637072557": "Problem może być związany z kilkukrotnym kliknięciem przycisku „Wypłać”. Spróbuj wypłacić ponownie, a następnie kliknij najnowsze łącze weryfikacyjne wysłane na Twój adres e-mail. Pamiętaj, żeby użyć łącza w ciągu godziny.",
+ "1637050346": "Why did my credit card deposit get declined?",
"1637552314": "Jeśli satysfakcjonują Cię ustawione parametry, wybierz „Wzrost” lub „Spadek”, aby kupić kontrakt. Jeśli nie, w dalszym ciągu dostosowuj parametry i złóż zlecenie, gdy warunki będą Ci odpowiadać.",
"1643887982": "Amazon.com Inc",
"1644652204": "Zasil swoje konto, korzystając z preferowanej metody płatności.",
+ "1644929511": "<0>DTrader0>, <1>SmartTrader1>, <2>DBot2>, and <3>Binary Bot3> offer digital options trading on a range of underlying assets such as forex, stock indices, commodities, and synthetics. These platforms allow you to set the contract duration before opening positions, and you'll know exactly how much you'll earn if you win. You may find these platforms more intuitive if you're new to the trading world.",
"1645164568": "brak kosztów tworzenia",
"1647478191": "Zostań naszym partnerem. Zarabiaj prowizje od całkowitego przychodu netto zakładów zawartych na DTrader i DBot przez poleconych przez Ciebie klientów.",
"1648545897": "Vince Stanzione.",
@@ -1077,6 +1193,8 @@
"1658580871": "Te metody płatności są dostępne wyłącznie dla naszych klientów z kontami kryptowalutowymi.",
"1659675491": "Ćwicz inwestowanie w aplikacji mobilnej lub stacjonarnej lub przez przeglądarkę internetową.",
"1660776335": "Aby wpłacić środki na swoje konto Deriv X w Deriv, musisz skorzystać ze środków na swoim koncie Deriv. Przejdź do sekcji Kasjer > <0>Przelew między kontami0> i postępuj zgodnie z instrukcjami na ekranie.",
+ "1661263248": "How can I download my Deriv MT5 history?",
+ "1661791574": "Available 24/7, our synthetic indices emulate price movements of real-world markets with varying levels of volatility. As they aren't based on actual underlying assets, they are unaffected by real-world market events.",
"1661832115": "Twoje raporty o błędach są sprawdzane i nagradzane na podstawie tego, jak poważne i istotne są błędy.",
"1664747386": "Paypal",
"1665738338": "Saldo",
@@ -1098,7 +1216,6 @@
"1683034855": "DTrader jest zaawansowaną platformą handlową, która umożliwia Ci handel ponad 50 aktywami w formie opcji cyfrowych, wstecznych i mnożnikowych.",
"1686378613": "DBot to internetowe narzędzie do tworzenia strategii handlowania opcjami cyfrowymi. To platforma, na której możesz budować swoje własne boty handlowe przy użyciu funkcji przeciągnij i upuść blok.",
"1686846461": "Handluj wskaźnikami zmienności z DTrader na Deriv",
- "1689738742": "Indeks Gold",
"1691349777": "Dołącz do ponad miliona osób handlujących na Deriv.com i Binary.com — nagradzanej platformie cieszącej się zaufaniem od ponad 20 lat.",
"1692148560": "Mierzy cenę złota w stosunku do koszyka pięciu światowych walut (EUR, GBP, JPY, AUD, USD), z których każda ma wagę 20%",
"1692290832": "Jakie wsparcie w zakresie marketingu oferujecie?",
@@ -1107,12 +1224,15 @@
"1707301172": "Akcje, już dostępne",
"1708242802": "Korzystaj z bezpiecznej przeglądarki internetowej, takiej jak Google Chrome. Zawsze instaluj najnowsze aktualizacje oprogramowania, gdyż zawierają zaktualizowane zabezpieczenia.",
"1709273595": "Jedna standardowa partia na rynku forex = 100 000 jednostek",
+ "1709893717": "You'll have access to reports that show your hits, impressions, click-through rates, clients' trading activity, and more.",
"1711575167": "Dostępne do inwestowania na Deriv MT5 i Deriv X (na kredyt), DTrader (z opcjami i mnożnikami), Deriv GO (z mnożnikami).",
"1713857763": "<0>Wartość „stop stratom” i/lub „uzyskaj zysk” z kierunkiem wzrostowym = Maks. [{stawka × ((poziom stop stratom LUB uzyskaj zysk - cena aktywa) ÷ cena aktywa × mnożnik) - prowizja}, -stawka]0>",
"1714709402": "Kto ustanawia wysokość prowizji od transakcji?",
"1715011380": "Indeks Jump 25",
+ "1715241142": "How do I see my earnings?",
"1715491803": "Do 100 $",
"1717346758": "Fałszowanie żądań między serwerami lub między stronami (bez dostępu do naszej sieci wewnętrznej)",
+ "1719304654": "The pricing of our synthetic indices is backed by algorithms that are audited for fairness by an independent third party. Due to regulatory requirements, synthetic indices are unavailable in some countries. Refer to ‘Product offering’ in our <0>terms of use0> for more info.",
"1720725354": "Jakie są różnice między standardowym, zaawansowanym i syntetycznym kontem DMT5?",
"1721296073": "Konto finansowe DMT5 STP, obliczone jako pierwsze",
"1723694822": "Odwiedź stronę główną",
@@ -1130,11 +1250,13 @@
"1743448290": "Pośrednicy płatności",
"1743752393": "Ogólna działalność",
"1745193633": "Informacja o przekierowaniu",
- "1745471992": "Wskaźniki giełdowe mierzą wartość wybranych firm na rynku akcji. Dzięki nim inwestorzy mogą zobaczyć, jak zachowuje się określony zestaw akcji.",
"1746633126": "Co stanie się z Binary.com?",
"1746782390": "Czy po zarejestrowaniu się jako pośrednik płatności dalej będę mógł/mogła handlować przy użyciu mojego konta?",
"1748626120": "Brak ukrytych kosztów",
+ "1748925202": "How can I reactivate my Deriv MT5 account?",
"1751673286": "BEzpieczeństwo opiera się na współpracy. Zgłaszaj nam błędy i zarabiaj.",
+ "1752586208": "What payment methods can I use to exchange with other traders?",
+ "1753559268": "We'll pay your IB commission into your MT5 Synthetic account daily.",
"1755228338": "Zabezpieczanie swojego konta",
"1758111931": "aktywnych użytkowników",
"1760376318": "Tak, pod warunkiem że przestrzegasz wszystkich mających zastosowanie regulaminów (zobacz zakładkę „Dla partnerów biznesowych” na naszej stronie <0>Regulaminy0>).",
@@ -1145,16 +1267,21 @@
"1768089459": "Paris | Nasze biuro – Francja | Deriv",
"1770479100": "Jeśli wybierzesz „Wzrośnie”, zdobędziesz wypłatę, gdy punkt wyjściowy będzie znacząco wyższy niż limit.",
"1770534439": "swap synthetic formula mobile",
+ "1772047578": "Why are my Deriv MT5 login details different from my Deriv login details?",
"1772406884": "Deriv P2P to dobra platforma. Proste wpłaty i wypłaty dla małych inwestorów.",
"1774467475": "Będziemy nagradzać zgłoszenia dotyczące luk o niskim poziomie zagrożenia, <0>tylko0>jeśli pomogą nam one naprawić poważne błędy w zabezpieczeniach, a wysokość nagrody będzie ustalana indywidualnie dla każdego przypadku.",
"1774791951": "Prognozuj, czy cena wyjściowa zatrzyma się pod koniec okresu kontraktu w przedziale między dwiema cenami docelowymi czy poza nim.",
"1777934033": "Handluj kontraktami CFD 24/7 w oparciu o nasze ekskluzywne, własnościowe indeksy syntetyczne, które symulują rzeczywiste zmiany na rynkach.",
"1782308283": "Szybka strategia",
"1782703044": "Zarejestruj się",
+ "1784343675": "Please <0>contact us via live chat0> immediately, and we'll help to disable 2FA on your account. When you have a new phone, please <1>re-enable 2FA1>.",
"1784680288": "Przed każdą transakcją otrzymasz informacje o wpływie marży na Twoje konto.",
"1786089908": "Dowiedz się więcej o inwestowaniu w opcje na Deriv. Zdobądź dodatkowe środki, prognozując zmiany cen na rynku walut, wskaźników syntetycznych i innych popularnych rynkach finansowych.",
+ "1786747559": "Our regulators require us to verify your account in accordance with anti-money laundering (AML) and Know Your Customer (KYC) laws. If we have prompted you to upload your documents to verify your account, it means that you'll only be able to continue using our services after your account is verified.",
+ "1790839584": "<0>A social media admin0> \n Promote our products and services on your social media pages, and earn commission when you convert your audience into traders.",
"1791730321": "Jeśli satysfakcjonuje cę określona przez Ciebie pozycja, kup kontrakt.",
"1795749796": "Centrum pomocy | Często zadawane pytania | DBot | Deriv",
+ "1798765888": "Copy the link in the <0>Landing page URL0> field. This is the referral link that you can share with your clients.",
"1799377913": "Opcje dostępne na {{market_name}}",
"1802409084": "Wartość pip",
"1804642811": "Utwórz konto demo",
@@ -1162,19 +1289,25 @@
"1806416151": "Program Deriv IB to partnerstwo, dzięki któremu możesz zyskać korzyści za polecenie handlowania na platformie DMT5 nowym klientom.",
"1807936072": "Cypr",
"1808393236": "Zaloguj się",
+ "1810304465": "You'll need to transfer the funds from your Deriv MT5 account to your Deriv account. You can do this on the <0>Cashier page0>. Your funds will be available in your Deriv account as soon as you complete the transfer.",
"1810957214": "Powiedzmy, że chcesz obliczyć poziom „stop stratom”, gdy otwierasz pozycję dla Indeksu zmienności 100 wycenionego na 3376,24 USD ze stawką10 USD, wartością mnożnika x100, i kwotą „stop stratom” w wysokości 7,54 USD z kierunkiem wzrostowym.",
+ "1812325040": "Source of wealth documentation",
"1812969702": "Strona tymczasowa | FAQ",
"1813700208": "Indeks Boom 300",
"1813703795": "Zarejestruj się jako nasz partner i IB",
"1815044592": "Jeśli wybierzesz „Tylko wzrosty”, zyskasz wygraną, gdy następujące po sobie zmiany ceny są zmianami w górę po punkcie wejściowym. Wypłata nie przysługuje, jeśli cena spada lub jest równa dowolnej poprzedniej zmianie ceny.",
+ "1815324634": "The minimum deposit and withdrawal amount varies depending on the payment method. The lowest deposit and withdrawal amount is 5 USD/EUR/GBP/AUD via e-wallets. See our <0>Payment methods0> page for a complete list of payment methods and their minimum deposit and withdrawal amounts.",
"1816009319": "odsetki",
+ "1816305227": "If you’re in the EU or UK:",
"1817888235": "Przewiduj wzrosty i spadki cen i zarabiaj dzięki naszym indeksom Crash/Boom.",
"1819952453": "Nasz program brokerów polecających jest dostępny dla wszystkich partnerów Deriv.",
"1820212843": "Skorzystaj z naszych nagrań i przewodników dostępnych w akademii inwestowania on-line, aby dowidzieć się, jak inwestować.",
+ "1823119628": "the Vanuatu Financial Services Commission",
"1823770507": "DOT/USD",
"1824094317": "Inwestowanie 24/7",
"1826550764": "Dlaczego warto wybrać właśnie nas",
"1828442573": "towary",
+ "1830057548": "We have 3 commission plans:",
"1831254808": "Jeśli utrzymasz dowolną pozycję otwartą przez noc, zmiana (stopa swapu) zostanie zastosowana w odniesieniu do Twojego konta handlowego w celu zrekompensowania kosztu zachowania pozycji otwartej. Instrumenty dostępne na naszej platformie podlegają różnym stopom swapowym. Stopy te zależą od warunków takich jak liczba dni, w tym święta, przez które pozycja pozostaje otwarta.",
"1831680837": "wypłata",
"1832974109": "SmartTrader",
@@ -1193,23 +1326,25 @@
"1845394200": "W Deriv wprowadzamy najlepsze środki zabezpieczające, takie jak szyfrowanie SSL, aby chronić Twoje konto i dane osobowe.",
"1846521577": "Czy program Deriv dla pośredników płatności nie różni się niczym od Deriv P2P (DP2P)?",
"1849054373": "3. Handluj",
- "1851993047": "Jakie kontrakty są dostępne do handlowania w weekendy?",
"1852402040": "Ogólne działalności",
"1853363847": "Dostępne do inwestowania na Deriv MT5 i Deriv X (na kredyt) i DTrader (z mnożnikami).",
"1854618305": "Jeśli wybierzesz opcję „Wyższy”, zdobędziesz wypłatę, gdy punkt wyjściowy będzie znacząco wyższy niż punkt wejściowy.",
+ "1857302542": "Can I open a corporate or business account?",
"1857508131": "Wpłacaj środki bezpiecznie bezpośrednio z telefonu. Opcja dostępna dla klientów z Ghany.",
"1858594477": "Rozumiemy, że zmiany mogą wywoływać zaniepokojenie. Dlatego pracowaliśmy ciężko, aby zapewnić, że przejście z Binary.com na Deriv.com będzie bezproblemowe. ",
"1860012910": "Prosty, tani i szybki sposób przelewania pieniędzy. Obsługiwany przez banki i sprzedawców na całym świecie.",
"1860472068": "Bankowość on-line",
- "1862400286": "Jakich kontraktów mogę używać na DTrader?",
"1866193342": "DTrader umożliwia handlowanie ponad 50 aktywami w formie opcji cyfrowych, wstecznych i mnożnikowych. DMT5 to platforma umożliwiająca handel wieloma aktywami poprzez zakłady spot forex i kontrakty na różnice kursowe (CFD) z dźwignią.",
"1868860566": "EUR/SEK",
"1869497149": "Bezproblemowe inwestowanie z łatwymi w obsłudze wykresami i przyjemnym ciemnym motywem.",
"1872384056": "Funkcja trybu jasnego i ciemnego, aby zapewnić przyjemniejsze korzystanie",
"1872568231": "GBP/TRY",
"1873099524": "Zyskuj ustalone wypłaty, prognozując zmiany cen aktywów.",
+ "1874424045": "I lost my phone. How can I disable two-factor authentication (2FA)?",
"1876344462": "Novartis AG",
"1876748041": "Po 20 latach świadczenia usług czujemy, że rozumiemy Cię lepiej. Rebranding zapewnia nam możliwość wdrożenia lepszych rozwiązań w zakresie handlowania on-line, tak by sprostać wszystkim Twoim potrzebom.",
+ "1876786466": "This is due to the spread, which is the difference between the ‘bid’ and ‘ask’ prices. Your positions will start earning a profit when the market moves in your favour.",
+ "1877410120": "Co musisz teraz zrobić",
"1879930260": "Brak twardej sprzedaży",
"1880965589": "Udział w przychodach",
"1881114347": "Rynki, na których można handlować na Deriv",
@@ -1220,6 +1355,7 @@
"1889326047": "Dostępność jako aplikacja internetowa i mobilna",
"1890990339": "<0>Indeks Hong Kong 500> śledzi zachowanie akcji 50 największych hongkońskich spółek notowanych na giełdzie.",
"1893015908": "Uber Technologies Inc",
+ "1894801487": "Deriv MT5 is a CFD trading platform that gives you access to forex, stocks, stock indices, commodities, cryptocurrencies, and synthetics. Learn more about Deriv MT5 <0>here0>.",
"1897018869": "ETC/USD",
"1897907613": "Wpłacaj i wypłacaj przy użyciu karty debetowej Maestro.",
"1898130358": "Na Twoim komputerze",
@@ -1229,16 +1365,17 @@
"1902951214": "Nasze biura",
"1903393516": "Nasza społeczność Deriv pomoże Ci znaleźć odpowiedź.",
"1903495030": "W przypadku kont syntetycznych wartość pip dla „stop stratom” i/lub „uzyskaj zysk” podawana jest w USD.",
+ "1904617508": "Poza UE produkty finansowe są oferowane przez następujące firmy: Deriv (FX) Ltd, F16, Level 1, Paragon Labuan, Jalan Tun Mustapha, 87000 Labuan, Malezja, licecja wydana przez Urząd ds. Usług Finansowych na Labuanie (Labuan Financial Services Authority) (<0>licencja o numerze: MB/18/00240>); Deriv (BVI) Ltd, Kingston Chambers, P.O. Box 173, Road Town, Tortola, Brytyjskie Wyspy Dziewicze, licencja wydana przez Komisję Brytyjskich Wysp Dziewiczych ds. Usług Finansowych (British Virgin Islands Financial Services Commission) (<1>licencja no numerze: SIBA/L/18/11141>); Deriv (V) Ltd, 1276, Kumul Highway, Port Vila, Vanuatu, za licencję i regulacje odpowiada: Komisja ds. usług finansowych Vanuatu (Vanuatu Financial Services Commission); oraz Deriv (SVG) LLC, Hinds Buildings, Kingstown, Saint Vincent i Grenadyny.",
"1904774976": "Indeks <0>Germany 400> śledzi zachowanie akcji 40 głównych spółek w Niemczech notowanych na giełdzie.",
- "1905213812": "Deriv (BVI) Ltd - Kingston Chambers, P.O. Box 173, Road Town, Tortola, Brytyjskie Wyspy Dziewicze - jest objęta licencją British Virgin Islands Financial Services Commission (<0>licencja no numerze: SIBA/L/18/11140>).",
"1905380076": "Rozlicz płatność z kontrahentem.",
"1905702565": "Ochrona pieniędzy klientów",
"1905714256": "Lepsze handlowanie",
- "1906771172": "Jak mogę zmienić walutę mojego konta?",
+ "1906101554": "You’ll earn a payout based on the volume of your clients' trades. Find out more <0>here0>.",
"1907226338": "Coca-Cola",
"1909647105": "TRX/USD",
"1909809509": "Kalkulator Swapów",
"1914949637": "Czym jest program partnerski Deriv?",
+ "1915387440": "If you’re selling:",
"1916887645": "Zmaksymalizuj zyski, zminimalizuj straty",
"1922529883": "Wskaźnik Boom 1000",
"1923530212": "Elastyczność.",
@@ -1259,24 +1396,30 @@
"1941116009": "Czy Binary.com przestanie istnieć?",
"1942214601": "Poziom „stop stratom” z kierunkiem wzrostowym",
"1942485223": "Co stanie się z moim kontem partnerskim?",
+ "1947069292": "You can create an API token <0>here0>. Give your token a name, select the scope, and click <1>Create1>.",
"1948092185": "GBP/CAD",
"1948630262": "Aby go otrzymać, najpierw zaloguj się do swojego pulpitu partnera Binary.com.",
"1949701571": "Utwórz prawdziwe konto Deriv.",
"1953016421": "Dlaczego warto handlować opcjami na Deriv",
"1959548433": "Określ czas trwania swojego zakładu. W zależności od tego, czy chcesz zająć pozycję krótką czy długą, możesz ustawić swój preferowany czas trwania, od 1 do 10 ticków lub od 15 sek. do 365 dni.",
- "1963811607": "Jak mogę skontaktować się z moim kontrahentem?",
+ "1959678342": "Highs & Lows",
+ "1962097923": "Help centre | Frequently asked questions | IB programme | Deriv",
+ "1963262703": "What does ‘completion rate’ mean?",
"1963884651": "Wpłacaj i wypłacaj środki w Paxos Standard, kryptowalucie powiązanej z USD.",
+ "1964475042": "Frequently asked questions - About",
"1964675673": "Zostań partnerem zaufanego dostawcy usług handlu on-line.",
"1966310384": "W tym scenariuszu kwota „uzyskaj zysk” zostanie ustawiona na <0>3350,110>.",
"1967743855": "Będziemy jasno informować o wszystkich opłatach i obciążeniach.",
"1969128618": "Zarządzanie aktywną społecznością on-line, którą pasjonuje handel on-line, inwestowanie lub finanse osobiste.",
"1971963414": "PRODUKTY",
"1975644912": "Korzystaj z intuicyjnego interfejsu, który jest łatwy w obsłudze nawet dla nowych graczy.",
+ "1976307636": "Firma Deriv Investments (Europe) Limited przygotowała raporty dotyczący ujawnienia informacji finansowych zgodnie z IV dyrektywą w sprawie wymogów kapitałowych oraz rozporządzeniem w sprawie wymogów kapitałowych. Zapoznaj się z naszym raportem, aby zrozumieć, w jaki sposób spełniamy wymogi dyscypliny rynkowej jako uczestnik rynku.",
"1977160541": "Wskaźniki<0>0>amerykańskie",
"1978148367": "Otwórz prawdziwe konto, dokonaj wpłaty i rozpocznij prawdziwe handlowanie. Handluj walutami, wskaźnikami, towarami i innymi instrumentami.",
"1979503547": "Warunki handlowania",
"1980724783": "Wartość punktowa wywodzi się z obecnych cyfr aktywa. W tym przykładzie cyfrą jest 5, więc wartość punktowa wynosi 0,00001.",
"1982404952": "Uzyskaj kwotowanie",
+ "1984996183": "I forgot my affiliate password. What should I do?",
"1985905708": "Te wskaźniki odpowiadają symulowanym rynkom o <0>stałej zmienności wynoszącej 200% i 300%0>.",
"1986250253": "Na czym polega strategia Oscara Grinda?",
"1986498784": "BTC/LTC",
@@ -1287,16 +1430,19 @@
"1991711258": "LNK/USD",
"1994023526": "Wprowadzony przez Ciebie adres e-mail zawiera błąd lub literówkę (zdarza się najlepszym).",
"1995896523": "DMT5 został stworzony, aby zapewnić Ci najlepsze możliwe warunki handlu instrumentami CFD. Możesz uzyskać dostęp do MT5 z komputera stacjonarnego i urządzeń mobilnych.",
+ "1996252043": "Once your ad is created successfully, it will appear in the <0>Buy/Sell0> tab.",
"1997138507": "Jeśli ostatnia najmniejsza zmiana ceny jest równa średniej ostatnich najmniejszych zmian cen, nie zdobywasz wypłaty.",
"1997646348": "Nasza witryna programu dla absolwentów: besquare.deriv.com",
"1998840050": "Nie, nie jest. DP2P to usługa typu peer-to-peer umożliwiająca naszym klientom dokonywanie wpłat i wypłat przy użyciu lokalnej waluty. Jako nasz agent płatniczy możesz korzystać z platformy DP2P, aby oferować swoje usługi klientom Deriv w swoim kraju.",
"2003802343": "Nie ma wymogu wypłaty Twoich prowizji IB.",
"2005074806": "Wypróbuj PnL, aby obliczyć poziom depozytu zabezpieczającego",
+ "2006479988": "<0>Proof of address0>",
"2007092908": "Korzystaj z dźwigni i niskich spreadów, aby uzyskać wyższe zwroty z wygranych zakładów.",
"2010744433": "Będziemy dążyć do oferowania usług czatu na żywo 24/7, aby agenci byli dostępni dla każdego klienta, który poprosi o rozmowę. Agenci zostaną przeszkoleni, aby odpowiadać na istotne pytania dotyczące usługi.",
"2015114251": "Jaka jest minimalna/maksymalna kwota, którą mogę wpłacić na swoje konto Deriv X?",
"2017042641": "2-3 dni robocze",
"2018198484": "Inwestowanie w kryptowaluty daje Ci możliwość odnoszenia zysków opartych na zmianach cen bez konieczności posiadania aktywa bazowego w formie cyfrowych monet. Oznacza to, że możesz zarobić, prognozując poprawnie wzrosty lub spadki cen kryptowalut.",
+ "2018600727": "Firma Deriv Investments (Europe) Limited jest upoważniona do świadczenia usług w innym dowolnym państwie członkowskim UE, gdyż posiada prawo dostępu do rynków UE. Wyżej znajduje się lista krajów UE posiadających dostęp do Deriv.com dzięki udzielonym zezwoleniom.",
"2019140039": "Dlaczego warto handlować koszykami aktywów na Deriv",
"2019968401": "Dlaczego warto handlować z Deriv X",
"2023310659": "Waluty",
@@ -1311,19 +1457,21 @@
"2035207280": "5 - 1 000",
"2035670983": "Mniej rozpraszania",
"2036526456": "Dowiedz się więcej na temat metod płatności i tego, jak z nich korzystać.",
- "2037297857": "Deriv - platforma handlowa oferująca szeroki wybór instrumentów pochodnych dostępnych 24 godz. 7 dni w tygodniu.",
+ "2041763181": "Once we've paid your commission into your account, you can withdraw whenever you want.",
"2042445787": "Podatność na zagrożenia zależała od trudnych scenariuszy lub warunków wstępnych",
+ "2044967354": "You can see your available balance in the <0>My profile0> tab.",
"2044999022": "Handluj wskaźnikami Jump, nowymi wskaźnikami syntetycznymi",
"2046788283": "Na jakich rynkach mogę handlować na DTrader?",
"2047029510": "<0>Poziom „stop stratom” i/lub „uzyskaj zysk” w kierunki wzrostowym = cena aktywa × {(kwota stop stratom LUB uzyskaj zysk + prowizja) ÷ (stawka × mnożnik) + 1}0>",
"2047349922": "0,013",
"2050080282": "Logowanie dla partnerów i IB",
"2051986867": "Wymagana będzie opłata swapowa w wysokości <0>0,24 USD0> w celu utrzymania pozycji otwartej na jedną noc.",
+ "2053617863": "Wypłać wszystkie środki ze swojego konta.",
"2053673142": "Naciskając przycisk \"Utwórz konto demo\", potwierdzasz, że masz ukończone 18 lat. Przyjmujesz do wiadomości, że możemy wykorzystywać Twój adres e-mail do wysyłania Ci informacji o produktach i usługach Deriv, a także o nowościach rynkowych. Użytkownik może zrezygnować z otrzymywania takich wiadomości e-mail w ustawieniach swojego konta. Aby uzyskać więcej informacji, zapoznaj się z sekcją <0>Bezpieczeństwo i prywatność0> w Deriv.",
"2056079566": "Uzyskaj pomoc",
"2056339251": "15 - 10 000",
"2058893631": "Raport dotyczący ujawnienia informacji finansowych",
- "2060309075": "Nie ma to zastosowania, jeśli klient podlega samo-wykluczeniu na swój własny wniosek lub zgodnie z decyzją Firmy.",
+ "2060102881": "<0>A blogger/vlogger0> \n Promote our products and services and earn commission when you convert your audience into traders.",
"2060368992": "potrzebny czas: 2 min",
"2061191384": "Deriv peer-to-peer (DP2P)",
"2061681232": "<0>Zakończy się pomiędzy/poza:0> Prognozuj, czy cena wyjściowa zatrzyma się pod koniec okresu kontraktu w przedziale między dwiema cenami docelowymi czy poza nim.",
@@ -1333,6 +1481,7 @@
"2067437902": "Wpłacaj i wypłacaj środki w STASIS Euro, kryptowalucie powiązanej z EUR.",
"2068667424": "Wypróbuj naszą inną aplikację",
"2070356006": "Zacznij zarabiać w zależności od wybranego plany prowizyjnego –do 45% całkowitej wartości netto przychodów generowanych przez klientów, którym polecono nasze usługi.",
+ "2071458958": "The minimum volume for micro forex pairs is 0.1 lot.",
"2071808494": "Przyjazny i doświadczony dział wsparcia",
"2072504778": "Kto może aplikować jako partner Deriv?",
"2074119658": "Dostosuj swoje kontrakty, by pasowały do Twojego preferowanego poziomu ryzyka, korzystając z innowacyjnych funkcji, takich jak stop stratom, uzyskaj zysk czy anulowanie kontraktu.",
@@ -1340,6 +1489,7 @@
"2075608900": "Konkurencyjne stałe i zmienne spready",
"2075864188": "ZA DARMO",
"2080510282": "Utwórz prawdziwe konto CFD w oparciu o swoje preferencje inwestycyjne.",
+ "2086048243": "Certificate of incorporation",
"2087247269": "Nie. Dołączenie do naszego programu dla pośredników płatności jest całkowicie darmowe.",
"2089087110": "Koszyki aktywów",
"2092854399": "Ciesz się szybkimi, bezproblemowymi i bezpiecznymi wpłatami i wypłatami dzięki Trustly.",
@@ -1349,6 +1499,7 @@
"2100068559": "Poszerz bazę swoich klientów, zyskaj dodatkową ekspozycję biznesową i zwiększ przychody poprzez rejestrację jako pośrednik płatności w Deriv.",
"2100986179": "Platforma transakcyjna dla kontraktów CFD dopasowana do Twojego stylu.",
"2101514198": "Poznaj Deriv.com już dziś",
+ "2102247413": "You’ll need the following documents to verify your account:",
"2108488100": "wzór obliczania wartości pip dla „stop stratom”",
"2108799022": "<0>Wzrost/Spadek:0> Prognozuj, czy punkt wyjściowy będzie dokładnie wyższy lub niższy o punktu wejściowego na koniec okresu kontraktu.",
"2108938379": "5. Nowo utworzona zmienna jest teraz dostępna do użycia w strategii.",
@@ -1365,6 +1516,7 @@
"2120092418": "Zaczekaj na naszą odpowiedź",
"2121227568": "NEO/USD",
"2121253634": "Możesz dalej handlować na MetaTrader 5 jak wcześniej, ale w oparciu o Wasze opinie usprawniliśmy sposób handlowania. Teraz rejestracja konta MT5 jest dużo szybsza, a pulpit użytkownika działa sprawniej, dzięki czemu możesz zarządzać swoim kontem z łatwością i skupić się na inwestowaniu.",
+ "2123318546": "RTS28 2021",
"2124129338": "Deriv - platforma handlowa oferująca szeroki wybór instrumentów pochodnych",
"2125422488": "Aby ustawić lub dostosować swoje limity samodzielnego wyłączenia lub limity handlowe, <0>skontaktuj się z nami0>.",
"2126327198": "Oszacuj depozyt potrzebny do utrzymania swoich pozycji, Wynik zależy pd dźwigni, wielkości partii i salda Twojego konta DMT5.",
@@ -1445,8 +1597,6 @@
"-23722102": "Partner",
"-890622347": "Partnerzy i IB",
"-199351188": "Zgłaszanie błędów",
- "-1434418017": "<1>Jeśli masz jakiekolwiek pytania, wyślij wiadomość e-mail na adres: 1><2>info@besquare.my2>",
- "-1429361008": "W UE produkty finansowe są oferowane przez Deriv Investments (Europe) Limited, W Business Centre, Level 3, Triq Dun Karm, Birkirkara, BKR 9033, Malta, objętą licencją Urzędu ds. Usług Finansowych na Malcie: Malta Financial Services Authority jako firma świadcząca usługi inwestycyjne kategorii 3 (<0>licencja o nr IS/701560>).",
"-316493159": "Usługi oferowane na tej witrynie internetowej nie są dostępne dla osób poniżej 18 roku życia oraz w niektórych krajach, w tym: Stanach Zjednoczonych, Kanadzie i Hongkongu.",
"-1497908566": "Na wspomniane tu produkty mogą mieć wpływ zmiany kursów walutowych. Jeśli inwestujesz w te produkty, możesz stracić część lub całość zainwestowanej kwoty, a wartość Twojej inwestycji może się zmieniać. Nigdy nie należy inwestować środków, na których stratę nie możesz sobie pozwolić, ani inwestować pożyczonych pieniędzy.",
"-1991343658": "HANDLOWANIE",
@@ -1595,6 +1745,11 @@
"-1483718536": "Nie wypłacamy prowizji pośrednikom płatności. Pośrednik sam ustala wysokość prowizji od transakcji, a nasi klienci ponoszą te opłaty.",
"-1016133415": "Czy mogę reklamować moje usługi klientom Deriv?",
"-876582984": "Tak, pod warunkiem że przestrzegasz wszystkich mających zastosowanie regulaminów (zobacz zakładkę „Dla partnerów biznesowych” na naszej stronie Regulaminy).",
+ "-1434418017": "<1>Jeśli masz jakiekolwiek pytania, wyślij wiadomość e-mail na adres: 1><2>info@besquare.my2>",
+ "-618539786": "Twoje konto zostanie zamknięte",
+ "-905560792": "OK, rozumiem",
+ "-168971942": "Co to oznacza dla Ciebie",
+ "-1308593541": "Stracisz dostęp do swojego konta, gdy zostanie zamknięte, więc upewnij się, że wypłacisz wszystkie swoje środki.",
"-1496158755": "Przejdź do Deriv.com",
"-373212993": "Strona Deriv",
"-1788474476": "Rejestracja partnerów i IB",
@@ -1769,35 +1924,69 @@
"-2062968282": "Nie znalazłeś odpowiedzi? Możemy pomóc.",
"-978362988": "Czat",
"-1299484872": "Konto",
- "-1059028037": "Dlaczego nie mogę utworzyć konta?",
"-1310262676": "Jak mogę zmienić swoje dane osobowe?",
+ "-251180453": "How can I change the currency of my account?",
+ "-221810226": "Can I change my email address?",
+ "-1059028037": "Dlaczego nie mogę utworzyć konta?",
"-2043299631": "Jak mogę zrezygnować z otrzymywania marketingowych wiadomości e-mail?",
+ "-214877260": "How can I set self-exclusion limits on my account?",
+ "-2064918290": "How do I verify my account?",
+ "-425061473": "What documents do I need to verify my account?",
+ "-172153561": "Why do I need to verify my account?",
+ "-1619463465": "Can I trade without verifying my account?",
+ "-414862292": "Jak długo trwa weryfikacja?",
+ "-790757582": "Dlaczego moje dokumenty zostały odrzucone?",
"-1049383996": "Czym są wskaźniki giełdowe?",
"-1633933174": "Czym są wskaźniki syntetyczne?",
"-226333706": "Jak handlować",
+ "-1859881435": "What assets are available for trading on weekends?",
"-1612801567": "Wpłaty i wypłaty",
- "-977028772": "Jakie metody płatności są obsługiwane?",
- "-181763764": "Jak długo trwa przetwarzanie wpłat i wypłat?",
+ "-1315176976": "What payment methods can I use for deposits and withdrawals?",
+ "-1547685378": "How long does it take for my deposits and withdrawals to be processed?",
"-840116640": "Jaka jest minimalna kwota wpłaty lub wypłaty?",
+ "-1847412788": "My withdrawal verification link has expired. What should I do?",
"-1689659144": "Wypłaty",
- "-223315135": "Jak mogę zwiększyć swoje limity wypłat?",
- "-1339949921": "Dlaczego moja wpłata przy użyciu karty kredytowej jest wciąż odrzucana?",
+ "-1861727138": "How can I remove the withdrawal limit on my account?",
"-1108803896": "Wpłaty",
"-2135274535": "Czy mogę wypłacić mój bonus?",
- "-1686360438": "Dlaczego nie mogę wypłacić środków na moją kartę Maestro/Mastercard?",
+ "-383099370": "Can I deposit with my friend's/family member's debit/credit card or e-wallet?",
+ "-560703263": "Why can't I see any payment methods on the Withdrawal page?",
+ "-222181522": "Czy muszę zweryfikować moje konto Deriv?",
+ "-35912880": "Affiliate programme",
+ "-1134652564": "What type of commission plans do you offer?",
+ "-504946033": "Who can apply as an affiliate?",
+ "-940672929": "Where can I find my referral link?",
+ "-2082521397": "What type of reports will I have access to?",
+ "-860666463": "IB programme",
+ "-1062769315": "How do I sign up as an introducing broker (IB)?",
+ "-118302649": "Why should I join your introducing broker (IB) programme?",
+ "-153524655": "How much do you pay in commission?",
+ "-548897585": "Are there any charges for joining your introducing broker programme?",
+ "-1236285182": "How and when will I receive my IB commission payout?",
+ "-1557693454": "When can I withdraw my commission?",
+ "-253752482": "Where is my money held?",
"-1787820992": "Platformy",
- "-1445755525": "Jak mogę wypłacić środki z mojego konta DMT5 z prawdziwymi pieniędzmi?",
- "-1833809949": "Dlaczego moje dane logowania do DMT5 są inne niż dane logowania do Deriv?",
- "-2114093568": "Jak mogę zresetować moje hasło do konta DMT5?",
- "-1519123821": "Jak mogę wpłacić środki na moje konto DMT5 z prawdziwymi pieniędzmi?",
+ "-1288798840": "What are the main differences between your digital options and CFD platforms?",
+ "-1834333990": "How can I change my Deriv MT5 password?",
+ "-1723900573": "How do I log in to my Deriv MT5 account?",
+ "-1698836439": "What is the name of my Deriv MT5 server?",
+ "-617194580": "Do you offer swap-free Deriv MT5 accounts?",
+ "-227242365": "Can I change the leverage on my Deriv MT5 account?",
+ "-941684403": "What time is shown in the MT5 terminal?",
+ "-1728332105": "For how long can I use my Deriv MT5 demo account?",
+ "-1972914987": "What is the minimum volume for micro forex pairs?",
"-1531872373": "Na jakich rynkach mogę handlować na Deriv X?",
"-385265783": "Jaka jest minimalna i maksymalna kwota inwestowania na Deriv X?",
- "-663022568": "W jaki sposób utworzyć konto Deriv X?",
+ "-976858633": "What's the difference between Deriv MT5 and Deriv X?",
"-1798013905": "Jakie są różnice między kontem syntetycznym i finansowym?",
"-114658193": "Czym różni się moje hasło Deriv X od hasła Deriv?",
"-156237172": "W jaki sposób resetuję konto Deriv X?",
"-2038952853": "Gdzie mogę znaleźć informacje o moim koncie Deriv X?",
+ "-315976084": "What contract types do you offer on DTrader?",
"-1952371760": "Kontrakty",
+ "-1677125826": "Can I download the chart on DTrader?",
+ "-1980078854": "Czym są mnożniki?",
+ "-771604768": "How do I trade multipliers?",
"-918450098": "Bloki",
"-315611205": "Strategia",
"-122062690": "Czym jest strategia Martingale?",
@@ -1809,24 +1998,79 @@
"-2133437022": "Czym jest Deriv P2P",
"-1568899385": "Jak bezpieczna jest platforma Deriv P2P?",
"-1567244911": "Płatność",
- "-532895895": "Czy mogę zwiększyć mój dzienny limit kupna lub sprzedaży?",
- "-1101543580": "Limit",
+ "-1812070043": "Where can I see the terms of use for Deriv P2P?",
+ "-696921894": "Why is my Deriv P2P account blocked?",
+ "-425611884": "How do I create an ad?",
+ "-1050528217": "How do I make an order?",
+ "-1745867197": "Why can't I see my ad in the Buy/Sell tab?",
"-214996581": "Spór",
+ "-586363837": "How do I ensure my Deriv P2P transactions are successful?",
"-190084602": "Transakcja",
- "-222181522": "Czy muszę zweryfikować moje konto Deriv?",
- "-414862292": "Jak długo trwa weryfikacja?",
- "-790757582": "Dlaczego moje dokumenty zostały odrzucone?",
+ "-1257202503": "How do I get in touch with the trader I’m dealing with?",
+ "-1101543580": "Limit",
"-1819888683": "Przepraszamy, nie udało się znaleźć pasujących rezultatów dla zapytania '{{search}}'.",
"-859753143": "Wskazówki wyszukiwania:",
"-177264246": "Wpisz krótki termin do wyszukana, gdyż nasza funkcja wyszukiwania daje lepsze wyniki przy krótkich terminach",
- "-1475429047": "Zgodnie z praktykami Grupy ustanowiliśmy następujące kryteria rejestracji klientów:",
- "-908523895": "Klienci muszą mieć co najmniej 18 lat.",
- "-1385123522": "Jeśli konto zostało w pełni zweryfikowane, możesz przesłać ticket prosząc o zmianę. Należy załączyć potwierdzenie tożsamości i adresu.",
- "-1967507831": "Po dokonaniu wpłaty lub utworzeniu konta DMT5, możesz zmienić walutę tylko poprzez kontakt z działem obsługi klienta.",
- "-1294180117": "Jeśli nie pamiętasz hasła do swojego konta Google/Facebook/Apple, możesz <0>zresetować hasło do swojego konta Deriv0>, aby zalogować się do konta Deriv.",
- "-1588331606": "Aby zamknąć swoje konto, przejdź do sekcji <0>Dezaktywuj konto.0> ",
- "-292833690": "Zanim zamkniesz swoje konto Deriv zamknij wszystkie swoje otwarte pozycje i wypłać wszystkie środki z kont handlowych, w tym DMT5.",
- "-1760393932": "Możesz to zrobić w prosty sposób. Przejdź do sekcji <0>Ustawienia > Profil >0> <1>Dane osobowe1>. Odznacz okno preferencji e-mailowych i kliknij przycisk „Prześlij”, aby zrezygnować z subskrypcji.",
+ "-1681655860": "the Malta Financial Services Authority",
+ "-435600202": "Help centre | Frequently asked questions | About | Deriv",
+ "-254542421": "Here are some possible reasons you aren't able to create an account:",
+ "-1739646504": "You’re below 18 years old.",
+ "-1116525030": "You may already have a Deriv account.",
+ "-1910608693": "Our services aren't available in your country of residence.",
+ "-2073215708": "You can do so on the <0>Personal details0> page. If you’re unable to update your details, please <1>contact us via live chat1>. We may need you to send us some documents for verification.",
+ "-785517434": "While the currencies of your virtual and cryptocurrency accounts are fixed, you can change the currency of your fiat account by following the steps below.",
+ "-582231303": "Select <0>Fiat currencies,0> choose the currency you want, and click <0>Change currency.0>",
+ "-703297687": "If you have open positions, close them first.",
+ "-599281490": "For your Deriv real account, go to <0>Cashier0> to withdraw your funds.",
+ "-188538325": "For your Deriv MT5 and Deriv X real accounts, go to your dashboard to withdraw your funds.",
+ "-1129279211": "<0>Contact us via live chat0> and we’ll help you change the currency of your account.",
+ "-894612350": "Hit <0>Forgot password?0> on the <1>login page.1>",
+ "-1582535828": "Enter the same email address you use for your Apple/Google/Facebook account.",
+ "-2136863307": "Now, you'll be able to log in to your Deriv account using your email address and password.",
+ "-803818887": "It's a fee that we charge for accounts that have been inactive for the last 12 months. Refer to <0>our terms0> for more info.",
+ "-1244219585": "Name of entity",
+ "-1523686418": "Authorisation to manage the account (if your business has more than one director)",
+ "-1883441858": "Passport and utility bill/bank statement of the person managing the account and of each director and shareholder (if your business has more than 1)",
+ "-482992615": "Utility bill/bank statement containing the address of the business",
+ "-337933411": "It depends on the laws in your country of residence. Please get professional advice on whether you're required to pay taxes on <0>your profits0>.",
+ "-464076737": "You can do so on the <0>Self-exclusion0> page.",
+ "-1687067691": "If you reside in any other country, you can adjust or remove your limits on the <1>Self-exclusion1> page. If you’re unable to change your limits, <0>let us know via live chat0>.",
+ "-1411245754": "We’ll prompt you to verify your account when it’s needed.",
+ "-1057679672": "When we prompt you to verify your account, follow these steps:",
+ "-1715758584": "<0>Log in0> to your Deriv account.",
+ "-1960993308": "Go to <0>Settings0> > <1>Proof of identity1> or <1>Proof of address1>.",
+ "-400895399": "Follow the instructions on the screen to verify your account.",
+ "-1464239544": "<0>Note:0> The <0>Proof of identity0> and <0>Proof of address0> pages will not be available if your account doesn’t need verification at this time.",
+ "-759539756": "<0>Proof of identity0>",
+ "-1047117142": "You’ll need a valid government-issued identity document such as a national ID card, passport, or driver's licence. Your document must clearly show your name, photo, and date of birth.",
+ "-864022561": "You’ll need a bank statement, credit card statement, tax statement, or utility bill. Your document must be issued within the last 6 months. It must contain your name, address, the name of the company that issued the document, and the issue date.",
+ "-469258978": "No, you must verify your account before trading.",
+ "-1403118121": "If you’re in any other country:",
+ "-1945892745": "We try to review your verification documents within the same day. In some cases, due to high traffic, it may take up to 3 business days. You’ll get a confirmation email from us once the review is complete. You can also check the status of your documents at",
+ "-217527343": "<0>Settings > Proof of identity0>",
+ "-1746837387": "We may have declined your documents because they were unclear, invalid, expired, had cropped edges, or showed details that did not match your Deriv profile. If you need help, please <0>contact us via live chat0>.",
+ "-1248152791": "When you join our affiliate programme,",
+ "-640475298": "You'll be able to take advantage of our multilingual platforms and reach clients wherever they are.",
+ "-179421588": "You'll receive prompt monthly payouts via your preferred payment method.",
+ "-874599648": "You won't be charged any hidden fees. You'll be able to see exactly what your earnings are.",
+ "-1456353153": "You'll have a dedicated account manager to help you.",
+ "-1835477277": "<0>Cost per acquisition0> (For the EU only)",
+ "-2057848186": "Earn 100 USD in commission for each successful referral. Your referred client must open a real account using your tracking link and deposit 100 USD or more (one-time or accumulative).",
+ "-1264084852": "We encourage you to become our affiliate if you are:",
+ "-317355829": "<0>A webmaster0> \n Do you have a trading-related website? Join our network of affiliates and turn your traffic into revenue by promoting our products and services.",
+ "-643644414": "<0>A trading mentor0> \n Do you mentor other traders? Help them become better traders and earn commission when they sign up and trade on our platforms.",
+ "-67585950": "A referred client is a client who signed up using your tracking link, made a deposit in their account, and started trading on our platforms. As an affiliate, you stand to earn commission from the trades performed by your referred clients.",
+ "-1388788058": "Follow these steps to get your referral link:",
+ "-379292041": "<0>Log in0> to your affiliate dashboard.",
+ "-1245795523": "Click the <0>Marketing<0/> tab.",
+ "-976921122": "Follow these steps to change your payment method:",
+ "-257221931": "<0>Log in0> to your dashboard.",
+ "-1109489026": "Click the <0>Finances0> tab and select <0>Payment instructions0>.",
+ "-1408956818": "Select your preferred payment method, enter the necessary details, and click <0>Update0>.",
+ "-817404641": "Go to <0>Reports0>, and select <0>Detailed activity report0>.",
+ "-1204121083": "Set the duration and filters and click <0>Display report0> or <0>Download report0>.",
+ "-1507095704": "Help centre | Frequently asked questions | Affiliate programme | Deriv",
+ "-1973882807": "Frequently asked questions - Affiliate programme",
"-994905306": "1. Kliknij „Rozpocznij” w lewym górnym rogu, aby otworzyć menu bloków.",
"-1285759343": "Szukaj",
"-588159121": "Usuń blok",
@@ -1866,46 +2110,122 @@
"-822031479": "Zakładka podsumowania",
"-224804428": "Transakcje",
"-1609246392": "Kliknij „Wykres” w lewym dolnym rogu obszaru roboczego, aby zobaczyć wykres.",
- "-1144380171": "Lista obsługiwanych przez nas <0>metod płatności0> obejmuje przelew bankowy, katy kredytowe/debetowe, e-portfele i kryptowaluty.",
- "-765332281": "Twoje wpłaty i wypłaty będą przetwarzane w ciągu jednego dnia roboczego (od poniedziałku do piątku w godzinach 9:00–17:00 GMT+8), chyba że określono inaczej. Pamiętaj, że Twój bank lub usługa przelewu pieniędzy, z której korzystasz, może potrzebować dodatkowego czasu na przetworzenie Twojego wniosku.",
- "-2129519303": "Nie ma minimalnej kwoty dla wpłat w kryptowalucie.",
- "-130293452": "Możesz podnieść swoje limity wypłat, weryfikując swoją tożsamość i adres. Aby zobaczyć swoje obecne limity wypłat, przejdź do sekcji <0>Ustawienia > Zabezpieczenia i bezpieczeństwo >0> <1>Limity konta1>.",
- "-849531377": "Wypłaty przy użyciu kart Mastercard i Maestro są dostępne tylko dla klientów z Wielkiej Brytanii. Jeśli nie jesteś mieszkańcem Wielkiej Brytanii, dokonaj wypłaty przy użyciu e-portfela lub kryptowaluty.",
+ "-346303383": "You can use debit and credit cards, e-wallets, cryptocurrency wallets, and payment agents for deposits and withdrawals (see our <0>payment methods page0> for a complete list). Once you log in to your Deriv account, you’ll be able to see payment methods available in your country on the <1>Cashier page1>.",
+ "-2134684262": "You can get a new link on the Cashier page. Go to <0>Withdrawal0> and click Verify my request. We'll email you a new link; please remember to use it within 1 hour.",
+ "-1855944698": "Here are some reasons why your credit card deposit was declined:",
+ "-1435852820": "Your 3D SecureCode may not be activated. Please contact your bank to check.",
+ "-805026662": "Your country of residence does not match the country that your card was issued in.",
+ "-336747115": "If you need help, please contact us via <0>live chat0>.",
+ "-1168460620": "Yes, but only once your turnover exceeds an amount that's 25 times the deposit bonus value. The bonus is to help you get familiar with our trading platforms, so we'd love for you to use it to trade and earn a potential profit (which you may withdraw at any time).",
+ "-1955486267": "Mastercard and Maestro card withdrawals are only available for UK clients. If you are not from the UK, you’ll need to use a withdrawal method that’s available in your country.",
+ "-670805289": "The currency conversion for your deposits and withdrawals are done by your payment service provider. For example, if you use Skrill, your transaction amount will be converted by Skrill. Please check with your service provider regarding the conversion rates used for your deposits and withdrawals.",
+ "-1185520887": "your withdrawal request has already been authorised and processed",
+ "-1543634856": "To cancel your withdrawal, follow these steps:",
+ "-410744792": "Go to <0>Cashier > Withdrawal0>.",
+ "-1736064743": "We'll send you an email with a verification link. Click that link.",
+ "-1439607156": "Your payment method will only appear on the Withdrawal page after you've made your first deposit. If you've made a deposit and still don't see your payment method on the Withdrawal screen, it's probably because the payment method you used for the deposit cannot be used for withdrawals. In this case, you may need to use a different payment method that supports withdrawals, too. <0>Contact us via live chat0> if you need help.",
"-1257106357": "Centrum pomocy | Często zadawane pytania | Wpłaty i wypłaty | Deriv",
"-524318410": "Często zadawane pytania – Wpłaty i wypłaty",
- "-342557323": "Aby zasilić konto Deriv, możesz „kupić” środki Deriv w swojej lokalnej walucie (lub dowolnej obsługiwanej walucie) od innego inwestora. Zakupiona kwota zostanie wpłacona na Twoje konto.",
- "-993408638": "Weryfikujemy tożsamość każdego użytkownika, który rozpoczyna korzystanie z usług Deriv P2P — użytkownicy muszą przesłać dowód potwierdzający tożsamość w celach weryfikacyjnych, zanim będą mogli kupować lub sprzedawać na Deriv P2P.",
- "-2050983631": "Dodatkowo wszystkie transakcje są zabezpieczane depozytem. Środki Deriv są blokowane do momentu potwierdzenia przez obie strony ukończenia transakcji.",
- "-558939780": "Możesz przelać pieniądze innemu inwestorowi za pośrednictwem przelewu bankowego, karty, e-portfela lub dowolnej innej metody płatności zatwierdzonej przez osobę, z którą zawierasz transakcję.",
- "-1985070919": "Pamiętaj, że Deriv nie ma żadnej kontroli nad płatnościami dokonywanymi między inwestorami Deriv i P2P, więc upewnij się, że postępujesz zgodnie z instrukcjami płatności, które zostały uzgodnione między Tobą a inwestorem, z którym zawierasz transakcję. Gdy zamieszczasz ogłoszenie, dodaj informacje o preferowanej metodzie płatności i instrukcje.",
+ "-993497460": "<0>Deriv P2P0> is our peer-to-peer deposit and withdrawal service that’s part of our trading platform. Using Deriv P2P, you can get money in and out of your account in minutes via exchanges with fellow traders. We launched this service mainly for our clients in countries where currency exchange services are not widely accessible.",
+ "-1279056201": "We verify everyone’s identity before they can start using Deriv P2P. No anonymous transactions are allowed.",
+ "-296729461": "Additionally, all transactions are protected by escrow: the order amount is locked in escrow until both parties confirm that the transaction has been completed from their end.",
+ "-1476852890": "Yes, you’ll need a Deriv real account before you can start using Deriv P2P. Deriv P2P is a way to move funds in and out of your Deriv account.",
+ "-154362819": "Click <0>Real0>. Under <0>Deriv accounts0>, click <0>Add0>.",
+ "-1627487675": "Your Deriv P2P balance may not include all deposits made to your Deriv account. Deposits via credit cards, Skrill, Neteller, and ZingPay will not be available in Deriv P2P.",
+ "-568906967": "Go to Section 4, ‘Deriv P2P’ of <0>our terms0>.",
+ "-461691496": "Your Deriv account is suspended. Please <0>contact us0> via live chat for more info.",
+ "-1029239301": "You have cancelled 3 orders in the last 24 hours. Your account will be unblocked automatically after 24 hours.",
+ "-1141509742": "Yes, just contact us <0>via live chat0> to request a limit increase.",
+ "-1410699505": "You can use any payment method you want as long as it is agreed with the trader you’re dealing with.",
+ "-86797398": "<0>Note:0> Deriv has no control over payments made between Deriv P2P traders. Please ensure you follow the payment instructions as agreed between you and the trader you are dealing with, and provide your preferred method of payment and instructions when you post your ads.",
+ "-338149677": "Go to <0>Deriv P2P0> > <1>My ads1>.",
+ "-67297475": "Your ads are available in the <1>My ads1> tab at <0>Cashier > Deriv P2P0>.",
+ "-1869445525": "Select Buy or Sell ads.",
+ "-1378864427": "Choose the ad you want by clicking <0>Buy0> or <0>sell0>.",
+ "-1278209777": "You'll only be able to make an order once your account has been verified.",
+ "-1669612535": "If you're selling, you'll need to wait for the buyer's payment before completing the order.",
+ "-1239568034": "Jeśli napotkasz jakiekolwiek problemy z transakcją na Deriv P2P, spróbuj rozwiązać je we współpracy z inwestorem, z którym zawierasz transakcję. Jeśli inwestor nie jest chętny do pomocy w rozwiązaniu sytuacji, <0>powiadom nas0> przez czat na żywo, aby uzyskać pomoc.",
+ "-989166377": "To dispute a Deriv P2P transaction, follow these steps:",
+ "-1567088047": "Once the order has expired, click <0>Complain0> on the order details screen.",
+ "-1543692084": "We’ll seek more info on the transaction by reaching out to you and the trader you are dealing with, and we’ll try to resolve the issue within 24 hours. We’ll keep you informed of the status.",
+ "-1095411583": "For successful Deriv P2P transactions, follow these guidelines:",
+ "-693174976": "Avoid creating ads with identical amounts and exchange rates.",
+ "-2112170016": "Ensure that your account balance is sufficient to support your ads and orders.",
+ "-1098565506": "If you’re buying:",
+ "-1941726245": "Check your bank or e-wallet balance to confirm that the buyer has made payment before completing the order.",
+ "-1964387231": "Once you’ve received the payment from the buyer, try to complete the order as soon as you can.",
+ "-1705206253": "For more guidelines on using Deriv P2P, see our <0>terms of use0> (refer to Section 4 ‘Deriv P2P’).",
"-90598465": "Nie ma minimalnej kwoty wpłaty. Możesz wpłacić maksymalnie 2 500 USD dwanaście razy w ciągu dnia.",
"-307502515": "Możesz handlować instrumentami CFD na rynku Forex, towarami, kryptowalutami i naszymi własnościowymi wskaźnikami syntetycznymi na Deriv X.",
"-577476222": "DTrader umożliwia Ci handel ponad 50 aktywami w formie opcji cyfrowych, mnożnikami i opcjami wstecznymi.",
"-2134519372": "Deriv MT5 (DMT5) i Deriv X to platformy umożliwiające handel wieloma aktywami poprzez zakłady spot forex i kontrakty na różnice kursowe (CFD) z dźwignią dla różnych klas aktywów. Główna różnica między platformami to ich układ —MT5 posiada widok typu wszystko w jednym, natomiast w przypadku Deriv X możesz dostosować układ do swoich preferencji.",
+ "-1529587893": "Follow these steps to add a Deriv X account:",
+ "-1383710718": "Select <0>Real account0> or <0>Demo account0>.",
+ "-780401736": "If you’re adding your first Deriv X account, you’ll need to set your Deriv X password. If you’ve already set your Deriv X password before, you’ll need to enter it now.",
+ "-1285898327": "Your new Deriv X account is now ready.",
+ "-527968812": "You'll need to add a Deriv X account first. After that, follow these steps to log in:",
"-2055925090": "Konto finansowe służy do handlowania kontraktami na różnice kursowe (CFD) na rynkach finansowych, takich jak forex, rynek kryptowalut i towarów.",
"-1720135689": "Przejdź do swoich <0>ustawień konta0>. Kliknij rozwijane menu „Bezpieczeństwo” i wybierz „Hasła”. W sekcji „Hasło Deriv X” kliknij „Zmień hasło”, aby zresetować hasło.",
"-535620163": "Aby wypłacić środki ze swojego konta Deriv X w Deriv, musisz przelać środki na swoje konto Deriv. Przejdź do sekcji Kasjer > Przelew między kontami i postępuj zgodnie z instrukcjami na ekranie.",
"-2015877045": "Centrum pomocy | Często zadawane pytania | Deriv X | Deriv",
"-529738098": "Często zadawane pytania – Deriv X",
"-971172690": "Jaka jest minimalna/maksymalna kwota, którą mogę wpłacić na swoje konto Deriv X?",
- "-844199531": "DMT5 to platforma handlowa oferująca wiele aktywów, którą możesz użyć, aby handlować zakładami spot forex i kontraktami na różnice kursowe (CFD) z dźwignią.",
- "-35355043": "Konto zaawansowane DMT5 jest w 100% objęte modelem A-Book, co oznacza, że Twoje zakłady są kierowane bezpośrednio na rynek, zapewniając Ci bezpośredni dostęp do dostawców płynności forex.",
- "-315308558": "Konto wskaźników syntetycznych DMT5 umożliwi Ci handlowanie kontraktami na różnice kursowe (CFD) wskaźników syntetycznych, które odzwierciedlają ruchy na rynkach rzeczywistych. Handlowanie na nim jest dostępne 24 godz. na dobę 7 dni w tygodniu, a konto jest objęte kontrolami pod kątem uczciwości przeprowadzanymi przez niezależną stronę trzecią.",
- "-1390301231": "Aby wpłacić środki na swoje konto MT5 w Deriv, musisz skorzystać ze środków na swoim koncie Deriv. Przejdź do sekcji <0>Kasjer >0> <1>Przelew między kontami1> i postępuj zgodnie z instrukcjami na ekranie.",
- "-1374692096": "Aby wypłacić środki ze swojego konta MT5 w Deriv, musisz przelać środki na swoje konto Deriv. Przejdź do sekcji <0>Kasjer >0> <1>Przelew między kontami1> i postępuj zgodnie z instrukcjami na ekranie.",
- "-1538690809": "MT5 na Deriv jest oddzielną platformą handlową, która nie jest hostowana na naszej stronie internetowej. Twoje dane logowania DMT5 dają Ci dostęp do platformy MT5, a Twoje dane logowania Deriv zapewniają dostęp do platform hostowanych na naszej stronie internetowej, takich jak DTrader i DBot.",
+ "-935980097": "The Deriv MT5 Synthetic account offers contracts for difference (CFDs) on synthetic indices. Our proprietary synthetic indices mimic the price movement of real financial markets but are not affected by market events. Trading on synthetic indices is available 24/7, even on weekends and holidays. There are more than 15 indices to choose from, with different levels of volatility and market behaviour.",
+ "-787503172": "The Deriv MT5 Financial account offers CFDs on forex, commodities, cryptocurrencies, stocks, and stock indices, with high leverage and variable spreads for maximum flexibility. This account offers more than 100 assets, and 24/7 trading is available on cryptocurrencies.",
+ "-300839534": "You'll need to transfer funds from your Deriv account to your Deriv MT5 account. You can do this on the <0>Cashier page0>. Transfers are instant; your funds will be available in your Deriv MT5 account as soon as you complete the transfer.",
+ "-1348787775": "Follow these steps to reset your Deriv MT5 password:",
+ "-1111031408": "Go to your <0>Deriv MT5 dashboard0>.",
+ "-985140221": "Click <0>Confirm0>.",
+ "-1222605568": "We'll send you an email. Click the <0>Change password0> button in that email.",
+ "-1184173356": "You'll be taken to the Change password screen. Enter a new password and click <0>Create0>.",
+ "-1462766296": "You can log in to your Deriv MT5 account via the MT5 desktop app, web terminal, or mobile app. You'll need the login ID and server name from <0>your Deriv MT5 dashboard0>. Please remember to use your Deriv MT5 password to log in to Deriv MT5.",
+ "-1089619392": "You can set the investor password on your <0>Deriv MT5 dashboard0>. Click <1>Password1> on your Deriv MT5 account, and select <1>Investor password1> to set a new password.",
+ "-351288377": "No, we don't.",
+ "-1987596175": "You can't reactivate your Deriv MT5 account. Instead, you can create a new one on your Deriv <0>MT5 dashboard0>.",
+ "-38304396": "No, you can't. There's a fixed default amount for each asset. The leverage applied to your account can be found on your <0>Deriv MT5 dashboard0>.",
+ "-88115138": "Greenwich Mean Time (GMT).",
+ "-1741073621": "If you need a statement of your trades on Deriv MT5, follow these steps to download a 3-month statement:",
+ "-1684440937": "Log in to your MT5 account via the desktop app.",
+ "-1374165891": "Right-click on <0>Time0>, click <0>Report0>, and select <0>Open XML0>.",
+ "-1795964107": "If you need a statement for a more extended period, contact us via <0>live chat0>, and we'll help you with it.",
+ "-309622502": "Yes, we’ll transfer your balance to your Deriv account before your Deriv MT5 account is deactivated.",
+ "-586122892": "No, this isn’t possible on MT5.",
+ "-518416448": "No, you can't, but you may have multiple Deriv MT5 Synthetic accounts on different servers.",
+ "-2007650229": "Yes, you can trade micro forex pairs with a Deriv MT5 Financial account.",
"-1593152023": "Centrum pomocy | Często zadawane pytania | DMT5 | Deriv",
- "-1762311912": "Oferujemy trzy rodzaje kontraktów na DTrader: Wzrosty i Spadki, Wysokie i Niskie, oraz Cyfry.",
+ "-1402025716": "<0>DTrader0> is one of our trading platforms. It offers digital options and multipliers on a variety of assets in financial and synthetic markets. ",
+ "-798714068": "You can trade forex, stocks, stock indices, commodities, cryptocurrencies, and synthetic indices on DTrader. Some markets may not be available in certain countries.",
+ "-1758753185": "These contracts are available on DTrader:",
+ "-1572548510": "Ups & Downs",
+ "-922253974": "Wzrost/Spadek",
+ "-1361254291": "Wyższy/Niższy",
+ "-1691868913": "Osiągnie/nie osiągnie",
+ "-763273340": "Cyfry",
+ "-330437517": "Zgadza się/Różni się",
+ "-657360193": "Ponad/Poniżej",
"-1442307043": "Centrum pomocy | Często zadawane pytania | DTrader | Deriv",
"-1544998943": "Często zadawane pytania – DTrader",
+ "-1301260207": "You'll earn commission whenever your clients trade CFDs on MT5, even on weekends and public holidays.",
+ "-110767819": "You'll have access to various marketing tools to help promote our products and services to your clients.",
+ "-289567912": "Find out more about our IB programme <0>here0>.",
+ "-898871903": "No, it's completely free of charge.",
"-17396892": "Potrzebujesz pomocy? Masz pytania na temat usług Deriv i platform do handlowania on-line? Przeczytaj najczęściej zadawane pytania lub zadaj nam pytania.",
+ "-199125243": "Multipliers (also known as multiplier options) is a trade type that gives you an opportunity to amplify your profit without risking more than your stake. To find out more, visit <0>the Multipliers page0>.",
+ "-1755209362": "Watch <0>this video0> to know more about trading multipliers.",
+ "-1343499861": "Help centre | Frequently asked questions | Multipliers | Deriv",
"-11499858": "Nie, nie musisz weryfikować swojego konta Deriv, chyba że o to poprosimy. Jeśli Twoje konto będzie wymagać weryfikacji, skontaktujemy się z Tobą drogą e-mailową, aby zainicjować proces weryfikacji i zapewnić jasne instrukcje, jak należy dostarczyć dokumenty.",
- "-1314529357": "Towar może być produkowany lub wydobywany naturalnie ze środowiska. Na przykład ropa naftowa, metale, złoto i srebro.",
- "-720675222": "Wyłącznie w Deriv, wskaźniki syntetyczne to nasz własny zestaw rynków syntetycznych stworzonych, by symulować rzeczywiste zmiany na rynkach, niezależnie od rzeczywistych zdarzeń i innych zewnętrznych zakłóceń.",
- "-817895916": "Opcja cyfrowa to instrument finansowy z ustaloną wypłatą wiążący się z prognozowaniem poprzez wybór jednego z dwóch możliwych rezultatów,",
- "-634329620": "Oferujemy trzy platformy handlowe: DTrader, DBot i DMT5. Każda platforma zaspokoi wymagania graczy o różnych stylach handlowych i z różnym doświadczeniem, niezależnie od tego, czy jesteś nowym czy doświadczonym graczem.",
- "-1689847421": "Możesz zobaczyć limity wypłat dla Twojego konta w sekcji <0>Ustawienia > Zabezpieczenia i bezpieczeństwo >0> <1>Limity konta1>. Pamiętaj, że jeśli saldo Twojego konta przekroczy maksymalne saldo gotówki na koncie, konieczna będzie wypłata środków z konta, aby dostosować saldo konta do jego maksymalnego limitu.",
- "-1889877048": "Wskaźniki syntetyczne są dostępne do handlowania 24 godz. 7 dni w tygodniu.",
+ "-1846766027": "Rynek wymiany walut, inaczej zwany forex, to globalny rynek światowych walut, gdzie wartość różnych walut jest zestawiana w stosunku do innych walut w formie par forex, takich jak: EUR/USD, AUD/JPY itp.Rynek forex określa kurs wymiany każdej waluty.",
+ "-192959524": "Read <0>this article0> to learn more about trading forex on Deriv.",
+ "-1879171974": "A commodity is either grown or produced naturally in the environment, such as agricultural products, livestock, crude oil, and precious metals like gold and silver.",
+ "-339093963": "Read <0>this article0> to learn more about trading commodities on Deriv.",
+ "-691446230": "Stock indices measure the value of a group of companies in the stock market. This allows investors to see how a particular set of assets is performing.",
+ "-1412546523": "Read <0>this article0> to learn more about trading stocks on Deriv.",
+ "-367005179": "Read <0>this article0> to learn more about trading synthetic indices on Deriv.",
+ "-1542650156": "CFDs let you predict the price movement of underlying assets without actually owning them. With CFDs, you open a position based on your prediction, and you'll earn a profit if you close your position when the price moves in your favour.",
+ "-1790114248": "We have a diverse suite of 6 trading platforms: <0>Deriv MT50>, <1>Deriv X1>, <2>DTrader2>, <3>DBot3>, <4>SmartTrader4>, and <5>Binary Bot5>. Each of these platforms is designed to fit any trading style, regardless of your trading experience.",
+ "-639381175": "Note: DBot, SmartTrader, and Binary Bot are not available in the EU and UK.",
+ "-626094848": "Build your trading bot for free on <0>DBot0> or <1>Binary Bot1>; no coding is needed. You’ll also find free pre-built strategies on DBot that you can customise to your needs.",
+ "-578264817": "Trading limits are only applicable to your Deriv real account. You can see the limits on your account on the <0>Account limits0> page (you must be <1>logged in1>).",
"-1618901770": "Centrum pomocy | Często zadawane pytania | Inwestowanie | Deriv",
"-2085755369": "Często zadawane pytania – Inwestowanie",
"-396178446": "Ponad 100 aktywów do handlowania",
@@ -2149,7 +2469,6 @@
"-1669418686": "AUD/CAD",
"-1548588249": "AUD/CHF",
"-79700881": "NZD/USD",
- "-1800672151": "Indeks GBP",
"-1402324349": "CAD/CHF",
"-1398238048": "CAD/JPY",
"-244869624": "CHF/JPY",
@@ -2246,17 +2565,11 @@
"-1522453105": "<20>Indeks Swiss 200> odzwierciedla zachowanie akcji 20 największych i najbardziej płynnych spółek w Szwajcarii.",
"-1848325573": "Indeks <0>UK 1000> śledzi zachowanie akcji 100 spółek w Wielkiej Brytanii notowanych na giełdzie.",
"-1650735154": "Te wskaźniki przybierają wartości między dwoma punktami cen (granice), czasami przekraczając je, aby utworzyć nowy przedział. Średnio następuje to co setne lub dwusetne osiągnięcie poziomu granicy.",
- "-962930783": "<0>Indeks AUD0> mierzy wartość dolara australijskiego w stosunku do koszyka pięciu światowych walut (USD, EUR, GBP, JPY, CAD), z których każda ma wagę 20%.",
- "-1910214848": "<0>Indeks EUR0> mierzy wartość euro w stosunku do koszyka pięciu światowych walut (USD, AUD, GBP, JPY, CAD), z których każda ma wagę 20%.",
- "-1763966856": "<0>Indeks GBP0> mierzy wartość funta szterlinga w stosunku do koszyka pięciu światowych walut (USD, EUR, AUD, JPY, CAD), z których każda ma wagę 20%.",
- "-1448477512": "<0>Indeks Gold0> mierzy cenę złota w stosunku do koszyka pięciu światowych walut (EUR, GBP, JPY, AUD, USD), z których każda ma wagę 20%.",
"-754071100": "<0>Koszyk GBP0> mierzy wartość funta szterlinga w stosunku do koszyka pięciu światowych walut (USD, EUR, AUD, JPY, CAD), z których każda ma wagę 20%.",
"-1164156648": "Te wskaźniki odpowiadają symulowanym rynkom o <0>stałej zmienności wynoszącej 200% i 300%.0>",
"-475767247": "<0>Indeks Australia 2000> śledzi zachowanie akcji 200 największych spółek w Australii notowanych na giełdzie.",
"-2035089048": "Indeks <0>Spain 350> śledzi zachowanie akcji 35 hiszpańskich spółek notowanych na giełdzie.",
"-1312740087": "<0>Wyższe/Niższe:0> Prognozuj, czy punkt wyjściowy będzie wyższy czy niższy od ceny docelowej (limit) na koniec okresu kontraktu.",
- "-1691868913": "Osiągnie/nie osiągnie",
- "-763273340": "Cyfry",
"-467543474": "<0>Zgadza się/Różni się:0> Prognozuj, jaka liczna będzie ostatnią cyfrą ostatniego ticku kontraktu",
"-12379677": "<0>Parzysta/nieparzysta:0> Prognozuj, czy ostatnia cyfra najmniejszej zmiany ceny kontraktu będzie liczbą parzystą czy nieparzystą.",
"-1048378719": "Reset Call/Reset Put",
@@ -2315,21 +2628,26 @@
"-963218544": "Nie możesz się zdecydować, który program lub plan prowizji jest najlepszy dla Ciebie?",
"-1930772663": "Deriv MT5 syntetyczne",
"-1016171176": "Aktywa",
+ "-2082672713": "1",
"-549581742": "Wskaźnik zmienności 10 ",
"-456885316": "Wskaźnik zmienności 75 ",
"-1649127643": "1,75",
"-2068763730": "5",
"-2083395832": "7,5",
+ "-1587730975": "10",
+ "-784871058": "15",
"-524043424": "1,25",
"-849512762": "2,50",
"-1925239974": "Transakcja wielkości 1 partii indeksu zmienności 75 po cenie 500 000 USD wiąże się z prowizją w wysokości 25 USD zgodnie z następującym wzorem:",
"-55785537": "Zarabiaj, gdy Twoi klienci handlują na koncie finansowym MT5.",
"-978761772": "2 USD",
"-543177967": "Wskaźniki giełdowe",
- "-1587730975": "10",
+ "-1097570263": "W przypadku forex obowiązuje stała prowizja w wysokości 2 USD za partię (mająca zastosowanie tylko w odniesieniu do standardowych partii). Transakcja na 1 partię pary walutowej EUR/USD spowoduje wypłatę prowizji wynoszącej 2 USD zgodnie z poniższym wzorem:",
"-834024219": "Konto finansowe DMT5, obliczone jako pierwsze",
- "-1981982611": "W przypadku kryptowalut transakcja wielkości 1 partii BTC/USD (przy kursie wymiany BTC na USD równym 50 000 USD) wiąże się z prowizją w wysokości 10 USD zgodnie z poniższym wzorem:",
+ "-800044382": "W przypadku metali obowiązuje stała prowizja w wysokości 4 USD za partię. Transakcja na 1 partię pary walutowej XAU/USD spowoduje wypłatę prowizji wynoszącej 4 USD zgodnie z poniższym wzorem:",
"-1825768469": "Konto finansowe DMT5, obliczone jako drugie",
+ "-1923011108": "For cryptocurrency assets, a deal for 1 lot of BTC/USD (with a BTC to USD exchange rate of USD 50,000) will pay out USD 5 in commission based on the following formula:",
+ "-1268684459": "Konto finansowe DMT5, obliczone jako trzecie",
"-2061883933": "2,5",
"-1587788256": "Konto finansowe DMT5 STP, obliczone jako drugie",
"-921778308": "Sposób obliczania",
@@ -2410,9 +2728,6 @@
"-854296036": "Po ostatecznej akceptacji dokonanej przez nasz zespół ds. zgodności opublikujemy Twoje dane na naszej liście pośredników płatności.",
"-1340544588": "Dokonywać wielu wpłat i wypłat dziennie.",
"-5296999": "Dowiedz się, jak zostać pośrednikiem płatności na Deriv, rozszerzyć swoją bazę klientów i zarobić dodatkowe pieniądze.",
- "-119617711": "RTS27 2020",
- "-1439749066": "RTS27 2019",
- "-1364758050": "Firma Deriv Investments (Europe) Limited przygotowała raporty dotyczący ujawnienia informacji w zakresie Filaru III zgodnie z IV dyrektywą w sprawie wymogów kapitałowych oraz rozporządzeniem w sprawie wymogów kapitałowych. Zapoznaj się z naszym raportem, aby zrozumieć, w jaki sposób spełniamy wymogi dyscypliny rynkowej jako uczestnik rynku.",
"-1601657282": "Firma Deriv Investments (Europe) Limited przygotowała raport dotyczący ujawnienia informacji finansowych zgodnie z rozporządzeniem i dyrektywą w sprawie w firm inwestycyjnych. Zapoznaj się z naszym raportem, aby zrozumieć, w jaki sposób spełniamy wymogi dyscypliny rynkowej jako uczestnik rynku.",
"-1695974481": "Niniejsze dokumenty zawierają kluczowe informacje dotyczące naszych produktów inwestycyjnych. Przekazanie tych informacji jest wymagane na mocy prawa i ma pomóc Ci zrozumieć naturę tych produktów, związane z nimi ryzyko, koszty oraz potencjalny zysk i stratę oraz pomóc Ci porównać je z innymi produktami.",
"-1127433262": "RTS",
@@ -2438,12 +2753,16 @@
"-431262594": "Kontrakty CFD - wskaźniki syntetyczne",
"-1311570171": "Informacje o licencji i przepisach regulacyjnych | Deriv",
"-1833153607": "Portal Deriv działa w ramach jurysdykcji Binary.com, które posiada różne licencje w celu spełnienia światowych wymogów regulacyjnych.",
- "-1720897015": "Usługi oferowane na portalu Deriv.com i Binary.com są świadczone przez Deriv Group. Grupa posiada kilka spółek zależnych, które posiadają licencje umożliwiającą prowadzenie portalu Deriv.com i Binary.com w ich jurysdykcjach.",
+ "-1488849807": "Usługi oferowane na portalu Deriv są świadczone przez Deriv Group. Grupa posiada kilka spółek zależnych, które posiadają licencje umożliwiającą prowadzenie portalu Deriv w ich jurysdykcjach.",
"-1131400885": "Deriv Investments (Europe) Limited",
- "-959669250": "Firma Deriv Investments (Europe) Limited jest upoważniona do świadczenia usług w innym dowolnym państwie członkowskim UE, gdyż posiada prawo dostępu do rynków UE. Wyżej znajduje się lista krajów UE posiadających dostęp do Deriv.com dzięki udzielonym zezwoleniom.",
+ "-430532854": "Firma Deriv Investments (Europe) Limited – z siedzibą w W Business Centre, Level 3, Triq Dun Karm, Birkirkara BKR 933, Malta – jest objęta licencją (<0>o numerze IS/701560>) i autoryzacją Urzędu ds. Usług Finansowych na Malcie: Malta Financial Services Authority na mocy ustawy o usługach inwestycyjnych i może świadczyć usługi inwestycyjne na terenie Unii Europejskiej.",
+ "-2051445931": "Klienci w Unii Europejskiej, którzy chcą handlować instrumentami finansowymi mogą mieli konta otwarte przez firmę Deriv Investments (Europe) Limited.",
"-112814932": "Deriv (FX) Ltd",
+ "-246692869": "Firma Deriv (FX) Ltd – F16, Level 1, Paragon Labuan, Jalan Tun Mustapha, Labuan 87000, Malezja – jest objęta licencją Urzędu ds. Usług Finansowych na Labuanie (Labuan Financial Services Authority) (<0>licencja o nr. MB/18/00240>).",
"-1474169625": "Klienci z pozostałych rejonów świata (z wyłączeniem krajów z ograniczonym dostępem, takich jak Stany Zjednoczone, Kanada czy Hongkong), którzy chcą handlować kontraktami na różnice kursowe na forex i kryptowaluty będą mieli założone konto finansowe DMT5 STP przez Deriv (FX) Ltd.",
"-2019617323": "Deriv (BVI) Ltd",
+ "-689442324": "Deriv (BVI) Ltd – Kingston Chambers, P.O. Box 173, Road Town, Tortola, Brytyjskie Wyspy Dziewicze – jest objęta licencją British Virgin Islands Financial Services Commission (<0>licencja no numerze: SIBA/L/18/11140>).",
+ "-1186445863": "Klienci z pozostałych rejonów świata (z wyłączeniem krajów z ograniczonym dostępem, takich jak Stany Zjednoczone, Kanada czy Hongkong), którzy chcą handlować kontraktami na różnice kursowe na instrumenty finansowe, w tym kryptowaluty będą mieli założone konto finansowe DMT5 STP przez Deriv (BVI) Ltd.",
"-1089385344": "Deriv (SVG) LLC",
"-951213826": "Deriv (SVG) LLC z siedzibą pod adresem: Hinds Buildings, Kingstown, Saint Vincent i Grenadyny (numer identyfikacyjny: 273 LLC 2020).",
"-1179448605": "Deriv Limited",
@@ -2554,7 +2873,6 @@
"-976479290": "Funkcje Stop stratom i Anulowanie transakcji nie są dostępne jednocześnie.",
"-1088149692": "Celem jest ochrona klienta przed stratą pieniędzy, gdy zostanie użyta opcja anulowania transakcji. Użycie anulowania transakcji pozwala Ci odzyskać pełną kwotę stawki, jeśli anulujesz swój kontrakt w ciągu godziny od otwarcia pozycji. Opcja Stop stratom z kolei spowoduje zamknięcie Twojego kontraktu ponoszącego stratę, jeśli cena rynkowa zmienia się w odwrotnym kierunku niż Twoja pozycja. Gdy zakończy się czas anulowania transakcji, możesz ustawić poziom Stop stratom dla otwartego kontraktu.",
"-993588400": "Funkcje Uzyskaj zysk i Anulowanie transakcji nie są dostępne jednocześnie.",
- "-1980078854": "Czym są mnożniki?",
"-715015407": "Mnożniki Deriv stanowią połączenie zalet handlowania z dźwignią finansową i ograniczonego ryzyka opcji. Oznacza to, że w przypadku zmian cen rynkowych na Twoją korzyść, Twoje potencjalne zyski zostaną pomnożone. Jeśli ceny rynkowe zmienią się na Twoją niekorzyść, Twoje straty będą ograniczone tylko do wysokości Twojej stawki.",
"-2055316208": "<0>Bez mnożnika0>, jeśli cena rynkowa zwiększy się o 25%, zyskasz 25% * 100 $ = <1>zysk 25 $<1>.",
"-222486173": "<0>W przypadku mnożnika x50>, jeśli cena rynkowa zwiększy się o 25%, zyskasz 25% * 100 $ * 5 = <1>zysk 125 $<1>.",
@@ -2587,10 +2905,8 @@
"-1192024363": "Spekuluj, jak będzie się zmieniać cena najważniejszych na świecie towarów – srebra, złota, ropy i energii.",
"-1421344186": "Opcje dostępne na Deriv",
"-412753503": "Opcje wsteczne są dostępne dla wskaźników syntetycznych.",
- "-922253974": "Wzrost/Spadek",
"-513919250": "Jeśli wybierzesz opcję „Niższy”, zdobędziesz wypłatę, gdy punkt wyjściowy będzie znacząco niższy niż punkt wejściowy.",
"-780207001": "Jeśli wybierzesz opcję „Zezwól na wartość równą”, zdobędziesz wypłatę, gdy punkt wyjściowy będzie wyższy niż punkt początkowy lub równy punktowi początkowemu, w przypadku opcji „Wyższy\". Adekwatnie, zdobędziesz wypłatę, gdy punkt wyjściowy będzie niższy niż punkt początkowy lub równy punktowi początkowemu, w przypadku opcji „Niższy’.",
- "-1361254291": "Wyższy/Niższy",
"-1813951531": "Jeśli wybierzesz „Niższy”, zdobędziesz wypłatę, gdy punkt wyjściowy będzie znacząco niższy niż limit.",
"-1350745673": "Jeśli punkt wyjściowy jest równy limitowi, nie zdobywasz wypłaty.",
"-1673960856": "Zakończy się w/ Zakończy się poza",
@@ -2598,10 +2914,8 @@
"-1039129655": "Jeśli wybierzesz „Zakończy się poza”, zdobędziesz wypłatę, gdy punkt wyjściowy jest albo znacząco wyższy niż górny limit, albo znacząco niższy niż dolny limit.",
"-1326361265": "Pozostanie pomiędzy/ Przekroczy",
"-248048003": "Jeśli wybierzesz „Przekroczy”, zdobędziesz wypłatę, gdy cena rynkowa osiągnie albo górny limit, albo dolny limit w dowolnym momencie podczas okresu kontraktu.",
- "-330437517": "Zgadza się/Różni się",
"-972537755": "Jeśli wybierzesz „Zgadza się”, zdobędziesz wypłatę, gdy ostatnia cyfra ostatniego najmniejszego przyrostu ceny będzie taka sama jak Twoje przewidywania.",
"-1754746990": "Jeśli wybierzesz „Różni się”, zdobędziesz wypłatę, gdy ostatnia cyfra ostatniego najmniejszego przyrostu ceny jest inna niż Twoje przewidywania.",
- "-657360193": "Ponad/Poniżej",
"-1163143636": "Jeśli wybierzesz „Poniżej”, zdobędziesz wypłatę, gdy ostatnia cyfra ostatniego najmniejszego przyrostu ceny będzie mniejsza niż cyfra przewidywana przez Ciebie.",
"-878562744": "Jeśli wybierzesz „Reset-Call”, zdobędziesz wypłatę, gdy punkt wyjściowy będzie znacząco wyższy niż punkt wejściowy lub punkt spot w momencie resetowania.",
"-1521910502": "Jeśli wybierzesz „Reset-Put”, zdobędziesz wypłatę, gdy punkt wyjściowy będzie znacząco niższy niż punkt wejściowy lub punkt spot w momencie resetowania.",
@@ -2751,7 +3065,7 @@
"-515732698": "Główny specjalista ds. ryzyka",
"-864130274": "Dyrektor ds. księgowości",
"-234962411": "Kim jesteśmy | Platforma do handlowania on-line | Deriv",
- "-355907358": "Deriv.com - Marka Binary.com, pionierskiej i uhonorowanej nagrodami platformy do inwestowania on-line na rynkach handlowych.",
+ "-719133900": "Deriv to pionierska i nagradzana platforma online, oferująca różnorodne instrumenty pochodne dla każdego i w dowolnym miejscu.",
"-599033718": "Deriv nie obraca Twoimi pieniędzmi w celach biznesowych i możesz je wypłacić w dowolnej chwili. Wszystkie Twoje pieniądze są przechowywane oddzielnie w bezpiecznych instytucjach finansowych. Dzięki temu nawet w mało prawdopodobnej sytuacji niewypłacalności Deriv wszystkie Twoje pieniądze zostaną Ci zwrócone, gdyż nigdy nie były przechowywane razem z naszymi środkami.",
"-392665367": "Pomoc, zawsze gdy jej potrzebujesz",
"-367457070": "Dzięki Deriv każdy może w prosty sposób rozpocząć handlowanie, zrozumieć ryzyko i podejmować lepsze decyzje handlowe. Nasze narzędzia i platformy zawierają proste i przejrzyste instrukcje i są intuicyjne w nawigacji. Dodatkowo regularnie zapewniamy wiadomości rynkowe, analizy, webinaria, e-booki, seminaria w formie wideo i artykuły w sekcji pomocy, aby nasi użytkownicy mieli dostęp do informacji i mogli stać się lepszymi graczami.",
diff --git a/src/translations/pt.json b/src/translations/pt.json
index 480c1399d22..5db12aea6df 100644
--- a/src/translations/pt.json
+++ b/src/translations/pt.json
@@ -1,18 +1,23 @@
{
"1292590": "O que eu faço em seguida?",
"2474877": "Para alterar o seu método de pagamento, entre em contato conosco através do <0>livechat0>.",
+ "4506932": "How do I add a Deriv X account?",
+ "7128051": "How can I adjust or remove my self-exclusion limits?",
"7228511": "Determine sua comissão por transação, sujeito aos nossos limites estabelecidos.",
+ "11019706": "Your available balance for Deriv P2P may not reflect your entire Deriv balance. This is because deposits made via some payment methods won’t be available for Deriv P2P. See <0>Why is my Deriv P2P balance different from my Deriv account balance?0> for more info.",
"13119092": "clientes",
+ "15238581": "Go to the first item in the media gallery and click <0>Get media0> code.",
"17217397": "Criptomoeda",
"19552684": "Cesta de USD",
"21294053": "Desde 1999, o grupo atende traders de todo o mundo com integridade e confiabilidade. Sempre nos comprometemos com os mais altos padrões éticos e requisitos regulatórios.",
"22146527": "Plataforma segura e responsiva\n",
+ "22354933": "Your money is held in secure financial institutions and is always available to you, should you wish to withdraw. We don't use your money for our business purposes.",
"22418565": "trocado até esta data",
"22995280": "A plataforma para você iniciar. É poderosa, mas fácil de usar.",
- "23846717": "Você pode retirar o valor do bônus grátis depois de exceder um volume de negócios de 25 vezes o valor do bônus.",
"24763773": "Sony Group Corp",
"24900606": "Cesta de Ouro",
"26480598": "Geral",
+ "26596220": "Finance",
"27830635": "Deriv (V) Ltd",
"28675270": "Diretor Financeiro",
"31131715": "Explore Deriv.com",
@@ -21,11 +26,12 @@
"34997376": "Deriv em números ",
"39296052": "Como faço para promover a Deriv.com?\n",
"39595561": "Veja o desempenho do seu bot ao executar cada negociação e receba notificações via Telegram.",
- "39720204": "Índice AUD",
+ "40232884": "Ensure that you make payment to the correct seller within 2 hours.",
"45577689": "Ganhe comissão com as negociações de seus clientes no DMT5.",
- "48076235": "Si. Puede solicitar aumentar su límite diario a través del chat en vivo en nuestro sitio web y nos comunicaremos con usted por correo electrónico.",
"48132512": "Junte-se e cresça conosco.",
+ "48469443": "Complete <0>this form0>, and we'll get in touch with you in a couple of days. You'll need a real Deriv trading account, too. If you don't have one, sign up <1>here1>.",
"49026512": "Entre na experiência do DMT5",
+ "49321507": "Do you offer micro forex pairs on Deriv MT5?",
"50586010": "Binary.com mudou o nome para Deriv.com e aqui está o que isso significa para os parceiros",
"53801223": "Hong Kong 50",
"54033225": "0,10",
@@ -34,13 +40,15 @@
"55394707": "Para inscrições em aplicativos móveis, defina o código do corretor como <0>Deriv Limited0>.",
"56714378": "Perguntas frequentes - Deriv P2P",
"57395040": "Valor de ponto",
+ "57885236": "Your card issuer may have blocked your transaction. Please contact your card issuer to check.",
"59521256": "Página não encontrada",
"59678480": "5 - 3.000",
"60772773": "USD/RUB",
"61663093": "Índices Contínuos",
- "68536923": "Para forex, uma negociação para 1 lote de EUR/USD pagará EUR 5 em comissão com base na seguinte fórmula:",
+ "67611998": "How can I deposit funds into my Deriv MT5 real money account?",
"70604999": "Como os índices Jump são sintéticos, você pode negociá-los 24 horas por dia, 7 dias por semana, 365 dias por ano.",
"71016232": "OMG/USD",
+ "71263224": "How can I cancel my withdrawal?",
"71535160": "\nCalcule as taxas noturnas para manter quaisquer posições em aberto. As taxas podem ser positivas ou negativas dependendo da sua taxa de swap.",
"71650838": "Fale de forma simples e clara, e não se esconda atrás de ambigüidades",
"71969952": "Que outras mudanças estarei vendo?",
@@ -52,38 +60,43 @@
"82730484": "Um provedor de serviços de pagamento que fornece uma maneira simples de transferir dinheiro, receber pagamentos e pagar online.",
"83067481": "Nosso site de rastreamento: t.deriv.com",
"84123624": "Programas de Parcerias | Deriv",
+ "85248718": "Memorandum and articles of association",
"87901857": "Consultas arbitrárias em um banco de dados de produção",
"90275414": "Ficou mais fácil <0/>negociar<0/>",
"94912230": "Bielo-Rússia",
"97694950": "Negocie com sabedoria e não deixe suas emoções influenciarem suas decisões. Não negocie quando estiver cansado ou sob a influência de álcool.\n",
"102299592": "Como calcular o valor de stop loss e / ou take profit",
+ "105613424": "What is the minimum amount to open a position on Deriv MT5?",
+ "106291991": "Frequently asked questions - Multipliers",
"109865596": "Aproveite as negociações de fim de semana na Deriv e obtenha o máximo de suas negociações",
"110140669": "Se você é um negociante profissional, o serviço de sinais de negociação MT5 permite que você compartilhe suas estratégias com outros negociantes gratuitamente ou por uma taxa de assinatura que você determinar. Quando os traders assinam o seu sinal, seus negócios são automaticamente replicados em suas contas cada vez que você faz uma negociação.",
"113378532": "ETH/USD",
- "113428590": "\nDeriv (V) Ltd (<0>visualizar licença0>) - 1276, Kumul Highway, Port Vila, Vanuatu são licenciados pela Vanuatu Financial Services Commission, e é membro da <1>Financial Markets Association<1/>.",
"117273069": "<0>O Wall Street 300> segue o desempenho das ações das 30 principais empresas listadas nos EUA.",
+ "117920584": "As per <0>our terms0>, we only allow one account per client, which you can open in the currency of your choice (either fiat or crypto). If you want to trade with other currencies, you can add multiple cryptocurrency accounts to your profile.",
"119888059": "Quem pode se inscrever",
+ "121961018": "If you're residing in the EU or UK, <0>contact us via live chat0>, and we'll help you with it.",
"122171127": "Negocie multiplicadores em índices sintéticos 24/7, 365 dias por ano. Negocie multiplicadores em forex as 24 horas do dia durante a semana.",
"123005346": "Sem barreiras artificiais para clientes realizarem suas retiradas",
"123291381": "O que você precisa saber sobre a nova marca",
"125131030": "Obrigado(a) por se inscrever na Academia Deriv",
- "132574588": "No painel <0>Deriv X0>, selecione o tipo de conta que você deseja abrir (Real ou Demo) e clique em \"Adicionar conta\". Siga as instruções na tela para criar uma nova conta Deriv X.",
"135210620": "\nDeriv é <0> regulada 0> por várias entidades, incluindo a Malta Financial Services Authority (MFSA), a Labuan Financial Services Authority (Labuan FSA), a Vanuatu Financial Services Commission (VFSC) e a British Virgin Islands Financial Services Commission .",
"138055021": "Índices sintéticos",
"140083133": "Deposite em sua conta. Comece a negociar no aplicativo móvel, aplicativo de desktop ou navegador web.",
+ "141909159": "You’ll be brought back to the Cashier page. Click <0>Review pending0> and select the transaction that you'd like to cancel.",
"143734792": "Termos que regem a manutenção e transferência de fundos no Deriv e o bônus que você pode obter",
"144377171": "Limites diários de saques",
"146650698": "\nLeve-me ao DP2P",
"148382928": "American Airlines Group Inc",
"150593055": "Trocadores de moeda",
+ "152299772": "Why should I join your affiliate programme?",
"152524253": "Negocie os mercados do mundo com nossa plataforma mais popular e fácil de usar.",
"154463429": "Nossa experiência virtual de negociação representará negociação com dinheiro real, especialmente com preços de contratos e restrições de negociação.",
- "156791387": "Acesse o <0>Painel DMT50> e clique no botão <1>Senha1> da conta DMT5.",
"159321990": "Negocie forex online com Deriv. Abra uma conta demo e desfrute de uma ampla variedade de pares de moedas em nossas plataformas de negociação responsivas e intuitivas.",
"159937924": "RTS28 2020",
"161870324": "\nEscolha as melhores taxas e faça um pedido ou crie um anúncio para as taxas que deseja.",
"163040015": "Participe dos programas de afiliados e IB da Deriv e tenha a chance de ser parceiro de um provedor de negociação online confiável.",
"166309424": "Zero cobranças com pagamentos mensais e diários ",
+ "167985771": "You can unsubscribe by going to the <0>Personal details0> page. Uncheck the checkbox that says \"Get updates about Deriv products, services and events.\" at the bottom of the page, and click <1>Submit.1>",
"171302334": "Portanto, neste cenário, você definiria o valor do stop loss em <0> -7,23 USD 0>.",
"171586173": "Descubra oportunidades de carreira na Deriv em nossos escritórios em todo o mundo. ",
"171638706": "Variáveis",
@@ -93,7 +106,6 @@
"178716803": "Executar bot",
"179737767": "Nossa primeira plataforma de negociação de opções binárias",
"180412186": "Preveja se o ponto de saída será estritamente maior ou menor que o ponto de entrada no final do período do contrato.",
- "181253755": "Quais são meus limites de negociação?",
"181316740": "Isso depende do tipo de negociação. Para descobrir, clique com o botão direito no ativo específico e selecione “Informações do instrumento” (Instrument Info).",
"182438100": "\nPerguntas mais frequentes - DBot",
"187267434": "Em seguida, clique em 'Salvar' na barra de ferramentas na parte superior da tela. Você pode optar por salvar no seu computador ou no seu Google Drive. Sua estratégia será salva no formato XML.",
@@ -101,6 +113,8 @@
"193611235": "Trocas em minutos. Menos espera, mais negociação. Deposite e retire em minutos.",
"194431525": "Proporcionar uma experiência virtual representativa",
"194961269": "Como os contratos de opções funcionam",
+ "198087093": "Digital options allow you to predict the price movement of underlying assets without actually owning them. With digital options, you open a position based on your prediction, with a set duration that closes your position automatically. You'll earn a profit if your position is closed when the price is in your favour.",
+ "198900889": "Can I open more than one Deriv account?",
"200040108": "Zero",
"202417731": "Mercado de commodities | Negociação de commodities | Deriv",
"202712649": "Opções de depósito e retiradas rápidas e seguras",
@@ -116,7 +130,6 @@
"222070679": "Depositaremos suas comissões diretamente em sua conta assim que possível após o dia 15 de cada mês.",
"223659990": "Comissão por lote (1 lote padrão é 100k unidades)",
"224650827": "IOT/USD",
- "224785887": "Detalhes sobre a extensão de nossa autorização e regulamentação pela Autoridade de Conduta Financeira estão disponíveis mediante solicitação.",
"227166061": "O Deriv.com é seguro?",
"228957856": "Digamos que você queira manter lote de 0,01 no Índice de Volatilidade 75 com um preço de ativo de 400.000 USD e taxa de swap de -7,5 aberto por uma noite.",
"230596356": "Personalize sua estratégia DBot",
@@ -124,9 +137,12 @@
"231711709": "Negocie a qualquer hora",
"231722280": "O que são commodities?",
"232837971": "O que é uma estratégia rápida e como usá-la ?",
+ "233475101": "Read <0>this article0> to learn more about trading CFDs on Deriv.",
+ "234782678": "You can reset your affiliate password <0>here0>.",
"236080779": "Gráficos ricos em recursos",
"236845507": "O que são contratos por diferença (CFDs)?",
"239216026": "XMR/USD",
+ "239395164": "\nDeriv (V) Ltd – 1276, Kumul Highway, Port Vila, Vanuatu – são licenciados pela Vanuatu Financial Services Commission, e é membro da <1>Financial Markets Association<1/>.",
"241331061": "Deriv GO é muito bom! Estava procurando um aplicativo como este que seja fácil de usar.",
"242139148": "PARCEIROS",
"242356757": "Enviar um relatório",
@@ -135,11 +151,14 @@
"246106761": "Esqueci a minha senha, o que devo fazer?",
"247341426": "Procure, encontre e candidate-se a vagas em TI, Conformidade e Contas em nosso escritório em Labuan.",
"248446741": "Preveja qual será o tick mais alto ou o mais baixo de uma série de cinco ticks.\n",
+ "250681139": "How do I log in to Deriv X?",
"253813203": "Mais de 12 índices mundiais",
"255124284": "HKD/JPY",
"256855210": "\nUm serviço de depósito e retirada ponto a ponto rápido e seguro.",
"256942335": "Várias oportunidades de renda e comissões generosas",
+ "257449963": "Follow these steps to see your earnings:",
"258310842": "Espaço de trabalho",
+ "261542396": "We'll credit your commission for the previous month into your trading account after the 15th of every month. As an affiliate, you’ll earn commission when your referred clients trade on options and multipliers. To earn from your clients' MT5 trades, you'll need to sign up as an introducing broker. (see <0>How do I sign up as an introducing broker (IB)?0>)",
"262590832": "Abra posições de compra e venda, dependendo da sua estratégia de negociação preferida.",
"263232709": "1 - 2 dias úteis",
"264391901": "Desfrute de mercados sintéticos que imitam a emoção dos mercados do mundo real sem interrupções imprevisíveis do mundo real.",
@@ -148,20 +167,23 @@
"267527172": "A conta DMT5 Standard oferece aos negociadores novos e experientes alta alavancagem e spreads variáveis para máxima flexibilidade. A conta DMT5 Advanced é uma conta 100% A Book onde suas negociações são repassadas diretamente para o mercado, dando-lhe acesso direto ao forex provedores de liquidez. A conta de índices sintéticos DMT5 permite que você negocie contratos por diferença (CFDs) em índices sintéticos que imitam movimentos do mundo real. Ele está disponível para negociação 24 horas por dia, 7 dias por semana e é auditado quanto à imparcialidade por um terceiro independente.",
"268108542": "1. Selecione 'Google Drive' e clique em 'Continuar'.",
"271560771": "Digite o valor com o qual deseja negociar.\n",
+ "272283021": "You can now log in to Deriv MT5 with your new password.",
"274268819": "Índice Volatilidade 100",
+ "274392779": "the Labuan Financial Services Authority",
"275116637": "Deriv X",
"276341434": "Como parte de nossa nova marca, o login URL de seu afiliado irá mudar. ",
+ "276482397": "No, you can't.",
"276645072": "2. Selecione sua conta do Google e conceda a permissão necessária para o DBot acessar seu Google Drive.",
"278499050": "Use sua moeda local para fazer depósitos e retiradas de sua conta Deriv.",
"281247370": " Calculadora de Margem",
+ "286879509": "When do I need to verify my account?",
"287556583": "O valor pip para um contrato na DMT5 é calculado com base nesta fórmula:",
"288004682": "\nSem taxas ou comissões ocultas.",
"288719886": "República Checa",
"289008060": "Facebook Inc",
"289731075": "Como Começar",
"291605393": "Grécia",
- "298511755": "Isso geralmente acontece com clientes que estão depositando conosco pela primeira vez usando um cartão de crédito. Peça ao seu banco para permitir transações com 'Deriv'. ",
- "300084741": "Um contrato por diferenças (CFD) é um contrato que paga a diferença entre o valor de um ativo no momento da abertura de uma negociação e seu valor no fechamento da negociação.",
+ "292497263": "Click on your account balance and click <0>Add or manage account.0>",
"300201586": "Abra uma conta demo na Deriv e pratique com uma quantidade ilimitada de fundos virtuais em nossas plataformas premiadas.\n",
"305547463": "Recursos fáceis de usar",
"306846388": "Negociar online é empolgante, mas envolve riscos e pode levar a um vício. Na Deriv, procuramos os melhores interesses de nossos clientes e os incentivamos a praticar uma <0>negociação segura e responsável0>. Se você é novo nisso, também pode praticar a negociação com fundos virtuais ilimitados antes de arriscar seu dinheiro.",
@@ -176,9 +198,9 @@
"318239044": "Pfizer",
"318433321": "Instrumentos disponíveis para negociação de opções",
"318815297": "Negociações do seu jeito",
+ "319619035": "Will my inactive Deriv MT5 account be deactivated even though I still have a balance?",
"319934137": "Indices<0>0>europeus",
"320565687": "<0>Cesta de Ouro0> mede o valor do ouro contra uma cesta de cinco moedas globais (EUR, GBP, JPY, AUD, USD), cada uma ponderada em 20%.",
- "322580327": "Você pode conversar com o negociador com quem está lidando por meio do chat no aplicativo para resolver a disputa. Se ambas as partes não conseguirem chegar a um acordo, você pode entrar em contato conosco por meio do recurso de disputa no aplicativo. Entraremos em contato com as partes relevantes e trabalharemos para resolver a disputa o mais rápido possível.",
"323564058": "Pagamentos simplificados. Maneira rápida e confiável de depositar fundos em sua moeda local.",
"325128398": "3. Duração",
"326242312": "Volume em lotes",
@@ -186,12 +208,13 @@
"332441329": "Interino | DMT5",
"332961148": "Como posso adicionar, remover ou alterar meus métodos de pagamento aceitos?",
"335040248": "Sobre nós",
- "336359962": "\nUma taxa inativa é um valor cobrado de qualquer conta que não realizou uma transação por um período contínuo de 12 meses.",
+ "337214156": "What are the differences between the Deriv MT5 Synthetic, Financial, and Financial STP accounts?",
"337900732": "Dinamarca",
"339084000": "LEGAL",
"339879944": "GBP/USD",
"341589956": "Air France KLM SA",
"342146000": "<0>Salvando no seu computador0>",
+ "342722863": "\n Learn more about our commission plans on <0>our Affiliate and IB Programme page0>.",
"343021270": "Negocie com uma conta real de CFDs. Obtenha acesso para alavancar e negociar posições maiores do que seu capital existente.",
"343586987": "Portanto, neste cenário, você definiria seu nível de lucro em <0> 6,83 USD 0>.",
"349098817": "O que há de novo em Deriv.com?",
@@ -202,6 +225,7 @@
"354260859": "Negocie com uma conta real Deriv MT5 (DMT5) ou Deriv X real e obtenha acesso a alta alavancagem para operar posições maiores que o capital existente.",
"355340164": "Plataforma de negociação online Deriv X",
"358838306": "Vice-Presidente de Suporte ao Consumidor ",
+ "358998585": "The Deriv MT5 Financial STP account offers CFDs on forex and cryptocurrencies, with lower leverage than the Financial account. This is a 100% A-book account, so your trades pass straight through to the market, giving you direct access to liquidity providers. This account also offers 24/7 trading on cryptocurrencies.",
"361051814": "Digamos que você queira calcular o nível de lucro take e o valor do pip quando quiser vender 3 lotes do índice de volatilidade 50 ao preço de 249,5961 USD com um valor de take profit de 84 USD.",
"361599549": "Um método de pagamento que permite transferências bancárias online para clientes nas Filipinas. Disponível para depósitos e saques. ",
"365224830": "Cesta de Índices de negociação on-line | Conta demo de negociação de Cesta de Índices | Deriv",
@@ -218,6 +242,7 @@
"376677604": "\nTudo isso está disponível em nossa plataforma DMT5",
"378043056": "Cada um desses índices reproduz o desempenho das principais empresas de capital aberto em um mercado financeiro na região da Ásia/ Oceania.",
"378788991": "Novos índices sintéticos estão agora disponíveis na DTrader e Deriv MT5 (DMT5)",
+ "379401010": "Partners",
"379730266": "O pagamento da comissão para todos os ativos será convertido para a moeda de depósito com base na última taxa de câmbio.",
"383145223": "Ações Ebook",
"386443705": "Como e quando receberei minhas comissões do Deriv IB?",
@@ -226,14 +251,15 @@
"390647540": "Conta Real",
"392031899": "Estará disponível em breve",
"392840594": "Para perguntas sobre nosso Programas de afiliados e Corretores de Apresentação (IB)",
+ "393215173": "the British Virgin Islands Financial Services Commission",
"393841045": "<0>Note:0>",
"393899903": "Você só pode atender clientes Deriv em seu país de residência.",
- "394545276": "Você pode depositar ou retirar no mínimo USD/EUR/GBP/AUD 5 usando carteiras eletrônicas. Outros métodos de pagamento terão valores mínimos diferentes.",
"395057342": "Quem somos",
"396609660": "Preencha o formulário com as credenciais da sua conta Deriv MT5. No campo <0>Broker0>, insira o nome do servidor da sua conta: <1/> <0>- Deriv-Demo0> se o seu sinal for apenas para contas demo <1/> <0> - Deriv-Server 0> ou <0>Deriv-Server-020> se o seu sinal for apenas para contas reais <1 />\n(Você pode encontrar o nome do servidor da conta em seu <2>painel Deriv MT52>.)",
"396992773": "A Deriv é a melhor corretora do mundo até agora em termos de ativos que oferece, facilidade de saques e depósitos, além de outros serviços. Continue nos dando o melhor, Deriv!",
"397235089": "Conheça os mercados que você pode negociar online com Deriv, incluindo forex, índices sintéticos, ações e índices, criptomoedas e commodities.",
"398319738": "O que é DMT5?",
+ "399948438": "Click <0>Create new ad0>.",
"400968378": "localizações",
"406075956": "Se você selecionar 'Ímpar', ganhará o pagamento se o último dígito do último tick for um número ímpar (ou seja, 1, 3, 5, 7 ou 9).\n",
"408925924": "Até 1000 vezes mais",
@@ -247,6 +273,7 @@
"419208082": "Nossa plataforma de negociação de CFD por MetaQuotes: trade.mql5.com",
"419648873": "\nNegocie ações globais e índices de ações agora em nossa plataforma DMT5.",
"420161092": "Seja um dos primeiros a experimentar a Deriv.com ",
+ "421158556": "You may refer to <0>our terms0> for more information. If you need help getting into your account, <1>contact us via live chat.1>",
"421232681": "Termos adicionais",
"422714856": "Para deixar claro, essa mudança de marca foi inspirada em você. Estamos entusiasmados em atualizá-lo para uma experiência de negociação nova e aprimorada na Deriv.com, onde você pode negociar o que deseja, quando e como quiser. ",
"424703192": "Os clientes no resto do mundo (exceto para países restritos como os EUA, Canadá e Hong Kong) que desejam negociar CFDs em instrumentos financeiros podem ter contas DMT5 Financeira STP e contas Deriv X Financeira sob Deriv (V) Ltd. Esta empresa não oferecem CFDs sobre moedas criptográficas.",
@@ -267,8 +294,11 @@
"439798157": "Importar estratégia",
"441557166": "Deriv X - uma plataforma de negociação de CFDs de múltiplos ativos disponível na Deriv",
"442177402": "Pares Cripto",
+ "443594501": "For your Deriv MT5 and Deriv X real accounts, log in to close any open positions.",
+ "443887309": "Your credit card balance may be insufficient.",
"447476086": "Relatório de <0>Países0>: exibe uma lista de países de onde são seus clientes",
"447711315": "Aquisição de sub-domínios",
+ "448874206": "If you have active orders, keep the app open (either on your phone or computer) until your orders are completed. Try to complete your orders within 2 hours.",
"448985812": "0-19,999%",
"449277904": "O que é Deriv GO",
"451624200": "XTZ/USD",
@@ -277,9 +307,9 @@
"455897892": "Ebook sobre Criptomoedas",
"456825069": "Especialistas em negociação",
"459886707": "Carteiras eletrônicas",
- "460766210": "\nDeriv Investments (Europe) Limited, W Business Centre, Level 3, Triq Dun Karm, Birkirkara BKR 9033, Malta, está licenciada em Malta (<0> licença nº IS / 70156 0>) e regulamentada pela Malta Financial Services Autoridade ao abrigo da Lei de Serviços de Investimentos para fornecer serviços de investimento na União Europeia. Também está autorizado e sujeito a regulamentação limitada pela Autoridade de Conduta Financeira do Reino Unido. Detalhes sobre a extensão de nossa autorização e regulamentação pela Autoridade de Conduta Financeira estão disponíveis mediante solicitação.",
"460878453": "5 - 10.000",
"465003790": "DMT5 login",
+ "465522807": "<0>A signal provider0> \n Do you provide trading data for others to follow? Grow your community of traders and earn commission when they sign up and trade on our platforms.",
"467590240": "índices de ações",
"469222213": "\nClique na guia <0> Minhas estatísticas 0> e selecione seu provedor de sinal.",
"473760456": "Falamos claramente para evitar ambiguidade, revelamos os termos de todos os contratos e somos claros sobre os riscos da negociação e como obtemos lucros.",
@@ -289,7 +319,8 @@
"476621330": "Abrindo uma conta",
"479311128": "Abra negociações a um custo menor e aumente seus ganhos potenciais.",
"480442479": "Pedido de falsificação cruzada (não-crítica)",
- "482031216": "Forex é o mercado descentralizado global para a compra e venda de moedas.",
+ "481274667": "How can I withdraw funds from my Deriv MT5 real money account?",
+ "481411401": "Regulation",
"482369277": "Os programas de afiliados da Deriv e IB oferecem oportunidades de renda interessantes. Ganhe comissões com as negociações de seus clientes indicados em nossas plataformas.",
"486935836": "Esqueci minha senha de conta Google/Facebook/Apple. Como posso fazer login em minha conta Deriv?",
"487236738": "Como é calculado",
@@ -304,11 +335,13 @@
"494843334": "Você pode negociar Forex, Índices de ações, Commodities e Índices sintéticos no DTrader.",
"495686884": "Por que nos escolher para suas negociações online | Deriv",
"497469280": "Nosso objetivo é fornecer a nossos clientes sistemas confiáveis que tenham alto tempo de funcionamento e baixa latência, mesmo em redes de dados móveis de baixa velocidade. Fornecemos boa segurança e compatibilidade entre dispositivos para todos os principais desktops e dispositivos móveis.",
- "497717591": "Que métodos de pagamento posso usar com Deriv P2P?",
+ "497567508": "Your Deriv MT5 history will be downloaded as an XML file.",
+ "497905436": "How do I check my available balance for Deriv P2P?",
+ "500999639": "Some trade types may not be available in certain countries.",
"501413836": "750+",
"501620507": "O que mudará para meus clientes?",
"501763239": "Pares principais",
- "502554477": "Quais são as diferenças entre os índices sintéticos DMT5, contas financeiras e financeiras do STP?",
+ "504465748": "We'll email you a verification link. Click that link and set a new password for your Deriv account.",
"506797447": "<0>Cesta de EUR0> mede o valor do Euro contra uma cesta de cinco moedas globais (USD, AUD, GBP, JPY, CAD), cada uma ponderada em 20%.",
"509964491": "Negocie mesmo quando a maioria dos mercados financeiros está fechada",
"510309290": "Deriv X: Nosso aplicativo de negociação de CFD pela DevExperts (<0>Android app0>, <1>iOS app1>)",
@@ -332,8 +365,8 @@
"527660774": "Ferramentas de negociação | Calculadoras de swap, pip e margem | Deriv",
"528858838": "Lead/USD",
"529056539": "Opções",
+ "529597350": "Se você tinha alguma posição em aberto, nós a fechamos e lhe reembolsamos.",
"529901734": "Na negociação de cestas de índices, a mudança no valor de uma moeda é medida em relação a uma cesta das moedas com mais liquidez do mundo.",
- "533583221": "As transferências são instantâneas. Depois de concluir todas as etapas, o saldo da sua conta do DMT5 será atualizado imediatamente.",
"538228086": "Fechar-Baixo",
"538682015": "Confira nossos outros aplicativos",
"539645627": "Nosso objetivo é fornecer produtos líderes de mercado que são confiáveis em todo o mundo.",
@@ -351,12 +384,14 @@
"555580651": "1. No painel à direita do espaço de trabalho, clique em 'Limpar estatísticas'.",
"557095822": "\nClique no botão <0> Renovar 0> para renovar o serviço ou no botão <0> Cancelar assinatura 0> para cancelar a assinatura.",
"558327984": "Nossa calculadora de lucros e perdas para multiplicadores ajuda a determinar o nível de stop loss e / ou take profit em suas negociações para minimizar perdas e maximizar ganhos.",
+ "561889537": "A dispute was raised against you. Please <0>contact us0> via live chat for more info.",
"562246914": "A mudança da nossa marca foi inspirada em você, e em nossos clientes. Após 20 anos de serviço, sentimos que o entendemos melhor. O rebranding é uma oportunidade para implementarmos uma solução aprimorada de negociação online para atender todas as suas necessidades.",
"562528971": "Zinc/USD",
"562753315": "Guernsey | Nosso escritório - Ilhas do Canal | Deriv",
"566274201": "1. Mercado",
+ "567739189": "Why do my Deriv MT5 positions always start with a loss?",
"568954877": "\n3. Você só pode se inscrever em um provedor de sinal com uma conta DMT5 a qualquer momento. Você pode usar seu sinal em até 3 computadores.",
- "569354588": "Você também pode gerenciar seus fundos através de um Agente de Pagamento, se o serviço estiver disponível em seu país.",
+ "570656160": "You can use your Deriv MT5 demo account for as long as you want. However, if your account is inactive for 30 days, we'll deactivate it automatically.",
"575210404": "Envie ou receba pagamentos",
"575534504": "Spreads baixos",
"577779861": "Retirada",
@@ -369,6 +404,7 @@
"586006302": "<0>Acima/Abaixo:0> Preveja se o último dígito do último tick de um contrato será maior ou menor que um número específico.\n",
"586789100": "Escolha entre uma variedade de tipos de negociações personalizáveis, com apostas tão baixas quanto $ 0,35 e durações tão curtas quanto um segundo.",
"590858519": "Diga adeus às cobranças noturnas, mantenha suas posições abertas pelo tempo que quiser.",
+ "593539508": "Yes, you can download the chart on DTrader (in .csv and .png) by clicking <0>Download0> on the toolbar on the left. ",
"593838951": "Oportunidades diversas",
"595278941": "\nPreço do ativo",
"595722471": "Return to player (RTP) % para retrospectivos para um multiplicador de 1 e 1m de duração é em média de 87%.",
@@ -391,6 +427,7 @@
"622253642": "\nEconomize tempo - não há necessidade de abrir, monitorar e fechar negociações.",
"623188171": "Negocie criptomoedas e índices sintéticos a qualquer hora, mesmo nos finais de semana e feriados.",
"624256060": "Defina parâmetros opcionais que lhe dão mais controle sobre suas negociações, incluindo stop loss, take profit e cancelamento da transação.\n",
+ "625438255": "Como parte das mudanças em nossas ofertas de mercado, estaremos fechando as contas de nossos clientes no Reino Unido",
"627388563": "Mais sobre CFDs",
"627774646": "\nFluxo de renda adicional de assinaturas mensais.",
"627845959": "Pontos a serem lembrados ao negociar multiplicadores\n",
@@ -399,13 +436,11 @@
"631458864": "Negócio de Ponta",
"631607286": "A Binary.com foi renomeada para Deriv.com e aqui está tudo o que você precisa saber ",
"632409475": "TER/USD",
- "634033595": "Deriv P2P é o serviço de depósito e retirada ponto a ponto da Deriv que permite que você receba e envie dinheiro de sua conta Deriv facilmente por meio de transações com outros traders.",
"635121138": "Programas de Afiliado e IB | Deriv",
"635797490": "Interino Deriv",
"636070520": "3. Negocie",
"636073620": "Assine para sinais de negociação na Deriv MetaTrader 5 para copiar as negociações de traders experientes ou torne-se um provedor de sinais e compartilhe suas estratégias.",
"637013579": "Nossa clássica ferramenta de \"drag-and-drop\" para a criação de bots, apresentando pop-up de gráficos de negociação, para usuários avançados.",
- "639707096": "Os clientes não podem ser residentes na Bielorrúsia, Canadá, Hong Kong, Israel, Jersey, Malásia, Malta, Paraguai, Ruanda, Emirados Árabes Unidos ou um país restrito que tenha sido identificado pelo Força Tarefa de Ação Finanaceira (FATF) como tendo deficiências estratégicas.",
"640307277": "Vice-Presidente de Engenharia ",
"640405784": "Faça depósitos facilmente com a solução de pagamento de voucher em dinheiro para a África do Sul.",
"641347172": "Após o tempo de processamento necessário do seu método de pagamento seleccionado, os seus fundos serão depositados na sua conta pessoal. Pode verificar os tempos de processamento na nossa página <0>Métodos de pagamento0>.",
@@ -413,6 +448,7 @@
"642995056": "E-mail",
"643554455": "Veja perguntas freqüentes sobre tópicos populares para obter respostas rápidas.",
"643810262": "Exploração de questões de lógica interativa que podem causar perdas para os clientes",
+ "645317079": "We'll remove the <0>withdrawal limit0> once your account has been verified.",
"645902266": "EUR/NZD",
"645954408": "Quando o preço de mercado sobe para 8.700 USD, você decide definir o nível de stop loss em 8.200 USD. Depois de alguns tique taques, o preço cai para 8.100 USD, ultrapassando seu nível de stop loss. Sua negociação fechará automaticamente em 8.100 USD.",
"646017912": "Nosso aplicativo principal para negociação de opções e multiplicadores.",
@@ -423,9 +459,11 @@
"654674908": "A estratégia Martingale é uma técnica de negociação clássica que incentiva os comerciantes a dobrar o tamanho do contrato após uma perda, para que, quando vencerem, recuperem o que perderam.",
"655249194": "Deriv X é a nossa segunda plataforma CFD, depois da MT5. É repleta de recursos e construída para se adequar ao seu estilo de negociação.",
"655519080": "Deutsche Bank AG",
+ "655902997": "You may reactivate your account by <1>logging in1> with your email address and password. If you're unable to do so, please <0>contact us via live chat0>, and we'll help you further.",
"658337631": "Você tem uma conta <0>Binary.com0>? Você pode <1>logar1> em <0>Deriv0> com seu login e senha da <0>Binary.com0>",
"662679188": "Dtrader | Plataforma de Negociações Online | Deriv",
"663180477": "Experiência de negociação com o cliente em primeiro lugar",
+ "665599274": "Fill up the form and click <0>Confirm0>.",
"665777772": "XLM/USD",
"666199378": "Obtenha acesso à um suporte amigável ao cliente 7 dias por semana, e uma Central de Ajuda completa e outros conteúdos úteis.",
"666906792": "Faça depósitos facilmente usando seu celular. Para clientes em Gana e Uganda.",
@@ -434,14 +472,15 @@
"672008428": "ZEC/USD",
"680204734": "O valor mínimo para retirada varia de acordo com as últimas taxas de câmbio. As figuras mostradas aqui foram arredondadas.",
"680953516": "MERCADOS ",
+ "682063263": "Your Deriv P2P account may be blocked for one of the following reasons:",
"682108610": "Nossa plataforma de negociação é perfeita para clientes iniciantes ou experientes.",
"682657885": "Vá para o painel da Deriv X",
"683810917": "Verifique sua comissão diária de IB",
"685027643": "A guia 'Transações' fornece informações mais detalhadas sobre cada negociação, como duração, barreira, horário de início e término, etc.",
"686385193": "Digamos que você queira calcular o nível de lucro ao abrir uma posição para o Índice de Volatilidade 100 com preço de 3376,24 USD com um valor de aposta de 10 USD, um valor multiplicador de x100 e um valor de lucro de 7,54 USD na direção para baixo.",
"686387939": "Como limpo o meu log de transações?",
- "686417047": "O DTrader permite negociar mais de 50 ativos na forma negociação com dígitos, multiplicadores e retrospectivos.",
"688617121": "Alta alavancagem",
+ "689068852": "Where can I see my ads?",
"689400450": "É a melhor corretora do mundo. Vou recomendá-la a qualquer pessoa todos os dias, o tempo todo. Os agentes de suporte são realmente úteis em todas as áreas.",
"690238026": "Temos uma seleção testada e comprovada de ferramentas de referência, incluindo banners, vídeos, resenhas e anúncios de texto. Se você deseja que determinadas ferramentas sejam personalizadas de acordo com os requisitos do seu site, entre em contato com o gerente da sua conta de Afiliado em <0>affiliates@deriv.com0>.",
"690959930": "Redefinir senha | Deriv",
@@ -452,6 +491,7 @@
"700128691": "Somos firmes em nosso compromisso com altos padrões éticos. Encontre mais motivos para saber por que a Deriv é a escolha dos traders que negociam online.",
"701775446": "Índice Volatilidade 200",
"701840176": "Comissão por US $ 100.000 de volume de negócios",
+ "704465777": "After making your payment, share the receipt with the seller via the chat feature in Deriv P2P.",
"704532260": "Inscreva-se apenas com seu email. Não é necessário cartão de crédito ou depósito mínimo.",
"706069088": "Sobre a Deriv ",
"710137133": "\nAplique agora",
@@ -483,12 +523,15 @@
"743105449": "Como posso depositar fundos em minha conta de dinheiro real Deriv X?",
"743623600": "Referência",
"746874005": "Swap forex formula",
+ "747290779": "<0>A software developer0> \n Build your own trading platform using our API and earn commission when your clients sign up and trade.",
"751493857": "USD 4",
"752024971": "\nNúmero máximo de dígitos atingidos",
+ "752304655": "<0>Turnover0> \n Earn up to 1.5% commission for each contract bought by your clients. The lower the probability of winning, the higher your commission payout.",
"755433132": "O que são opções digitais?",
"756066527": "Eu concordo com os <0>termos e condições0>",
"756310599": "Seremos transparentes sobre os termos de todos os contratos para que os clientes possam fazer escolhas conscientes.",
"758038191": "Encontre uma vaga conosco navegando pelas oportunidades de emprego na Deriv em Melaka, Malásia.",
+ "759844711": "Yes, it's completely free of charge <0>to join0>.",
"760192418": "Negocie com sabedoria, e não deixe suas emoções influenciarem suas decisões. Não negocie quando estiver propenso a um mal julgamento.",
"760233310": "Nossa aplicação comercial de CFD por Devexperts: dx.deriv.com",
"762478389": "Negocie o que você gosta - forex, commodities, ações e índices sintéticos.",
@@ -504,6 +547,7 @@
"777848993": "ativos negociáveis e aumentando",
"778624300": "Aproveite as vantagens das calculadoras de negociação do Deriv que o ajudam a calcular seu swap, pip, lucro e perdas para a negociação de CFD e multiplicadores.",
"779522948": "Ipoh | Nosso escritório - Malásia | Deriv ",
+ "780041225": "If you already have a demo account, here’s how to add a real account:",
"781723751": "10 - 17.000",
"783010200": "Diversifique seu portfólio com negociações sem comissões nos maiores índices internacionais do mercado de ações. Negocie em índices de renome mundial, como Wall Street 30, US Tech 100, UK 100 e muitos mais. Comece a negociar a partir de $5.",
"783153785": "Fundos virtuais ilimitados",
@@ -516,6 +560,7 @@
"785973496": "Portugal",
"786796042": "No ar em <0>3 de Junho de 20200>",
"788015089": "*disponível para pares selecionados:",
+ "788744327": "Click <0>Change0> next to the password field, then click <0>Change Deriv MT5 password0>.",
"789376489": "USD/HKD",
"790534726": "Implementar controles para evitar atividades ilegais",
"793647899": "Sua conta de afiliado da Binary.com também será válida para Deriv.com. Você poderá ganhar comissões de seus clientes quando negociarem na Binary.com ou na Deriv.com.",
@@ -524,17 +569,23 @@
"799457743": "Simples.",
"800183478": "Segurança é importante para nós. Melhoramos continuamente nossos produtos e serviços através da colaboração com pesquisadores independentes de segurança em todo o mundo.",
"800934856": "Explore nossas localizações de escritórios | Deriv",
+ "802021852": "If you're buying, you'll need to make payment and share your payment confirmation with the seller. Once the seller has confirmed that they've received your payment, the exchange amount will be credited into your Deriv account.",
"803989222": "A conta Sintéticos permite que você negocie nos índices sintéticos proprietários da Deriv que estão disponíveis 24 horas por dia, 7 dias por semana e simulam movimentos de mercado do mundo real.",
"806165583": "Australia 200",
+ "806951253": "Na UE, os produtos financeiros são oferecidos pela Deriv Investments (Europe) Limited, W Business Centre, Level 3, Triq Dun Karm, Birkirkara BKR 9033, Malta, licenciada em Malta (<0>licença nº IS/701560>) e regulamentada pela Malta Financial Services Authority, Triq l-Imdina, Zone 1, Central Business District, Birkirkara CBD 1010, Malta, sob a Lei de Serviços de Investimentos. Autorizado pela Autoridade de Conduta Financeira e com a permissão considerada variável. Sujeito à regulamentação da Autoridade de Conduta Financeira. A natureza e extensão das proteções ao consumidor podem ser diferentes daquelas para empresas sediadas no Reino Unido. Detalhes do Regime de Contratos de Serviços Financeiros, que permite que empresas sediadas na EEA operem no Reino Unido por um período limitado para realizar atividades necessárias para a execução de contratos pré-existentes, estão disponíveis no website da Autoridade de Conduta Financeira.",
"808426886": "Não praticamos vendas forçadas, não oferecemos consultoria financeira ou de negociação, nem fazemos promessas de retornos garantidos. Não encorajamos pessoas vulneráveis a negociar e implementamos controles para evitar qualquer atividade ilegal.",
"809146176": "Não aplicável",
+ "809480545": "If you'd like to log in using your email address instead, follow these steps:",
"809649275": "Centro de Ajuda | Perguntas mais frequentes | Deriv P2P | Deriv",
"809734567": "Na <0>página de demonstração de sinais MQL50>, clique no botão Criar sinal.",
+ "811665902": "What is Deriv MetaTrader 5 (Deriv MT5)?",
"812101045": "Calculadora de stop loss e / ou take profit para margem",
"812888944": "Negócios de ponta",
"814009433": "Volume total de negócios",
+ "814289409": "Then, withdraw your funds.",
"814644033": "Compre criptografia usando seu cartão de crédito e débito para recarregar sua conta Deriv com esta troca global de fiat-to-crypto.",
"815602603": "Faça login na sua conta Deriv. Se você não tem uma, inscreva-se gratuitamente.",
+ "816534303": "To log in on your desktop, click <0>Trade on web terminal0>.",
"817637233": "Obrigado(a) por subscrever",
"818087675": "Comece a negociar na Deriv",
"818659471": "6. Stop loss\n",
@@ -545,6 +596,7 @@
"825675433": "Negociações de ações e índices disponíveis na Deriv",
"825815966": "Pagamento fixo e previsível",
"826511719": "USD/SEK",
+ "829379369": "You can automate your trading strategy using a trading bot. A trading bot is an automated computer program that purchases trade contracts for you while following a specific set of instructions that you provide.",
"829579058": "Seguro",
"831164350": "Digamos que você queira calcular o nível de stop loss e o valor do pip quando quiser comprar um lote de EUR / USD ao preço de 1,17524 USD com um valor de stop loss de 24 USD.",
"831282685": "Envie-nos um email",
@@ -580,21 +632,24 @@
"871486196": "Negocie forex, índices sintéticos, ações, índices de ações, criptomoedas e commodities em um só lugar.",
"874573741": "Negocie forex, ações, índices de ações e commodities em um só lugar.",
"874881951": "Procure oportunidades de trabalho disponíveis em nosso escritório em Dubai. Encontre seu papel em TI, marketing ou recursos humanos.",
+ "875311753": "The completion rate is the percentage of orders that the advertiser could complete within 2 hours.",
"875766134": "Importando de seu computador",
"876581050": "Eslováquia",
"877897643": "Vantagens de negociar forex na DTrader",
+ "878441070": "Can I change the currency of my Deriv MT5 account?",
"878676836": "Documentos de Informações-Chave",
"878922748": "O que é uma conta CFD?",
+ "878929504": "Complete the form and click <0>Submit0>.",
"879478126": "Dubai",
"881413021": "Por que negociar commodities na Deriv",
"882216897": "E-mail é obrigatório",
"885479216": "Relatório <0>Hits e impressões0>: exibe suas taxas de visitas e cliques",
"886712679": "Licenciada e regulamentada",
"887282040": "Por que a Binary.com está mudando de nome?",
+ "888619169": "If you have made a deposit or have added a real MT5 account, follow these steps:",
"888978991": "Cada um desses índices replica o desempenho das principais empresas de capital aberto em um mercado financeiro na Europa.",
"889704223": "Negocie da maneira que você quiser com {{trade_no}} tipos de negociação flexíveis.",
"890667695": "45%",
- "891097078": "Índice USD",
"893607771": "Beneficie-se do horário de funcionamento ininterrupto (de segunda a sexta-feira), alta liquidez, baixas barreiras de entrada, uma ampla gama de ofertas e oportunidades para negociar em eventos mundiais.",
"893980632": "\nTem mais perguntas? Verifique a <0> seção de perguntas frequentes 0> no site MQL5.",
"895567953": "ativos para liberar seu bot",
@@ -609,17 +664,21 @@
"905952695": "Nosso endereço de weblog: https://deriv.com/academy/",
"906120998": "Quais são as principais diferenças entre o DTrader e o DMT5?",
"909083576": "404 - Página não encontrada | Deriv",
+ "912406629": "Follow these steps:",
"912981300": "Mais uma coisa: renomeamos nossos perfis de mídia social para @Derivdotcom no Facebook, Instagram e Twitter. Curta e siga-nos para ficar por dentro das novidades.",
"913091440": "Experimente o DBot na Deriv.com",
"913719394": "Se você selecionar \"Acima\", receberá o pagamento se o último dígito do último tick for maior que a sua previsão.\n",
- "914005173": "Fora da UE, os produtos financeiros são oferecidos pelas seguintes empresas: Deriv (FX) Ltd, F16, Nível 1, Paragon Labuan, Jalan Tun Mustapha, 87000 Labuan, Malásia, licenciada pela Labuan Financial Services Authority (<0>licença nº MB/18/00240>); Deriv (BVI) Ltd, Kingston Chambers, P.O. Box 173, Road Town, Tortola, Ilhas Virgens Britânicas, licenciada pela British Virgin Islands Financial Services Commission (<1>licença nº. SIBA/L/18/11141>); Deriv (V) Ltd (<2>ver licença2>), 1276, Kumul Highway, Port Vila, Vanuatu, licenciada e regulamentada pela Vanuatu Financial Services Commission; e Deriv (SVG) LLC, Hinds Buildings, Kingstown, St. Vincent e as Granadinas.",
"915392164": "Abra posições longas ou curtas com base em suas previsões dos movimentos dos preços de mercado.",
+ "920363635": "Frequently asked questions - IB programme",
"925239281": "Como retiro fundos da minha conta de dinheiro real Deriv X?",
+ "927364570": "<0>Setting > Proof of address0>",
"927510190": "Preveja se o mercado permanecerá dentro ou fora de duas metas de preço a qualquer momento durante o período do contrato.\n",
"927827352": "A plataforma<0/> de negociação CFD<0/> multifuncional",
"927830157": "Plataformas fáceis de usar com poderosos widgets de gráficos",
"930211164": "Negociação 24h por dia e 7 dias por semana",
"931190863": "3. Clique em 'Criar variável'.",
+ "931793340": "Na UE, os produtos financeiros são oferecidos pela Deriv Investments (Europe) Limited, W Business Centre, Level 3, Triq Dun Karm, Birkirkara BKR 9033, Malta, licenciada em Malta (<0>licença nº IS/701560>) e regulamentada pela Malta Financial Services Authority, Triq l-Imdina, Zone 1, Central Business District, Birkirkara CBD 1010, Malta, sob a Lei de Serviços de Investimentos.",
+ "931896911": "Go to the <0>History0> section.",
"932190946": "Limites de depósito diário",
"934777772": "1. Clique em 'Começar' para abrir o menu de blocos.",
"935167918": "3,75",
@@ -638,12 +697,12 @@
"960618190": "Negocie vários ativos em vários mercados simultaneamente.",
"961530723": "Netflix Inc",
"962218636": "Airbus SE",
+ "963202666": "How do I sign up as an affiliate?",
"963922337": "2. Os blocos são classificados de acordo. Basta escolher os blocos que você deseja e arrastá-los para o espaço de trabalho.",
"964982895": "Faça depósitos facilmente usando seu celular. Para clientes em Uganda e na Tanzânia.",
"968040107": "Como encontro os blocos que preciso?",
"968576099": "Acima/Abaixo",
"968627888": "Negociação 24/7, incluindo fins de semana e feriados",
- "971351835": "Relatório Anual de Divulgação Financeira 2020",
"972090300": "Por que devo mudar para a Deriv.com? ",
"973734471": "Finlândia",
"973933650": "As transferências entre contas são instantâneas. Depois de concluir todas as etapas, o saldo da sua conta Deriv X será atualizado imediatamente.",
@@ -657,13 +716,16 @@
"992485806": "Sua posição é fechada automaticamente quando seu nível de stop loss está em <0> 1,1750 0> e quando o valor de pip de stop loss é <0> 24 USD 0>.",
"1000512133": "API",
"1001160515": "Vender",
+ "1001731723": "Yes, as long as you haven’t opened a Deriv MT5 Financial STP account, you can still trade without verifying your account.",
"1004480214": "Celular",
"1005687893": "Negociação online com Deriv | Simples. Flexível. Confiável.",
"1005701957": "Se você selecionar \"Fica entre\", você ganhará o pagamento se o mercado permanecer no meio (não tocar) a barreira alta ou a barreira baixa a qualquer momento durante o período do contrato.\n",
"1005941063": "Deposite e retire no Litecoin, uma criptomoeda durável com rápido processamento de transações.",
"1009128101": "Fácil de configurar - nenhuma instalação necessária.",
+ "1010278278": "Can I delete my Deriv MT5 account history?",
"1010645311": "Preveja os movimentos de preços de commodities como prata, ouro e petróleo e use a margem para ampliar seus possíveis lucros.",
"1011699543": "Negociar sobre os movimentos de preços dos recursos naturais que são centrais para a economia mundial e aproveitar ao máximo a ação do mercado.",
+ "1012902658": "Sim. <0>Contacte-nos através de chat ao vivo0> e nós o ajudaremos com isso.",
"1015510435": "BMW",
"1016174771": "<0> Stop loss e / ou take profit montante na direção Down = Max [{stake × (- (stop loss OR nível take profit - preço do ativo) ÷ preço do ativo × multiplicador) - comissão}, -stake] 0 >",
"1016273887": "Os CFDs são considerados derivados complexos e podem não ser adequados para clientes de varejo.",
@@ -678,15 +740,17 @@
"1024953822": "Negocie forex, sintéticos e criptomoedas onde seja",
"1026160856": "Preveja se o último dígito do último tick de um contrato será um número par ou um número ímpar.\n",
"1027197513": "Deriv X é uma plataforma de negociação fácil de usar, onde você pode negociar CFDs em vários ativos em um layout de plataforma que você pode personalizar de acordo com sua preferência.",
- "1032383871": "Você pode criar e executar suas próprias estratégias de negociação automatizadas com o DBot. Você também pode baixar robôs de negociação prontos (também conhecidos como Expert Advisors) para DMT5, indo para a guia \"Mercado\" na plataforma DMT5.",
"1032907147": "AUD/NZD",
"1033805779": "Todos os parceiros de programas Deriv podem participar gratuitamente. Não há absolutamente nenhuma cobrança ou taxa oculta para se preocupar.",
"1033824796": "currentStake",
"1034695894": "Descubra como funciona a Deriv P2P:",
"1034875052": "Serviços excelentes e confiáveis; testado e confiável!",
+ "1035639511": "Deriv Limited - 13 Castle Street, St. Helier, JE2 3BT, Jersey - é a empresa holding das subsidiárias acima.",
"1035890756": "Adicionar uma conta real Deriv.",
"1037965324": "10B+ USD",
"1039678171": "PARA CLIENTES",
+ "1041343262": "You can chat with the trader you are dealing with via the chat feature in Deriv P2P.",
+ "1041405933": "Read <0>this article0> to learn more about automated trading on Deriv.",
"1044540155": "100+",
"1045309798": "\nTaxas de swap (financiamento overnight)",
"1046578159": "GBP/USD",
@@ -701,6 +765,7 @@
"1056821534": "Tem certeza?",
"1057239639": "Defina parâmetros opcionais para a sua negociação\n",
"1058440967": "Como essa mudança me afeta como um corretor de apresentação (IB)?",
+ "1062240703": "Yes, we’re regulated by",
"1062246296": "Apresentando o DBot da Deriv.com",
"1062691395": "Separamos os relatórios para sua conveniência.",
"1065635876": "2. Monitore o gráfico",
@@ -708,6 +773,7 @@
"1068264174": "Painel de Controle de seu afiliado Deriv",
"1069671533": "somos",
"1072277224": "\nSiga-nos",
+ "1072571985": "If you created your Deriv account using Apple/Google/Facebook, try resetting your Apple/Google/Facebook password. After that, you should be able to log in to Deriv as usual.",
"1074669784": "Faça depósitos e saques rápidos e seguros com esta solução compatível com dispositivos móveis para clientes na Nigéria.",
"1077281998": "Estes índices correspondem a mercados simulados com volatilidades constantes de 10%, 25%, 50%, 75%, 100%, 200%, e 300%.",
"1077779258": "General Motors Company",
@@ -715,6 +781,7 @@
"1079127917": "Os índices sintéticos proprietários da Deriv simulam os movimentos do mercado do mundo real. Apoiados por um gerador de números aleatórios criptograficamente seguro, esses índices estão disponíveis para negociação 24/7 e não são afetados pelo horário regular do mercado, eventos globais ou mercado e riscos de liquidez.",
"1079537687": "Biogen Inc",
"1079986638": "Deriv P2P versão web e aplicativo móvel. ",
+ "1082899428": "Deriv: uma plataforma de negociação online disponível 24 horas por dia, 7 dias por semana, com uma ampla seleção de derivativos.",
"1082977556": "<0>Com uma negociação de margem equivalente a $100 0>, com alavancagem de 1:500, você arrisca 2% * $50.000 = <1>$1.000 de perda1>.",
"1084407062": "Esses índices correspondem a mercados simulados com <0>volatilidades constantes de 10%, 25%, 50%, 75% e 100%.0> Há uma probabilidade igual de um salto para cima ou para baixo <0>a cada 20 minutos0>, em média. O tamanho do salto é <0>cerca de 30 vezes0> o movimento normal do preço, em média.",
"1084702344": "Crie ou <0>faça login0> em sua conta Deriv ",
@@ -735,6 +802,7 @@
"1106746692": "Abra uma conta real, faça um depósito e comece a negociar ações, índices de ações e outros mercados.",
"1107638944": "\nÚltimos vídeos, tutoriais e webinars para negociação | Deriv",
"1108389724": "Aproveite a negociação de ativos sem comissões. Além disso, não pague taxas de swap para posições em pernoite para pares forex selecionados. ",
+ "1113034090": "<0>Note:0> You'll only be able to create ads once your account has been verified.",
"1113469496": "Isso dá a você a taxa de swap em dólares americanos.",
"1114242450": "Índices Sintéticos disponíveis na Deriv",
"1115835371": "Perguntas frequentes - conta",
@@ -745,10 +813,13 @@
"1123710409": "Como calcular margens",
"1123908498": "MTC/USD",
"1124560181": "Flexibilidade com vários mercados",
+ "1124829631": "What conversion rates do you use for deposits and withdrawals?",
"1124905330": "Personalize seus tipos de negociação",
+ "1126492980": "The <0>Buy/Sell0> tab shows you ads by other advertisers. You can see your ads in the <0>My ads0> tab.",
"1126725671": "Um aviso para ajudá-lo a entender os riscos que podem surgir quando você negocia com Deriv",
"1126917116": "Pares micro",
"1127858885": "Encontre a sua função conosco navegando nas oportunidades de emprego da Deriv em Minsk, Bielo-Rússia.",
+ "1128046384": "No. You can withdraw your commission whenever you want.",
"1135059547": "Pergunte a outros",
"1136360582": "Neste e-book, vamos cobrir",
"1136731907": "\nObserve que esses são valores aproximados apenas e, variam dependendo da alavancagem definida para sua conta e do ativo que deseja negociar",
@@ -759,8 +830,9 @@
"1151456638": "Valorizamos pessoas pro-ativas que colaboram livremente entre departamentos com humildade e ambição.",
"1151925602": "Preveja se o último dígito do último tick de um contrato será maior ou menor que um número específico.\n",
"1152332043": "Negocie forex, índices sintéticos, ações, índices de ações, criptomoedas e commodities com alavancagem.",
+ "1155361880": "Need help? Please <0>contact us via live chat.0>",
+ "1155971726": "Click <0>here0> to close your account.",
"1158101648": "Importando do seu Google Drive",
- "1161300179": "Da mesma forma, você pode fazer retiradas de sua conta de Deriv 'vendendo' fundos da Deriv para outros traders em troca de pagamento em sua moeda local (ou outra moeda suportada)",
"1161999797": "Negocie forex, sintéticos, ações e índices, criptomoedas e commodities.",
"1167224712": "Oferecemos vários métodos de pagamento - transferências bancárias, cartões de débito/crédito, carteiras eletrônicas e criptomoedas para tornar suas transações mais convenientes!",
"1168114406": "Isso armazenará os lucros ou perdas acumulados enquanto o bot estiver em execução. Defina o valor inicial como 0.",
@@ -769,6 +841,7 @@
"1169378202": "Agentes de pagamento | Programas de parceria | Deriv",
"1171765024": "Etapa 3",
"1172611503": "Se você selecionar \"Asiático abaixo\", ganhará o pagamento se o último tick for menor que a média dos ticks.\n",
+ "1173289870": "<0>Revenue share0> \n Earn commission of up to 45% based on the monthly net revenue generated by your clients. The higher their net revenue, the higher your commission payout.",
"1175717636": "Que tipo de relatórios posso gerar a partir da minha conta de afiliado?",
"1177080017": "Dbot | Robô de Negociações | Deriv",
"1178873929": "O nosso site pode ser filtrado usando uma variedade de sistemas de filtragem disponíveis no mercado, que podem ser utilizados para restringir o acesso de pessoas indevidas ao nosso site.",
@@ -777,27 +850,29 @@
"1181506313": "Deriv P2P é um bom aplicativo, eu adoro!",
"1182198798": "Por exemplo, se você fechar sua posição em um determinado ponto, seu patrimônio líquido será o total do saldo de sua conta mais o lucro ou prejuízo naquele ponto. Se a proporção disso para a sua margem usada atualmente for inferior ao nível de interrupção de Deriv, a interrupção pode ser aplicada.",
"1182470294": "Ainda não tem uma conta Deriv.com?",
+ "1183868384": "Is Deriv regulated?",
"1184301560": "Explore o programa de parceria da Deriv e tenha a chance de ser parceiro de um pioneiro de confiança. Todos os nossos programas são gratuitos, sem taxas ocultas.",
"1186450032": "Salvar bot no Google Drive",
"1189491487": "Sem comissão, sem taxas",
"1189875009": "Histórico comprovado",
"1190588251": "Tratamos todos os clientes de forma eqüitativa, tratamos as reclamações com integridade e oferecemos preços competitivos, sem custos ocultos e sem barreiras artificiais nas retiradas de clientes.",
+ "1191311301": "How do I set an investor password for my Deriv MT5 account?",
"1191682103": "Não é necessário se inscrever. Entre com suas credenciais <0>Binary.com0>.",
"1195213035": "Se você deseja retomar a negociação quando sua autoexclusão expirar e após ter feito uma solicitação para remover a autoexclusão, haverá um período de reflexão de 24 horas antes de você ter permissão para acessar nosso site.",
"1196310280": "Intel",
"1197939158": "Não aceitar",
"1198781410": "Projetamos uma experiência de negociação intuitiva e centrada no cliente para a Deriv, otimizada para converter visitantes em clientes. Também forneceremos as ferramentas e materiais criativos necessários para direcionar o tráfego para a Deriv.",
- "1202465815": "O saldo do Deriv P2P consiste em uma parte do saldo da sua conta da Deriv. Embora todos os seus depósitos via e-wallets e criptomoeda estejam disponíveis para uso, com o Deriv P2P, apenas uma parte dos seus depósitos via cartão está disponível.",
"1205209576": "Apresentando o MT5 na Deriv.com",
"1207865156": "Inscreva-se para obter uma <0>conta Deriv demo0> gratuita",
"1208151831": "Vice-Presidente de Estratégia e Gestão de Projetos ",
- "1208165195": "Meu link de verificação de retirada expirou. O que devo fazer?",
+ "1208382171": "We may request more information during the signup process.",
"1211781148": "Desfrute de depósitos e retiradas rápidos, tranquilos e seguros com o AdvCash.",
"1211817306": "Negociações de criptomoedas disponíveis em Deriv",
"1213111346": "O que é negociação de CFD?",
"1213902291": "Para obter cada relatório, acesse seu painel e selecione Relatórios > Filtrar por marcas. Em seguida, escolha a plataforma cuja comissão você gostaria de ver.",
"1214098313": "Aproveite a conveniência e a segurança de armazenar suas estratégias no Google Drive.",
"1215637769": "Aproveite de depósitos e retiradas rápidos e seguros com Astropay.",
+ "1216205330": "No. To keep your funds safe, you are strictly prohibited from using payment methods that are not yours. If you do use someone else’s payment method, we’ll suspend your Deriv account for security purposes.",
"1216280249": "Negociação responsável",
"1217246029": "Relatório <0>Meus negociadores0>: exibe uma lista de clientes com seus IDs e data de inscrição",
"1219754757": "Sua segurança, nossa prioridade",
@@ -820,12 +895,14 @@
"1254667788": "Dbot plataforma de negociação na Deriv",
"1254866713": "DMT5 Painel de negociação",
"1256295276": "Negociar online pode ser divertido, mas é importante lembrar que existem riscos envolvidos. Incentivamos todos os nossos usuários a proteger suas contas e negociar com responsabilidade para experimentar o melhor das negociações online.",
+ "1256530668": "Go to your <0>Deriv X dashboard0>.",
"1257029444": "Verifique seu e-mail e clique no link fornecido para redefinir sua senha.",
"1258668610": "Construa seu bot usando arrastar e soltar",
"1259598687": "GBP/JPY",
- "1261154397": "Deriv Investments (Europe) Limited - W Business Centre, Level 3, Triq Dun Karm, Birkirkara BKR 9033, Malta - é licenciada em Malta (<0>licença nº IS/701560>) e autorizada pela Autoridade de Serviços Financeiros de Malta sob a Lei de Serviços de Investimentos a prestar serviços de investimento na União Européia. Também está autorizada e sujeita a regulamentação limitada pela Autoridade de Conduta Financeira no Reino Unido.",
"1261634270": "Como posso alterar meu método de pagamento?",
+ "1268136992": "Go to <0>Deriv P2P0> > <1>Buy/Sell1>.",
"1268931688": "Comece a negociar cestas de índices na Deriv em 3 passos simples",
+ "1269263572": "Fill up the form and click <0>Post ad0>.",
"1270782712": "Negocie com confiança em um serviço criado por uma marca de negociação online confiável e com mais de 20 anos de experiência.",
"1272012156": "GBP/CHF",
"1274309337": "DOG/USD",
@@ -833,26 +910,32 @@
"1275674402": "Vá de Long ou Short",
"1276342366": "Como afiliado, você anunciará nossos produtos e serviços ao seu público, incluindo nossas plataformas de negociação DTrader e DBot. Depois que eles se inscreverem e começarem a negociar com dinheiro real, você receberá comissões pelas negociações.",
"1280380287": "Hungria",
- "1282417520": "Você pode conversar com o trader com quem está lidando por meio da função de bate-papo no aplicativo.",
+ "1284674803": "<0>Deriv MT50> offers CFD trading on forex, stocks, stock indices, commodities, cryptocurrencies, and synthetics. <1>Deriv X1> offers CFD trading on the same markets, except stocks and stock indices.",
"1285517993": "Automatize a negociação sem saber programação",
"1286094280": "Retire",
"1286648079": "O retorno ao jogador para opções de multiplicador está na faixa de 95,0-99,9% para todos os índices em uma média. Usar um multiplicador ou duração diferente pode afetar o RTP.",
+ "1288690494": "Can I increase my daily buy or sell limit on Deriv P2P?",
"1289363035": "Use nossa conta demo e aprenda a negociar usando fundos virtuais sem risco.",
"1289646209": "Chamada de margem",
"1291658124": "É simples. Vá para Deriv.com e insira suas credenciais da Binary.com. Você poderá explorar imediatamente a nova aparência, e funcionalidades adicionais da Deriv.com. ",
"1291852379": "50 - 5.000",
"1293479771": "\nPnL para margem",
"1294884975": "30%",
+ "1298148281": "Go to the <0>Deriv X dashboard0>.",
"1299144461": "Termos e Condições",
"1299666269": "Limassol | Nosso escritório - Chipre | Deriv ",
+ "1302849350": "You can find your Deriv MT5 server name on your <0>Deriv MT5 dashboard0>. Look for <1>server1> in between the broker name and login ID.",
"1304034020": "Quais são os novos produtos e serviços oferecidos como resultado dessa mudança de marca? ",
+ "1308171976": "Do I need to pay taxes on my trades/profits?",
"1311522952": "Negociações de fim de semana, depósitos rápidos & retiradas, além de negociação de sintéticos - o que é melhor do que isso?",
"1312475321": "1 dia útil. Para clientes do Reino Unido.",
+ "1312811555": "To learn more about disputes on Deriv P2P, see our <0>terms of use0> (refer to Section 4.4 ‘Deriv P2P’).",
"1312819271": "Digamos que você queira negociar 2 lotes de EUR/USD.",
"1316697520": "Mercados disponíveis para negociação de multiplicadores\n",
- "1317425969": "Os índices sintéticos proprietários da Deriv estão livres de riscos de mercado e de liquidez. Desfrute de negociações de sintéticos 24/7 na Deriv MT5, DTrader e em nossas outras plataformas.",
"1318017828": "\nEncontre ou crie um anúncio",
+ "1320403859": "Click your account balance.",
"1322942144": "Onde posso ver o status das minhas negociações no DBot?",
+ "1323472781": "Relatório Anual de Divulgação Financeira 2021",
"1324235103": "Como comprar seu primeiro contrato de multiplicadores na DTrader\n",
"1324376913": "Nossos valores são o cerne de nossa cultura",
"1324779616": "Obter acesso ao código de back-end, cookies de sessão interna, ou outras informações sensíveis",
@@ -870,13 +953,14 @@
"1353811622": "A Deriv é uma experiência de negociação online centrada no cliente, criada pela Binary.com. Com mais de 20 anos de experiência e inovação premiada, reinventamos a experiência de negociação online desde o início, para que qualquer pessoa possa começar a negociar com facilidade.",
"1354275546": "\nDepósitos e retiradas sem complicações",
"1354590562": "Logs",
- "1355243595": "Se sua conta não estiver autenticada, você poderá alterar seu nome, data de nascimento ou cidadania acessando <0>Configurações >0> <1>Detalhes pessoais1>.",
"1355514813": "12M USD",
"1355808192": "Consulte as Perguntas frequentes",
"1357493810": "Negocie recursos naturais que são centrais para a economia mundial.",
+ "1359080808": "Os índices sintéticos pertencentes a Deriv são livres de riscos de mercado e liquidez. Aproveite a negociação 24/7 da Deriv MT5, DTrader, e nossas outras plataformas.",
"1359732815": "<0>Veja uma lista com exemplos de vulnerabilidade0>",
"1360754724": "Visite Deriv.com agora",
"1362578283": "Alto",
+ "1363124819": "You can cancel your withdrawal on the <0>Cashier page0> by following the steps mentioned in the next paragraph. Please note that you cannot cancel withdrawals if:",
"1363502727": "PnL para multiplicadores",
"1364296672": "Fixaremos os preços e liquidaremos todos os contratos de forma precisa e justa, com base em informações confiáveis e sem atrasos indevidos, para que os clientes possam confiar em nossos preços em todo o website.",
"1364947573": "tela Dtrader ",
@@ -898,6 +982,7 @@
"1391269416": "<0>Fechar-Baixo:0> Quando você compra um contrato \"Fechar-Baixo\", sua vitória ou perda será igual ao multiplicador multiplicado pela diferença entre o fechamento e o baixo durante a duração do contrato.",
"1391632806": "\nOs comerciantes são avaliados com base em sua taxa de conclusão e velocidade das trocas.",
"1393006010": "O básico da negociação de CFD",
+ "1393602451": "Click <0>Yes0> to confirm the cancellation. Your funds will be returned to your Deriv account, and your account balance will be updated accordingly.",
"1394697594": "21.000",
"1396179592": "Comissão",
"1396417530": "Índice Bear Market",
@@ -908,16 +993,19 @@
"1406360927": "Pares secundários",
"1407191858": "DTrader",
"1408071788": "Baixa exigência de capital",
+ "1409139116": "Ensure that you’ve entered the correct amount and exchange rate in your ads.",
"1410320737": "Vá para o painel da Deriv MT5",
"1411032790": "Vários gráficos para visualizar suas negociações online",
"1411975375": "Visite nossa Central de Ajuda",
- "1415618534": "Os clientes na União Europeia que desejem negociar produtos de investimento podem ter contas na Deriv Investments (Europe) Limited.",
+ "1412644174": "We process your deposits and withdrawals internally within 1 to 3 business days (depending on your <0>payment method0>). It may take longer for your funds to reach you due to the different processing times by banks and payment service providers. See our <0>Payment methods0> page for a complete list of the processing times for each payment method.",
"1416248668": "Escolha as melhores taxas",
"1418467036": "Agentes de pagamento | Parceiros | Deriv",
+ "1421464735": "You can get more info about this on our <0>Regulatory information0> page.",
"1423609990": "Negocie com alavancagem no movimento de preços de pares cripto-fiat populares.",
"1424805407": "Como parte de nossa rede de parceiros valiosos com seus próprios clientes, você provavelmente está curioso e preocupado com o significado dessa transformação. Reunimos este guia para ajudar você a entender melhor a mudança da marca e para apoiá-lo na sua comunicação com seus clientes.",
"1425594249": "Nossa melhor experiência de negociação em seu celular.",
"1425780786": "O DTrader simplifica as negociações online, permitindo negociar forex, índices, commodities e índices sintéticos.",
+ "1426151926": "Can I change the server for my Deriv MT5 account?",
"1426790442": "Especule sobre os movimentos dos preços dos principais pares de moedas e aumente o seu potencial de lucro sem perder mais do que a sua entrada.\n",
"1433223815": "Negociação de índices de cestas disponíveis em Deriv",
"1433574125": "Observe:",
@@ -928,10 +1016,14 @@
"1439020196": "Com esses índices, há em média uma queda (crash) ou um pico (boom) nos preços que ocorrem em uma<0>série de 1000, 500, ou 300 tiques0>.",
"1441027550": "Pode não estar disponível em seu país, ou talvez um link quebrado o tenha trazido até aqui.",
"1445592224": "Você acidentalmente nos deu outro endereço de e-mail (talvez um do trabalho ou um endereço pessoal diferente do que pensou em utilizar).",
+ "1445901371": "Escolha entre as contas <0>Sintética0> ou <0>Financeira0>. Em seguida, pressione <0>Adicionar conta real0> ou <0>Adicionar conta demo0>.",
"1448470646": "4. Escolha a pasta na qual deseja salvar sua estratégia e clique em 'Selecionar'.",
+ "1450233348": "If you haven’t made a deposit or added a real MT5 account, follow these steps:",
"1451636739": "Ferramentas intuitivas",
"1454189755": "Se o ponto de saída for igual à barreira baixa ou à barreira alta, você não ganha o pagamento.\n",
"1454243296": "Requisitos mínimos de capital, risco limitado",
+ "1456673219": "How and when will I receive my commission payout?",
+ "1456920032": "<0>Deriv X0> and <1>Deriv MT51> offer CFD trading on a similar range of assets, where you're able to open positions with leverage and your potential profit is only known when you close your positions. It's riskier than digital options trading because while you may potentially gain a lot if you win, you may also lose a lot if you don't. Deriv X and Deriv MT5 are popular among our traders who enjoy the risks as part of the excitement of CFD trading.",
"1458263388": "Ganhe quando seus clientes negociarem em uma conta MT5 Financial STP.",
"1458583383": "Academia",
"1463614633": "Os seguintes aplicativos de terceiros não são cobertos por este programa:",
@@ -943,56 +1035,69 @@
"1472787414": "O básico dos índices de ações",
"1475208422": "Paris",
"1479399998": "Encontre sua função conosco navegando por oportunidades de emprego na Deriv em Kigali, Ruanda.",
+ "1480607246": "This difference is because MT5 is a third-party platform that requires its own login credentials. Your Deriv MT5 login gives you access to the MT5 platform, while your Deriv login gives you access to our digital options platforms such as DTrader and DBot.",
"1484774405": "0,25",
"1485752074": "Negocie em plataformas seguras, intuitivas e fáceis de usar com a poderosa tecnologia de gráficos.",
"1486874803": "Ama o Binary Bot?",
+ "1488554938": "If you don’t have a Deriv account yet, <0>sign up0> for free.",
+ "1489350747": "To become an IB, you'll need to be an existing affiliate with a Deriv account and an MT5 Synthetic real account. If you do, you can apply to become an IB by writing to us at <0>affiliates@deriv.com0>. <1>Get more info about our IB programme1>.",
"1489994179": "Encontre uma oportunidade conosco navegando na nossa lista de vagas em Deriv, Assunção, Paraguai.",
"1490540125": "Como automatizar minha estratégia de negociação?",
+ "1490936453": "For your Deriv real account, go to <0>Reports0> to close or sell your open positions.",
"1491012687": "Deriv P2P: Nosso aplicativo de pagamentos peer-to-peer (<0>Android app0>, <1>iOS app1>)",
"1491181763": "Índices Range Break 100",
"1492594418": "\nFaça depósitos e retiradas facilmente em seu desktop e dispositivos móveis.",
"1493671770": "\n<1>Nota:1> Você precisa atualizar sua conta MQL5 para o status de vendedor para poder adicionar um sinal. Se você ainda não fez o upgrade, <0>siga as etapas nesta página0> para se registrar como vendedor.",
"1493835906": "França",
+ "1496486675": "Why can't I withdraw using Maestro or Mastercard?",
"1496810530": "GBP/AUD",
+ "1498651658": "Yes. <0>Contact us via live chat0>, and we'll help you through it. We'll need the following information:",
"1499981850": "330K+",
"1502162725": "Tipos de negociação flexíveis com requisitos mínimos de capital",
"1502175389": "\nIsso dá a você a taxa de swap na moeda de cotação para pares forex ou na denominação do ativo subjacente para commodities.",
+ "1502453121": "Your orders are available in the <1>Orders1> tab at <0>Cashier > Deriv P2P0>.",
"1502642397": "Escolha entre três plataformas poderosas - projetadas com você em mente",
"1503602940": "Se o seu nível de margem cair abaixo do nível de chamada de margem da Deriv, você receberá uma chamada de margem, que é um aviso de que sua conta está se aproximando do nível de interrupção.",
- "1504960339": "Deriv (FX) Ltd - F16, Nível 1, Paragon Labuan, Jalan Tun Mustapha, Labuan 87000, Malásia - é licenciada pela Autoridade de Serviços Financeiros de Labuan (<0>licença no. MB/18/00240>). ",
+ "1504670496": "The minimum amount you’ll need to open a position on Deriv MT5 depends on the margin required for each asset. You can calculate the margin required using our <0>margin calculator0>.",
"1505978883": "<0>Exibir todas as perguntas0>",
"1509244758": "Método",
"1510075920": "Gold/USD",
+ "1516537408": "Você não pode mais negociar na Deriv ou depositar fundos em sua conta.",
"1516676261": "Depósito",
"1521590614": "Isso armazenará o valor da aposta usado no último contrato comprado. Você pode atribuir qualquer valor com base em sua estratégia.",
+ "1522587298": "Take note of your <0>username0> and password.",
"1524033858": "O que é DTrader?",
"1525885795": "Como um Agente de Pagamento, eu receberei comissões da Deriv?",
"1528031455": "Já tem uma conta?",
"1529602839": "Nível",
- "1534697187": "RTS28 2019",
"1536955851": "\nNegociação de opções | Tipos de negociação | Deriv",
"1537212469": "Preço à vista",
- "1539108340": "Índice EUR",
"1539984821": "A equipe de suporte da Deriv está disponível via chat ao vivo 24 horas nos sete dias da semana - mesmo nos fins de semana. Você também pode encontrar respostas em nosso <0>Centro de ajuda0> e obter ajuda de outros comerciantes na <1>Comunidade1>.",
+ "1540879673": "How do I change my affiliate payment method?",
"1541818425": "Redefinir senha",
"1542393407": "Recursos de negociação de CFD na Deriv",
"1542938499": "A solução líder de de pagamento no sudeste da Ásia. Atualmente disponível para fazer depósitos no Vietnã, Tailândia e Indonésia.",
+ "1546535785": "Are there any conditions that I should meet before I can withdraw my commission?",
"1546917177": "5 - 750",
"1550574351": "\nDigamos que você queira manter dois lotes de EUR / USD com um valor de ponto de 0,00001 e taxa de swap de -0,12 abertos por uma noite.",
- "1550835977": "Clientes no resto do mundo (exceto para países restritos, como EUA, Canadá e Hong Kong) que desejam negociar CFDs em instrumentos financeiros e criptomoedas podem ter contas DMT5 Financeira STP sob Deriv (BVI) Ltd.",
"1551153165": "Você pode negociar as seguintes opções na Deriv:",
"1551172020": "Cesta de AUD",
"1552847627": "Conheça todos os detalhes sobre como você pode se tornar o agente de pagamento na Deriv. Envie-nos um e-mail para se inscrever! ",
"1553783327": "Obtenha suporte especializado e amigável quando mais precisar.",
"1553836855": "Crie uma conta demo",
"1553995374": "USD 1",
+ "1555213049": "List of shareholders",
"1556304768": "A negociação de índices sintéticos permite que você se beneficie da previsão correta dos movimentos de preços de nossos índices proprietários que simulam os movimentos do mercado do mundo real.",
+ "1556776884": "To log in on your mobile, you'll need the app. If you haven't got the app, you can download it from your dashboard.",
"1556866509": "Se você adquirir um contrato com cancelamento de transação, o botão \"Cancelar\" permitirá que você rescindir seu contrato e recuperar sua participação total. Por outro lado, usar o botão \"Fechar\" permite encerrar sua posição pelo preço atual, o que pode levar a uma perda se você fechar uma negociação perdida.\n",
"1556922066": "\nTroque facilmente com outros traders para movimentar fundos para dentro e para fora de sua conta Deriv.",
+ "1557535154": "Is it free to join your affiliate programme?",
"1558114971": "Problemas de baixa severidade expõem uma quantidade extremamente limitada de dados. Eles podem violar uma expectativa de como algo deve funcionar, mas sem a escalada de privilégios ou a capacidade de desencadear um comportamento não intencional. Por exemplo:",
"1559712313": "Negociações de Commodities disponíveis na Deriv",
"1562241070": "Todos os mercados favoritos e muito mais",
+ "1563919822": "You'll get daily commission payouts in your MT5 Synthetic account.",
"1564461474": "Deposite e retire usando seu cartão de crédito ou débito Mir.",
+ "1565220133": "you reside in the UK, or",
"1567023771": "Europe 50",
"1567026093": "países",
"1567745852": "Nome do bot",
@@ -1001,6 +1106,7 @@
"1569834661": "Negocie forex, índices sintéticos, ações, índices de ações, criptomoedas, cestas de índices e commodities em um só lugar.",
"1571130376": "Negócio importante",
"1571653008": "Use nossa conta demo gratuita e negocie com fundos virtuais ilimitados. É a maneira mais fácil de aprender a usar nossos produtos. ",
+ "1571816719": "What is a referred client?",
"1573231398": "Por que negociar criptomoedas no Deriv",
"1574476135": "Digamos que você preveja que o mercado vai subir. ",
"1576607456": "O Deriv Group - proprietários das marcas Deriv e Binary.com - tem uma história que remonta a 1999, quando lançamos as bases para o primeiro serviço de negociação de probabilidades fixas do mundo. Desde então, crescemos cada vez mais, conquistando a confiança dos negociadores de todo o mundo.",
@@ -1017,16 +1123,21 @@
"1588850507": "<0>Cesta de USD0> mede o valor do dólar americano em relação a uma cesta de cinco moedas globais (EUR, GBP, JPY, CAD, AUD), cada uma ponderada em 20%.",
"1589165958": "\nExperimente “Negociar”",
"1591242575": "Como usamos e protegemos as informações que você nos fornece",
+ "1591498220": "Do I need a Deriv account to use Deriv P2P?",
"1591623217": "Gosta da MT5 da Binary.com?",
"1592543050": "Até $10,000",
+ "1593423002": "Follow the instructions to create your real account.",
+ "1593716245": "What are the trading limits on my account?",
"1593723948": "1. Crie sua conta Deriv",
"1595539912": "Tempo de processamento",
+ "1598664071": "List of directors",
"1599891822": "Quantidade de stop loss na direção para baixo",
"1601324523": "5-10,000",
"1601498870": "Artigos recentes",
"1601664674": "Swap forex formula mobile",
"1601968899": "Os contratos de criptomoeda negociados com multiplicadores têm um limite de tempo. Depende do ativo que você está negociando e aparece no painel do DTrader antes de você colocar uma negociação.",
"1602627054": "Portanto, o valor do pip é <0> 2 USD 0>.",
+ "1602716515": "When you join our IB programme,",
"1602800752": "Salvar suas estratégias",
"1604199439": "Deriv X é uma plataforma de negociação multi-ativos personalizável. Oferecendo CFDs em forex, commodities, criptomoedas e sintéticos, Deriv X oferece uma experiência de negociação versátil que permite personalizar seu ambiente de negociação.",
"1604222298": "Calculadora de margem",
@@ -1038,19 +1149,22 @@
"1610511716": "Vá para Dtrader",
"1611194169": "1. Inscreva-se no Deriv",
"1611229342": "\nNegocie ações globais e índices de ações agora em nossa plataforma DMT5",
+ "1611981849": "Where can I see my orders?",
"1613233789": "Blog",
"1613860853": "Sinta-se à vontade para discutir qualquer plano de incentivo que você tenha com seu gerente de conta. Lembre-se de que não permitimos incentivos, presentes e pagamentos não autorizados para incentivar a inscrição de clientes. Se houver alguma violação, podemos reter comissões.",
"1614426743": "Plataformas DBot",
- "1615327604": "<0>Índice USD0> mede o valor do dólar americano em relação a um conjunto de cinco moedas globais (EUR, GBP, JPY, CAD, AUD), cada uma ponderada em 20%.",
+ "1615509866": "Plataformas responsivas e fáceis de usar ",
"1615969878": "Por que você está mudando a marca?",
"1616071522": "O <0>France 400> segue o desempenho das 40 ações mais negociadas entre as 100 principais empresas listadas na França.",
"1616502762": "<0>O US Tech 1000> segue o desempenho das ações das 100 maiores empresas não financeiras dos EUA.",
"1618280107": "Oferecer preços competitivos em todos os nossos produtos",
"1619070150": "Você está sendo redirecionado para um site externo.",
"1619579199": "Por que o saldo na Deriv P2P é diferente do saldo da minha conta Deriv?",
+ "1621224521": "How can I reactivate my Deriv account?",
"1621463985": "Temos a honra de servir a todos que dependem de nossos produtos e serviços, e só queremos oferecer o melhor. É por isso que nossos princípios e valores são tão importantes na definição de quem somos, por que fazemos o que fazemos, e como tratamos nossos clientes e uns aos outros. Em nossos escritórios internacionais, estamos comprometidos com os seguintes princípios em tudo o que fazemos.",
"1622130657": "Inscreva-se em nossa academia por e-mail",
"1622334173": "EUR/ZAR",
+ "1623894448": "How do I create an API token?",
"1624895344": "Métodos de pagamento que você aceitará dos clientes",
"1625424557": "O <0>Netherland 250> segue o desempenho das ações das 25 empresas mais negociadas na Holanda.",
"1625517227": "Utilizado por mais de 20 milhões de clientes em todo o mundo. Desfrute de acesso instantâneo, saques gratuitos e pontos de recompensa que você pode resgatar por dinheiro.",
@@ -1059,15 +1173,17 @@
"1631620531": "Anos de experiência no setor",
"1631705059": "Preveja se o ponto de saída será superior ou inferior que uma meta de preço (a barreira) no final do período do contrato.",
"1632238343": "Até $500",
+ "1633022779": "Synthetic indices and cryptocurrencies are available for trading 24/7.",
"1633102593": "Desenvolvedores de software",
"1634507782": "Índices Range Break 200",
"1636066113": "Oportunidades de Parcerias",
"1636527166": "Negociações de Forex disponíveis na Deriv",
"1636782601": "Multiplicadores",
- "1637072557": "Esse problema pode ser o resultado de clicar no botão \"Retirar\" mais de uma vez. Tente retirar novamente e clique no botão Retirar uma vez, um link de verificação mais recente será enviado ao seu e-mail. Clique no link dentro do último email recebido (em até uma hora).",
+ "1637050346": "Why did my credit card deposit get declined?",
"1637552314": "Quando estiver satisfeito com os parâmetros que você definiu, selecione \"Para cima\" ou \"Para baixo\" para comprar seu contrato. Caso contrário, continue a personalizar os parâmetros e faça seu pedido quando estiver satisfeito com as condições.\n",
"1643887982": "Amazon.com Inc",
"1644652204": "Adicione fundos à sua conta com o método de pagamento de sua preferência.",
+ "1644929511": "<0>DTrader0>, <1>SmartTrader1>, <2>DBot2>, and <3>Binary Bot3> offer digital options trading on a range of underlying assets such as forex, stock indices, commodities, and synthetics. These platforms allow you to set the contract duration before opening positions, and you'll know exactly how much you'll earn if you win. You may find these platforms more intuitive if you're new to the trading world.",
"1645164568": "custo zero para construir",
"1647478191": "Seja nosso parceiro como um Afiliado. Ganhe comissão com a receita líquida total das negociações dos seus clientes indicados no DTrader e DBot.",
"1648545897": "Vince Stanzione.",
@@ -1077,6 +1193,8 @@
"1658580871": "Estes métodos de pagamento estão disponíveis exclusivamente para os nossos clientes com contas comerciais criptográficas.",
"1659675491": "Pratique negociação a partir do aplicativo móvel, aplicativo de desktop ou navegador da web.",
"1660776335": "Para depositar fundos em sua conta Deriv X, você precisará usar os fundos disponíveis na sua conta Deriv. Vá para Caixa > <0>Transferência entre contas0> e siga as instruções na tela.",
+ "1661263248": "How can I download my Deriv MT5 history?",
+ "1661791574": "Available 24/7, our synthetic indices emulate price movements of real-world markets with varying levels of volatility. As they aren't based on actual underlying assets, they are unaffected by real-world market events.",
"1661832115": "Seus relatórios de erros são revisados e recompensados com base no impacto e na severidade.",
"1664747386": "Paypal",
"1665738338": "Saldo",
@@ -1098,7 +1216,6 @@
"1683034855": "A DTrader é uma plataforma de negociação avançada que permite negociar mais de 50 ativos na forma de dígitos, multiplicadores e retrospectivos.",
"1686378613": "O DBot é um construtor de estratégias Web para negociar opções digitais. É uma plataforma na qual você pode criar seu próprio robô de negociação usando 'blocos' de arrastar e soltar.",
"1686846461": "Negocie indíces sintéticos no Dtrader na Deriv",
- "1689738742": "Índice Gold",
"1691349777": "Junte-se a mais de 1 milhão de pessoas que negociam com Deriv.com e Binary.com - a plataforma premiada e confiável há mais de 20 anos.",
"1692148560": "\nMede o valor do ouro em relação a uma cesta de cinco moedas globais (EUR, GBP, JPY, AUD, USD), cada uma ponderada por 20%.",
"1692290832": "Que suporte de marketing você fornece?",
@@ -1107,12 +1224,15 @@
"1707301172": "\nAções, desbloqueadas",
"1708242802": "Use um navegador seguro como o Google Chrome. Sempre instale as atualizações de software mais recentes porque incluem patches de segurança.",
"1709273595": "Um lote padrão de forex = 100.000 unidades",
+ "1709893717": "You'll have access to reports that show your hits, impressions, click-through rates, clients' trading activity, and more.",
"1711575167": "Disponível para negociação na Deriv MT5 e Deriv X (com margem), DTrader (com opções e multiplicadores) e Deriv GO (com multiplicadores).",
"1713857763": "<0>Stop loss e/ou take profit montante na direção Up = Max [{stake × ((stop loss OU nível take profit - preço do ativo) ÷ preço do ativo × multiplicador) - comissão}, -stake]0>",
"1714709402": "Quem define a taxa de comissão por transação?",
"1715011380": "Índice Jump 25",
+ "1715241142": "How do I see my earnings?",
"1715491803": "Até $100",
"1717346758": "Falsificação de solicitação entre sites e do lado do servidor (sem acesso à nossa rede interna)",
+ "1719304654": "The pricing of our synthetic indices is backed by algorithms that are audited for fairness by an independent third party. Due to regulatory requirements, synthetic indices are unavailable in some countries. Refer to ‘Product offering’ in our <0>terms of use0> for more info.",
"1720725354": "Quais são as diferenças entre as contas Índices Sintéticos, Avançada e Padrão do DMT5?",
"1721296073": "DMT5 Financeira STP calculado primeiro ",
"1723694822": "Visite nossa página inicial",
@@ -1130,11 +1250,13 @@
"1743448290": "Agentes de Pagamentos",
"1743752393": "Negócios gerais",
"1745193633": "Redireccionar aviso",
- "1745471992": "Os Índices de Ações medem o valor de uma seleção de empresas no mercado de ações. Isso permite que os investidores vejam o desempenho de um determinado conjunto de ativos.",
"1746633126": "O que acontecerá com a Binary.com? ",
"1746782390": "Ainda poderei negociar com minha conta depois de me registrar como Agente de Pagamento?",
"1748626120": "Sem custos ocultos",
+ "1748925202": "How can I reactivate my Deriv MT5 account?",
"1751673286": "Segurança é colaboração. Relate bugs e seja recompensado.",
+ "1752586208": "What payment methods can I use to exchange with other traders?",
+ "1753559268": "We'll pay your IB commission into your MT5 Synthetic account daily.",
"1755228338": "Sua conta segura",
"1758111931": "\nusuários ativos",
"1760376318": "Sim, desde que você siga todos os termos e condições relevantes (consulte o tópico 'Para Parceiros de Negócios' em nossa página de <0>Termos e condições0>).",
@@ -1145,16 +1267,21 @@
"1768089459": "Paris | Nosso escritório - França | Deriv",
"1770479100": "Se você selecionar \"Superior\", ganhará o pagamento se o ponto de saída for estritamente maior que a barreira.",
"1770534439": "swap synthetic formula mobile",
+ "1772047578": "Why are my Deriv MT5 login details different from my Deriv login details?",
"1772406884": "Deriv P2P é bom. É fácil depositar e sacar para pequenos traders.",
"1774467475": "Recompensaremos relatórios sobre vulnerabilidades de baixo nível <0>somente0> se nos ajudarem a resolver graves problemas de segurança, e decidiremos o valor da recompensa caso a caso.",
"1774791951": "Preveja se o ponto de saída estará dentro ou fora de duas metas de preço no final do período do contrato.",
"1777934033": "Negocie CFDs 24/7 em nossos índices sintéticos exclusivos e patenteados, que simulam movimentos do mercado do mundo real.",
"1782308283": "Estratégia rápida",
"1782703044": "Criar conta",
+ "1784343675": "Please <0>contact us via live chat0> immediately, and we'll help to disable 2FA on your account. When you have a new phone, please <1>re-enable 2FA1>.",
"1784680288": "Você sempre será informado sobre o impacto da margem em sua conta antes de cada negociação.",
"1786089908": "Saiba mais sobre a negociação de opções na Deriv. Ganhe pagamentos ao prever corretamente os movimentos de preços em forex, índices sintéticos e outros mercados financeiros populares.",
+ "1786747559": "Our regulators require us to verify your account in accordance with anti-money laundering (AML) and Know Your Customer (KYC) laws. If we have prompted you to upload your documents to verify your account, it means that you'll only be able to continue using our services after your account is verified.",
+ "1790839584": "<0>A social media admin0> \n Promote our products and services on your social media pages, and earn commission when you convert your audience into traders.",
"1791730321": "Adquira o contrato se estiver satisfeito com a posição que você definiu.\n",
"1795749796": "\nCentro de ajuda | Perguntas mais frequentes | DBot | Deriv",
+ "1798765888": "Copy the link in the <0>Landing page URL0> field. This is the referral link that you can share with your clients.",
"1799377913": "\nNegociações de opções disponíveis em {{market_name}}",
"1802409084": "Valor Pip",
"1804642811": "Crie uma conta demo",
@@ -1162,19 +1289,25 @@
"1806416151": "O Programa Deriv IB é uma parceria em que você se beneficia ao indicar novos clientes para negociar em nossa plataforma DMT5.",
"1807936072": "Chipre",
"1808393236": "Entrar",
+ "1810304465": "You'll need to transfer the funds from your Deriv MT5 account to your Deriv account. You can do this on the <0>Cashier page0>. Your funds will be available in your Deriv account as soon as you complete the transfer.",
"1810957214": "Digamos que você queira calcular o nível de stop loss ao abrir uma posição para o índice Volatility 100 com preço de 3376,24 USD com um valor de aposta de 10 USD, um valor multiplicador de x100 e um valor de stop loss de 7,54 USD na direção Acima.",
+ "1812325040": "Source of wealth documentation",
"1812969702": "Interino | Perguntas frequentes",
"1813700208": "Índice Boom 300",
"1813703795": "\nCadastre-se como nosso afiliado e IB",
"1815044592": "Se você selecionar \"Sempre acima\", ganhará o pagamento se os ticks consecutivos aumentarem sucessivamente após o ponto de entrada. Não haverá pagamento se qualquer dos ticks descer ou for igual ao qualquer tick anterior.\n",
+ "1815324634": "The minimum deposit and withdrawal amount varies depending on the payment method. The lowest deposit and withdrawal amount is 5 USD/EUR/GBP/AUD via e-wallets. See our <0>Payment methods0> page for a complete list of payment methods and their minimum deposit and withdrawal amounts.",
"1816009319": "\nInteresse",
+ "1816305227": "If you’re in the EU or UK:",
"1817888235": "\nPreveja e ganhe com picos e quedas emocionantes com nossos índices de Crash/Boom.",
"1819952453": "Nosso programa de Corretores de Apresentação está disponível para todos os afiliados da Deriv.",
"1820212843": "Aprenda como negociar usando nossos vídeos e tutoriais de negociação na academia de negociação online da Deriv.",
+ "1823119628": "the Vanuatu Financial Services Commission",
"1823770507": "DOT/USD",
"1824094317": "Negociações 24x7",
"1826550764": "Por que nós?",
"1828442573": "commodities",
+ "1830057548": "We have 3 commission plans:",
"1831254808": "Se você mantiver qualquer posição aberta durante a noite, um ajuste (taxa de swap) será aplicado à sua conta de negociação para compensar o custo de manter essa posição aberta. Os instrumentos negociados em nossas plataformas estão sujeitos a diferentes taxas de swap. Essas taxas são baseadas em condições como tempo e número de dias, incluindo feriados, em que você mantém suas posições abertas.",
"1831680837": "retirada",
"1832974109": "SmartTrader",
@@ -1193,23 +1326,25 @@
"1845394200": "No Deriv, aplicamos as melhores medidas de segurança disponíveis, como criptografia SSL, para proteger sua conta e dados pessoais.",
"1846521577": "O programa de agente de pagamento da Deriv é o mesmo que o Deriv P2P (DP2P)?",
"1849054373": "3. Faça uma negociação",
- "1851993047": "Quais contratos estão disponíveis para negociação nos finais de semana?",
"1852402040": "Negócios gerais",
"1853363847": "Disponível para negociação na Deriv MT5 e Deriv X (com margem) e DTrader (com multiplicadores).",
"1854618305": "Se você selecionar \"Superior\", ganhará o pagamento se o ponto de saída for estritamente maior que o ponto de entrada.",
+ "1857302542": "Can I open a corporate or business account?",
"1857508131": "Faça depósitos seguros diretamente do seu celular. Para clientes em Gana.",
"1858594477": "Entendemos que a mudança pode ser intimidadora. É por isso que trabalhamos duro para garantir que sua transição da Binary.com para Deriv.com seja a mais perfeita possível.",
"1860012910": "Uma maneira fácil, barata e rápida de transferir dinheiro. Suportado por bancos e comerciantes em todo o mundo.",
"1860472068": "Online banking",
- "1862400286": "Quais tipos de contrato posso usar no DTrader?",
"1866193342": "A DTrader permite que você negocie mais de 50 ativos na forma de opções digitais, multiplicadores e lookback. DMT5 é uma plataforma de negociação multi-ativos que você pode usar para negociar forex spot e contratos por diferença (CFDs) com alavancagem.",
"1868860566": "EUR/SEK",
"1869497149": "Aproveite de uma experiência de negociação tranquila com gráficos fáceis de usar e um tema escuro agradável.",
"1872384056": "Recursos dos modos claro e escuro para uma experiência mais agradável",
"1872568231": "GBP/TRY",
"1873099524": "Ganhe pagamentos fixos ao prever o movimento do preço de um ativo.",
+ "1874424045": "I lost my phone. How can I disable two-factor authentication (2FA)?",
"1876344462": "Novartis AG",
"1876748041": "Após 20 anos de serviço, sentimos que o entendemos melhor. O rebranding é uma oportunidade para implementarmos uma solução aprimorada de negociação online para atender todas as suas necessidades",
+ "1876786466": "This is due to the spread, which is the difference between the ‘bid’ and ‘ask’ prices. Your positions will start earning a profit when the market moves in your favour.",
+ "1877410120": "O que você precisa fazer agora",
"1879930260": "Sem vendas forçadas",
"1880965589": "Compartilhamento de receita",
"1881114347": "Mercados para negociar na Deriv",
@@ -1220,6 +1355,7 @@
"1889326047": "\nDisponível como aplicativos da web e móveis",
"1890990339": "<0>O Hong Kong 500> acompanha o desempenho das ações das 50 maiores empresas listadas em Hong Kong.",
"1893015908": "Uber Technologies Inc",
+ "1894801487": "Deriv MT5 is a CFD trading platform that gives you access to forex, stocks, stock indices, commodities, cryptocurrencies, and synthetics. Learn more about Deriv MT5 <0>here0>.",
"1897018869": "ETC/USD",
"1897907613": "Deposite e retire usando seu cartão de débito Maestro.",
"1898130358": "\nNo seu computador",
@@ -1229,16 +1365,17 @@
"1902951214": "Nossos escritórios",
"1903393516": "Nossa comunidade de suporte Deriv pode ajudá-lo a encontrar respostas.",
"1903495030": "Para contas sintéticas, o valor do stop loss e/ou take profit pip é em dólares americanos.",
+ "1904617508": "Fora da UE, os produtos financeiros são oferecidos pelas seguintes empresas: Deriv (FX) Ltd, F16, Level 1, Paragon Labuan, Jalan Tun Mustapha, 87000 Labuan, Malásia, licenciada pela Labuan Financial Services Authority (<0>licença nº MB/18/00240>); Deriv (BVI) Ltd, Kingston Chambers, P.O. Box 173, Road Town, Tortola, Ilhas Virgens Britânicas, licenciada pela British Virgin Islands Financial Services Commission (<1>licença nº MB/18/00240>); Deriv (BVI) Ltd, Kingston Chambers, P.O. Box 173, Road Town, Tortola, Ilhas Virgens Britânicas, licenciada pela British Virgin Islands Financial Services Commission (<1>licença nº MB/18/00240>) SIBA/L/18/11141>); Deriv (V) Ltd, 1276, Kumul Highway, Port Vila, Vanuatu, licenciada e regulamentada pela Vanuatu Financial Services Commission; e Deriv (SVG) LLC, Hinds Buildings, Kingstown, St. Vincent and the Grenadines.\n",
"1904774976": "O <0>Germany 400> segue o desempenho das ações das 40 principais empresas listadas na Alemanha.",
- "1905213812": "Deriv (BVI) Ltd - Kingston Chambers, P.O. Box 173, Road Town, Tortola, Ilhas Virgens Britânicas - é licenciada pela Comissão de Serviços Financeiros das Ilhas Virgens Britânicas (<0>licença nº. SIBA/L/18/11140>).",
"1905380076": "Conclua o pagamento com a contraparte de sua transação.",
"1905702565": "Proteção de dinheiro do cliente",
"1905714256": "Uma experiência aprimorada",
- "1906771172": "Como posso alterar a moeda da minha conta?",
+ "1906101554": "You’ll earn a payout based on the volume of your clients' trades. Find out more <0>here0>.",
"1907226338": "Coca-Cola",
"1909647105": "TRX/USD",
"1909809509": "Calculadora de Swap",
"1914949637": "O que é o Programa de Afiliados Deriv?",
+ "1915387440": "If you’re selling:",
"1916887645": "Maximizar lucros, limitar perdas",
"1922529883": "Índice Boom 1000",
"1923530212": "Flexível.",
@@ -1259,24 +1396,30 @@
"1941116009": "A Binary.com será removida?",
"1942214601": "Nível de perda de parada na direção para cima",
"1942485223": "O que acontecerá com a minha conta de afiliado?",
+ "1947069292": "You can create an API token <0>here0>. Give your token a name, select the scope, and click <1>Create1>.",
"1948092185": "GBP/CAD",
"1948630262": "Para obter um, primeiro faça login no painel de afiliados Binary.com.",
"1949701571": "Crie uma conta real Deriv.",
"1953016421": "Por que negociar opções na Deriv",
"1959548433": "Defina a duração da sua negociação. Dependendo se você tem uma visão de curto ou longo prazo dos mercados, é possível definir sua duração preferida, iniciando de 1 a 10 ticks ou 15 segundos a 365 dias.",
- "1963811607": "Como faço para entrar em contato com a contraparte da minha transação?",
+ "1959678342": "Highs & Lows",
+ "1962097923": "Help centre | Frequently asked questions | IB programme | Deriv",
+ "1963262703": "What does ‘completion rate’ mean?",
"1963884651": "Deposite e retire no Paxos Standard, uma criptomoeda indexada ao USD.",
+ "1964475042": "Frequently asked questions - About",
"1964675673": "Faça parceria com um provedor de negociação online confiável.",
"1966310384": "Portanto, neste cenário, você definiria seu nível de lucro em <0>3350,110>.",
"1967743855": "Seremos claros sobre todas as taxas e encargos.",
"1969128618": "Gerencie uma comunidade online ativa e apaixonada por negociar online, ou sobre investimentos ou finanças pessoais.",
"1971963414": "PRODUTOS",
"1975644912": "Desfrute de uma interface intuitiva e fácil de usar, mesmo para novos traders.",
+ "1976307636": "Deriv Investments (Europe) Limited prepara seu relatório de divulgações financeiras de acordo com a Diretiva IV de Requisitos de Capital e o Regulamento de Requisitos de Capital. Leia nosso relatório para entender como cumprimos com a disciplina de mercado como participantes do mercado.",
"1977160541": "Índices<0>0>americanos",
"1978148367": "Abra uma conta real, faça um depósito e comece a negociar com dinheiro real. Negocie Forex, Índices, Commodities e muito mais.",
"1979503547": "Termos de negociação",
"1980724783": "O valor do ponto é derivado dos dígitos atuais do ativo. Neste exemplo, o dígito é 5, então o valor do ponto é 0,00001.",
"1982404952": "Obtenha cotação",
+ "1984996183": "I forgot my affiliate password. What should I do?",
"1985905708": "Esses índices correspondem a mercados simulados com <0>volatilidades constantes de 200% e 300%0>.",
"1986250253": "O que é estratégia Grind do Oscar?",
"1986498784": "BTC/LTC",
@@ -1287,16 +1430,19 @@
"1991711258": "LNK/USD",
"1994023526": "O endereço de e-mail que você digitou está errado ou tem um erro de digitação (não se preocupe, tente novamente).",
"1995896523": "O DMT5 foi desenvolvido para oferecer a melhor experiência de negociação de CFD. Você pode acessar a plataforma de negociação MT5 por meio de desktop ou celular.",
+ "1996252043": "Once your ad is created successfully, it will appear in the <0>Buy/Sell0> tab.",
"1997138507": "Se o último tick for igual à média dos ticks, você não receberá o Pagamento.",
"1997646348": "Nosso site de programas de graduação: besquare.deriv.com",
"1998840050": "Não, não é. DP2P é um serviço peer-to-peer para que nossos clientes façam depósitos e saques usando sua moeda local. Como nosso agente de pagamento, você pode usar a plataforma DP2P para oferecer seus serviços aos clientes Deriv em seu país.",
"2003802343": "Não há absolutamente nenhum requisito para retirar suas comissões de IB.",
"2005074806": "Para calculadora de margem experimente PnL",
+ "2006479988": "<0>Proof of address0>",
"2007092908": "Negocie com alavancagem e spreads baixos para obter melhores retornos em negociações bem-sucedidas.",
"2010744433": "Nós nos esforçaremos para oferecer serviços de atendimento ao vivo 24 horas por dia, 7 dias por semana e para tornar os agentes disponíveis para qualquer cliente que solicite um bate-papo. Os agentes serão treinados para responder perguntas relevantes sobre o serviço.",
"2015114251": "Qual é o mínimo/máximo que posso depositar em minha conta Deriv X?",
"2017042641": "2 - 3 dias úteis",
"2018198484": "A negociação com criptomoedas lhe dá a chance de obter lucros com os movimentos de preços sem possuir as moedas digitais subjacentes. Em outras palavras, você pode ganhar prevendo corretamente se o preço de uma criptomoeda subirá ou descerá.",
+ "2018600727": "Deriv Investments (Europe) Limited tem o direito de prestar serviços em qualquer outro estado membro da UE através de direitos de passaporte da UE. Acima está uma lista dos países da UE que têm acesso à Deriv.com através dos direitos de passaporte da UE.",
"2019140039": "Por que negociar cestas de índices em Deriv",
"2019968401": "Por que negociar com a Deriv X",
"2023310659": "Moedas",
@@ -1311,19 +1457,21 @@
"2035207280": "5 - 1.000",
"2035670983": "Menos distrações",
"2036526456": "Saiba mais sobre nossos métodos de pagamento e como usá-los.",
- "2037297857": "Deriv - Uma plataforma de negociação online que oferece uma ampla seleção de derivativos para negociação 24 horas por dia e 7 dias por semana.",
+ "2041763181": "Once we've paid your commission into your account, you can withdraw whenever you want.",
"2042445787": "As vulnerabilidades dependem de cenários difíceis ou pré-condições",
+ "2044967354": "You can see your available balance in the <0>My profile0> tab.",
"2044999022": "Índices Jump os novos sintéticos com uma mudança",
"2046788283": "Quais mercados posso negociar no DTrader?",
"2047029510": "<0>Stop loss e/ou take profit nível na direção Acima = preço do ativo × {(stop loss OU valor take profit + comissão) ÷ (aposta × multiplicador) + 1}0>",
"2047349922": "0,013",
"2050080282": "Login de Afiliado e IB",
"2051986867": "Portanto, você precisará de uma taxa de swap de <0>0,24 USD0> para manter a posição aberta por uma noite.",
+ "2053617863": "Por favor, prossiga para retirar todos os seus fundos de sua conta.",
"2053673142": "Ao pressionar \"Criar conta demo\", você confirma que tem 18 anos ou mais. Você entende que podemos usar seu endereço de e-mail para lhe enviar informações sobre produtos e serviços Deriv, assim como notícias do mercado. Você pode sempre cancelar a assinatura destes e-mails nas configurações de sua conta. Para maiores informações, por favor, dê uma olhada em Deriv's <0>Segurança e privacidade0>.",
"2056079566": "\nObtenha nossa ajuda",
"2056339251": "15 - 10.000",
"2058893631": "Relatório de divulgação financeira",
- "2060309075": "Isso não se aplica se o cliente estiver em auto-exclusão, por sua própria escolha ou por decisão da Empresa.",
+ "2060102881": "<0>A blogger/vlogger0> \n Promote our products and services and earn commission when you convert your audience into traders.",
"2060368992": "min de leitura",
"2061191384": "\nDeriv ponto a ponto (DP2P)",
"2061681232": "<0>Termina Entre/Termina Fora:0> Preveja se o ponto de saída será dentro ou fora de duas metas de preço no final do período do contrato.",
@@ -1333,6 +1481,7 @@
"2067437902": "Deposite e retire em STASIS Euro, uma criptomoeda indexada ao EUR.",
"2068667424": "Confira nossos outros aplicativos",
"2070356006": "Comece a ganhar com base no seu plano de comissão escolhido –– até 45% da receita líquida total gerada pelos seus clientes indicados.",
+ "2071458958": "The minimum volume for micro forex pairs is 0.1 lot.",
"2071808494": "Suporte especializado e amigável",
"2072504778": "Quem pode se inscrever como afiliado do Deriv?",
"2074119658": "Personalize seus contratos de acordo com seu apetite de risco usando recursos inovadores como stop loss, take profit e cancelamento de contrato.",
@@ -1340,6 +1489,7 @@
"2075608900": "Spreads competitivos fixos e variáveis",
"2075864188": "GRÁTIS",
"2080510282": "Crie uma conta real de CFDs com base nas suas preferências de negociação.",
+ "2086048243": "Certificate of incorporation",
"2087247269": "De modo nenhum. A adesão ao nosso programa de Agentes de Pagamento é totalmente gratuita.",
"2089087110": "Cestas de índices",
"2092854399": "Desfrute de depósitos e retiradas rápidos, tranquilos e seguros com o Trustly.",
@@ -1349,6 +1499,7 @@
"2100068559": "Expanda sua base de clientes, obtenha exposição comercial adicional e obtenha mais receita ao se inscrever como Agente de Pagamento na Deriv.",
"2100986179": "A plataforma de negociação de CFD que se adequa ao seu estilo.",
"2101514198": "Explore Deriv.com agora",
+ "2102247413": "You’ll need the following documents to verify your account:",
"2108488100": "fórmula de stop loss pip",
"2108799022": "<0>Sobe/Desce:0> Preveja se o ponto de saída será estritamente maior ou menor que o ponto de entrada no final do período do contrato.",
"2108938379": "5. A variável recém-criada está agora disponível para ser usada em sua estratégia.",
@@ -1365,6 +1516,7 @@
"2120092418": "Por favor aguarde nossa resposta",
"2121227568": "NEO/USD",
"2121253634": "Você pode continuar a negociar na MetaTrader 5 como antes, ouvimos seus comentários e atualizamos a experiência para você. Você descobrirá que a experiência na inscrição e no painel da conta MT5 é muito mais eficiente na Deriv.com, permitindo que você gerencie sua conta e se concentre nos seus negócios com mais facilidade. ",
+ "2123318546": "RTS28 2021",
"2124129338": "\nDeriv - Uma plataforma de negociação online que oferece uma ampla seleção de derivativos para negociar",
"2125422488": "Você pode <0>entrar em contato conosco0> para definir ou ajustar seus limites de auto-exclusão ou negociação.",
"2126327198": "\nFaça uma estimativa da margem necessária para manter suas posições. O resultado depende da alavancagem, lote de volume e saldo de sua conta DMT5.",
@@ -1445,8 +1597,6 @@
"-23722102": "Parceiros",
"-890622347": "Afiliados e IBs",
"-199351188": "Programa de Recompensas",
- "-1434418017": "<1>Se tiver alguma questão, envie um e-mail para 1><2>info@besquare.my2>",
- "-1429361008": "Na UE, os produtos financeiros são oferecidos por Deriv Investments (Europe) Limited, W Business Centre, Nível 3, Triq Dun Karm, Birkirkara BKR 9033, Malta, licenciada como um provedor de serviços de investimento de categoria 3 pela Malta Financial Services Authority (<0>licença nº IS/701560>).",
"-316493159": "Os serviços deste site não estão disponíveis em alguns países, incluindo os EUA, Canadá e Hong Kong, ou para pessoas com menos de 18 anos.",
"-1497908566": "\nOs produtos mencionados aqui podem ser afetados por mudanças nas taxas de câmbio. Se você investir nesses produtos, poderá perder parte ou a totalidade do seu investimento e o valor do seu investimento poderá oscilar. Você nunca deve investir dinheiro que não possa perder e nunca negociar com dinheiro emprestado.",
"-1991343658": "NEGOCIAR",
@@ -1595,6 +1745,11 @@
"-1483718536": "Não pagamos comissões aos agentes de pagamento. Você define sua própria taxa de comissão por transação e nossos clientes arcarão com as taxas necessárias.",
"-1016133415": "Posso anunciar meus serviços para clientes Deriv?",
"-876582984": "Sim, desde que você siga todos os termos e condições relevantes (consulte o tópico 'Para Parceiros de Negócios' em nossa página de Termos e condições).",
+ "-1434418017": "<1>Se tiver alguma questão, envie um e-mail para 1><2>info@besquare.my2>",
+ "-618539786": "Sua conta está programada para ser encerrada",
+ "-905560792": "Sim, eu compreendo",
+ "-168971942": "O que isso significa para você",
+ "-1308593541": "Você perderá o acesso à sua conta quando ela for fechada, portanto, não deixe de sacar todos os seus fundos.",
"-1496158755": "Vá para Deriv.com",
"-373212993": "Site Deriv",
"-1788474476": "Inscrição de Afiliados e IB",
@@ -1769,35 +1924,69 @@
"-2062968282": "Não encontrou uma resposta? Nós podemos ajudar.",
"-978362988": "Chat",
"-1299484872": "Conta",
- "-1059028037": "Por que não consigo criar uma conta?",
"-1310262676": "Como posso alterar meus dados pessoais?",
+ "-251180453": "How can I change the currency of my account?",
+ "-221810226": "Can I change my email address?",
+ "-1059028037": "Por que não consigo criar uma conta?",
"-2043299631": "Como faço para cancelar a assinatura de emails de marketing?",
+ "-214877260": "How can I set self-exclusion limits on my account?",
+ "-2064918290": "How do I verify my account?",
+ "-425061473": "What documents do I need to verify my account?",
+ "-172153561": "Why do I need to verify my account?",
+ "-1619463465": "Can I trade without verifying my account?",
+ "-414862292": "Quanto tempo a verificação/autenticação leva?",
+ "-790757582": "Por que meus documentos foram recusados?",
"-1049383996": "O que são Índices de Ações?",
"-1633933174": "O que são Índices Sintéticos?",
"-226333706": "Como negociar",
+ "-1859881435": "What assets are available for trading on weekends?",
"-1612801567": "Depósitos e saques",
- "-977028772": "Quais métodos de pagamento você suporta?",
- "-181763764": "Quanto tempo leva para processar depósitos e saques?",
+ "-1315176976": "What payment methods can I use for deposits and withdrawals?",
+ "-1547685378": "How long does it take for my deposits and withdrawals to be processed?",
"-840116640": "Qual é o valor mínimo de depósito ou retirada?",
+ "-1847412788": "My withdrawal verification link has expired. What should I do?",
"-1689659144": "Retiradas",
- "-223315135": "Como posso aumentar meus limites de retirada?",
- "-1339949921": "Por que meu depósito no cartão de crédito continua sendo recusado?",
+ "-1861727138": "How can I remove the withdrawal limit on my account?",
"-1108803896": "Depósitos",
"-2135274535": "Posso retirar meu bônus de depósito?",
- "-1686360438": "Por que não consigo sacar fundos para meu Maestro/Mastercard?",
+ "-383099370": "Can I deposit with my friend's/family member's debit/credit card or e-wallet?",
+ "-560703263": "Why can't I see any payment methods on the Withdrawal page?",
+ "-222181522": "Preciso verificar minha conta?",
+ "-35912880": "Affiliate programme",
+ "-1134652564": "What type of commission plans do you offer?",
+ "-504946033": "Who can apply as an affiliate?",
+ "-940672929": "Where can I find my referral link?",
+ "-2082521397": "What type of reports will I have access to?",
+ "-860666463": "IB programme",
+ "-1062769315": "How do I sign up as an introducing broker (IB)?",
+ "-118302649": "Why should I join your introducing broker (IB) programme?",
+ "-153524655": "How much do you pay in commission?",
+ "-548897585": "Are there any charges for joining your introducing broker programme?",
+ "-1236285182": "How and when will I receive my IB commission payout?",
+ "-1557693454": "When can I withdraw my commission?",
+ "-253752482": "Where is my money held?",
"-1787820992": "Plataformas",
- "-1445755525": "Como posso sacar fundos da minha conta de dinheiro real do DMT5?",
- "-1833809949": "Por que meus detalhes de login no DMT5 são diferentes dos meus detalhes de login no Deriv?",
- "-2114093568": "Como posso redefinir a senha da minha conta DMT5?",
- "-1519123821": "Como posso depositar fundos na minha conta de dinheiro real do DMT5?",
+ "-1288798840": "What are the main differences between your digital options and CFD platforms?",
+ "-1834333990": "How can I change my Deriv MT5 password?",
+ "-1723900573": "How do I log in to my Deriv MT5 account?",
+ "-1698836439": "What is the name of my Deriv MT5 server?",
+ "-617194580": "Do you offer swap-free Deriv MT5 accounts?",
+ "-227242365": "Can I change the leverage on my Deriv MT5 account?",
+ "-941684403": "What time is shown in the MT5 terminal?",
+ "-1728332105": "For how long can I use my Deriv MT5 demo account?",
+ "-1972914987": "What is the minimum volume for micro forex pairs?",
"-1531872373": "Quais mercados posso negociar na Deriv X?",
"-385265783": "Qual é o valor mínimo e máximo para negociar na Deriv X?",
- "-663022568": "Como faço para criar uma conta Deriv X?",
+ "-976858633": "What's the difference between Deriv MT5 and Deriv X?",
"-1798013905": "Quais são as diferenças entre contas Sintéticas e Financeiras?",
"-114658193": "Qual é a diferença entre minha senha Deriv X e minha senha Deriv?",
"-156237172": "Como faço para redefinir minha senha Deriv X?",
"-2038952853": "Onde posso encontrar as informações da minha conta Deriv X?",
+ "-315976084": "What contract types do you offer on DTrader?",
"-1952371760": "Contratos",
+ "-1677125826": "Can I download the chart on DTrader?",
+ "-1980078854": "O que são multiplicadores?",
+ "-771604768": "How do I trade multipliers?",
"-918450098": "Blocos",
"-315611205": "Estratégia",
"-122062690": "O que é a estratégia Martingale?",
@@ -1809,24 +1998,79 @@
"-2133437022": "O que é Deriv P2P?",
"-1568899385": "É seguro usar Deriv P2P?",
"-1567244911": "Pagamentos",
- "-532895895": "Posso aumentar meu limite diário de compra ou venda?",
- "-1101543580": "Limite",
+ "-1812070043": "Where can I see the terms of use for Deriv P2P?",
+ "-696921894": "Why is my Deriv P2P account blocked?",
+ "-425611884": "How do I create an ad?",
+ "-1050528217": "How do I make an order?",
+ "-1745867197": "Why can't I see my ad in the Buy/Sell tab?",
"-214996581": "Disputa",
+ "-586363837": "How do I ensure my Deriv P2P transactions are successful?",
"-190084602": "Transação",
- "-222181522": "Preciso verificar minha conta?",
- "-414862292": "Quanto tempo a verificação/autenticação leva?",
- "-790757582": "Por que meus documentos foram recusados?",
+ "-1257202503": "How do I get in touch with the trader I’m dealing with?",
+ "-1101543580": "Limite",
"-1819888683": "Não foi possível encontrar nenhum resultado correspondente a '{{search}}'.",
"-859753143": "Dicas de pesquisa:",
"-177264246": "Mantenha o seu termo de pesquisa curto, pois nossos recursos de pesquisa funcionam melhor com termos de pesquisa curtos",
- "-1475429047": "\nEm linha com a nossa prática de Grupo, definimos os seguintes critérios para inscrições de clientes:",
- "-908523895": "Os clientes devem ter pelo menos 18 anos de idade.",
- "-1385123522": "Se a conta foi totalmente autenticada, você pode enviar um ticket solicitando as alterações desejadas. Anexe seu comprovante de identidade frente e verso e seu comprovante de endereço.",
- "-1967507831": "Depois de fazer um depósito ou criar uma conta DMT5, você só poderá alterar sua moeda entrando em contato com o Suporte ao Cliente.",
- "-1294180117": "Se você esqueceu a senha de sua conta Google/Facebook/Apple, você pode <0> redefinir a senha de sua conta Deriv0> para fazer o login na Deriv.",
- "-1588331606": "Para encerrar sua conta, vá para <0>Desativar conta.0>",
- "-292833690": "Antes de encerrar sua conta Deriv, feche todas as suas posições abertas e retire todos os fundos de suas contas de negociação, incluindo DMT5.",
- "-1760393932": "Você pode fazer isso facilmente acessando<0> Configurações > Perfil>0> <1>Detalhes pessoais1>. Desmarque a caixa de preferências de e-mail e clique no botão \"Enviar\" para cancelar a inscrição.",
+ "-1681655860": "the Malta Financial Services Authority",
+ "-435600202": "Help centre | Frequently asked questions | About | Deriv",
+ "-254542421": "Here are some possible reasons you aren't able to create an account:",
+ "-1739646504": "You’re below 18 years old.",
+ "-1116525030": "You may already have a Deriv account.",
+ "-1910608693": "Our services aren't available in your country of residence.",
+ "-2073215708": "You can do so on the <0>Personal details0> page. If you’re unable to update your details, please <1>contact us via live chat1>. We may need you to send us some documents for verification.",
+ "-785517434": "While the currencies of your virtual and cryptocurrency accounts are fixed, you can change the currency of your fiat account by following the steps below.",
+ "-582231303": "Select <0>Fiat currencies,0> choose the currency you want, and click <0>Change currency.0>",
+ "-703297687": "If you have open positions, close them first.",
+ "-599281490": "For your Deriv real account, go to <0>Cashier0> to withdraw your funds.",
+ "-188538325": "For your Deriv MT5 and Deriv X real accounts, go to your dashboard to withdraw your funds.",
+ "-1129279211": "<0>Contact us via live chat0> and we’ll help you change the currency of your account.",
+ "-894612350": "Hit <0>Forgot password?0> on the <1>login page.1>",
+ "-1582535828": "Enter the same email address you use for your Apple/Google/Facebook account.",
+ "-2136863307": "Now, you'll be able to log in to your Deriv account using your email address and password.",
+ "-803818887": "It's a fee that we charge for accounts that have been inactive for the last 12 months. Refer to <0>our terms0> for more info.",
+ "-1244219585": "Name of entity",
+ "-1523686418": "Authorisation to manage the account (if your business has more than one director)",
+ "-1883441858": "Passport and utility bill/bank statement of the person managing the account and of each director and shareholder (if your business has more than 1)",
+ "-482992615": "Utility bill/bank statement containing the address of the business",
+ "-337933411": "It depends on the laws in your country of residence. Please get professional advice on whether you're required to pay taxes on <0>your profits0>.",
+ "-464076737": "You can do so on the <0>Self-exclusion0> page.",
+ "-1687067691": "If you reside in any other country, you can adjust or remove your limits on the <1>Self-exclusion1> page. If you’re unable to change your limits, <0>let us know via live chat0>.",
+ "-1411245754": "We’ll prompt you to verify your account when it’s needed.",
+ "-1057679672": "When we prompt you to verify your account, follow these steps:",
+ "-1715758584": "<0>Log in0> to your Deriv account.",
+ "-1960993308": "Go to <0>Settings0> > <1>Proof of identity1> or <1>Proof of address1>.",
+ "-400895399": "Follow the instructions on the screen to verify your account.",
+ "-1464239544": "<0>Note:0> The <0>Proof of identity0> and <0>Proof of address0> pages will not be available if your account doesn’t need verification at this time.",
+ "-759539756": "<0>Proof of identity0>",
+ "-1047117142": "You’ll need a valid government-issued identity document such as a national ID card, passport, or driver's licence. Your document must clearly show your name, photo, and date of birth.",
+ "-864022561": "You’ll need a bank statement, credit card statement, tax statement, or utility bill. Your document must be issued within the last 6 months. It must contain your name, address, the name of the company that issued the document, and the issue date.",
+ "-469258978": "No, you must verify your account before trading.",
+ "-1403118121": "If you’re in any other country:",
+ "-1945892745": "We try to review your verification documents within the same day. In some cases, due to high traffic, it may take up to 3 business days. You’ll get a confirmation email from us once the review is complete. You can also check the status of your documents at",
+ "-217527343": "<0>Settings > Proof of identity0>",
+ "-1746837387": "We may have declined your documents because they were unclear, invalid, expired, had cropped edges, or showed details that did not match your Deriv profile. If you need help, please <0>contact us via live chat0>.",
+ "-1248152791": "When you join our affiliate programme,",
+ "-640475298": "You'll be able to take advantage of our multilingual platforms and reach clients wherever they are.",
+ "-179421588": "You'll receive prompt monthly payouts via your preferred payment method.",
+ "-874599648": "You won't be charged any hidden fees. You'll be able to see exactly what your earnings are.",
+ "-1456353153": "You'll have a dedicated account manager to help you.",
+ "-1835477277": "<0>Cost per acquisition0> (For the EU only)",
+ "-2057848186": "Earn 100 USD in commission for each successful referral. Your referred client must open a real account using your tracking link and deposit 100 USD or more (one-time or accumulative).",
+ "-1264084852": "We encourage you to become our affiliate if you are:",
+ "-317355829": "<0>A webmaster0> \n Do you have a trading-related website? Join our network of affiliates and turn your traffic into revenue by promoting our products and services.",
+ "-643644414": "<0>A trading mentor0> \n Do you mentor other traders? Help them become better traders and earn commission when they sign up and trade on our platforms.",
+ "-67585950": "A referred client is a client who signed up using your tracking link, made a deposit in their account, and started trading on our platforms. As an affiliate, you stand to earn commission from the trades performed by your referred clients.",
+ "-1388788058": "Follow these steps to get your referral link:",
+ "-379292041": "<0>Log in0> to your affiliate dashboard.",
+ "-1245795523": "Click the <0>Marketing<0/> tab.",
+ "-976921122": "Follow these steps to change your payment method:",
+ "-257221931": "<0>Log in0> to your dashboard.",
+ "-1109489026": "Click the <0>Finances0> tab and select <0>Payment instructions0>.",
+ "-1408956818": "Select your preferred payment method, enter the necessary details, and click <0>Update0>.",
+ "-817404641": "Go to <0>Reports0>, and select <0>Detailed activity report0>.",
+ "-1204121083": "Set the duration and filters and click <0>Display report0> or <0>Download report0>.",
+ "-1507095704": "Help centre | Frequently asked questions | Affiliate programme | Deriv",
+ "-1973882807": "Frequently asked questions - Affiliate programme",
"-994905306": "1. Clique em \"Começar\" no canto superior esquerdo para abrir o menu de blocos.",
"-1285759343": "Pesquisar",
"-588159121": "Remover bloco",
@@ -1866,46 +2110,122 @@
"-822031479": "Resumo",
"-224804428": "Transações",
"-1609246392": "Clique em 'Gráfico' no canto inferior esquerdo do espaço de trabalho para visualizar o gráfico.",
- "-1144380171": "Nossa lista de <0>métodos de pagamento suportados0> inclui transferência bancária, cartões de crédito e débito, carteiras eletrônicas e criptomoedas.",
- "-765332281": "Seus depósitos e saques serão processados dentro de um dia útil (segunda a sexta-feira, das 9:00 às 17:00 GMT +8), a menos que seja especificado o contrário. Observe que seu banco ou serviço de transferência de dinheiro pode exigir tempo adicional para processar sua solicitação.",
- "-2129519303": "Não há um valor mínimo para depósitos em criptomoeda.",
- "-130293452": "Você pode aumentar seus limites de retirada verificando sua identidade e endereço. Para ver seus limites de retirada atuais, vá para <0>Configurações> Segurança e Proteção >0> <1>Limites da conta1>.",
- "-849531377": "As retiradas de cartões Mastercard e Maestro estão disponíveis apenas para clientes do Reino Unido. Se você não é do Reino Unido, poderá retirar usando uma carteira eletrônica ou criptomoedas.",
+ "-346303383": "You can use debit and credit cards, e-wallets, cryptocurrency wallets, and payment agents for deposits and withdrawals (see our <0>payment methods page0> for a complete list). Once you log in to your Deriv account, you’ll be able to see payment methods available in your country on the <1>Cashier page1>.",
+ "-2134684262": "You can get a new link on the Cashier page. Go to <0>Withdrawal0> and click Verify my request. We'll email you a new link; please remember to use it within 1 hour.",
+ "-1855944698": "Here are some reasons why your credit card deposit was declined:",
+ "-1435852820": "Your 3D SecureCode may not be activated. Please contact your bank to check.",
+ "-805026662": "Your country of residence does not match the country that your card was issued in.",
+ "-336747115": "If you need help, please contact us via <0>live chat0>.",
+ "-1168460620": "Yes, but only once your turnover exceeds an amount that's 25 times the deposit bonus value. The bonus is to help you get familiar with our trading platforms, so we'd love for you to use it to trade and earn a potential profit (which you may withdraw at any time).",
+ "-1955486267": "Mastercard and Maestro card withdrawals are only available for UK clients. If you are not from the UK, you’ll need to use a withdrawal method that’s available in your country.",
+ "-670805289": "The currency conversion for your deposits and withdrawals are done by your payment service provider. For example, if you use Skrill, your transaction amount will be converted by Skrill. Please check with your service provider regarding the conversion rates used for your deposits and withdrawals.",
+ "-1185520887": "your withdrawal request has already been authorised and processed",
+ "-1543634856": "To cancel your withdrawal, follow these steps:",
+ "-410744792": "Go to <0>Cashier > Withdrawal0>.",
+ "-1736064743": "We'll send you an email with a verification link. Click that link.",
+ "-1439607156": "Your payment method will only appear on the Withdrawal page after you've made your first deposit. If you've made a deposit and still don't see your payment method on the Withdrawal screen, it's probably because the payment method you used for the deposit cannot be used for withdrawals. In this case, you may need to use a different payment method that supports withdrawals, too. <0>Contact us via live chat0> if you need help.",
"-1257106357": "\nCentro de ajuda | Perguntas mais frequentes | Depósitos e retiradas | Deriv",
"-524318410": "\nPerguntas frequentes - Depósitos e retiradas",
- "-342557323": "Para colocar dinheiro em sua conta Deriv, você pode ‘comprar’ fundos da Deriv em sua moeda local (ou outra moeda suportada) de um colega trader e a quantia que você ‘comprou’ será depositada em sua conta.",
- "-993408638": "Verificamos a identidade de cada usuário antes que eles possam começar a usar os serviços da Deriv P2P - os usuários precisarão enviar um documento POI (Comprovante de identidade) para verificação de identidade antes de comprar ou vender na Deriv P2P.",
- "-2050983631": "Além disso, todas as transações são protegidas por Escrow. A Escrow bloqueia os fundos Deriv até que ambas as partes tenham confirmado a conclusão da transação.",
- "-558939780": "Você pode transferir dinheiro para outros negociadores por meio de transferências bancárias, cartões, e-wallets ou qualquer outro método de pagamento acordado com a pessoa com quem está negociando e de acordo com seu anúncio.",
- "-1985070919": "Observe que a Deriv não tem controle sobre os pagamentos feitos entre os negociadores da Deriv P2P. Portanto, certifique-se de seguir as instruções de pagamento acordadas entre você e o negociador com quem está negociando e forneça seu método de pagamento preferido e as instruções ao publicar seus anúncios.",
+ "-993497460": "<0>Deriv P2P0> is our peer-to-peer deposit and withdrawal service that’s part of our trading platform. Using Deriv P2P, you can get money in and out of your account in minutes via exchanges with fellow traders. We launched this service mainly for our clients in countries where currency exchange services are not widely accessible.",
+ "-1279056201": "We verify everyone’s identity before they can start using Deriv P2P. No anonymous transactions are allowed.",
+ "-296729461": "Additionally, all transactions are protected by escrow: the order amount is locked in escrow until both parties confirm that the transaction has been completed from their end.",
+ "-1476852890": "Yes, you’ll need a Deriv real account before you can start using Deriv P2P. Deriv P2P is a way to move funds in and out of your Deriv account.",
+ "-154362819": "Click <0>Real0>. Under <0>Deriv accounts0>, click <0>Add0>.",
+ "-1627487675": "Your Deriv P2P balance may not include all deposits made to your Deriv account. Deposits via credit cards, Skrill, Neteller, and ZingPay will not be available in Deriv P2P.",
+ "-568906967": "Go to Section 4, ‘Deriv P2P’ of <0>our terms0>.",
+ "-461691496": "Your Deriv account is suspended. Please <0>contact us0> via live chat for more info.",
+ "-1029239301": "You have cancelled 3 orders in the last 24 hours. Your account will be unblocked automatically after 24 hours.",
+ "-1141509742": "Yes, just contact us <0>via live chat0> to request a limit increase.",
+ "-1410699505": "You can use any payment method you want as long as it is agreed with the trader you’re dealing with.",
+ "-86797398": "<0>Note:0> Deriv has no control over payments made between Deriv P2P traders. Please ensure you follow the payment instructions as agreed between you and the trader you are dealing with, and provide your preferred method of payment and instructions when you post your ads.",
+ "-338149677": "Go to <0>Deriv P2P0> > <1>My ads1>.",
+ "-67297475": "Your ads are available in the <1>My ads1> tab at <0>Cashier > Deriv P2P0>.",
+ "-1869445525": "Select Buy or Sell ads.",
+ "-1378864427": "Choose the ad you want by clicking <0>Buy0> or <0>sell0>.",
+ "-1278209777": "You'll only be able to make an order once your account has been verified.",
+ "-1669612535": "If you're selling, you'll need to wait for the buyer's payment before completing the order.",
+ "-1239568034": "Se você encontrar qualquer problema com uma transação no Deriv P2P, primeiro tente resolvê-lo com o comerciante com quem você está lidando. Se eles não estiverem dispostos a ajudar a resolver a situação, por favor, <0> nos deixe saber0> via chat ao vivo e nós o ajudaremos a resolvê-lo.",
+ "-989166377": "To dispute a Deriv P2P transaction, follow these steps:",
+ "-1567088047": "Once the order has expired, click <0>Complain0> on the order details screen.",
+ "-1543692084": "We’ll seek more info on the transaction by reaching out to you and the trader you are dealing with, and we’ll try to resolve the issue within 24 hours. We’ll keep you informed of the status.",
+ "-1095411583": "For successful Deriv P2P transactions, follow these guidelines:",
+ "-693174976": "Avoid creating ads with identical amounts and exchange rates.",
+ "-2112170016": "Ensure that your account balance is sufficient to support your ads and orders.",
+ "-1098565506": "If you’re buying:",
+ "-1941726245": "Check your bank or e-wallet balance to confirm that the buyer has made payment before completing the order.",
+ "-1964387231": "Once you’ve received the payment from the buyer, try to complete the order as soon as you can.",
+ "-1705206253": "For more guidelines on using Deriv P2P, see our <0>terms of use0> (refer to Section 4 ‘Deriv P2P’).",
"-90598465": "Não há depósito mínimo. Você pode fazer um depósito máximo de U$ 2.500 doze vezes por dia.",
"-307502515": "Você pode negociar CFDs em forex, criptomoedas, commodities e nossos índices sintéticos proprietários na Deriv X.",
"-577476222": "O DTrader permite que você negocie mais de 50 ativos na forma de opções digitais, multiplicadores e lookbacks.",
"-2134519372": "Deriv MT5 (DMT5) e Deriv X são plataformas de negociação de múltiplos ativos onde você pode negociar forex à vista e CFDs com alavancagem em várias classes de ativos. A principal diferença entre eles é o layout da plataforma - o MT5 tem uma visão tudo-em-um simples, enquanto na Deriv X você pode personalizar o layout de acordo com sua preferência.",
+ "-1529587893": "Follow these steps to add a Deriv X account:",
+ "-1383710718": "Select <0>Real account0> or <0>Demo account0>.",
+ "-780401736": "If you’re adding your first Deriv X account, you’ll need to set your Deriv X password. If you’ve already set your Deriv X password before, you’ll need to enter it now.",
+ "-1285898327": "Your new Deriv X account is now ready.",
+ "-527968812": "You'll need to add a Deriv X account first. After that, follow these steps to log in:",
"-2055925090": "A conta Financeira é onde você negocia contratos por diferença (CFDs) em mercados financeiros, como forex, criptomoedas e commodities.",
"-1720135689": "Vá para as <0>Configurações da conta0>. Clique no menu suspenso “Segurança e proteção” e selecione “Senhas”. Em “Senha da Deriv X”, clique em “Alterar senha” para redefinir sua senha.",
"-535620163": "Para retirar fundos de sua conta Deriv X, você primeiro precisa transferir os fundos da sua conta Deriv X para sua conta Deriv. Vá para Caixa > Transferir entre contas e siga as instruções na tela.",
"-2015877045": "\nCentro de ajuda | Perguntas mais frequentes | Deriv X | Deriv",
"-529738098": "Perguntas frequentes - Deriv X",
"-971172690": "Quanto é o mínimo/máximo que posso depositar em minha conta Deriv X?",
- "-844199531": "A DMT5 é uma plataforma de negociação de múltiplos ativos que você pode usar para negociar Forex e contratos por diferença (CFDs) com alavancagem.",
- "-35355043": "A conta DMT5 Advanced é uma conta 100% A Book, onde suas negociações são repassadas diretamente para o mercado, dando a você acesso direto a provedores de liquidez forex.",
- "-315308558": "A conta de índices sintéticos DMT5 permite que você negocie contratos por diferença (CFDs) em índices sintéticos que imitam movimentos do mundo real. Ele está disponível para negociação 24 horas por dia, 7 dias por semana e é auditado quanto à imparcialidade por um terceiro independente.",
- "-1390301231": "Para depositar fundos na sua conta MT5 na Deriv, você precisará usar os fundos da sua conta Deriv. Vá para <0>Caixa >0> <1>Transferir entre contas1> e siga as instruções na tela.",
- "-1374692096": "Para retirar fundos da sua conta MT5 na Deriv, você precisará transferir os fundos para sua conta Deriv. Vá para seu <0>Caixa>0> <1>Transferência1> e siga as instruções na tela.",
- "-1538690809": "O MT5 na Deriv é uma plataforma de negociação autônoma que não está hospedada em nosso site. Seus detalhes de login no DMT5 permitem acessar a plataforma MT5, enquanto que os detalhes de login na Deriv permitem acessar as plataformas hospedadas em nosso site, como DTrader e DBot.",
+ "-935980097": "The Deriv MT5 Synthetic account offers contracts for difference (CFDs) on synthetic indices. Our proprietary synthetic indices mimic the price movement of real financial markets but are not affected by market events. Trading on synthetic indices is available 24/7, even on weekends and holidays. There are more than 15 indices to choose from, with different levels of volatility and market behaviour.",
+ "-787503172": "The Deriv MT5 Financial account offers CFDs on forex, commodities, cryptocurrencies, stocks, and stock indices, with high leverage and variable spreads for maximum flexibility. This account offers more than 100 assets, and 24/7 trading is available on cryptocurrencies.",
+ "-300839534": "You'll need to transfer funds from your Deriv account to your Deriv MT5 account. You can do this on the <0>Cashier page0>. Transfers are instant; your funds will be available in your Deriv MT5 account as soon as you complete the transfer.",
+ "-1348787775": "Follow these steps to reset your Deriv MT5 password:",
+ "-1111031408": "Go to your <0>Deriv MT5 dashboard0>.",
+ "-985140221": "Click <0>Confirm0>.",
+ "-1222605568": "We'll send you an email. Click the <0>Change password0> button in that email.",
+ "-1184173356": "You'll be taken to the Change password screen. Enter a new password and click <0>Create0>.",
+ "-1462766296": "You can log in to your Deriv MT5 account via the MT5 desktop app, web terminal, or mobile app. You'll need the login ID and server name from <0>your Deriv MT5 dashboard0>. Please remember to use your Deriv MT5 password to log in to Deriv MT5.",
+ "-1089619392": "You can set the investor password on your <0>Deriv MT5 dashboard0>. Click <1>Password1> on your Deriv MT5 account, and select <1>Investor password1> to set a new password.",
+ "-351288377": "No, we don't.",
+ "-1987596175": "You can't reactivate your Deriv MT5 account. Instead, you can create a new one on your Deriv <0>MT5 dashboard0>.",
+ "-38304396": "No, you can't. There's a fixed default amount for each asset. The leverage applied to your account can be found on your <0>Deriv MT5 dashboard0>.",
+ "-88115138": "Greenwich Mean Time (GMT).",
+ "-1741073621": "If you need a statement of your trades on Deriv MT5, follow these steps to download a 3-month statement:",
+ "-1684440937": "Log in to your MT5 account via the desktop app.",
+ "-1374165891": "Right-click on <0>Time0>, click <0>Report0>, and select <0>Open XML0>.",
+ "-1795964107": "If you need a statement for a more extended period, contact us via <0>live chat0>, and we'll help you with it.",
+ "-309622502": "Yes, we’ll transfer your balance to your Deriv account before your Deriv MT5 account is deactivated.",
+ "-586122892": "No, this isn’t possible on MT5.",
+ "-518416448": "No, you can't, but you may have multiple Deriv MT5 Synthetic accounts on different servers.",
+ "-2007650229": "Yes, you can trade micro forex pairs with a Deriv MT5 Financial account.",
"-1593152023": "\nCentro de ajuda | Perguntas mais frequentes | DMT5 | Deri",
- "-1762311912": "Oferecemos três tipos de contrato no DTrader: Acima e Abaixo, Altos e Baixos e Dígitos.",
+ "-1402025716": "<0>DTrader0> is one of our trading platforms. It offers digital options and multipliers on a variety of assets in financial and synthetic markets. ",
+ "-798714068": "You can trade forex, stocks, stock indices, commodities, cryptocurrencies, and synthetic indices on DTrader. Some markets may not be available in certain countries.",
+ "-1758753185": "These contracts are available on DTrader:",
+ "-1572548510": "Ups & Downs",
+ "-922253974": "Sobe/Desce",
+ "-1361254291": "Superior/Inferior",
+ "-1691868913": "Toca/Não toca",
+ "-763273340": "Dígitos",
+ "-330437517": "Combina/Difere",
+ "-657360193": "Acima/Abaixo",
"-1442307043": "\nCentro de ajuda | Perguntas mais frequentes | DTrader | Deriv",
"-1544998943": "Perguntas frequentes - DTrader",
+ "-1301260207": "You'll earn commission whenever your clients trade CFDs on MT5, even on weekends and public holidays.",
+ "-110767819": "You'll have access to various marketing tools to help promote our products and services to your clients.",
+ "-289567912": "Find out more about our IB programme <0>here0>.",
+ "-898871903": "No, it's completely free of charge.",
"-17396892": "Preciso de ajuda? Tem dúvidas sobre os serviços Deriv e as plataformas de negociação online? Leia nossas Perguntas frequentes ou faça uma pergunta.",
+ "-199125243": "Multipliers (also known as multiplier options) is a trade type that gives you an opportunity to amplify your profit without risking more than your stake. To find out more, visit <0>the Multipliers page0>.",
+ "-1755209362": "Watch <0>this video0> to know more about trading multipliers.",
+ "-1343499861": "Help centre | Frequently asked questions | Multipliers | Deriv",
"-11499858": "Não, você não precisa autenticar sua conta Deriv, a menos que seja solicitado. Se sua conta exigir verificação/autenticação, entraremos em contato por e-mail para iniciar o processo e fornecer instruções claras sobre como enviar seus documentos.",
- "-1314529357": "Uma commoditie é cultivada ou produzida naturalmente no ambiente. Exemplos incluem Petróleo bruto, Metais, Ouro e Prata.",
- "-720675222": "Exclusivos da Deriv, os Índices Sintéticos são nosso próprio conjunto de mercados sintéticos, projetados para simular movimentos do mercado real, não são afetados pelas variações de eventos reais e outras perturbações externas.",
- "-817895916": "Uma opção digital é um instrumento financeiro com um pagamento fixo em que você prevê o resultado de apenas dois resultados possíveis.",
- "-634329620": "Oferecemos quatro plataformas de negociação: DTrader, DBot, DMT5 e SmartTrader. Cada plataforma atende a uma variedade de estilos e experiências de negociação, seja você um trader novo ou experiente.",
- "-1689847421": "Você pode ver os limites de negociação da sua conta acessando <0>Configurações > Segurança e proteção >0> <1>Limites da conta1>. Observe que, se o saldo da sua conta exceder o saldo máximo em dinheiro da conta, você deverá retirar fundos da sua conta para que o saldo da conta fique abaixo do limite máximo.",
- "-1889877048": "Os Índices Sintéticos estão disponíveis para negociação 24/7.",
+ "-1846766027": "O câmbio, ou forex, é o mercado global das moedas do mundo, onde os valores de diferentes moedas são colocados uns contra os outros na forma de pares forex, tais como EUR/USD, AUD/JPY, etc. O mercado de forex determina as taxas de câmbio de cada moeda.",
+ "-192959524": "Read <0>this article0> to learn more about trading forex on Deriv.",
+ "-1879171974": "A commodity is either grown or produced naturally in the environment, such as agricultural products, livestock, crude oil, and precious metals like gold and silver.",
+ "-339093963": "Read <0>this article0> to learn more about trading commodities on Deriv.",
+ "-691446230": "Stock indices measure the value of a group of companies in the stock market. This allows investors to see how a particular set of assets is performing.",
+ "-1412546523": "Read <0>this article0> to learn more about trading stocks on Deriv.",
+ "-367005179": "Read <0>this article0> to learn more about trading synthetic indices on Deriv.",
+ "-1542650156": "CFDs let you predict the price movement of underlying assets without actually owning them. With CFDs, you open a position based on your prediction, and you'll earn a profit if you close your position when the price moves in your favour.",
+ "-1790114248": "We have a diverse suite of 6 trading platforms: <0>Deriv MT50>, <1>Deriv X1>, <2>DTrader2>, <3>DBot3>, <4>SmartTrader4>, and <5>Binary Bot5>. Each of these platforms is designed to fit any trading style, regardless of your trading experience.",
+ "-639381175": "Note: DBot, SmartTrader, and Binary Bot are not available in the EU and UK.",
+ "-626094848": "Build your trading bot for free on <0>DBot0> or <1>Binary Bot1>; no coding is needed. You’ll also find free pre-built strategies on DBot that you can customise to your needs.",
+ "-578264817": "Trading limits are only applicable to your Deriv real account. You can see the limits on your account on the <0>Account limits0> page (you must be <1>logged in1>).",
"-1618901770": "\nCentro de ajuda | Perguntas mais frequentes | Trading | Deriv",
"-2085755369": "\nPerguntas frequentes - Negociação",
"-396178446": "Mais de 100 ativos negociáveis",
@@ -2149,7 +2469,6 @@
"-1669418686": "AUD/CAD",
"-1548588249": "AUD/CHF",
"-79700881": "NZD/USD",
- "-1800672151": "Índice GBP",
"-1402324349": "CAD/CHF",
"-1398238048": "CAD/JPY",
"-244869624": "CHF/JPY",
@@ -2246,17 +2565,11 @@
"-1522453105": "<0>O Swiss 200> segue o desempenho das 20 maiores e mais líquidas ações da Suíça.",
"-1848325573": "O <0>UK 1000> segue o desempenho das ações das 100 principais empresas listadas no Reino Unido.",
"-1650735154": "Esses índices flutuam entre dois pontos de preço (bordas), rompendo ocasionalmente as bordas para criar um novo intervalo, em média, uma vez a cada 100 ou 200 vezes em que atingem as bordas. ",
- "-962930783": "<0>Índice AUD0> mede o valor do dólar australiano em relação a um conjunto de cinco moedas globais (USD, EUR, GBP, JPY, CAD), cada uma ponderada em 20%.",
- "-1910214848": "<0>Índice EUR0> mede o valor do Euro em relação a uma cesta de 5 moedas globais (USD, AUD, GBP, JPY e CAD), cada uma ponderada em 20%.",
- "-1763966856": "<0>Índice GBP0> mede o valor da libra britânica em relação a uma cesta de 5 moedas globais (USD, EUR, AUD, JPY e CAD), cada uma ponderada em 20%.",
- "-1448477512": "<0>Índice Gold0> mede o valor do ouro em relação a uma cesta de cinco moedas globais (EUR, GBP, JPY, AUD, USD), cada uma ponderada por 20%.",
"-754071100": "<0>Cesta de GBP0> mede o valor da libra britânica contra uma cesta de cinco moedas globais (USD, EUR, AUD, JPY, CAD), cada uma ponderada em 20%.",
"-1164156648": "Esses índices correspondem a mercados simulados com <0>volatilidades constantes de 200% e 300%.0>",
"-475767247": "<0>O Australia 2000> acompanha o desempenho das ações das 200 maiores empresas listadas na Austrália.",
"-2035089048": "O <0>Spain 350> segue o desempenho das ações das 35 principais empresas listadas no Reino Unido.",
"-1312740087": "<0>Superior/Inferior:0> Preveja se o ponto de saída será superior ou inferior que uma meta de preço (a barreira) no final do período do contrato.",
- "-1691868913": "Toca/Não toca",
- "-763273340": "Dígitos",
"-467543474": "<0>Combina/Difere:0> Preveja qual número será o último dígito do último tick de um contrato.\n",
"-12379677": "<0>Par/Ímpar:0> Preveja se o último dígito do último tick de um contrato será um número par ou um número ímpar.\n",
"-1048378719": "Redefinição Compra/Redefinição Venda",
@@ -2315,21 +2628,26 @@
"-963218544": "Não consegue decidir qual Programa ou Plano de comissão combina com você?",
"-1930772663": "Deriv MT5 Sintéticos ",
"-1016171176": "Ativo",
+ "-2082672713": "1",
"-549581742": "Índice Volatility 10 ",
"-456885316": "Índice Volatility 75 ",
"-1649127643": "1,75",
"-2068763730": "5",
"-2083395832": "7,5",
+ "-1587730975": "10",
+ "-784871058": "15",
"-524043424": "1,25",
"-849512762": "2,50",
"-1925239974": "Uma negociação para 1 lote do Índice de Volatilidade 75 por um preço de US $ 500.000 pagará US $ 25 em comissão com base na seguinte fórmula:",
"-55785537": "Ganhe quando seus clientes negociarem em uma conta financeira MT5.",
"-978761772": "USD 2",
"-543177967": "Índices de Ações",
- "-1587730975": "10",
+ "-1097570263": "Para forex, há uma comissão fixa de US$ 2 por lote (aplicável somente para lotes padrão). Um contrato para 1 lote de EUR/USD pagará USD 2 em comissão com base na seguinte fórmula:",
"-834024219": "DMT5 Financeira calculado primeiro",
- "-1981982611": "Para ativos de criptomoeda, uma negociação para 1 lote de BTC / USD (com uma taxa de câmbio de BTC para USD de USD 50.000) pagará USD 10 em comissão com base na seguinte fórmula:",
+ "-800044382": "Para os metais, há uma comissão fixa de 4 dólares por lote. Um contrato para 1 lote de XAU/USD pagará 4 USD de comissão com base na seguinte fórmula:",
"-1825768469": "DMT5 Financeira calculado em segundo",
+ "-1923011108": "For cryptocurrency assets, a deal for 1 lot of BTC/USD (with a BTC to USD exchange rate of USD 50,000) will pay out USD 5 in commission based on the following formula:",
+ "-1268684459": "DMT5 Financeira calculada em terceiro ",
"-2061883933": "2,5",
"-1587788256": "DMT5 Financeiro STP calculado em segundo",
"-921778308": "Como é calculado",
@@ -2410,9 +2728,6 @@
"-854296036": "Após a aprovação final da nossa equipe de conformidade, publicaremos seus detalhes em nossa lista de Agentes de Pagamento.",
"-1340544588": "Realize vários depósitos e retiradas por dia.",
"-5296999": "Descubra como se tornar um agente de pagamentos na Deriv para expandir sua base de clientes e obter renda extra.",
- "-119617711": "RTS27 2020",
- "-1439749066": "RTS27 2019",
- "-1364758050": "A Deriv Investments (Europe) Limited preparou o relatório de divulgação do Pilar III de acordo com a Diretiva de Requisitos de Capital IV e o Regulamento de Requisitos de Capital. Leia nosso relatório para entender como cumprimos a disciplina de mercado como participante do mercado.",
"-1601657282": "A Deriv Investments (Europe) Limited preparou o Relatório de divulgação financeira de acordo com a Diretiva de Requisitos de Capital IV e o Regulamento de Requisitos de Capital. Leia nosso relatório para entender como cumprimos a disciplina de mercado como participante.",
"-1695974481": "Esses documentos fornecem informações importantes sobre nossos produtos de investimento. Esta informação é exigida por lei para ajudá-lo a entender a natureza, riscos, custos, ganhos potenciais e perdas desses produtos e para compará-los com outros produtos. ",
"-1127433262": "RTS",
@@ -2438,12 +2753,16 @@
"-431262594": "CFD - índices sintéticos",
"-1311570171": "Informações sobre licenças e regulamentações | Deriv",
"-1833153607": "A Deriv opera sob a jurisdição da Binary.com, que possui várias licenças para cumprir com os requisitos regulamentares em todo o mundo.",
- "-1720897015": "Os serviços oferecidos na Deriv.com e Binary.com são fornecidos pelo Grupo Deriv. O grupo possui várias empresas subsidiárias licenciadas para operar a Deriv.com e a Binary.com em suas jurisdições registradas.",
+ "-1488849807": "Os serviços oferecidos na Deriv.com são fornecidos pelo Grupo Deriv. O grupo tem várias empresas subsidiárias que são licenciadas para operar a Deriv.com em suas jurisdições registradas.",
"-1131400885": "Deriv Investments (Europe) Limited",
- "-959669250": "A Deriv Investments (Europe) Limited tem o direito de fornecer serviços em qualquer outro estado membro da UE por meio de direitos de passaporte da UE. Acima está uma lista de países da UE que têm acesso a Deriv.com através dos direitos de passaporte da UE.",
+ "-430532854": "Deriv Investments (Europe) Limited – W Business Centre, Nível 3, Triq Dun Karm, Birkirkara BKR 9033, Malta – está licenciada em Malta (<0>licença nº IS/701560>) e autorizada pela Malta Financial Services Autoridade ao abrigo da Lei de Serviços de Investimentos para fornecer serviços de investimento na União Europeia.",
+ "-2051445931": "Os clientes da União Européia que desejam negociar instrumentos financeiros podem ter contas na Deriv Investments (Europe) Limited.",
"-112814932": "Deriv (FX) Ltd",
+ "-246692869": "Deriv (FX) Ltd - F16, Level 1, Paragon Labuan, Jalan Tun Mustapha, Labuan 87000, Malásia - é licenciada pela Labuan Financial Services Authority(<0>licença no. MB/18/00240>).",
"-1474169625": "Clientes no resto do mundo (exceto para países restritos como os EUA, Canadá e Hong Kong) que desejam negociar CFDs em forex e criptomoedas podem ter contas DMT5 Financeira STP sob Deriv (FX) Ltd.",
"-2019617323": "Deriv (BVI) Ltd",
+ "-689442324": "Deriv (BVI) Ltd - Kingston Chambers, P.O. Box 173, Road Town, Tortola Ilhas Virgens Britânicas - é licenciada pela British Virgin Islands Financial Services Commission <0>licença no. SIBA/L/18/11140>).",
+ "-1186445863": "Clientes no resto do mundo (exceto em países restritos como EUA, Canadá e Hong Kong) que desejam negociar CFDs sobre instrumentos financeiros, incluindo criptomoedas, podem ter contas DMT5 Financial STP na Deriv (BVI) Ltd.",
"-1089385344": "Deriv (SVG) LLC",
"-951213826": "Deriv (SVG) LLC está localizada em Hinds Buildings, Kingstown, St. Vincent and the Grenadines (empresa nº 273 LLC 2020).",
"-1179448605": "Deriv Limited",
@@ -2554,7 +2873,6 @@
"-976479290": "Você não pode usar os recursos de stop loss e cancelamento de contrato ao mesmo tempo.\n",
"-1088149692": "Isso é para protegê-lo de perder seu dinheiro ao usar o cancelamento da transação. Com o cancelamento da transação, você poderá recuperar o valor total da sua entrada se cancelar o contrato dentro de uma hora após a abertura da posição. O stop loss, por outro lado, fechará seu contrato com prejuízo se o mercado se mover contra a sua posição. No entanto, quando o cancelamento da transação expirar, você poderá definir um nível de stop loss no contrato aberto.\n",
"-993588400": "Você não pode usar os recursos take profit e cancelamento de transação ao mesmo tempo.\n",
- "-1980078854": "O que são multiplicadores?",
"-715015407": "Os multiplicadores de derivativos combinam o lado positivo da negociação de alavancagem com o risco limitado das opções. Isso significa que, quando o mercado se mover a seu favor, você multiplicará seus lucros potenciais. Se o mercado se mover contra sua previsão, suas perdas serão limitadas apenas à sua entrada.",
"-2055316208": "<0>Sem um multiplicador0>, se o mercado subir 25%, você ganhará 25% * $100 = <1>$25 de lucro<1>. ",
"-222486173": "<0>Com um multiplicador x50>, se o mercado subir 25%, você ganhará 25% * $100 * 5 = <1>$125 de lucro 1>.",
@@ -2587,10 +2905,8 @@
"-1192024363": "Especule sobre os movimentos de preços das principais commodities do mundo - Prata, Ouro, Petróleo e Energia.\n",
"-1421344186": "Opções para negociar em Deriv",
"-412753503": "As opções de lookback estão disponíveis apenas em índices sintéticos.\n",
- "-922253974": "Sobe/Desce",
"-513919250": "Se você selecionar \"Inferior\", você ganhará o prêmio se o preço de saída for estritamente inferior ao preço de entrada.",
"-780207001": "Se você selecionar \"Permitir igualdades\", você ganhará o prêmio se o preço de saída for superior ou igual ao preço de entrada em contratos \"Superior\". Do mesmo modo, você ganhará o prêmio se o preço de saída for inferior ou igual ao preço de entrada em contratos \"Inferior’.",
- "-1361254291": "Superior/Inferior",
"-1813951531": "Se você selecionar \"Inferior\", ganhará o pagamento se o ponto de saída for estritamente menor que a barreira.\n",
"-1350745673": "Se o preço de saída for igual à barreira, você não receberá o Pagamento.",
"-1673960856": "Termina entre/Termina fora",
@@ -2598,10 +2914,8 @@
"-1039129655": "Se você selecionar \"Termina fora\", ganha o pagamento se o ponto de saída for estritamente maior que a barreira alta ou estritamente menor que a barreira baixa.\n",
"-1326361265": "Fica entre/Sai fora",
"-248048003": "Se você selecionar \"Sai fora\", ganha o pagamento se o mercado tocar a barreira alta ou a baixa barreira a qualquer momento durante o período do contrato.",
- "-330437517": "Combina/Difere",
"-972537755": "Se você selecionar \"Combina\", ganhará o pagamento se o último dígito do último tick for igual à sua previsão.\n",
"-1754746990": "Se você selecionar \"Difere\", ganhará o pagamento se o último dígito do último tick não for o mesmo que sua previsão.\n",
- "-657360193": "Acima/Abaixo",
"-1163143636": "Se você selecionar \"Abaixo\", ganhará o pagamento se o último dígito do último tick for menor que a sua previsão.\n",
"-878562744": "Se você selecionar \"Redefinir-Compra\", ganhará o pagamento se o ponto de saída for estritamente maior que o ponto de entrada ou o ponto no momento da redefinição.\n",
"-1521910502": "Se você selecionar \"Redefinir-Venda\", ganhará o pagamento se o ponto de saída for estritamente menor que o ponto de entrada ou o ponto no momento da redefinição.\n",
@@ -2751,7 +3065,7 @@
"-515732698": "Diretor de Risco",
"-864130274": "Chefe de Contabilidade",
"-234962411": "Quem somos | Uma Plataforma de Negociação Online | Deriv.com",
- "-355907358": "Deriv.com - Uma marca Binary.com, é uma plataforma de negociação online pioneira e premiada no mercado de negociações.",
+ "-719133900": "Deriv é uma plataforma de negociação on-line pioneira e premiada que oferece uma ampla seleção de derivativos para que qualquer pessoa possa negociar a partir de qualquer lugar.",
"-599033718": "\nDeriv não usa seu dinheiro para interesses comerciais e você tem permissão para sacar seu dinheiro a qualquer momento. Todo o seu dinheiro é segregado e mantido em instituições financeiras seguras. Desta forma, no caso improvável de Deriv tornar-se insolvente, todo o seu dinheiro será devolvido a você, porque nunca é fundido com o nosso.",
"-392665367": "Ajuda quando você mais precisa",
"-367457070": "A Deriv facilita a qualquer um começar a negociar, entender riscos e tomar melhores decisões de negociação. Nossas ferramentas e plataformas têm instruções claras e simples e são intuitivamente fáceis de navegar. Também fornecemos regularmente notícias do mercado, análises, seminários online, e-books, tutoriais em vídeo e artigos da Central de Ajuda para ajudar você a se manter informado e a se tornar um trader ainda melhor.",
diff --git a/src/translations/ru.json b/src/translations/ru.json
index 98c0a788ffc..e85de02c692 100644
--- a/src/translations/ru.json
+++ b/src/translations/ru.json
@@ -1,18 +1,23 @@
{
"1292590": "Что делать дальше?",
"2474877": "Чтобы изменить платежный метод, свяжитесь с нами через <0>чат0>.",
+ "4506932": "Как добавить счет Deriv X?",
+ "7128051": "How can I adjust or remove my self-exclusion limits?",
"7228511": "Определить комиссию за сделку в соответствии с лимитами.",
+ "11019706": "Your available balance for Deriv P2P may not reflect your entire Deriv balance. This is because deposits made via some payment methods won’t be available for Deriv P2P. See <0>Why is my Deriv P2P balance different from my Deriv account balance?0> for more info.",
"13119092": "клиентов",
+ "15238581": "Go to the first item in the media gallery and click <0>Get media0> code.",
"17217397": "Криптовалюта",
"19552684": "Индекс USD",
"21294053": "С 1999 года Deriv Group верно и надежно служит трейдерам по всему миру. Мы всегда придерживаемся самых высоких этических стандартов и нормативных требований.",
"22146527": "Безопасная, гибкая платформа",
+ "22354933": "Your money is held in secure financial institutions and is always available to you, should you wish to withdraw. We don't use your money for our business purposes.",
"22418565": "оборот на сегодняшний день",
"22995280": "Можно начать с этой мощной, и в то же время простой платформы.",
- "23846717": "Вы можете вывести сумму этого бесплатного бонуса после того, как оборот счета превысит бонусное предложение в 25 раз.",
"24763773": "Sony Group Corp",
"24900606": "Индекс Gold",
"26480598": "Общие положения",
+ "26596220": "Финансы",
"27830635": "Deriv (V) Ltd",
"28675270": "Финансовый директор",
"31131715": "Исследуйте Deriv.com",
@@ -21,11 +26,12 @@
"34997376": "Deriv в цифрах",
"39296052": "Как я могу продвигать Deriv.com?",
"39595561": "Наблюдайте за работой вашего бота при исполнении каждого контракта и получайте уведомления в Telegram.",
- "39720204": "Индекс AUD",
+ "40232884": "Ensure that you make payment to the correct seller within 2 hours.",
"45577689": "Зарабатывайте комиссионные от торговой деятельности ваших клиентов на платформе DMT5.",
- "48076235": "Да. Отправьте запрос на увеличение дневного лимита в чат на нашем сайте, и мы свяжемся с вами по электронной почте.",
"48132512": "Растите вместе с нами.",
+ "48469443": "Complete <0>this form0>, and we'll get in touch with you in a couple of days. You'll need a real Deriv trading account, too. If you don't have one, sign up <1>here1>.",
"49026512": "Откройте для себя DMT5",
+ "49321507": "Do you offer micro forex pairs on Deriv MT5?",
"50586010": "Binary.com переименован в Deriv.com, и вот что это значит для наших партнеров",
"53801223": "Hong Kong 50",
"54033225": "0.10",
@@ -34,13 +40,15 @@
"55394707": "Для регистрации с мобильных приложений используйте код брокера <0>Deriv Limited0>.",
"56714378": "Часто задаваемые вопросы - Deriv P2P",
"57395040": "Стоимость пункта",
+ "57885236": "Your card issuer may have blocked your transaction. Please contact your card issuer to check.",
"59521256": "Страница не найдена",
"59678480": "5 - 3 000",
"60772773": "USD/RUB",
"61663093": "Непрерывные индексы",
- "68536923": "На forex за контракт на 1 лот EUR/USD будет выплачена комиссия в размере EUR 5 согласно следующей формуле:",
+ "67611998": "How can I deposit funds into my Deriv MT5 real money account?",
"70604999": "Поскольку индексы Jump являются синтетическими, вы можете торговать ими 24/7, 365 дней в году.",
"71016232": "OMG/USD",
+ "71263224": "How can I cancel my withdrawal?",
"71535160": "Рассчитайте комиссию за перенос открытых позиций. Комиссия может быть положительной или отрицательной в зависимости от вашей ставки свопа.",
"71650838": "Говорите просто и ясно, не прячьтесь за двусмысленностью",
"71969952": "Какие еще изменения меня ожидают? ",
@@ -52,39 +60,43 @@
"82730484": "Поставщик платежных услуг, который предоставляет простой способ перевода денег, получения платежей и оплаты через Интернет.",
"83067481": "Наш трекер: t.deriv.com",
"84123624": "Партнерская программа | Deriv",
+ "85248718": "Memorandum and articles of association",
"87901857": "Произвольные запросы в производственной базе данных",
"90275414": "Трейдинг - <0/>это просто<0/>",
"94912230": "Беларусь",
"97694950": "Торгуйте с умом и не позволяйте эмоциям влиять на ваши решения. Не торгуйте, если вы устали или находитесь под воздействием алкоголя.",
"102299592": "Как рассчитать размер стоп лосс и/или тейк профит",
+ "105613424": "What is the minimum amount to open a position on Deriv MT5?",
+ "106291991": "Frequently asked questions - Multipliers",
"109865596": "Торгуйте на Deriv по выходным и извлекайте максимум выгоды из своих контрактов",
"110140669": "Сервис торговых сигналов МТ5 позволяет профессиональным трейдерам делиться своими стратегиями с другими пользователями бесплатно или за определенную абонентскую плату (подписку). Ваши контракты будут автоматически копироваться на счета подписавшихся на вас трейдеров.",
"113378532": "ETH/USD",
- "113428590": "Компания Deriv (V) Ltd (<0>см. лицензию0>) - 1276, Kumul Highway, Port Vila, Vanuatu - лицензирована комиссией по финансовым услугам Вануату и является членом <1>Financial Markets Association<1/>.",
"117273069": "<0>Wall Street 300> отражает динамику акций 30 крупнейших котирующихся компаний США.",
+ "117920584": "As per <0>our terms0>, we only allow one account per client, which you can open in the currency of your choice (either fiat or crypto). If you want to trade with other currencies, you can add multiple cryptocurrency accounts to your profile.",
"119888059": "Кто может подать заявку",
+ "121961018": "If you're residing in the EU or UK, <0>contact us via live chat0>, and we'll help you with it.",
"122171127": "Торгуйте с мультипликаторами на синтетических индексах 24/7, 365 дней в году. Торгуйте с мультипликаторами на forex круглосуточно в рабочие дни.",
"123005346": "Никаких искусственных барьеров на вывод средств",
"123291381": "Для чего нужен ребрендинг?",
"125131030": "Спасибо за подписку на Академию Deriv",
- "132574588": "На <0>панели Deriv X0> выберите тип счета, который хотите открыть (реальный или демо), и нажмите \"добавить счет\". Следуйте инструкциям на экране, чтобы открыть новый счет Deriv X.",
"135210620": "Deriv <0>регулируется0> несколькими организациями, включая Управление финансовых услуг Мальты (MFSA), Управление финансовых услуг Лабуана (Labuan FSA), Комиссию по финансовым услугам Вануату (VFSC) и Комиссию по финансовым услугам Британских Виргинских островов.",
"138055021": "Синтетические индексы",
"140083133": "Пополните свой счет. Начните торговать с мобильного приложения, приложения для ПК или веб-браузера.",
+ "141909159": "You’ll be brought back to the Cashier page. Click <0>Review pending0> and select the transaction that you'd like to cancel.",
"143734792": "Условия, регулирующие хранение и перевод средств на Deriv, а также бонусы, которые вы можете получить",
"144377171": "Ежедневные лимиты на вывод средств",
"146650698": "Перейти на DP2P",
"148382928": "American Airlines Group Inc",
"150593055": "Пункты обмена валюты",
+ "152299772": "Why should I join your affiliate programme?",
"152524253": "Торгуйте на мировых рынках с нашей популярной и удобной платформы.",
"154463429": "Трейдинг на нашем демо-счете максимально похож на настоящий трейдинг, с теми же ценами на контракты и торговыми ограничениями.",
- "156791387": "Перейдите на <0>панель инструментов DMT50> и нажмите кнопку <1>Пароль1> этого счета DMT5.",
"159321990": "Торгуйте на forex онлайн с Deriv. Откройте демо-счет и получите доступ к широкому выбору валютных пар на наших простых и интуитивно понятных торговых платформах.",
"159937924": "RTS28 2020",
"161870324": "Выберите лучшую цену и разместите ордер или создайте объявление с желаемым обменным курсом.",
"163040015": "Присоединяйтесь к партнерской программе и программе ПБ Deriv и получите шанс стать партнером надежного провайдера онлайн-трейдинга.",
"166309424": "Быстрые ежемесячные или ежедневные выплаты, и никаких сборов",
- "170598749": "Валютные индексы",
+ "167985771": "You can unsubscribe by going to the <0>Personal details0> page. Uncheck the checkbox that says \"Get updates about Deriv products, services and events.\" at the bottom of the page, and click <1>Submit.1>",
"171302334": "Таким образом, в этой ситуации вы установите размер стоп лосс <0>-7.23 USD0>.",
"171586173": "Откройте для себя новые карьерные возможности в офисах Deriv по всему миру.",
"171638706": "Переменные",
@@ -94,7 +106,6 @@
"178716803": "Запустить бота",
"179737767": "Наша традиционная платформа для бинарных опционов.",
"180412186": "Спрогнозируйте, будет ли точка выхода строго выше или ниже точки входа по истечении срока действия контракта.",
- "181253755": "Каковы мои торговые лимиты?",
"181316740": "Это зависит от типа контракта. Чтобы узнать, щелкните правой кнопкой мыши конкретный актив и выберите \"Информация об инструменте\".",
"182438100": "Часто задаваемые вопросы - DBot",
"187267434": "Далее, нажмите 'Сохранить' на панели инструментов в верхней части рабочего пространства. Вы можете сохранить стратегию в формате XML на ваш компьютер или Google диск.",
@@ -102,6 +113,8 @@
"193611235": "Обмен за считанные минуты. Меньше ожидания, больше трейдинга. Быстрые пополнения счета и вывод средств.",
"194431525": "Обеспечить репрезентативный демонстрационный опыт",
"194961269": "Как работают опционные контракты",
+ "198087093": "Digital options allow you to predict the price movement of underlying assets without actually owning them. With digital options, you open a position based on your prediction, with a set duration that closes your position automatically. You'll earn a profit if your position is closed when the price is in your favour.",
+ "198900889": "Can I open more than one Deriv account?",
"200040108": "Без",
"202417731": "Сырьевые рынки | Трейдинг на сырьевых товарах | Deriv",
"202712649": "Быстрые и безопасные способы пополнения счета и вывода средств",
@@ -117,7 +130,6 @@
"222070679": "Мы будем вносить ваши комиссионные непосредственно на ваш счет в кратчайшие возможные сроки после 15 числа каждого месяца.",
"223659990": "Комиссия за лот (1 стандартный лот - 100k единиц)",
"224650827": "IOT/USD",
- "224785887": "Подробная информация о степени нашего регулирования со стороны Управления по финансовому надзору доступна по запросу.",
"227166061": "Надежен ли Deriv.com?",
"228957856": "Предположим, вы хотите оставить позицию объемом 0,01 лота индекса волатильности 75 с ценой актива 400 000 USD и ставкой свопа -7,5 открытой на одну ночь.",
"230596356": "Настройте свою стратегию DBot",
@@ -125,9 +137,12 @@
"231711709": "Трейдинг в любое время",
"231722280": "Что такое сырьевые товары?",
"232837971": "Что такое Быстрая стратегия и как ей пользоваться?",
+ "233475101": "Read <0>this article0> to learn more about trading CFDs on Deriv.",
+ "234782678": "You can reset your affiliate password <0>here0>.",
"236080779": "Многофункциональные графики",
"236845507": "Что такое контракты на разницу (CFD)?",
"239216026": "XMR/USD",
+ "239395164": "Компания Deriv (V) Ltd, 1276, Kumul Highway, Port Vila, Vanuatu, лицензирована Комиссией по финансовым услугам Вануату и является членом <1>Ассоциации финансовых рынков<1/>.",
"241331061": "Хорошее приложение! Давно искал что-то настолько же простое в использовании.",
"242139148": "ПАРТНЕРАМ",
"242356757": "Отправить отчет",
@@ -136,11 +151,14 @@
"246106761": "Я забыл(а) пароль. Что делать?",
"247341426": "Смотрите открытые позиции и подавайте заявки на вакансии в сферах IT, комплаенса и бухучета в нашем офисе на Лабуане.",
"248446741": "Предскажите наибольший или наименьший тик в серии из пяти тиков.",
+ "250681139": "How do I log in to Deriv X?",
"253813203": "12+ мировых индексов",
"255124284": "HKD/JPY",
"256855210": "Быстрый и безопасный сервис одноранговых пополнений и выводов средств.",
"256942335": "Множество возможностей заработка и щедрые комиссии",
+ "257449963": "Follow these steps to see your earnings:",
"258310842": "Рабочая область",
+ "261542396": "We'll credit your commission for the previous month into your trading account after the 15th of every month. As an affiliate, you’ll earn commission when your referred clients trade on options and multipliers. To earn from your clients' MT5 trades, you'll need to sign up as an introducing broker. (see <0>How do I sign up as an introducing broker (IB)?0>)",
"262590832": "Занимайте длинные и короткие позиции, в зависимости от вашей стратегии.",
"263232709": "1 - 2 рабочих дня",
"264391901": "Трейдинг на синтетических рынках – это симулированная динамика настоящих рынков без рисков реального мира.",
@@ -149,20 +167,23 @@
"267527172": "Стандартный счет DMT5 предлагает новичкам и опытным трейдерам высокое кредитное плечо и переменные спреды для максимальной гибкости. Расширенный счет DMT5 - это счет, на 100% действующий по модели A Book, при которой ваши контракты передаются напрямую на рынок, что дает вам непосредственный доступ к поставщикам ликвидности forex. Счет DMT5 на Синтетических индексах позволяет вам торговать контрактами на разницу (CFD) на активах, имитирующих движение реальных рынков. Синтетические индексы доступны для торговли 24/7 и регулярно проверяются независимой третьей стороной.",
"268108542": "1. Выберите 'Google Диск' и нажмите 'Продолжить'.",
"271560771": "Введите сумму, с которой вы хотите торговать.",
+ "272283021": "You can now log in to Deriv MT5 with your new password.",
"274268819": "Индекс волатильн. 100",
+ "274392779": "the Labuan Financial Services Authority",
"275116637": "Deriv X",
"276341434": "В рамках нашего ребрендинга изменится URL страницы входа на ваш партнерский счет.",
+ "276482397": "No, you can't.",
"276645072": "2. Выберите аккаунт Google и разрешите DBot доступ к Google Диску.",
"278499050": "Используйте местную валюту для пополнения и вывода средств со своего счета Deriv.",
"281247370": "Калькулятор маржи",
+ "286879509": "When do I need to verify my account?",
"287556583": "Стоимость пипса для контракта на DMT5 рассчитывается по следующей формуле:",
"288004682": "Без скрытых комиссий или взносов.",
"288719886": "Чешская Республика",
"289008060": "Facebook Inc",
"289731075": "С чего начать",
"291605393": "Греция",
- "298511755": "Такое может произойти при первом пополнение счета с банковской карты. Пожалуйста, обратитесь в ваш банк и попросите авторизовать транзакции с 'Deriv'.",
- "300084741": "Контракт на разницу (CFD) - это контракт, который выплачивает разницу между стоимостью актива в момент открытия сделки и его стоимостью при закрытии сделки.",
+ "292497263": "Click on your account balance and click <0>Add or manage account.0>",
"300201586": "Откройте демо-счет на Deriv и практикуйтесь с неограниченным запасом виртуальных средств на наших первоклассных платформах.",
"305547463": "Удобный функционал",
"306846388": "Онлайн-трейдинг крайне увлекателен, но сопряжен с рисками и может привести к зависимости. В Deriv мы стремимся защищать интересы наших клиентов и призываем их практиковать <0>безопасную и ответственную торговлю0>. Если вы новичок, вы также можете потренироваться в торговле на неограниченных виртуальных средствах, прежде чем рискнуть своими деньгами.",
@@ -177,9 +198,9 @@
"318239044": "Pfizer",
"318433321": "Инструменты, доступные для торговли опционами",
"318815297": "Торгуйте так, как вам нравится",
+ "319619035": "Will my inactive Deriv MT5 account be deactivated even though I still have a balance?",
"319934137": "Европа",
"320565687": "<0>Индекс Gold0> измеряет стоимость золота по отношению к корзине из пяти мировых валют (EUR, GBP, JPY, AUD, USD), каждая из которых имеет весовой коэффициент 20%.",
- "322580327": "Вы можете написать трейдеру, с которым совершили обмен, в чате приложения и попытаться решить вопрос самостоятельно. Если вам не удалось прийти к соглашению, воспользуйтесь функцией урегулирования споров в приложении. Мы свяжемся с соответствующими сторонами и постараемся разрешить спор как можно быстрее.",
"323564058": "Платежи стали еще проще. Быстрый и надежный способ внести средства в местной валюте.",
"325128398": "3. Длительность",
"326242312": "Объем в лотах",
@@ -187,12 +208,13 @@
"332441329": "Interim | DMT5",
"332961148": "Как можно добавить, удалить или изменить принимаемые платежные методы?",
"335040248": "О нас",
- "336359962": "Комиссия за неактивный счет - это сумма, списанная с любого счета, на котором не проводились транзакции в последние 12 месяцев.",
+ "337214156": "What are the differences between the Deriv MT5 Synthetic, Financial, and Financial STP accounts?",
"337900732": "Дания",
"339084000": "ПРАВИЛА",
"339879944": "GBP/USD",
"341589956": "Air France KLM SA",
"342146000": "<0>Сохраняем на ваш компьютер0>",
+ "342722863": "\n Learn more about our commission plans on <0>our Affiliate and IB Programme page0>.",
"343021270": "Торгуйте на реальном счете CFD с кредитным плечом для доступа к позициям, превышающим ваш существующий капитал.",
"343586987": "Таким образом, в этой ситуации вы установите уровень тейк профит на <0>6.83 USD0>.",
"349098817": "Что нового на Deriv.com?",
@@ -203,6 +225,7 @@
"354260859": "Торгуйте на реальном счете Deriv MT5 (DMT5) или Deriv X с высоким кредитным плечом для доступа к торговым позициям, превышающим ваш существующий капитал.",
"355340164": "Платформа онлайн-трейдинга Deriv X",
"358838306": "Руководитель службы поддержки",
+ "358998585": "The Deriv MT5 Financial STP account offers CFDs on forex and cryptocurrencies, with lower leverage than the Financial account. This is a 100% A-book account, so your trades pass straight through to the market, giving you direct access to liquidity providers. This account also offers 24/7 trading on cryptocurrencies.",
"361051814": "Предположим, вы хотите рассчитать уровень тейк профит и стоимость пипса при продаже 3 лотов индекса волатильности 50 по цене 249.5961 USD и размере тейк профит 84 USD.",
"361599549": "Платежная система, позволяющая осуществлять онлайн-переводы клиентам на Филиппинах. Доступно для пополнений и выводов.",
"365224830": "Трейдинг на валютных индексах | Демо-счет для валютных индексов | Deriv",
@@ -219,6 +242,7 @@
"376677604": "Все это доступно на нашей платформе DMT5",
"378043056": "Каждый из этих индексов отражает положение ведущих открытых акционерных компаний на финансовом рынке Азии и Океании.",
"378788991": "Новые синтетические индексы теперь доступны на DTrader и Deriv MT5 (DMT5)",
+ "379401010": "Partners",
"379730266": "Выплата комиссии за все активы будет конвертирована в валюту вашего депозита по последнему обменному курсу.",
"383145223": "Электронная книга по акциям",
"386443705": "Как и когда я получу мои комиссионные ПБ Deriv?",
@@ -227,14 +251,15 @@
"390647540": "Реальный счет",
"392031899": "Скоро будет доступно",
"392840594": "Для запросов по партнерским программам",
+ "393215173": "the British Virgin Islands Financial Services Commission",
"393841045": "<0>Важно:0>",
"393899903": "Вы можете обслуживать клиентов Deriv только в своей стране проживания.",
- "394545276": "Вы можете внести или вывести минимальную сумму в размере 5 USD/EUR/GBP/AUD через некоторые электронные кошельки. Для других платёжных методов могут действовать другие минимальные суммы.",
"395057342": "Коротко о нас",
"396609660": "Введите в форму свои учетные данные Deriv MT5. В поле Брокер введите имя сервера вашего счета: <1/> <0>- Deriv-Demo0>, если ваш сигнал предназначен только для демо-счетов <1/> <0>- Deriv -Server0> или <0>Deriv-Server-020>, если ваш сигнал предназначен только для реальных счетов <1/>\n(Вы можете найти имя сервера счета на <2>панели Deriv MT52>.)",
"396992773": "Deriv – лучший брокер в мире на данный момент с точки зрения предлагаемых активов, простоты вывода средств и депозитов, а также других услуг. Продолжай давать нам самое лучшее, Deriv!",
"397235089": "Узнайте о рынках, на которых вы можете торговать онлайн с Deriv, включая forex, сырьевые товары, криптовалюты, акции, синтетические и фондовые индексы.",
"398319738": "Что такое DMT5?",
+ "399948438": "Click <0>Create new ad0>.",
"400968378": "офисы",
"406075956": "Если вы выбираете 'Нечётное', вы выигрываете, если последняя десятичная последней котировки будет нечётным числом (напр., 1, 3, 5, 7, или 9).",
"408925924": "До х1000",
@@ -248,6 +273,7 @@
"419208082": "Наша платформа для торговли CFD на базе MetaQuotes: trade.mql5.com",
"419648873": "Торгуйте мировыми акциями и фондовыми индексами на платформе DMT5.",
"420161092": "Попробуйте Deriv.com одним из первых",
+ "421158556": "You may refer to <0>our terms0> for more information. If you need help getting into your account, <1>contact us via live chat.1>",
"421232681": "Дополнительные правила и условия",
"422714856": "Мы хотим, чтобы вы знали: это вы вдохновили нас на ребрендинг. Мы рады предложить вам новый улучшенный опыт трейдинга на Deriv.com, где вы можете торговать чем хотите, когда хотите, и как хотите.",
"424703192": "Финансовые счета DMT5 и Deriv X для клиентов из других стран (за исключением ряда стран и территорий: США, Канады и Гонконга), желающих начать торговлю CFD на финансовых инструментах, будут открыты в компании Deriv (V) Ltd. Эта компания не предлагает CFD на криптовалютах.",
@@ -268,8 +294,11 @@
"439798157": "Импортировать стратегию",
"441557166": "Deriv X - это мультиактивная платформа для торговли CFD",
"442177402": "Крипто пары",
+ "443594501": "For your Deriv MT5 and Deriv X real accounts, log in to close any open positions.",
+ "443887309": "Your credit card balance may be insufficient.",
"447476086": "Отчёт по <0>странам0>: показывает список стран, откуда поступают клики",
"447711315": "Захват субдомена",
+ "448874206": "If you have active orders, keep the app open (either on your phone or computer) until your orders are completed. Try to complete your orders within 2 hours.",
"448985812": "0-19.999%",
"449277904": "Что такое Deriv GO",
"451624200": "XTZ/USD",
@@ -278,9 +307,9 @@
"455897892": "Книга о криптовалютах",
"456825069": "Эксперты трейдинга",
"459886707": "Электронные кошельки",
- "460766210": "Компания Deriv Investments (Europe) Limited, расположенная по адресу W Business Centre, Level 3, Triq Dun Karm, Birkirkara BKR 9033, Malta, лицензирована (<0>лицензия номер IS/701560>) и уполномочена Мальтийским управлением финансовых услуг в рамках Закона об инвестиционных услугах на предоставление инвестиционных услуг в ЕС. Компания также уполномочена и подлежит ограниченному регулированию Управлением по финансовому надзору Великобритании (FCA). Подробную информацию о степени полномочий и регулирования со стороны Управления можно получить по запросу.",
"460878453": "5 - 10 000",
"465003790": "Логин DMT5",
+ "465522807": "<0>A signal provider0> \n Do you provide trading data for others to follow? Grow your community of traders and earn commission when they sign up and trade on our platforms.",
"467590240": "акции & индексы",
"469222213": "Щелкните вкладку <0>Моя статистика0> и выберите провайдера сигналов.",
"473760456": "Мы говорим прямо, избегаем двусмысленности, раскрываем условия всех контрактов, торговые риски и то, как мы зарабатываем.",
@@ -290,7 +319,8 @@
"476621330": "Открытие счёта",
"479311128": "Открывайте контракты по более низкой цене и увеличивайте свою потенциальную прибыль.",
"480442479": "Межсайтовая подделка запроса (некритическая)",
- "482031216": "Forex - это глобальный децентрализованный рынок покупки и продажи валют.",
+ "481274667": "How can I withdraw funds from my Deriv MT5 real money account?",
+ "481411401": "Regulation",
"482369277": "Партнерская программа и программа ПБ Deriv предлагают новые возможности для заработка. Получайте комиссию от контрактов ваших клиентов на наших платформах.",
"486935836": "Я забыл(а) пароль от Google/Facebook/Apple. Как мне попасть на свой счет Deriv?",
"487236738": "Как рассчитывается комиссия",
@@ -305,11 +335,13 @@
"494843334": "DTrader позволяет вам торговать на forex, сырьевых товарах, фондовых и синтетических индексах.",
"495686884": "Почему трейдеры выбирают Deriv | Deriv",
"497469280": "Мы стремимся предоставить нашим клиентам надежные системы с высоким временем бесперебойной работы и низкой задержкой даже в низкоскоростных мобильных сетях. Мы обеспечиваем высокую безопасность и совместимость между всеми основными настольными и мобильными устройствами.",
- "497717591": "Какие платежные методы можно использовать на Deriv P2P?",
+ "497567508": "Your Deriv MT5 history will be downloaded as an XML file.",
+ "497905436": "How do I check my available balance for Deriv P2P?",
+ "500999639": "Some trade types may not be available in certain countries.",
"501413836": "750+",
"501620507": "Как это повлияет на моих клиентов?",
"501763239": "Основные пары",
- "502554477": "В чем разница между счетами DMT5 Синтетическим, Финансовым и Финансовым STP?",
+ "504465748": "We'll email you a verification link. Click that link and set a new password for your Deriv account.",
"506797447": "<0>Индекс EUR0> показывает отношение евро к корзине из пяти других основных валют (USD, AUD, GBP, JPY, CAD), каждая из которых имеет весовой коэффициент 20%.",
"509964491": "Торгуйте, даже когда большинство финансовых рынков закрыто",
"510309290": "Deriv X: наше приложения для торговли CFD от DevExperts (<0>для Android0>, <1>для iOS1>)",
@@ -333,8 +365,8 @@
"527660774": "Инструменты трейдера | Калькуляторы свопов, пипсов и маржи | Deriv",
"528858838": "Lead/USD",
"529056539": "Опционы",
+ "529597350": "Если у вас были открытые позиции, мы закрыли их и запустили возврат средств.",
"529901734": "В валютных индексах изменение стоимости одной валюты измеряется по отношению к корзине самых ликвидных валют мира.",
- "533583221": "Переводы обрабатываются мгновенно. Баланс вашего счета DMT5 будет обновлен сразу после того, как вы выполните все шаги.",
"538228086": "Закрытие-Мин.",
"538682015": "Попробуйте другие наши приложения",
"539645627": "Мы стремимся предоставлять лидирующие на рынке продукты, которым доверяют во всем мире.",
@@ -352,12 +384,14 @@
"555580651": "1. Нажмите \"Очистить статистику\" на панели справа от рабочего пространства.",
"557095822": "Нажмите кнопку <0>Продлить0>, чтобы продлить услугу, или кнопку <0>Отписаться0>, чтобы отменить подписку.",
"558327984": "Наш калькулятор прибыли и убытков для контрактов с мультипликаторами поможет определить уровни стоп лосс и/или тейк профит, чтобы минимизировать убытки и максимально увеличить прибыль.",
+ "561889537": "A dispute was raised against you. Please <0>contact us0> via live chat for more info.",
"562246914": "Этот ребрендинг был вдохновлен вами, нашими клиентами. После 20 лет работы нам кажется, что мы понимаем вас лучше. Ребрендинг - это возможность для нас внедрить усовершенствованное решение для онлайн-трейдинга, отвечающее всем вашим потребностям.",
"562528971": "Zinc/USD",
"562753315": "Гернси | Наш офис – Нормандские острова | Deriv",
"566274201": "1. Рынок",
+ "567739189": "Why do my Deriv MT5 positions always start with a loss?",
"568954877": "3. Вы можете подписаться только на одного провайдера сигналов с одного счета DMT5 в любой момент времени. Вы можете использовать сигнал максимум на 3 компьютерах.",
- "569354588": "Вы также можете переводить свои средства через платежного агента, если его услуги доступны в вашей стране.",
+ "570656160": "You can use your Deriv MT5 demo account for as long as you want. However, if your account is inactive for 30 days, we'll deactivate it automatically.",
"575210404": "Отправьте/получите платеж",
"575534504": "Низкие спреды",
"577779861": "Вывод",
@@ -370,6 +404,7 @@
"586006302": "<0>Больше/Меньше:0> выберите, будет ли последняя десятичная последнего тика больше или меньше определенного числа.",
"586789100": "Выберите один из множества типов настраиваемых контрактов со ставками от $0.35 и длительностью от одной секунды.",
"590858519": "Попрощайтесь с ночными свопами! Держите свои позиции открытыми столько, сколько захотите.*",
+ "593539508": "Yes, you can download the chart on DTrader (in .csv and .png) by clicking <0>Download0> on the toolbar on the left. ",
"593838951": "Разнообразные возможности",
"595278941": "Цена актива",
"595722471": "Процент выплаты игрокам (RTP) для опционов Lookback длительностью 1 минута с мультипликатором 1 в среднем составляет 87%.",
@@ -392,6 +427,7 @@
"622253642": "Экономьте время - не нужно открывать, отслеживать и закрывать контракты.",
"623188171": "Торгуйте на криптовалютах и синтетических индексах в любое время, даже в выходные и праздничные дни.",
"624256060": "Задайте дополнительные параметры, которые дают вам больший контроль над контрактом, такие как стоп лосс, тейк профит и отмена сделки.",
+ "625438255": "В связи с изменениями регуляторов международных рынков мы будем вынуждены закрыть все счета клиентов из Великобритании.",
"627388563": "Подробнее о CFD",
"627774646": "Дополнительный источник дохода от ежемесячных подписок.",
"627845959": "Что нужно учитывать при торговле контрактами с мультипликатором",
@@ -400,13 +436,11 @@
"631458864": "Периферийный компонент",
"631607286": "Binary.com переименован в Deriv.com и здесь есть все, что вам нужно знать",
"632409475": "TER/USD",
- "634033595": "Deriv P2P - это сервис одноранговых переводов от Deriv. Здесь вы можете вносить и снимать средства со своего счета Deriv через транзакции с другими трейдерами.",
"635121138": "Партнёрство и ПБ | Deriv",
"635797490": "Interim | DBot",
"636070520": "3. К трейдингу",
"636073620": "Подпишитесь на торговые сигналы Deriv MetaTrader 5, чтобы копировать сделки опытных трейдеров, или станьте провайдером сигналов и делитесь своими стратегиями.",
"637013579": "Наш классический инструмент \"drag-and-drop\" для создания торговых ботов с всплывающими торговыми графиками для опытных пользователей.",
- "639707096": "Клиенты не могут быть резидентами Беларуси, Канады, Гонконга, Израиля, Джерси, Малайзии, Мальты, Парагвая, Руанды, ОАЭ, США или любой другой страны, указанной Группой разработки финансовых мер по борьбе с отмыванием денег (FATF) по причине нормативно-правового регулирования.",
"640307277": "Вице-президент по инжинирингу",
"640405784": "Легкие депозиты с помощью ваучерных платежных решений для Южной Африки.",
"641347172": "По истечении необходимого времени обработки средства будут зачислены на ваш личный счет. Вы можете узнать время обработки на нашей странице <0>Платежные методы0>.",
@@ -414,6 +448,7 @@
"642995056": "Email",
"643554455": "Смотрите раздел часто задаваемых вопросов, чтобы максимально быстро получить нужные ответы.",
"643810262": "Эксплуатация проблем интерактивной логики, которые могут привести к финансовым потерям для клиентов",
+ "645317079": "We'll remove the <0>withdrawal limit0> once your account has been verified.",
"645902266": "EUR/NZD",
"645954408": "Когда рыночная цена поднимается до 8700 USD, вы решаете установить стоп лосс на уровне 8200 USD. После нескольких тиков цена опускается до 8100 USD, преодолевая уровень стоп лосса. Ваш контракт будет автоматически закрыт на отметке 8100 USD.",
"646017912": "Наше флагманское приложение для торговли опционами и мультипликаторами.",
@@ -424,9 +459,11 @@
"654674908": "Стратегия Мартингейл - это классическая торговая техника, призывающая удваивать размер контракта после проигрыша, чтобы в случае выигрыша окупить прошлые потери.",
"655249194": "Deriv X - наша вторая платформа CFD. Она обладает множеством функций и легко настраивается под ваш стиль торговли.",
"655519080": "Deutsche Bank AG",
+ "655902997": "You may reactivate your account by <1>logging in1> with your email address and password. If you're unable to do so, please <0>contact us via live chat0>, and we'll help you further.",
"658337631": "У вас уже есть счет на <0>Binary.com0>? Вы можете <1>войти1> на <0>Deriv0> со своим логином и паролем <0>Binary.com0>",
"662679188": "DTrader | Торговая онлайн-платформа | Deriv",
"663180477": "Клиентоориентированная платформа",
+ "665599274": "Fill up the form and click <0>Confirm0>.",
"665777772": "XLM/USD",
"666199378": "Профессиональная служба поддержки, доступная 7 дней в неделю, интерактивный справочный центр и полезный контент.",
"666906792": "Простое пополнение счета с телефона. Для клиентов в Гане и Уганде.",
@@ -435,14 +472,15 @@
"672008428": "ZEC/USD",
"680204734": "Минимальная сумма вывода может варьироваться в зависимости от последних обменных курсов. Цифры, показанные здесь, были округлены.",
"680953516": "РЫНКИ",
+ "682063263": "Your Deriv P2P account may be blocked for one of the following reasons:",
"682108610": "Будь вы опытным трейдером или новичком, вам непременно понравится работать на нашей платформе.",
"682657885": "Перейти на панель Deriv X",
"683810917": "Проверяйте свою ежедневную комиссию ПБ",
"685027643": "Во вкладке 'Транзакции' вы сможете найти более подробную информацию о ваших контрактах - длительность, барьер, время начала и окончания, и т.д.",
"686385193": "Допустим, вы хотите рассчитать уровень тейк профит при открытии позиции на индексе волатильности 100 по цене 3376.24 USD со ставкой 10 USD, мультипликатором x100 и размером тейк профит 7.54 USD в направлении вниз.",
"686387939": "Как очистить историю транзакций?",
- "686417047": "DTrader позволяет вам торговать более чем 50 активами в форме цифровых опционов, опционов с мультипликатором и опционов lookback.",
"688617121": "Высокое кредитное плечо",
+ "689068852": "Where can I see my ads?",
"689400450": "Лучший брокер. Все время всем его рекомендую. Их спецы службы поддержки действительно помогают по любым вопросам.",
"690238026": "У нас есть ряд проверенных и эффективных реферальных инструментов, включая баннеры, отзывы, видео и текстовую рекламу. Если вы хотите настроить отдельные материалы согласно своим нуждам, пожалуйста, свяжитесь с менеджером вашего счета по адресу <0>affiliates@deriv.com0>.",
"690959930": "Изменить пароль | Deriv",
@@ -453,6 +491,7 @@
"700128691": "Мы твердо придерживаемся высоких этических стандартов. Узнайте, почему Deriv является выбором онлайн-трейдеров.",
"701775446": "Индекс волатильн. 200",
"701840176": "Комиссия за оборот USD 100k",
+ "704465777": "After making your payment, share the receipt with the seller via the chat feature in Deriv P2P.",
"704532260": "Для регистрации нужен только email. Мы не потребуем от вас данных кредитной карты или минимального депозита.",
"706069088": "О Deriv",
"710137133": "Подать заявку",
@@ -484,12 +523,15 @@
"743105449": "Как пополнить реальный счет Deriv X?",
"743623600": "Ссылка",
"746874005": "Swap forex formula",
+ "747290779": "<0>A software developer0> \n Build your own trading platform using our API and earn commission when your clients sign up and trade.",
"751493857": "USD 4",
"752024971": "Достигнуто максимальное количество цифр",
+ "752304655": "<0>Turnover0> \n Earn up to 1.5% commission for each contract bought by your clients. The lower the probability of winning, the higher your commission payout.",
"755433132": "Что такое цифровые опционы?",
"756066527": "Я принимаю <0>правила и условия0>",
"756310599": "Мы будем максимально честны в отношении условий всех контрактов, чтобы клиенты могли сделать осознанный выбор.",
"758038191": "Найдите свое место в нашей команде. Посмотрите вакансии Deriv в Малакке, Малайзия.",
+ "759844711": "Yes, it's completely free of charge <0>to join0>.",
"760192418": "Торгуйте с умом и не позволяйте эмоциям влиять на ваши решения. Воздержитесь от торговли в ситуациях, когда вы склонны к неправильному суждению.",
"760233310": "Наше приложение для торговли CFD от Devexperts: dx.deriv.com",
"762478389": "Торгуйте на любимых рынках - forex, сырьевых товарах, фондовых и синтетических индексах.",
@@ -505,6 +547,7 @@
"777848993": "торговых активов",
"778624300": "Пользуйтесь торговыми калькуляторами Deriv, которые помогут вам рассчитать свопы, пипсы, прибыль и убытки от контрактов с мультипликаторами и CFD.",
"779522948": "Ипох | Наш офис - Малайзия | Deriv",
+ "780041225": "If you already have a demo account, here’s how to add a real account:",
"781723751": "10 - 17 000",
"783010200": "Диверсифицируйте свой портфель, торгуя без комиссии на крупнейших мировых фондовых индексах. Вам доступны всемирно известные индексы, такие как Wall Street 30, US Tech 100, UK 100 и многие другие. Контракты от $5.",
"783153785": "Неограниченные виртуальные средства",
@@ -517,6 +560,7 @@
"785973496": "Португалия",
"786796042": "станет доступна <0>3 июня 20200>",
"788015089": "*доступно для некоторых пар:",
+ "788744327": "Click <0>Change0> next to the password field, then click <0>Change Deriv MT5 password0>.",
"789376489": "USD/HKD",
"790534726": "Внедрять средства контроля для предотвращения незаконной деятельности",
"793647899": "Ваш партнерский счет Binary.com будет действителен и на Deriv.com. Вы сможете зарабатывать комиссионные с контрактов ваших клиентов как на Binary.com, так и на Deriv.com.",
@@ -525,17 +569,23 @@
"799457743": "Простота.",
"800183478": "Безопасность – наш приоритет. Мы постоянно совершенствуем наши продукты и услуги, сотрудничая с независимыми специалистами в области безопасности по всему миру.",
"800934856": "Наши офисы | Deriv",
+ "802021852": "If you're buying, you'll need to make payment and share your payment confirmation with the seller. Once the seller has confirmed that they've received your payment, the exchange amount will be credited into your Deriv account.",
"803989222": "Синтетический счет позволяет вам торговать синтетическими индексами Deriv, которые имитируют движения реальных рынков и доступны круглосуточно 7 дней в неделю.",
"806165583": "Australia 200",
+ "806951253": "В ЕС финансовые продукты предоставляет компания Deriv Investments (Europe) Limited, расположенная по адресу W Business Centre, Level 3, Triq Dun Karm, Birkirkara BKR 9033, Malta. Компания (<0>лицензия IS/701560>) лицензирована и регулируется Мальтийским управлением финансовых услуг, Triq l-Imdina, Zone 1, Central Business District, Birkirkara CBD 1010, Malta, в рамках закона об инвестиционных услугах. Компания уполномочена Управлением по финансовому надзору с предполагаемым изменением разрешения (VoP). Регулируется Управлением по финансовому надзору. Характер и степень защиты прав потребителей могут отличаться от тех, которые действуют для фирм, базирующихся в Великобритании. Подробная информация о режиме контрактов на финансовые услуги, который позволяет фирмам из ЕЭЗ работать в Великобритании в течение ограниченного периода времени для осуществления деятельности, необходимой для выполнения ранее заключенных контрактов, доступна на сайте Управления по финансовому надзору.",
"808426886": "Мы не практикуем жесткие продажи, не даем финансовых или торговых советов и не гарантируем прибыль. Мы не призываем уязвимых людей торговать и внедряем меры контроля для предотвращения любой незаконной деятельности.",
"809146176": "Неприменимо",
+ "809480545": "If you'd like to log in using your email address instead, follow these steps:",
"809649275": "Центр поддержки | Часто задаваемые вопросы | Deriv P2P | Deriv",
"809734567": "Нажмите кнопку 'создать сигнал' на <0>странице сигналов MQL50>.",
+ "811665902": "What is Deriv MetaTrader 5 (Deriv MT5)?",
"812101045": "Калькулятор стоп лосс/тейк профит для контрактов с маржей",
"812888944": "Периферийные компоненты",
"814009433": "общий объем контрактов",
+ "814289409": "Then, withdraw your funds.",
"814644033": "Пополняйте свой счет Deriv в криптовалюте с кредитной или дебетовой карты с помощью этого глобального криптообменника.",
"815602603": "Войдите на свой счет Deriv. Если у вас его нет, зарегистрируйтесь бесплатно.",
+ "816534303": "To log in on your desktop, click <0>Trade on web terminal0>.",
"817637233": "Спасибо за подписку",
"818087675": "Начните торговать на Deriv",
"818659471": "6. Стоп лосс",
@@ -546,6 +596,7 @@
"825675433": "Контракты на акциях и индексах, доступные на Deriv",
"825815966": "Фиксированная, предсказуемая выплата",
"826511719": "USD/SEK",
+ "829379369": "You can automate your trading strategy using a trading bot. A trading bot is an automated computer program that purchases trade contracts for you while following a specific set of instructions that you provide.",
"829579058": "Безопасно",
"831164350": "Предположим, вы хотите рассчитать уровень стоп лосс и стоимость пипса при покупке лота EUR/USD по цене 1.17524 USD и размере стоп лосс 24 USD.",
"831282685": "Отправьте нам письмо",
@@ -581,21 +632,24 @@
"871486196": "Торгуйте на forex, акциях, криптовалютах, сырьевых товарах, синтетических и фондовых индексах с одной платформы.",
"874573741": "Трейдинг на forex, акциях, фондовых индексах и сырьевых товарах с одной платформы.",
"874881951": "Посмотрите открытые вакансии в нашем офисе в Дубае. Найдите свою роль в IT, маркетинге или HR.",
+ "875311753": "The completion rate is the percentage of orders that the advertiser could complete within 2 hours.",
"875766134": "Импорт с вашего компьютера",
"876581050": "Словакия",
"877897643": "Преимущества торговли forex на DTrader",
+ "878441070": "Can I change the currency of my Deriv MT5 account?",
"878676836": "Основные информационные документы",
"878922748": "Что такое счет CFD?",
+ "878929504": "Complete the form and click <0>Submit0>.",
"879478126": "Дубай",
"881413021": "Причины торговать сырьевыми товарами на Deriv",
"882216897": "Необходим Email",
"885479216": "<0>Отчёт о запросах и показах 0>: отображает процент кликов и запросов на вашем ресурсе",
"886712679": "Лицензирован и регулируется",
"887282040": "Почему Binary.com проходит ребрендинг?",
+ "888619169": "If you have made a deposit or have added a real MT5 account, follow these steps:",
"888978991": "Каждый из этих индексов отражает результаты ведущих открытых акционерных компаний на финансовых рынках Европы.",
"889704223": "Гибкий трейдинг с {{trade_no}} типами контрактов.",
"890667695": "45%",
- "891097078": "Индекс USD",
"893607771": "Круглосуточная торговля (с понедельника по пятницу), высокая ликвидность, низкий барьер входа, широкий спектр предложений и возможность торговать на мировых событиях.",
"893980632": "Остались вопросы? Посетите <0>раздел FAQ0> на сайте MQL5.",
"895567953": "доступных активов",
@@ -610,17 +664,21 @@
"905952695": "Наша академия: https://deriv.com/academy/",
"906120998": "В чем основные различия между платформами DTrader и DMT5?",
"909083576": "404 - Страница не найдена | Deriv",
+ "912406629": "Follow these steps:",
"912981300": "И еще одно: мы переименовали наши профили в Facebook, Instagram и Twitter на @Derivdotcom. Ставьте лайки и подписывайтесь на нас, чтобы быть в курсе последних новостей.",
"913091440": "Попробуйте DBot на Deriv.com",
"913719394": "Если вы выбираете 'Больше', вы выигрываете, если последняя десятичная последней котировки будет больше вашего прогноза.",
- "914005173": "За пределами ЕС финансовые продукты предоставляются следующими компаниями: Deriv (FX) Ltd, F16, Level 1, Paragon Labuan, Jalan Tun Mustapha, 87000 Labuan, Malaysia, лицензирована управлением финансовых услуг Лабуана (<0>лицензия # MB/18/00240>); Deriv (BVI) Ltd, Kingston Chambers, P.O. Box 173, Road Town, Tortola, British Virgin Islands, лицензирована комиссией по финансовым услугам Британских Виргинских островов (<1>лицензия # SIBA/L/18/11141>); Deriv (V) Ltd (<2>см. лицензию2>), 1276, Kumul Highway, Port Vila, Vanuatu, лицензирована и регулируется комиссией по финансовым услугам Вануату; и Deriv (SVG) LLC, Hinds Buildings, Kingstown, St. Vincent and the Grenadines.",
"915392164": "Занимайте длинные или короткие позиции, основываясь на ваших прогнозах движения рыночных цен.",
+ "920363635": "Frequently asked questions - IB programme",
"925239281": "Как вывести средства с реального счета Deriv X?",
+ "927364570": "<0>Setting > Proof of address0>",
"927510190": "Укажите, будет ли цена находиться внутри или выйдет за пределы двух барьеров в любой момент на протяжении действия контракта.",
"927827352": "Универсальная платформа для <0/>торговли CFD<0/>",
"927830157": "Удобные платформы с мощными графическими виджетами",
"930211164": "Трейдинг 24/7",
"931190863": "3. Нажмите 'Создать переменную'.",
+ "931793340": "В ЕС финансовые продукты предоставляет компания Deriv Investments (Europe) Limited, расположенная по адресу W Business Centre, Level 3, Triq Dun Karm, Birkirkara BKR 9033, Malta. Компания (<0>номер лицензии IS/701560>) лицензирована и регулируется Мальтийским управлением финансовых услуг, Triq l-Imdina, Zone 1, Central Business District, Birkirkara CBD 1010, Malta, в рамках закона об инвестиционных услугах.",
+ "931896911": "Go to the <0>History0> section.",
"932190946": "Дневные лимиты на пополнение счета",
"934777772": "1. Нажмите 'Начать', чтобы открыть меню блоков.",
"935167918": "3.75",
@@ -639,12 +697,12 @@
"960618190": "Торгуйте разными активами на нескольких рынках одновременно.",
"961530723": "Netflix Inc",
"962218636": "Airbus SE",
+ "963202666": "How do I sign up as an affiliate?",
"963922337": "2. Блоки рассортированы по категориям. Выберите нужные вам блоки и перетащите их на рабочее пространство.",
"964982895": "Легкое пополнение счета с телефона. Для клиентов в Уганде и Танзании.",
"968040107": "Как мне найти нужные блоки?",
"968576099": "Вверх/Вниз",
"968627888": "Трейдинг 24/7, включая выходные и праздничные дни.",
- "971351835": "Годовой отчет о раскрытии финансовой информации 2020",
"972090300": "Почему я должен перейти на Deriv.com?",
"973734471": "Финляндия",
"973933650": "Переводы обрабатываются мгновенно. Баланс вашего счета Deriv X будет обновлен сразу после того, как вы выполните все шаги.",
@@ -658,13 +716,16 @@
"992485806": "Ваш контракт автоматически закроется на уровне стоп лосс <0>1.17500> и стоимости пипса стоп лосс <0>24 USD0>.",
"1000512133": "API",
"1001160515": "Продать",
+ "1001731723": "Yes, as long as you haven’t opened a Deriv MT5 Financial STP account, you can still trade without verifying your account.",
"1004480214": "Для мобильных",
"1005687893": "Онлайн-трейдинг с Deriv | Просто. Удобно. Надежно.",
"1005701957": "Если вы выбираете 'Останется внутри' (между), вы получаете выплату, если рынок останется между верхним и нижним барьером (не коснется ни одного из них) за все время действия контракта.",
"1005941063": "Пополняйте счет и выводите средства в Litecoin - надежной криптовалюте с быстрой обработкой транзакций.",
"1009128101": "Легко настроить - не требует установки.",
+ "1010278278": "Can I delete my Deriv MT5 account history?",
"1010645311": "Прогнозируйте движение цен на сырьевые товары, такие как серебро, золото и нефть, и используйте маржу, чтобы увеличить потенциальную прибыль.",
"1011699543": "Спекулируйте на движениях цен природных ресурсов, которые играют центральную роль в мировой экономике, и получайте максимум от колебаний рынка.",
+ "1012902658": "Да. <0>Свяжитесь с нами через чат0>, и мы вам поможем.",
"1015510435": "BMW",
"1016174771": "<0>Размер стоп лосс / тейк профит в направлении вниз = Max [{ставка × (-(уровень стоп лосс ИЛИ тейк профит - цена актива) ÷ цена актива × мультипликатор) - комиссия}, - ставка]0>",
"1016273887": "CFD считаются сложными производными финансовыми инструментами и могут не подходить для розничных клиентов.",
@@ -679,15 +740,17 @@
"1024953822": "Мобильный трейдинг на forex, криптовалютах и синтетических активах",
"1026160856": "Предскажите, будет ли последняя десятичная последнего тика контракта четным или нечетным числом.",
"1027197513": "Deriv X - это платформа для торговли CFD на различных активах. Платформа проста в использовании и легко настраивается под ваши предпочтения.",
- "1032383871": "С DBot вы можете создавать и запускать свои собственные автоматизированные торговые стратегии. Вы также можете загрузить готовых торговых ботов для DMT5 (также известных как Expert Advisors). Для этого зайдите на платформу DMT5 и откройте вкладку 'Рынок'.",
"1032907147": "AUD/NZD",
"1033805779": "Все партнерские программы Deriv абсолютно бесплатны. Вы можете не беспокоиться ни о каких скрытых сборах или платежах.",
"1033824796": "текущаяСтавка",
"1034695894": "Узнайте, как работает Deriv P2P:",
"1034875052": "Отличный и надежный сервис, проверено!",
+ "1035639511": "Deriv Limited – 13 Castle Street, St. Helier, JE2 3BT, Jersey – является холдинговой компанией для вышеуказанных дочерних компаний.",
"1035890756": "Добавить реальный счет Deriv.",
"1037965324": "USD 10B+",
"1039678171": "ДЛЯ КЛИЕНТОВ",
+ "1041343262": "You can chat with the trader you are dealing with via the chat feature in Deriv P2P.",
+ "1041405933": "Read <0>this article0> to learn more about automated trading on Deriv.",
"1044540155": "100+",
"1045309798": "Ставки своп (овернайт)",
"1046578159": "GBP/SGD",
@@ -702,6 +765,7 @@
"1056821534": "Вы уверены?",
"1057239639": "Задайте дополнительные параметры контракта",
"1058440967": "Что эти изменения принесут мне, как представляющему брокеру (ПБ)?",
+ "1062240703": "Yes, we’re regulated by",
"1062246296": "Представляем DBot на Deriv.com",
"1062691395": "Мы разделили отчеты для вашего удобства.",
"1065635876": "2. Следите за графиком",
@@ -709,13 +773,15 @@
"1068264174": "Панель инструментов вашего партнерского счета Deriv,",
"1069671533": "о нас",
"1072277224": "Подписывайтесь на нас",
+ "1072571985": "If you created your Deriv account using Apple/Google/Facebook, try resetting your Apple/Google/Facebook password. After that, you should be able to log in to Deriv as usual.",
"1074669784": "Быстрые и безопасные пополнения счета и вывод средств с телефона для клиентов из Нигерии.",
"1077281998": "Эти индексы соответствуют имитируемым рынкам с постоянной волатильностью в размере 10%, 25%, 50%, 75%, 100%, 200%, и 300%.",
"1077779258": "General Motors Company",
"1078303105": "Стоп аут",
- "1079127917": "Собственные синтетические индексы Deriv моделируют реальные рыночные движения. Эти индексы, поддерживаемые криптографически безопасным генератором случайных чисел, доступны для торговли 24/7, не зависят от рабочих часов бирж и не подвержены глобальным рыночным рискам и рискам ликвидности.",
+ "1079127917": "Синтетические индексы Deriv моделируют реальные рыночные движения. Эти индексы, поддерживаемые криптографически безопасным генератором случайных чисел, доступны для торговли 24/7, не зависят от рабочих часов бирж и не подвержены глобальным рыночным рискам и рискам ликвидности.",
"1079537687": "Biogen Inc",
"1079986638": "веб и мобильное приложение Deriv P2P",
+ "1082899428": "Deriv: торговая онлайн-платформа с широким выбором деривативов, доступная круглосуточно и без выходных.",
"1082977556": "<0>При маржинальном контракте на $1000> и кредитном плече 1:500 вы рискуете 2% * $50 000 = <1>$10001>.",
"1084407062": "Эти индексы соответствуют симулируемым рынкам с <0>постоянной волатильностью 10%, 25%, 50%, 75% и 100%.0> Существует равная вероятность скачка вверх или вниз в среднем <0>каждые 20 минут0>. Средний скачок <0>примерно в 30 раз0> превышает нормальное движение цены.",
"1084702344": "Откройте или <0>войдите0> на свой счет Deriv",
@@ -736,6 +802,7 @@
"1106746692": "Откройте реальный счет, внесите средства и начните торговать на акциях, индексах и других рынках.",
"1107638944": "Последние видео и вебинары о трейдинге | Deriv",
"1108389724": "Трейдинг с нулевой комиссией по всем активам. Кроме того, вы не платите комиссию за своп по позициям овернайт для выбранных валютных пар.",
+ "1113034090": "<0>Note:0> You'll only be able to create ads once your account has been verified.",
"1113469496": "Это и будет ваш своп в USD.",
"1114242450": "Контракты на Синтетических индексах, доступные на Deriv",
"1115835371": "Часто задаваемые вопросы - Счет",
@@ -746,10 +813,13 @@
"1123710409": "Как рассчитать маржу",
"1123908498": "MTC/USD",
"1124560181": "Больше гибкости с несколькими рынками",
+ "1124829631": "What conversion rates do you use for deposits and withdrawals?",
"1124905330": "Настраивайте ваши контракты",
+ "1126492980": "The <0>Buy/Sell0> tab shows you ads by other advertisers. You can see your ads in the <0>My ads0> tab.",
"1126725671": "Документ, который поможет вам понять потенциальные риски работы на Deriv",
"1126917116": "Микро пары",
"1127858885": "Найдите свое место в нашей команде. Посмотрите вакансии Deriv в Минске, Беларусь.",
+ "1128046384": "No. You can withdraw your commission whenever you want.",
"1135059547": "Поддержка сообщества",
"1136360582": "Из этой книги вы узнаете",
"1136731907": "Обратите внимание, что это приблизительные значения, которые будут отличаться в зависимости от кредитного плеча, установленного на вашем счете, и актива, на котором вы собираетесь торговать.",
@@ -760,8 +830,9 @@
"1151456638": "Мы ценим целеустремленных и амбициозных специалистов, способных работать вместе с разными людьми и командами.",
"1151925602": "Выберите, будет ли последняя десятичная последнего тика больше или меньше определенного числа.",
"1152332043": "Торгуйте с кредитным плечом на forex, акциях, криптовалютах, сырьевых товарах, синтетических и фондовых индексах.",
+ "1155361880": "Need help? Please <0>contact us via live chat.0>",
+ "1155971726": "Click <0>here0> to close your account.",
"1158101648": "Импорт с вашего Google Диска",
- "1161300179": "Точно так же вы можете выводить средства со своего счета Deriv, \"продавая\" их другим трейдерам за оплату в вашей местной валюте (или любой другой поддерживаемой валюте).",
"1161999797": "Трейдинг на forex, синтетических активах, акциях, индексах, криптовалютах и сырьевых товарах.",
"1167224712": "Мы поддерживаем различные платежные методы - банковские переводы, дебетовые/кредитные карты, электронные кошельки и криптовалюты, чтобы сделать ваши транзакции более удобными!",
"1168114406": "Эта переменная будет хранить показатель совокупной прибыли или убытка во время работы бота. Установите начальное значение на 0.",
@@ -770,6 +841,7 @@
"1169378202": "Платежные агенты | Партнерские программы | Deriv",
"1171765024": "Шаг 3",
"1172611503": "Если вы выбираете 'Азиатские – Падение', вы выигрываете, если последняя котировка окажется ниже, чем общее среднее значение котировок.",
+ "1173289870": "<0>Revenue share0> \n Earn commission of up to 45% based on the monthly net revenue generated by your clients. The higher their net revenue, the higher your commission payout.",
"1175717636": "Какие виды отчетов я могу создавать на партнерском счете?",
"1177080017": "DBot | Торговый робот | Deriv",
"1178873929": "Наш сайт можно отфильтровать с помощью ряда систем фильтрации, доступных на рынке, которые могут использоваться для ограничения доступа к сайту.",
@@ -778,27 +850,29 @@
"1181506313": "Deriv P2P – это отличное приложение!",
"1182198798": "Например, в определенный момент вы закрыли свою позицию, и ваш капитал стал равен сумме баланса счета плюс прибыль или убыток в момент закрытия этой позиции. Стоп аут может быть применен, если отношение этой маржи к вашей текущей марже ниже, чем уровень стоп аут Deriv.",
"1182470294": "У вас ещё нет счёта на Deriv.com?",
+ "1183868384": "Is Deriv regulated?",
"1184301560": "Узнайте больше о партнерской программе Deriv и получите шанс стать партнером признанного пионера в индустрии трейдинга. Все наши программы бесплатны и без каких-либо скрытых платежей.",
"1186450032": "Сохранить на Google Диск",
"1189491487": "Без комиссий и сборов",
"1189875009": "Хороший послужной список",
"1190588251": "Мы одинаково и честно относимся ко всем клиентам и предлагаем конкурентоспособные цены без скрытых сборов и искусственных ограничений на вывод средств.",
+ "1191311301": "How do I set an investor password for my Deriv MT5 account?",
"1191682103": "Регистрация не требуется. Используйте ваше имя пользователя и пароль <0>Binary.com0> для входа.",
"1195213035": "Если вы хотите вернуться к трейдингу по истечении срока действия самоисключения, то после того, как вы сделали запрос на удаление самоисключения, потребуется 24-часовой тайм аут, прежде чем вам будет открыт доступ к сайту.",
"1196310280": "Intel",
"1197939158": "Не принимать",
"1198781410": "На Deriv мы разработали клиентоориентированный и интуитивно понятный опыт трейдинга, оптимизированный для преобразования посетителей в клиентов. Мы также предоставим вам инструменты и креативные материалы, необходимые для привлечения трафика на Deriv.",
- "1202465815": "Баланс Deriv P2P состоит из части баланса вашего счета Deriv. На Deriv P2P доступны все средства, внесенные через электронные кошельки и криптовалюты, и только часть средств, внесенных с банковских карт.",
"1205209576": "Представляем MT5 на Deriv.com",
"1207865156": "Откройте бесплатный <0>демо-счет Deriv0>",
"1208151831": "Вице-президент по стратегии и управлению проектами",
- "1208165195": "Срок действия подтверждающей ссылки истек. Что делать?",
+ "1208382171": "We may request more information during the signup process.",
"1211781148": "Быстрые, простые и безопасные пополнения счета и вывод средств с AdvCash.",
"1211817306": "Криптовалютные контракты, доступные на Deriv",
"1213111346": "Что такое торговля на CFD?",
"1213902291": "Чтобы получить каждый отчет, перейдите на панель инструментов и выберите Отчеты > Фильтровать по брендам. Затем выберите платформу, комиссию с которой вы хотите просмотреть.",
"1214098313": "Вы можете удобно и безопасно хранить стратегии на Google Drive.",
"1215637769": "Быстрые и безопасные пополнения счета и вывод средств с Astropay.",
+ "1216205330": "No. To keep your funds safe, you are strictly prohibited from using payment methods that are not yours. If you do use someone else’s payment method, we’ll suspend your Deriv account for security purposes.",
"1216280249": "Торгуйте ответственно",
"1217246029": "Отчет <0>Мои игроки0>: отображает список клиентов, номера их счетов и дату регистрации",
"1219754757": "Ваша безопасность - наш приоритет",
@@ -821,12 +895,14 @@
"1254667788": "Торговая платформа Dbot на Deriv",
"1254866713": "Торговая панель инструментов DMT5",
"1256295276": "Онлайн-трейдинг крайне интересен и увлекателен, но важно помнить о существующих рисках. Мы призываем всех наших пользователей защищать свои счета и торговать ответственно, чтобы получить максимум от онлайн-торговли.",
+ "1256530668": "Go to your <0>Deriv X dashboard0>.",
"1257029444": "Пожалуйста, проверьте свою электронную почту и нажмите на ссылку для изменения пароля.",
"1258668610": "Постройте бота с инструментом 'drag and drop'",
"1259598687": "GBP/JPY",
- "1261154397": "Компания Deriv Investments (Europe) Limited, расположенная по адресу W Business Centre, Level 3, Triq Dun Karm, Birkirkara BKR 9033, Malta, лицензирована и уполномочена Мальтийским управлением финансовых услуг (<0>лицензия IS/701560>) в рамках Закона об инвестиционных услугах на предоставление инвестиционных услуг в ЕС. Компания также уполномочена и находится под ограниченным регулированием Управления финансового надзора Великобритании.",
"1261634270": "Как изменить платежный метод?",
+ "1268136992": "Go to <0>Deriv P2P0> > <1>Buy/Sell1>.",
"1268931688": "Начните торговать валютными индексами на Deriv в 3 простых шага",
+ "1269263572": "Fill up the form and click <0>Post ad0>.",
"1270782712": "Торгуйте уверенно на платформе, разработанной надежной компанией, предлагающей услуги онлайн-трейдинга более 20-ти лет.",
"1272012156": "GBP/CHF",
"1274309337": "DOG/USD",
@@ -834,26 +910,32 @@
"1275674402": "Длинные и короткие позиции",
"1276342366": "В качестве партнера, вы будете рекламировать своей аудитории наши продукты и услуги, включая передовые торговые платформы DTrader и DBot. После того, как ваши клиенты зарегистрируются и начнут торговать на реальные деньги, вы будете получать комиссионные с их контрактов.",
"1280380287": "Венгрия",
- "1282417520": "Вы можете общаться с трейдером, с которым обмениваетесь, через чат в приложении.",
+ "1284674803": "<0>Deriv MT50> offers CFD trading on forex, stocks, stock indices, commodities, cryptocurrencies, and synthetics. <1>Deriv X1> offers CFD trading on the same markets, except stocks and stock indices.",
"1285517993": "Автоматизируйте свои торговые стратегии, не прибегая к программному коду",
"1286094280": "Вывод",
"1286648079": "Процент возврата игроку (return to player, RTP) на опционах с мультипликатором в среднем по всем индексам составляет 95.0-99.9%. Использование другого мультипликатора или продолжительности может повлиять на RTP.",
+ "1288690494": "Can I increase my daily buy or sell limit on Deriv P2P?",
"1289363035": "Воспользуйтесь нашим демо-счетом и научитесь работать на финансовых рынках, не рискуя реальными средствами.",
"1289646209": "Маржин колл",
"1291658124": "Все очень просто: перейдите на Deriv.com и введите логин и пароль вашего счета Binary.com. Вы сразу сможете ознакомиться с новым внешним видом и расширенным функционалом Deriv.com.",
"1291852379": "50 - 5 000",
"1293479771": "PnL для маржинальных контрактов",
"1294884975": "30%",
+ "1298148281": "Go to the <0>Deriv X dashboard0>.",
"1299144461": "Правила и условия",
"1299666269": "Лимассол | Наш офис - Кипр | Deriv",
+ "1302849350": "You can find your Deriv MT5 server name on your <0>Deriv MT5 dashboard0>. Look for <1>server1> in between the broker name and login ID.",
"1304034020": "Какие новые продукты и услуги появятся после этого ребрендинга?",
+ "1308171976": "Do I need to pay taxes on my trades/profits?",
"1311522952": "Трейдинг по выходным, быстрые пополнения & вывод средств, торговля на синтетических активах – что может быть лучше?",
"1312475321": "1 рабочий день. Только для клиентов из Великобритании",
+ "1312811555": "To learn more about disputes on Deriv P2P, see our <0>terms of use0> (refer to Section 4.4 ‘Deriv P2P’).",
"1312819271": "Допустим, вы хотите торговать двумя лотами EUR/USD.",
"1316697520": "Рынки, доступные на контрактах с мультипликатором",
- "1317425969": "Синтетические индексы, собственная разработка Deriv - это трейдинг без рыночных рисков и рисков ликвидности. Торгуйте 24/7 на Deriv MT5, DTrader и других наших платформах.",
"1318017828": "Найдите или создайте объявление",
+ "1320403859": "Click your account balance.",
"1322942144": "Где я могу посмотреть статус моих контрактов в DBot?",
+ "1323472781": "Годовой отчет о раскрытии финансовой информации 2021",
"1324235103": "Как купить ваш первый контракт с мультипликатором на DTrader",
"1324376913": "Наши ценности — основа нашей культуры",
"1324779616": "Получение доступа к back-end коду, внутренним файлам cookie или другой конфиденциальной информации.",
@@ -871,13 +953,14 @@
"1353811622": "Deriv - это клиентоориентированная платформа онлайн-торговли, созданная Binary.com. Опираясь на более чем 20-летний опыт и отмеченные наградами инновации, мы в очередной раз переосмыслили онлайн-трейдинг, чтобы сделать его максимально простым и доступным для каждого пользователя.",
"1354275546": "Простое пополнение и вывод средств",
"1354590562": "Журнал",
- "1355243595": "Вы можете изменить свое имя, дату рождения или гражданство в меню <0>Настройки >0> <1>Личные данные1>, если вы еще не прошли процесс аутентификации счета.",
"1355514813": "12M USD",
"1355808192": "Посмотрите раздел FAQ (часто задаваемые вопросы)",
"1357493810": "Торгуйте природными ресурсами, которые являются центральным звеном в мировой экономике.",
+ "1359080808": "Синтетические индексы, собственная разработка Deriv – это трейдинг без рыночных рисков и рисков ликвидности. Торгуйте 24/7 на Deriv MT5, DTrader и других наших платформах.",
"1359732815": "<0>Полный список примеров уязвимостей0>",
"1360754724": "Войти в Deriv.com",
"1362578283": "Высокая",
+ "1363124819": "You can cancel your withdrawal on the <0>Cashier page0> by following the steps mentioned in the next paragraph. Please note that you cannot cancel withdrawals if:",
"1363502727": "PnL для контрактов с мультипликаторами",
"1364296672": "Мы будем устанавливать цены и рассчитывать все контракты точно и справедливо, основываясь на надежных потоках данных и без неоправданных задержек, чтобы клиенты могли доверять ценам на нашем сайте.",
"1364947573": "Dtrader artboard",
@@ -899,6 +982,7 @@
"1391269416": "<0>Закрытие-Мин.:0> в контрактах 'Закрытие-Мин.' ваши прибыль или убыток будут равны мультипликатору, умноженному на разницу между достигнутым минимумом и ценой при закрытии контракта.",
"1391632806": "Трейдеры оцениваются по таким параметрам, как скорость обмена и процент завершенных обменов.",
"1393006010": "Основы торговли CFD",
+ "1393602451": "Click <0>Yes0> to confirm the cancellation. Your funds will be returned to your Deriv account, and your account balance will be updated accordingly.",
"1394697594": "21 000",
"1396179592": "Комиссия",
"1396417530": "Индекс медвежьего рынка",
@@ -909,16 +993,19 @@
"1406360927": "Вторичные пары",
"1407191858": "DTrader",
"1408071788": "Низкие требования к капиталу",
+ "1409139116": "Ensure that you’ve entered the correct amount and exchange rate in your ads.",
"1410320737": "Перейти на панель Deriv MT5",
"1411032790": "Множество графиков для мониторинга рынка",
"1411975375": "Посетите наш Центр поддержки",
- "1415618534": "Клиенты в Евросоюзе, желающие торговать на инвестиционных продуктах, могут открыть счета в Deriv Investments (Europe) Limited.",
+ "1412644174": "We process your deposits and withdrawals internally within 1 to 3 business days (depending on your <0>payment method0>). It may take longer for your funds to reach you due to the different processing times by banks and payment service providers. See our <0>Payment methods0> page for a complete list of the processing times for each payment method.",
"1416248668": "Выбирайте лучшие курсы",
"1418467036": "Платежные агенты | Партнерам | Deriv",
+ "1421464735": "You can get more info about this on our <0>Regulatory information0> page.",
"1423609990": "Торгуйте с кредитным плечом на динамике цен популярных крипто-фиатных пар.",
"1424805407": "Как часть нашей сети уважаемых партнеров с вашими собственными клиентами, вы, вероятно, обеспокоены тем, как эти изменения могут коснуться лично вас. Мы создали это руководство, чтобы помочь вам лучше понять суть нашего ребрендинга и поддержать вас в общении с клиентами.",
"1425594249": "Наш лучший торговый опыт в вашем телефоне.",
"1425780786": "DTrader делает онлайн-трейдинг максимально простым, позволяя вам торговать на forex, индексах, сырьевых товарах и синтетических индексах.",
+ "1426151926": "Can I change the server for my Deriv MT5 account?",
"1426790442": "Спекулируйте на ценовых движениях основных валютных пар и увеличивайте свою потенциальную прибыль, не теряя больше, чем сумма ставки.",
"1433223815": "Контракты на валютных индексах, доступные на Deriv",
"1433574125": "Обратите внимание:",
@@ -929,10 +1016,14 @@
"1439020196": "На этих индексах наблюдается в среднем одно падение (crash) или один взлет (boom) цены, которые происходят в <0>серии 1000, 500 или 300 тиков0>.",
"1441027550": "Возможно, сервис недоступен в вашей стране, или, может быть, вас привела сюда неработающая ссылка.",
"1445592224": "Вы по ошибке указали неправильный email (как правило, рабочий или личный email вместо нужного).",
+ "1445901371": "Выберите между <0>синтетическими0> или <0>финансовыми0> счетами. Затем нажмите <0>добавить реальный счет0> или <0>добавить демо-счет0>.",
"1448470646": "4. Выберите папку, в которую хотите сохранить свою стратегию, и нажмите 'Выбрать'.",
+ "1450233348": "If you haven’t made a deposit or added a real MT5 account, follow these steps:",
"1451636739": "Интуитивные инструменты",
"1454189755": "Если котировка на выходе равна нижнему барьеру или верхнему барьеру, вы не получаете выплату.",
"1454243296": "Минимальные требования к капиталу, ограниченные риски",
+ "1456673219": "How and when will I receive my commission payout?",
+ "1456920032": "<0>Deriv X0> and <1>Deriv MT51> offer CFD trading on a similar range of assets, where you're able to open positions with leverage and your potential profit is only known when you close your positions. It's riskier than digital options trading because while you may potentially gain a lot if you win, you may also lose a lot if you don't. Deriv X and Deriv MT5 are popular among our traders who enjoy the risks as part of the excitement of CFD trading.",
"1458263388": "Зарабатывайте, когда ваши клиенты торгуют на Финансовом STP счете MT5.",
"1458583383": "Академия",
"1463614633": "Эта программа не распространяется на следующие сторонние приложения:",
@@ -944,56 +1035,69 @@
"1472787414": "Акции и фондовые индексы: основы",
"1475208422": "Париж",
"1479399998": "Найдите свое место в нашей команде. Посмотрите вакансии Deriv в Кигали, Руанда.",
+ "1480607246": "This difference is because MT5 is a third-party platform that requires its own login credentials. Your Deriv MT5 login gives you access to the MT5 platform, while your Deriv login gives you access to our digital options platforms such as DTrader and DBot.",
"1484774405": "0.25",
"1485752074": "Торгуйте на безопасных, интуитивно-понятных и простых в использовании платформах с мощными графическими инструментами.",
"1486874803": "Торгуете на Binary Bot?",
+ "1488554938": "If you don’t have a Deriv account yet, <0>sign up0> for free.",
+ "1489350747": "To become an IB, you'll need to be an existing affiliate with a Deriv account and an MT5 Synthetic real account. If you do, you can apply to become an IB by writing to us at <0>affiliates@deriv.com0>. <1>Get more info about our IB programme1>.",
"1489994179": "Найдите свое место в нашей команде. Посмотрите вакансии Deriv в Асунсьоне, Парагвай.",
"1490540125": "Как я могу автоматизировать свою торговую стратегию?",
+ "1490936453": "For your Deriv real account, go to <0>Reports0> to close or sell your open positions.",
"1491012687": "Deriv P2P: сервис одноранговых платежей (<0>для Android0>, <1>для iOS 1>)",
"1491181763": "Индекс Range Break 100",
"1492594418": "Легко вносите и снимайте средства со своего компьютера и мобильных устройств.",
"1493671770": "<1>Примечание:1> чтобы добавить сигнал, вам необходимо повысить статус своего аккаунта MQL5 до статуса продавца. Если вы еще не повысили статус, <0>следуйте инструкциям на этой странице0>, чтобы зарегистрироваться в качестве продавца.",
"1493835906": "Франция",
+ "1496486675": "Why can't I withdraw using Maestro or Mastercard?",
"1496810530": "GBP/AUD",
+ "1498651658": "Yes. <0>Contact us via live chat0>, and we'll help you through it. We'll need the following information:",
"1499981850": "330K+",
"1502162725": "Множество типов контрактов и минимальные требования к капиталу",
"1502175389": "Своп рассчитывается в валюте котировки для валютных пар или в номинале базового актива для сырьевых товаров.",
+ "1502453121": "Your orders are available in the <1>Orders1> tab at <0>Cashier > Deriv P2P0>.",
"1502642397": "Вы можете выбрать одну из трех мощных платформ, разработанных специально для вас",
"1503602940": "Если ваш уровень маржи упадет ниже уровня маржинального требования Deriv, вы получите маржин колл, который является предупреждением о том, что ваш счет приближается к уровню стоп аут.",
- "1504960339": "Компания Deriv (FX) Ltd, расположенная по адресу F16, Level 1, Paragon Labuan, Jalan Tun Mustapha, Labuan 87000, Malaysia, лицензирована управлением финансовых услуг Лабуана (<0>номер лицензии MB/18/00240>).",
+ "1504670496": "The minimum amount you’ll need to open a position on Deriv MT5 depends on the margin required for each asset. You can calculate the margin required using our <0>margin calculator0>.",
"1505978883": "<0>Посмотреть все вопросы0>",
"1509244758": "Метод",
"1510075920": "Gold/USD",
+ "1516537408": "Вы больше не можете торговать и пополнять счета Deriv.",
"1516676261": "Пополнение",
"1521590614": "Эта переменная будет хранить значение размера ставки, использованной в последнем купленном контракте. Вы можете назначить любую сумму в зависимости от вашей стратегии.",
+ "1522587298": "Take note of your <0>username0> and password.",
"1524033858": "Что такое DTrader?",
"1525885795": "Буду ли я получать комиссионные от Deriv, когда стану платежным агентом?",
"1528031455": "Уже зарегистрированы?",
"1529602839": "Уровень",
- "1534697187": "RTS28 2019",
"1536955851": "Торговля опционами | Типы контрактов | Deriv",
"1537212469": "Спот-цена",
- "1539108340": "Индекс EUR",
"1539984821": "Служба поддержки Deriv доступна в чате 24/7, даже по выходным. Вы также можете найти ответы в нашем <0>Центре поддержки0> и получить помощь от коллег-трейдеров в <1>Сообществе1>.",
+ "1540879673": "How do I change my affiliate payment method?",
"1541818425": "Изменить пароль",
"1542393407": "Торговые возможности CFD на Deriv",
"1542938499": "Ведущая платежная платформа в Юго-Восточной Азии. В настоящее время доступна для пополнения счета во Вьетнаме, Таиланде и Индонезии.",
+ "1546535785": "Are there any conditions that I should meet before I can withdraw my commission?",
"1546917177": "5 - 750",
"1550574351": "Предположим, вы хотите оставить два лота пары EUR/USD со стоимостью пункта 0.00001 и ставкой свопа -0.12 на одну ночь.",
- "1550835977": "Финансовые STP счета DMT5 для клиентов из других стран (за исключением ряда стран и территорий: США, Канады и Гонконга), желающих начать торговлю CFD на финансовых инструментах и криптовалютах, будут открыты в компании Deriv (BVI) Ltd.",
"1551153165": "Вы можете торговать следующими опционами на Deriv:",
"1551172020": "Индекс AUD",
"1552847627": "Узнайте все подробности о том, как вы можете стать платежным агентом Deriv. Отправьте нам письмо, чтобы подать заявку!",
"1553783327": "Наша опытная служба поддержки всегда готова вам почочь.",
"1553836855": "Открыть демо-счет",
"1553995374": "USD 1",
+ "1555213049": "List of shareholders",
"1556304768": "Трейдинг на синтетических индексах позволяет вам зарабатывать на прогнозах движения цен наших запатентованных индексов, которые имитируют движения реальных рынков.",
+ "1556776884": "To log in on your mobile, you'll need the app. If you haven't got the app, you can download it from your dashboard.",
"1556866509": "Если вы покупаете контракт с отменой сделки, кнопка 'Отмена' позволяет расторгнуть контракт и вернуть сумму ставки. Кнопка 'Закрыть' позволяет вам закрыть свою позицию по текущей цене, что может привести к убытку, если вы закроете проигрывающий контракт.",
"1556922066": "Простые обмены с другими трейдерами и переводы средств с и на ваш счет Deriv.",
+ "1557535154": "Is it free to join your affiliate programme?",
"1558114971": "Проблемы низкой степени серьезности затрагивают очень ограниченный объем данных. Они могут вызвать небольшие нарушения в работе сервисов, но не приводят к повышению привилегий или непреднамеренному поведению. Например:",
"1559712313": "Контракты на сырьевых товарах, доступные на Deriv",
"1562241070": "Все любимые рынки и не только",
+ "1563919822": "You'll get daily commission payouts in your MT5 Synthetic account.",
"1564461474": "Вносите и выводите средства с помощью кредитной или дебетовой карты Мир.",
+ "1565220133": "you reside in the UK, or",
"1567023771": "Europe 50",
"1567026093": "стран мира",
"1567745852": "Имя бота",
@@ -1002,6 +1106,7 @@
"1569834661": "Торгуйте на forex, акциях, криптовалютах, сырьевых товарах, синтетических, валютных и фондовых индексах с одной платформы.",
"1571130376": "Важный компонент",
"1571653008": "Используйте наш бесплатный демо-счет и работайте с неограниченными виртуальными средствами. Это самый простой способ научиться пользоваться нашими продуктами.",
+ "1571816719": "What is a referred client?",
"1573231398": "Причины торговать криптовалютами на Deriv",
"1574476135": "Допустим, вы прогнозируете, что рынок пойдет вверх.",
"1576607456": "История Deriv Group - владельцев брендов Deriv и Binary.com - берет свое начало в 1999 году, когда была заложена основа для первого в мире сервиса торговли с фиксированными коэффициентами прибыли. С тех пор мы укрепили свое положение на рынке и завоевали доверие трейдеров по всему миру.",
@@ -1018,16 +1123,21 @@
"1588850507": "<0>Индекс USD0> показывает отношение доллара США к корзине из пяти других основных валют (EUR, GBP, JPY, CAD, AUD), каждая из которых имеет весовой коэффициент 20%.",
"1589165958": "Например \"Трейдинг\"",
"1591242575": "Как мы используем и защищаем информацию, которую вы нам предоставляете",
+ "1591498220": "Do I need a Deriv account to use Deriv P2P?",
"1591623217": "Торгуете MT5 с Binary.com?",
"1592543050": "До $10 000",
+ "1593423002": "Follow the instructions to create your real account.",
+ "1593716245": "What are the trading limits on my account?",
"1593723948": "1. Откройте счет Deriv",
"1595539912": "Обработка заявки",
+ "1598664071": "List of directors",
"1599891822": "Размер стоп лосс в направлении вниз",
"1601324523": "5-10 000",
"1601498870": "Последние статьи",
"1601664674": "Swap forex formula mobile",
"1601968899": "Криптовалютные контракты с мультипликаторами имеют ограничение по времени. Ограничение зависит от актива, которым вы торгуете, и отображается на панели инструментов DTrader до того, как вы разместите контракт.",
"1602627054": "Таким образом, стоимость пипса составляет <0>2 USD0>.",
+ "1602716515": "When you join our IB programme,",
"1602800752": "Сохраните стратегии",
"1604199439": "Deriv X - это гибкая мульти-активная торговая платформа, которая позволит вам полностью настроить вашу торговую среду. Deriv X предлагает CFD на forex, сырьевых товарах, криптовалютах и синтетических индексах.",
"1604222298": "Калькулятор маржи",
@@ -1039,19 +1149,22 @@
"1610511716": "Перейти на Dtrader",
"1611194169": "1. Зарегистрируйтесь на Deriv",
"1611229342": "Торгуйте мировыми акциями и фондовыми индексами на нашей платформе DMT5",
+ "1611981849": "Where can I see my orders?",
"1613233789": "Блог",
"1613860853": "Не стесняйтесь и обсудите любой разработанный план поощрения с вашим партнерским менеджером. Помните, что мы не разрешаем несанкционированных стимулов, подарков и платежей для поощрения регистрации клиентов. В случае каких-либо нарушений мы можем удержать ваши комиссионные.",
"1614426743": "Платформы DBOT",
- "1615327604": "<0>Индекс USD0> измеряет значение доллара США против корзины из 5 основных мировых валют (EUR, GBP, JPY, CAD, AUD), каждая из которых взвешена на 20%.",
+ "1615509866": "Адаптивные и простые в использовании платформы ",
"1615969878": "Почему вы проводите ребрендинг?",
"1616071522": "<0>France 400> отражает положение 40 наиболее торгуемых акций среди 100 крупнейших котирующихся компаний Франции.",
"1616502762": "<0>US Tech 1000> отражает динамику акций 100 крупнейших котирующихся нефинансовых компаний США.",
"1618280107": "Предлагаем конкурентоспособные цены на всю нашу продукцию",
"1619070150": "Перенаправляем вас на сторонний сайт.",
"1619579199": "Почему мой баланс Deriv P2P отличается от баланса моего счета Deriv?",
+ "1621224521": "How can I reactivate my Deriv account?",
"1621463985": "Для нас большая честь работать для всех, кто полагается на наши продукты и услуги, и мы хотим предлагать только лучшее. Вот почему эти принципы и ценности играют огромную роль в формировании наших отношений с клиентами и друг с другом. Следующих принципов придерживаются во всех наших офисах и командах.",
"1622130657": "Подпишитесь на нашу академию по электронной почте",
"1622334173": "EUR/ZAR",
+ "1623894448": "How do I create an API token?",
"1624895344": "Платежные методы, которые вы будете принимать от Клиентов",
"1625424557": "<0>Netherland 250> отражает положение акций 25 наиболее котирующихся компаний Нидерландов.",
"1625517227": "Используется более 20 миллионами клиентов по всему миру. Наслаждайтесь мгновенным доступом, бесплатным выводом средств и бонусными баллами, которые вы можете обменять на деньги.",
@@ -1060,15 +1173,17 @@
"1631620531": "лет на рынке",
"1631705059": "Предскажите, будет ли точка выхода выше или ниже целевой цены (барьера) по истечении срока действия контракта.",
"1632238343": "До $500",
+ "1633022779": "Synthetic indices and cryptocurrencies are available for trading 24/7.",
"1633102593": "Разработчики ПО",
"1634507782": "Индекс Range Break 200",
"1636066113": "Возможности для партнерства",
"1636527166": "Контракты Forex, доступные на Deriv",
"1636782601": "Мультипликаторы",
- "1637072557": "Эта проблема может быть вызвана многократным нажатием на кнопку «Вывод». Попробуйте запросить вывод средств еще раз, а затем нажмите на последнюю подтверждающую ссылку, отправленную на вашу электронную почту. Пожалуйста, убедитесь, что вы используете ссылку в течение одного часа.",
+ "1637050346": "Why did my credit card deposit get declined?",
"1637552314": "Как только вы найдете нужные параметры и позицию, выберите 'Вверх' или 'Вниз', чтобы купить контракт. В противном случае продолжайте настраивать параметры и разместите ордер, когда найдете подходящие условия.",
"1643887982": "Amazon.com Inc",
"1644652204": "Пополните счет предпочтительным платежным методом.",
+ "1644929511": "<0>DTrader0>, <1>SmartTrader1>, <2>DBot2>, and <3>Binary Bot3> offer digital options trading on a range of underlying assets such as forex, stock indices, commodities, and synthetics. These platforms allow you to set the contract duration before opening positions, and you'll know exactly how much you'll earn if you win. You may find these platforms more intuitive if you're new to the trading world.",
"1645164568": "бесплатное создание",
"1647478191": "Станьте нашим партнером. Зарабатывайте комиссионные с общей чистой прибыли от контрактов клиентов, привлеченных вами на DTrader и DBot.",
"1648545897": "Винсом Станционе.",
@@ -1078,6 +1193,8 @@
"1658580871": "Эти платежные методы доступны только для наших клиентов с криптовалютными торговыми счетами.",
"1659675491": "Практикуйтесь на демо-счете с мобильного приложения, приложения для ПК или веб-браузера.",
"1660776335": "Чтобы пополнить счет Deriv X, вам нужно будет использовать средства со своего счета Deriv. Перейдите в раздел Касса > <0>Перевод между счетами0> и следуйте инструкциям на экране.",
+ "1661263248": "How can I download my Deriv MT5 history?",
+ "1661791574": "Available 24/7, our synthetic indices emulate price movements of real-world markets with varying levels of volatility. As they aren't based on actual underlying assets, they are unaffected by real-world market events.",
"1661832115": "Ваши отчеты об ошибках будут проверены и вознаграждены в зависимости от их актуальности и серьезности обнаруженных угроз.",
"1664747386": "Paypal",
"1665738338": "Баланс",
@@ -1099,7 +1216,6 @@
"1683034855": "DTrader - это продвинутая платформа, которая позволяет вам торговать более чем 50 активами в форме цифровых опционов, опционов с мультипликатором и опционов lookback.",
"1686378613": "DBot - это веб-конструктор стратегий для торговли цифровыми опционами. Это платформа, на которой вы можете создать своего собственного торгового бота, просто перетаскивая нужные \"блоки\" на рабочее пространство.",
"1686846461": "Торгуйте на индексах волатильности с DTrader на Deriv",
- "1689738742": "Gold Index",
"1691349777": "Присоединяйтесь к более чем 1 миллиону людей, торгующих с Deriv.com и Binary.com - отмеченной наградами платформой, которой доверяют уже более 20 лет.",
"1692148560": "Измеряет стоимость золота против корзины из 5 основных мировых валют (EUR, GBP, JPY, AUD, USD), каждая из которых взвешена на 20%.",
"1692290832": "Какую маркетинговую поддержку вы можете предложить?",
@@ -1108,12 +1224,15 @@
"1707301172": "Акции без границ",
"1708242802": "Пользуйтесь безопасным браузером, например Google Chrome. Всегда устанавливайте последние обновления программного обеспечения, поскольку они включают исправления и доработки систем безопасности.",
"1709273595": "Один стандартный лот на forex = 100 000 единиц",
+ "1709893717": "You'll have access to reports that show your hits, impressions, click-through rates, clients' trading activity, and more.",
"1711575167": "Доступно для торговли на Deriv MT5 и Deriv X (с маржей), DTrader (с опционами и мультипликаторами) и Deriv GO (с мультипликаторами).",
"1713857763": "<0>Размер стоп лосс / тейк профит в направлении вверх = Max [{ставка × ((уровень стоп лосс ИЛИ тейк профит - цена актива) ÷ цена актива × мультипликатор) - комиссия}, - ставка]0>",
"1714709402": "Кто устанавливает размер комиссии за транзакцию?",
"1715011380": "Индекс Jump 25",
+ "1715241142": "How do I see my earnings?",
"1715491803": "До $100",
"1717346758": "Межсайтовая и серверная подделка запросов (без доступа к нашей внутренней сети)",
+ "1719304654": "The pricing of our synthetic indices is backed by algorithms that are audited for fairness by an independent third party. Due to regulatory requirements, synthetic indices are unavailable in some countries. Refer to ‘Product offering’ in our <0>terms of use0> for more info.",
"1720725354": "В чем разница между Стандартным счетом DMT5, Расширенным счетом DMT5 и счетом DMT5 на Синтетических индексах?",
"1721296073": "DMT5 Финансовый STP рассчитанный (первый)",
"1723694822": "Посетите домашнюю страницу",
@@ -1131,11 +1250,13 @@
"1743448290": "Платёжные агенты",
"1743752393": "Общий компонент",
"1745193633": "Уведомление о перенаправлении",
- "1745471992": "Фондовые индексы отражают стоимость ряда компаний на фондовом рынке. Это позволяет инвесторам увидеть, какие результаты показывает определенный набор активов.",
"1746633126": "Что станет с Binary.com?",
"1746782390": "Смогу ли я торговать со своего счета после того, как зарегистрируюсь в качестве платежного агента?",
"1748626120": "Никаких скрытых сборов",
+ "1748925202": "How can I reactivate my Deriv MT5 account?",
"1751673286": "Безопасность — это сотрудничество. Сообщайте об ошибках и получайте вознаграждение.",
+ "1752586208": "What payment methods can I use to exchange with other traders?",
+ "1753559268": "We'll pay your IB commission into your MT5 Synthetic account daily.",
"1755228338": "Защитите свой счёт",
"1758111931": "активных пользователей",
"1760376318": "Да, если будут соблюдаться все применимые правила и условия (вы можете найти их во вкладке 'Для бизнес-партнеров' на странице <0>Правила и условия0>).",
@@ -1146,16 +1267,21 @@
"1768089459": "Париж | Наш офис – Франция | Deriv",
"1770479100": "Если вы выбираете 'Выше', вы выигрываете, если выходная котировка строго выше, чем выбранный барьер.",
"1770534439": "swap synthetic formula mobile",
+ "1772047578": "Why are my Deriv MT5 login details different from my Deriv login details?",
"1772406884": "Deriv P2P хорош. Мелким трейдерам легко вносить и выводить средства.",
"1774467475": "Мы будем вознаграждать отчеты об уязвимостях низкого уровня <0>только0>, если они помогут нам исправить серьезные проблемы безопасности. Размер вознаграждения для каждого случая будет определяться отдельно.",
"1774791951": "Укажите, окажется ли спот-цена на момент окончания контракта внутри или вне двух выбранных ценовых барьеров.",
"1777934033": "Торгуйте CFD 24/7 на наших эксклюзивных синтетических индексах, которые имитируют движения реальных рынков.",
"1782308283": "Быстрая стратегия",
"1782703044": "Регистрация",
+ "1784343675": "Please <0>contact us via live chat0> immediately, and we'll help to disable 2FA on your account. When you have a new phone, please <1>re-enable 2FA1>.",
"1784680288": "Вы будете осведомлены о влиянии маржи на ваш счет перед каждым контрактом.",
"1786089908": "Узнайте о торговле опционами на Deriv. Получайте выплаты, правильно прогнозируя движение цен на forex, синтетических индексах и других популярных финансовых рынках.",
+ "1786747559": "Our regulators require us to verify your account in accordance with anti-money laundering (AML) and Know Your Customer (KYC) laws. If we have prompted you to upload your documents to verify your account, it means that you'll only be able to continue using our services after your account is verified.",
+ "1790839584": "<0>A social media admin0> \n Promote our products and services on your social media pages, and earn commission when you convert your audience into traders.",
"1791730321": "Купите контракт, если вы удовлетворены заданными параметрами и позицией.",
"1795749796": "Центр поддержки | Часто задаваемые вопросы | DBot | Deriv",
+ "1798765888": "Copy the link in the <0>Landing page URL0> field. This is the referral link that you can share with your clients.",
"1799377913": "Опционы, доступные на {{market_name}}",
"1802409084": "Стоимость пипса",
"1804642811": "Открыть демо-счет",
@@ -1163,19 +1289,25 @@
"1806416151": "Программа ПБ Deriv - это партнерство, в котором вы получаете вознаграждение за привлечение новых клиентов на нашу платформу DMT5.",
"1807936072": "Кипр",
"1808393236": "Вход",
+ "1810304465": "You'll need to transfer the funds from your Deriv MT5 account to your Deriv account. You can do this on the <0>Cashier page0>. Your funds will be available in your Deriv account as soon as you complete the transfer.",
"1810957214": "Допустим, вы хотите рассчитать уровень стоп лосс при открытии позиции на индексе волатильности 100 по цене 3376.24 USD со ставкой 10 USD, мультипликатором x100 и размером стоп лосс 7.54 USD в направлении вверх.",
+ "1812325040": "Source of wealth documentation",
"1812969702": "Interim | FAQ",
"1813700208": "Индекс Boom 300",
"1813703795": "Стать партнером и ПБ",
"1815044592": "Выбрав 'Только вверх', вы получите выплату, если несколько тиков подряд будут расти по отношению к котировке на входе. Если любой тик покажет снижение или будет равен одному из предыдущих тиков, вы не получите выплату.",
+ "1815324634": "The minimum deposit and withdrawal amount varies depending on the payment method. The lowest deposit and withdrawal amount is 5 USD/EUR/GBP/AUD via e-wallets. See our <0>Payment methods0> page for a complete list of payment methods and their minimum deposit and withdrawal amounts.",
"1816009319": "процент",
+ "1816305227": "If you’re in the EU or UK:",
"1817888235": "Прогнозируйте скачки и падения и получайте прибыль с нашими индексами Crash/Boom.",
"1819952453": "Наша программа Представляющий брокер доступна для всех партнеров Deriv.",
"1820212843": "Научитесь торговать с обучающими материалами академии онлайн-трейдинга Deriv.",
+ "1823119628": "the Vanuatu Financial Services Commission",
"1823770507": "DOT/USD",
"1824094317": "Трейдинг 24/7",
"1826550764": "Почему мы?",
"1828442573": "сырьевые товары",
+ "1830057548": "We have 3 commission plans:",
"1831254808": "Если вы оставляете какую-либо позицию открытой на ночь, к вашему торговому счету будет применена корректировка (или ставка своп), чтобы компенсировать стоимость сохранения вашей позиции открытой. Для инструментов, доступных на нашей платформе, действуют различные ставки свопов. Размер этих ставок зависит от таких условий, как время и количество дней, включая праздничные дни, которые вы держите свои позиции открытыми.",
"1831680837": "вывод",
"1832974109": "SmartTrader",
@@ -1194,23 +1326,25 @@
"1845394200": "Deriv применяет лучшие в своем классе меры безопасности, такие как протокол SSL, для защиты вашей учетной записи и личных данных.",
"1846521577": "Программа платежных агентов Deriv и Deriv P2P (DP2P) – одно и то же?",
"1849054373": "3. Разместите контракт",
- "1851993047": "Торговля какими контрактами доступна в выходные?",
"1852402040": "Общие компоненты",
"1853363847": "Доступно для торговли на MT5 и Deriv X (с маржей) и DTrader (с мультипликаторами).",
"1854618305": "Если вы выбираете 'Выше', вы выигрываете, если выходная котировка строго выше, чем спот-котировка на входе.",
+ "1857302542": "Can I open a corporate or business account?",
"1857508131": "Безопасное пополнение счета прямо с вашего телефона. Для клиентов в Гане.",
"1858594477": "Мы понимаем, что масштабные изменения могут быть пугающими. Вот почему мы очень усердно работали над тем, чтобы сделать ваш переход с Binary.com на Deriv.com максимально плавным.",
"1860012910": "Простой, дешевый и быстрый способ перевода денег. Поддерживается банками и продавцами по всему миру.",
"1860472068": "Онлайн банкинг",
- "1862400286": "Какими видами контрактов я могу торговать на DTrader?",
"1866193342": "DTrader позволяет торговать более чем 50 активами в форме цифровых опционов, опционов с мультипликатором и опционов lookback. DMT5 - это мульти-активная торговая платформа, которая даст вам возможность торговать спот-forex и контрактами на разницу (CFD) с кредитным плечом.",
"1868860566": "EUR/SEK",
"1869497149": "Понятный интерфейс, простые в использовании графики и приятная темная тема.",
"1872384056": "Светлая и темная темы для улучшения визуального восприятия",
"1872568231": "GBP/TRY",
"1873099524": "Получайте фиксированные выплаты, прогнозируя движение цены актива.",
+ "1874424045": "I lost my phone. How can I disable two-factor authentication (2FA)?",
"1876344462": "Novartis AG",
"1876748041": "После 20 лет работы нам кажется, что мы понимаем вас лучше. Ребрендинг - это возможность для нас внедрить усовершенствованное решение для онлайн-трейдинга, отвечающее всем вашим потребностям.",
+ "1876786466": "This is due to the spread, which is the difference between the ‘bid’ and ‘ask’ prices. Your positions will start earning a profit when the market moves in your favour.",
+ "1877410120": "Что вам сейчас нужно сделать",
"1879930260": "Никаких жестких продаж",
"1880965589": "Доля выручки",
"1881114347": "Рынки, доступные для торговли на Deriv",
@@ -1221,6 +1355,7 @@
"1889326047": "Доступен на ПК и мобильных устройствах",
"1890990339": "<0>Hong Kong 500> отражает положение акций 50 крупнейших котирующихся компаний Гонконга.",
"1893015908": "Uber Technologies Inc",
+ "1894801487": "Deriv MT5 is a CFD trading platform that gives you access to forex, stocks, stock indices, commodities, cryptocurrencies, and synthetics. Learn more about Deriv MT5 <0>here0>.",
"1897018869": "ETC/USD",
"1897907613": "Вносите и выводите средства, используя дебетовую карту Maestro.",
"1898130358": "На вашем компьютере",
@@ -1230,16 +1365,17 @@
"1902951214": "Наши офисы",
"1903393516": "Сообщество Deriv может помочь вам найти ответы.",
"1903495030": "Для синтетических счетов стоимость пипса стоп лосс и/или тейк профит выражается в USD.",
+ "1904617508": "За пределами ЕС финансовые продукты предоставляются следующими компаниями: Deriv (FX) Ltd, F16, Level 1, Paragon Labuan, Jalan Tun Mustapha, 87000 Labuan, Malaysia, лицензирована управлением финансовых услуг Лабуана (<0>номер лицензии MB/18/00240>); Deriv (BVI) Ltd, Kingston Chambers, P.O. Box 173, Road Town, Tortola, British Virgin Islands, лицензирована комиссией по финансовым услугам Британских Виргинских островов (<1>номер лицензии SIBA/L/18/11141>); Deriv (V) Ltd, 1276, Kumul Highway, Port Vila, Vanuatu, лицензирована и регулируется комиссией по финансовым услугам Вануату; и Deriv (SVG) LLC, Hinds Buildings, Kingstown, St. Vincent and the Grenadines.",
"1904774976": "<0>Germany 400> отражает динамику акций 40 крупнейших котирующихся компаний Германии.",
- "1905213812": "Deriv (BVI) Ltd - Kingston Chambers, P.O. Box 173, Road Town, Tortola, British Virgin Islands - компания лицензирована комиссией по финансовым услугам Британских Виргинских островов (<0>лицензия # SIBA/L/18/11140>).",
"1905380076": "Рассчитайтесь с контрагентом по вашей транзакции.",
"1905702565": "Защита средств клиентов",
"1905714256": "Наилучший сервис",
- "1906771172": "Как изменить валюту счета?",
+ "1906101554": "You’ll earn a payout based on the volume of your clients' trades. Find out more <0>here0>.",
"1907226338": "Coca-Cola",
"1909647105": "TRX/USD",
"1909809509": "Калькулятор свопов",
"1914949637": "Что такое партнерская программа Deriv?",
+ "1915387440": "If you’re selling:",
"1916887645": "Максимизируйте прибыль, ограничьте потери",
"1922529883": "Индекс Boom 1000",
"1923530212": "Гибкость.",
@@ -1260,24 +1396,30 @@
"1941116009": "Будет ли Binary.com закрыт? ",
"1942214601": "Уровень стоп лосс в направлении вверх",
"1942485223": "Что станет с моим партнерским счетом?",
+ "1947069292": "You can create an API token <0>here0>. Give your token a name, select the scope, and click <1>Create1>.",
"1948092185": "GBP/CAD",
"1948630262": "Чтобы получить ее, сначала войдите на панель партнерского счета Binary.com.",
"1949701571": "Открыть реальный счет Deriv.",
"1953016421": "Причины торговать опционами на Deriv",
"1959548433": "Установите длительность вашего контракта. Вы можете выбрать желаемую продолжительность исходя из вашей перспективы и анализа рынка, начиная от 1 до 10 тиков или от 15 секунд до 365 дней.",
- "1963811607": "Как связаться с контрагентом по моей транзакции?",
+ "1959678342": "Highs & Lows",
+ "1962097923": "Help centre | Frequently asked questions | IB programme | Deriv",
+ "1963262703": "What does ‘completion rate’ mean?",
"1963884651": "Пополняйте счет и выводите средства в Paxos Standard - криптовалюте, привязанной к USD.",
+ "1964475042": "Frequently asked questions - About",
"1964675673": "Станьте партнером доверенного провайдера онлайн-трейдинга.",
"1966310384": "Таким образом, в этой ситуации вы установите уровень тейк профит на <0>3350.110>.",
"1967743855": "Мы будем четко информировать обо всех сборах и платежах.",
"1969128618": "Управляете онлайн-сообществом, посвященным трейдингу, инвестициям или личным финансам.",
"1971963414": "ПРОДУКТЫ",
"1975644912": "Интуитивно-понятный и простой интерфейс. Подойдет даже начинающим трейдерам.",
+ "1976307636": "Deriv Investments (Europe) Limited подготовила отчет о раскрытии финансовой информации в соответствии с Директивой о требованиях к капиталу IV и Положением о требованиях к капиталу. Ознакомьтесь с нашим отчетом, чтобы узнать, как мы, будучи участником рынка, соблюдаем рыночную дисциплину.",
"1977160541": "Америка",
"1978148367": "Откройте реальный счёт, пополните его и начните работать по-настоящему. Торгуйте валютами, индексами, сырьевыми товарами и множеством других активов.",
"1979503547": "Торговые условия",
"1980724783": "Стоимость пункта определяется количеством десятичных знаков актива. В этом примере 5 десятичных, поэтому стоимость пункта равна 0.00001.",
"1982404952": "Получите расчет цены",
+ "1984996183": "I forgot my affiliate password. What should I do?",
"1985905708": "Эти индексы соответствуют имитируемым рынкам с <0>постоянной волатильностью в размере 200% и 300%0>.",
"1986250253": "Что такое стратегия Оскар Грайнд?",
"1986498784": "BTC/LTC",
@@ -1288,16 +1430,19 @@
"1991711258": "LNK/USD",
"1994023526": "В адресе электронной почты, который вы ввели, была ошибка или опечатка (случается с лучшими из нас).",
"1995896523": "DMT5 разработан для того, чтобы дать вам лучший опыт торговли CFD. Вы можете работать на платформе с настольного компьютера или даже мобильного телефона.",
+ "1996252043": "Once your ad is created successfully, it will appear in the <0>Buy/Sell0> tab.",
"1997138507": "Если последний тик равен среднему значению тиков, вы не получите выплату.",
"1997646348": "Сайт программы для выпускников: besquare.deriv.com",
"1998840050": "Нет. DP2P — это одноранговый сервис для пополнений счета и вывода средств в местных валютах наших клиентов. Как наш платежный агент, вы можете использовать платформу DP2P, чтобы предлагать свои услуги клиентам Deriv в вашей стране.",
"2003802343": "У нас нет никаких минимальных требований для ПБ, которые необходимо соблюсти перед выводом комиссионных.",
"2005074806": "Калькулятор PnL для маржи",
+ "2006479988": "<0>Proof of address0>",
"2007092908": "Кредитное плечо и низкие спреды могут принести более значительную прибыль от успешных сделок.",
"2010744433": "Мы будем стремиться предлагать услуги чата 24/7, чтобы агенты были доступны для любого клиента, обратившегося в чат. Агенты будут обучены отвечать на актуальные вопросы об услуге.",
"2015114251": "Какую минимальную/максимальную сумму я могу внести на счет Deriv X?",
"2017042641": "2 - 3 рабочих дня",
"2018198484": "Трейдинг на криптовалютах дает вам возможность получать прибыль от движения цен, не покупая сами цифровые токены. Другими словами, вы можете зарабатывать, правильно прогнозируя направления цен криптовалют.",
+ "2018600727": "Компания Deriv Investments (Europe) Limited уполномочена предоставлять услуги в других государствах-членах ЕС на основании действующих в ЕС паспортных прав. Выше приведен список государств ЕС, имеющих доступ к Deriv.com посредством действующих в ЕС паспортных прав.",
"2019140039": "Причины торговать валютными индексами на Deriv",
"2019968401": "Преимущества торговли на Deriv X",
"2023310659": "Валюты",
@@ -1312,19 +1457,21 @@
"2035207280": "5 - 1 000",
"2035670983": "Меньше отвлекающих факторов",
"2036526456": "Наши платежные методы и как ими пользоваться.",
- "2037297857": "Deriv - это платформа для онлайн-трейдинга, предлагающая широкий выбор производных инструментов. Работаем 24/7.",
+ "2041763181": "Once we've paid your commission into your account, you can withdraw whenever you want.",
"2042445787": "Уязвимости, зависящие от сложных сценариев или предварительных условий",
+ "2044967354": "You can see your available balance in the <0>My profile0> tab.",
"2044999022": "Торгуйте на индексах jump - новых интересных синтетических индексах",
"2046788283": "Какие рынки доступны на DTrader?",
"2047029510": "<0>Уровень стоп лосс и/или тейк профит в направлении вверх = цена актива × {(размер стоп лосс ИЛИ тейк профит + комиссия) ÷ (ставка × мультипликатор) + 1}0>",
"2047349922": "0.013",
"2050080282": "Вход для партнеров и ПБ",
"2051986867": "Таким образом, вам нужно будет заплатить своп в размере <0>0.24 USD0>, чтобы позиция оставалась открытой в течение одной ночи.",
+ "2053617863": "Пожалуйста, выведите все средства с вашего счета.",
"2053673142": "Нажимая кнопку \"Открыть демо-счет\", вы подтверждаете, что вам исполнилось 18 лет. Мы можем использовать ваш электронный адрес для отправки информации о продуктах и услугах Deriv, а также новостей рынка. Вы всегда можете отписаться от этих писем в настройках счета. Для получения дополнительной информации, пожалуйста, ознакомьтесь с разделом <0>безопасность и конфиденциальность0>.",
"2056079566": "Помощь всегда рядом",
"2056339251": "15 - 10 000",
"2058893631": "Отчет о раскрытии финансовой информации",
- "2060309075": "Это не относится к случаям, когда клиент находится в состоянии самоисключения по собственному выбору или по решению Компании.",
+ "2060102881": "<0>A blogger/vlogger0> \n Promote our products and services and earn commission when you convert your audience into traders.",
"2060368992": "мин. чтения\n",
"2061191384": "Deriv peer-to-peer (DP2P)",
"2061681232": "<0>Закончится внутри/вне:0> укажите, окажется ли спот-цена на момент окончания контракта внутри или за пределами двух выбранных барьеров.",
@@ -1334,6 +1481,7 @@
"2067437902": "Пополняйте счет и выводите средства в STASIS Euro - криптовалюте, привязанной к EUR.",
"2068667424": "Попробуйте другое наше приложение",
"2070356006": "Начните зарабатывать на основе выбранного вами плана комиссионных - до 45% от общего чистого дохода, получаемого привлеченными вами клиентами.",
+ "2071458958": "The minimum volume for micro forex pairs is 0.1 lot.",
"2071808494": "Профессиональная и дружелюбная поддержка",
"2072504778": "Кто может стать партнёром Deriv?",
"2074119658": "Настраивайте контракты в соответствии со своим аппетитом к риску, используя удобные функции стоп лосс, тейк профит и отмена сделки.",
@@ -1341,6 +1489,7 @@
"2075608900": "Конкурентоспособные фиксированные и переменные спреды",
"2075864188": "БЕСПЛАТНО",
"2080510282": "Откройте реальный счет CFD, отвечающий вашим торговым предпочтениям.",
+ "2086048243": "Certificate of incorporation",
"2087247269": "Нет. Регистрация в нашей программе платежных агентов осуществляется совершенно бесплатно.",
"2089087110": "Валютные индексы",
"2092854399": "Быстрые, простые и безопасные пополнения счета и вывод средств с Trustly.",
@@ -1350,6 +1499,7 @@
"2100068559": "Расширьте свою клиентскую базу, откройте дополнительные возможности для бизнеса и увеличьте доход, зарегистрировавшись в качестве платежного агента Deriv.",
"2100986179": "Торговая платформа CFD под ваш стиль.",
"2101514198": "Исследуйте Deriv.com прямо сейчас",
+ "2102247413": "You’ll need the following documents to verify your account:",
"2108488100": "формула пипсов стоп лосс",
"2108799022": "<0>Повышение/Падение:0> спрогнозируйте, будет ли точка выхода строго выше или ниже точки входа по истечении срока действия контракта.",
"2108938379": "5. Созданная переменная теперь может быть использована в вашей стратегии.",
@@ -1366,6 +1516,7 @@
"2120092418": "Дождитесь нашего ответа",
"2121227568": "NEO/USD",
"2121253634": "Конечно, вы можете продолжать торговлю на MetaTrader 5, как и раньше. Но мы приняли во внимание ваши отзывы и значительно улучшили пользовательский опыт. Вы обнаружите, что регистрация счета MT5 и панель инструментов платформы работают намного эффективнее на Deriv.com, что позволяет вам сосредоточиться на своих контрактах и управлять счетом с гораздо большей легкостью.",
+ "2123318546": "RTS28 2021",
"2124129338": "Deriv - это платформа для онлайн-трейдинга, предлагающая широкий выбор производных инструментов.",
"2125422488": "Вы можете <0>связаться с нами0>, чтобы установить или изменить параметры самоисключения или торговли.",
"2126327198": "Оцените маржу, необходимую для удержания ваших позиций. Результат зависит от кредитного плеча, объема лота и баланса вашего счета DMT5.",
@@ -1446,8 +1597,6 @@
"-23722102": "Партнеры",
"-890622347": "Партнерство и ПБ",
"-199351188": "Bug bounty",
- "-1434418017": "<1>Если у вас есть вопросы, напишите нам по адресу 1><2>info@besquare.my2>",
- "-1429361008": "На территории ЕС финансовые продукты предоставляются компанией Deriv Investments (Europe) Limited, расположенной по адресу W Business Centre, Level 3, Triq Dun Karm, Birkirkara, BKR 9033, Malta. Компания лицензирована Мальтийским управлением финансовых услуг в качестве поставщика инвестиционных услуг 3-й категории (<0>лицензия номер IS/701560>).",
"-316493159": "Услуги данного сайта недоступны в ряде стран, включая США, Канаду, Гонконг, а также для лиц моложе 18 лет.",
"-1497908566": "На упомянутые здесь продукты могут влиять изменения курсов обмена валют. Если вы инвестируете в эти продукты, вы можете потерять часть или все свои инвестиции, а их стоимость может колебаться. Никогда не инвестируйте деньги, которые не можете позволить себе потерять, и никогда не торгуйте на заемные средства.",
"-1991343658": "ТРЕЙДИНГ",
@@ -1596,6 +1745,11 @@
"-1483718536": "Мы не выплачиваем комиссионные платежным агентам. Вы самостоятельно устанавливаете размер комиссии, которая взимается с каждой транзакции наших клиентов.",
"-1016133415": "Могу ли я рекламировать свои услуги клиентам Deriv?",
"-876582984": "Да, если будут соблюдаться все применимые правила и условия (вы можете найти их во вкладке 'Для бизнес-партнеров' на странице Правила и условия).",
+ "-1434418017": "<1>Если у вас есть вопросы, напишите нам по адресу 1><2>info@besquare.my2>",
+ "-618539786": "Ваш счет будет закрыт",
+ "-905560792": "ОК, все понятно",
+ "-168971942": "Что это значит для вас",
+ "-1308593541": "Вы полностью потеряете доступ к счету, когда он будет закрыт, поэтому обязательно выведите все средства.",
"-1496158755": "Перейти на Deriv.com",
"-373212993": "Сайт Deriv",
"-1788474476": "Стать партнером & ПБ",
@@ -1770,35 +1924,69 @@
"-2062968282": "Не нашли ответ на свой вопрос? Мы можем помочь.",
"-978362988": "Чат",
"-1299484872": "Счёт",
- "-1059028037": "Почему я не могу открыть счет?",
"-1310262676": "Как изменить личные данные?",
+ "-251180453": "How can I change the currency of my account?",
+ "-221810226": "Can I change my email address?",
+ "-1059028037": "Почему я не могу открыть счет?",
"-2043299631": "Как отписаться от маркетинговой рассылки?",
+ "-214877260": "How can I set self-exclusion limits on my account?",
+ "-2064918290": "How do I verify my account?",
+ "-425061473": "What documents do I need to verify my account?",
+ "-172153561": "Why do I need to verify my account?",
+ "-1619463465": "Can I trade without verifying my account?",
+ "-414862292": "Как долго идет процесс верификации?",
+ "-790757582": "Почему мои документы были отклонены?",
"-1049383996": "Что такое фондовые индексы?",
"-1633933174": "Что такое синтетические индексы?",
"-226333706": "Как торговать",
+ "-1859881435": "What assets are available for trading on weekends?",
"-1612801567": "Пополнение и вывод средств",
- "-977028772": "Какие платежные методы вы поддерживаете?",
- "-181763764": "Как долго обрабатывается пополнение и вывод средств?",
+ "-1315176976": "What payment methods can I use for deposits and withdrawals?",
+ "-1547685378": "How long does it take for my deposits and withdrawals to be processed?",
"-840116640": "Каковы минимальные суммы для пополнения счета и вывода средств?",
+ "-1847412788": "My withdrawal verification link has expired. What should I do?",
"-1689659144": "Вывод",
- "-223315135": "Как снять ограничение на вывод средств?",
- "-1339949921": "Почему не получается пополнить счет с кредитной карты?",
+ "-1861727138": "How can I remove the withdrawal limit on my account?",
"-1108803896": "Пополнение",
"-2135274535": "Могу ли я вывести свой бонус за пополнение?",
- "-1686360438": "Почему я не могу вывести средства на карту Maestro/Mastercard?",
+ "-383099370": "Can I deposit with my friend's/family member's debit/credit card or e-wallet?",
+ "-560703263": "Why can't I see any payment methods on the Withdrawal page?",
+ "-222181522": "Нужно ли мне верифицировать свой счет Deriv?",
+ "-35912880": "Affiliate programme",
+ "-1134652564": "What type of commission plans do you offer?",
+ "-504946033": "Who can apply as an affiliate?",
+ "-940672929": "Where can I find my referral link?",
+ "-2082521397": "What type of reports will I have access to?",
+ "-860666463": "IB programme",
+ "-1062769315": "How do I sign up as an introducing broker (IB)?",
+ "-118302649": "Why should I join your introducing broker (IB) programme?",
+ "-153524655": "How much do you pay in commission?",
+ "-548897585": "Are there any charges for joining your introducing broker programme?",
+ "-1236285182": "How and when will I receive my IB commission payout?",
+ "-1557693454": "When can I withdraw my commission?",
+ "-253752482": "Where is my money held?",
"-1787820992": "Платформы",
- "-1445755525": "Как вывести средства с реального счета DMT5?",
- "-1833809949": "Почему данные для входа на счет DMT5 отличаются от данных для входа на Deriv?",
- "-2114093568": "Как изменить пароль счета DMT5?",
- "-1519123821": "Как пополнить реальный счет DMT5?",
+ "-1288798840": "What are the main differences between your digital options and CFD platforms?",
+ "-1834333990": "How can I change my Deriv MT5 password?",
+ "-1723900573": "How do I log in to my Deriv MT5 account?",
+ "-1698836439": "What is the name of my Deriv MT5 server?",
+ "-617194580": "Do you offer swap-free Deriv MT5 accounts?",
+ "-227242365": "Can I change the leverage on my Deriv MT5 account?",
+ "-941684403": "What time is shown in the MT5 terminal?",
+ "-1728332105": "For how long can I use my Deriv MT5 demo account?",
+ "-1972914987": "What is the minimum volume for micro forex pairs?",
"-1531872373": "Какие рынки доступны на Deriv X?",
"-385265783": "Какая минимальная и максимальная сумма контракта на Deriv X?",
- "-663022568": "Как открыть счет Deriv X?",
+ "-976858633": "What's the difference between Deriv MT5 and Deriv X?",
"-1798013905": "В чем разница между синтетическим и финансовым счетами?",
"-114658193": "Чем пароль Deriv X отличается от пароля Deriv?",
"-156237172": "Как сбросить пароль Deriv X?",
"-2038952853": "Где найти информацию моего счета Deriv X?",
+ "-315976084": "What contract types do you offer on DTrader?",
"-1952371760": "Контракты",
+ "-1677125826": "Can I download the chart on DTrader?",
+ "-1980078854": "Что такое мультипликаторы?",
+ "-771604768": "How do I trade multipliers?",
"-918450098": "Блоки",
"-315611205": "Стратегия",
"-122062690": "Что такое стратегия Мартингейл?",
@@ -1810,24 +1998,79 @@
"-2133437022": "Что такое Deriv P2P?",
"-1568899385": "Насколько безопасен Deriv P2P?",
"-1567244911": "Платеж",
- "-532895895": "Могу ли я увеличить дневной лимит покупки или продажи?",
- "-1101543580": "Лимит",
+ "-1812070043": "Where can I see the terms of use for Deriv P2P?",
+ "-696921894": "Why is my Deriv P2P account blocked?",
+ "-425611884": "How do I create an ad?",
+ "-1050528217": "How do I make an order?",
+ "-1745867197": "Why can't I see my ad in the Buy/Sell tab?",
"-214996581": "Спор",
+ "-586363837": "How do I ensure my Deriv P2P transactions are successful?",
"-190084602": "Транзакция",
- "-222181522": "Нужно ли мне верифицировать свой счет Deriv?",
- "-414862292": "Как долго идет процесс верификации?",
- "-790757582": "Почему мои документы были отклонены?",
+ "-1257202503": "How do I get in touch with the trader I’m dealing with?",
+ "-1101543580": "Лимит",
"-1819888683": "К сожалению, мы не смогли найти результатов по запросу '{{search}}'.",
"-859753143": "Советы для поиска:",
"-177264246": "Выберите короткое слово для поиска, так как наш поисковик лучше работает с короткими запросами",
- "-1475429047": "В соответствии с практикой Группы мы установили следующие критерии для регистрации клиентов:",
- "-908523895": "Клиенты должны быть не моложе 18 лет.",
- "-1385123522": "Если счет был полностью аутентифицирован, вы можете отправить тикет с запросом желаемых изменений. Пожалуйста, приложите ваше подтверждение личности и адреса.",
- "-1967507831": "После первого пополнения счета или открытия счета DMT5 вы сможете изменить свою валюту, только связавшись со службой поддержки.",
- "-1294180117": "Если вы забыли пароль от своего профиля Google/Facebook/Apple, вы можете <0>сбросить пароль счета Deriv0> и войти на Deriv с новым паролем.",
- "-1588331606": "Чтобы закрыть счет, перейдите в меню <0>Деактивация счета.0> ",
- "-292833690": "Перед тем как закрыть счет Deriv, закройте все открытые позиции и выведите средства со всех торговых счетов, включая DMT5.",
- "-1760393932": "Это очень просто сделать в меню <0>Настройки > Профиль >0> <1>Личные данные1>. Снимите галочку в настройках эл. почты и нажмите 'Подтвердить'",
+ "-1681655860": "the Malta Financial Services Authority",
+ "-435600202": "Help centre | Frequently asked questions | About | Deriv",
+ "-254542421": "Here are some possible reasons you aren't able to create an account:",
+ "-1739646504": "You’re below 18 years old.",
+ "-1116525030": "You may already have a Deriv account.",
+ "-1910608693": "Our services aren't available in your country of residence.",
+ "-2073215708": "You can do so on the <0>Personal details0> page. If you’re unable to update your details, please <1>contact us via live chat1>. We may need you to send us some documents for verification.",
+ "-785517434": "While the currencies of your virtual and cryptocurrency accounts are fixed, you can change the currency of your fiat account by following the steps below.",
+ "-582231303": "Select <0>Fiat currencies,0> choose the currency you want, and click <0>Change currency.0>",
+ "-703297687": "If you have open positions, close them first.",
+ "-599281490": "For your Deriv real account, go to <0>Cashier0> to withdraw your funds.",
+ "-188538325": "For your Deriv MT5 and Deriv X real accounts, go to your dashboard to withdraw your funds.",
+ "-1129279211": "<0>Contact us via live chat0> and we’ll help you change the currency of your account.",
+ "-894612350": "Hit <0>Forgot password?0> on the <1>login page.1>",
+ "-1582535828": "Enter the same email address you use for your Apple/Google/Facebook account.",
+ "-2136863307": "Now, you'll be able to log in to your Deriv account using your email address and password.",
+ "-803818887": "It's a fee that we charge for accounts that have been inactive for the last 12 months. Refer to <0>our terms0> for more info.",
+ "-1244219585": "Name of entity",
+ "-1523686418": "Authorisation to manage the account (if your business has more than one director)",
+ "-1883441858": "Passport and utility bill/bank statement of the person managing the account and of each director and shareholder (if your business has more than 1)",
+ "-482992615": "Utility bill/bank statement containing the address of the business",
+ "-337933411": "It depends on the laws in your country of residence. Please get professional advice on whether you're required to pay taxes on <0>your profits0>.",
+ "-464076737": "You can do so on the <0>Self-exclusion0> page.",
+ "-1687067691": "If you reside in any other country, you can adjust or remove your limits on the <1>Self-exclusion1> page. If you’re unable to change your limits, <0>let us know via live chat0>.",
+ "-1411245754": "We’ll prompt you to verify your account when it’s needed.",
+ "-1057679672": "When we prompt you to verify your account, follow these steps:",
+ "-1715758584": "<0>Log in0> to your Deriv account.",
+ "-1960993308": "Go to <0>Settings0> > <1>Proof of identity1> or <1>Proof of address1>.",
+ "-400895399": "Follow the instructions on the screen to verify your account.",
+ "-1464239544": "<0>Note:0> The <0>Proof of identity0> and <0>Proof of address0> pages will not be available if your account doesn’t need verification at this time.",
+ "-759539756": "<0>Proof of identity0>",
+ "-1047117142": "You’ll need a valid government-issued identity document such as a national ID card, passport, or driver's licence. Your document must clearly show your name, photo, and date of birth.",
+ "-864022561": "You’ll need a bank statement, credit card statement, tax statement, or utility bill. Your document must be issued within the last 6 months. It must contain your name, address, the name of the company that issued the document, and the issue date.",
+ "-469258978": "No, you must verify your account before trading.",
+ "-1403118121": "If you’re in any other country:",
+ "-1945892745": "We try to review your verification documents within the same day. In some cases, due to high traffic, it may take up to 3 business days. You’ll get a confirmation email from us once the review is complete. You can also check the status of your documents at",
+ "-217527343": "<0>Settings > Proof of identity0>",
+ "-1746837387": "We may have declined your documents because they were unclear, invalid, expired, had cropped edges, or showed details that did not match your Deriv profile. If you need help, please <0>contact us via live chat0>.",
+ "-1248152791": "When you join our affiliate programme,",
+ "-640475298": "You'll be able to take advantage of our multilingual platforms and reach clients wherever they are.",
+ "-179421588": "You'll receive prompt monthly payouts via your preferred payment method.",
+ "-874599648": "You won't be charged any hidden fees. You'll be able to see exactly what your earnings are.",
+ "-1456353153": "You'll have a dedicated account manager to help you.",
+ "-1835477277": "<0>Cost per acquisition0> (For the EU only)",
+ "-2057848186": "Earn 100 USD in commission for each successful referral. Your referred client must open a real account using your tracking link and deposit 100 USD or more (one-time or accumulative).",
+ "-1264084852": "We encourage you to become our affiliate if you are:",
+ "-317355829": "<0>A webmaster0> \n Do you have a trading-related website? Join our network of affiliates and turn your traffic into revenue by promoting our products and services.",
+ "-643644414": "<0>A trading mentor0> \n Do you mentor other traders? Help them become better traders and earn commission when they sign up and trade on our platforms.",
+ "-67585950": "A referred client is a client who signed up using your tracking link, made a deposit in their account, and started trading on our platforms. As an affiliate, you stand to earn commission from the trades performed by your referred clients.",
+ "-1388788058": "Follow these steps to get your referral link:",
+ "-379292041": "<0>Log in0> to your affiliate dashboard.",
+ "-1245795523": "Click the <0>Marketing<0/> tab.",
+ "-976921122": "Follow these steps to change your payment method:",
+ "-257221931": "<0>Log in0> to your dashboard.",
+ "-1109489026": "Click the <0>Finances0> tab and select <0>Payment instructions0>.",
+ "-1408956818": "Select your preferred payment method, enter the necessary details, and click <0>Update0>.",
+ "-817404641": "Go to <0>Reports0>, and select <0>Detailed activity report0>.",
+ "-1204121083": "Set the duration and filters and click <0>Display report0> or <0>Download report0>.",
+ "-1507095704": "Help centre | Frequently asked questions | Affiliate programme | Deriv",
+ "-1973882807": "Frequently asked questions - Affiliate programme",
"-994905306": "1. Нажмите 'Начать' в левом верхнем углу, чтобы открыть меню блоков.",
"-1285759343": "Поиск",
"-588159121": "Удалить блок",
@@ -1867,46 +2110,122 @@
"-822031479": "вкладка Сводка",
"-224804428": "Транзакции",
"-1609246392": "Нажмите 'График' в левом нижнем углу рабочего пространства, чтобы открыть график.",
- "-1144380171": "Наш список <0>поддерживаемых платежных методов0> включает банковский перевод, кредитные/дебетовые карты, электронные кошельки (e-wallet) и криптовалюты.",
- "-765332281": "Ваши пополнения и выводы средств будут обработаны в течение одного рабочего дня (с понедельника по пятницу, с 9:00 до 17:00 GMT+8), если не указано иное. Обратите внимание, что вашему банку или службе денежных переводов может потребоваться дополнительное время для обработки вашего запроса.",
- "-2129519303": "Нет минимального требования к пополнениям счета в криптовалютах.",
- "-130293452": "Вы можете снять лимит на вывод, подтвердив свою личность и адрес. Чтобы узнать действующий лимит на вывод, пожалуйста, зайдите в меню <0>Настройки > Безопасность >0> <1>Лимиты счета1>.",
- "-849531377": "Вывод средств через системы Mastercard и Maestro доступен только для клиентов из Великобритании. Если вы не из Великобритании, пожалуйста, выведите средства, используя электронный кошелек или криптовалюты.",
+ "-346303383": "You can use debit and credit cards, e-wallets, cryptocurrency wallets, and payment agents for deposits and withdrawals (see our <0>payment methods page0> for a complete list). Once you log in to your Deriv account, you’ll be able to see payment methods available in your country on the <1>Cashier page1>.",
+ "-2134684262": "You can get a new link on the Cashier page. Go to <0>Withdrawal0> and click Verify my request. We'll email you a new link; please remember to use it within 1 hour.",
+ "-1855944698": "Here are some reasons why your credit card deposit was declined:",
+ "-1435852820": "Your 3D SecureCode may not be activated. Please contact your bank to check.",
+ "-805026662": "Your country of residence does not match the country that your card was issued in.",
+ "-336747115": "If you need help, please contact us via <0>live chat0>.",
+ "-1168460620": "Yes, but only once your turnover exceeds an amount that's 25 times the deposit bonus value. The bonus is to help you get familiar with our trading platforms, so we'd love for you to use it to trade and earn a potential profit (which you may withdraw at any time).",
+ "-1955486267": "Mastercard and Maestro card withdrawals are only available for UK clients. If you are not from the UK, you’ll need to use a withdrawal method that’s available in your country.",
+ "-670805289": "The currency conversion for your deposits and withdrawals are done by your payment service provider. For example, if you use Skrill, your transaction amount will be converted by Skrill. Please check with your service provider regarding the conversion rates used for your deposits and withdrawals.",
+ "-1185520887": "your withdrawal request has already been authorised and processed",
+ "-1543634856": "To cancel your withdrawal, follow these steps:",
+ "-410744792": "Go to <0>Cashier > Withdrawal0>.",
+ "-1736064743": "We'll send you an email with a verification link. Click that link.",
+ "-1439607156": "Your payment method will only appear on the Withdrawal page after you've made your first deposit. If you've made a deposit and still don't see your payment method on the Withdrawal screen, it's probably because the payment method you used for the deposit cannot be used for withdrawals. In this case, you may need to use a different payment method that supports withdrawals, too. <0>Contact us via live chat0> if you need help.",
"-1257106357": "Центр поддержки | Часто задаваемые вопросы | Пополнение и вывод средств | Deriv",
"-524318410": "Часто задаваемые вопросы - Пополнение и вывод средств",
- "-342557323": "Чтобы получить деньги на свой счет Deriv, вы можете \"купить\" средства на Deriv в своей местной валюте (или любой поддерживаемой валюте) у другого трейдера, и сумма, которую вы \"купили\", будет зачислена на ваш счет.",
- "-993408638": "Мы проверяем личность каждого пользователя, прежде чем он получит доступ к сервису Deriv P2P. Пользователям необходимо будет предоставить документ POI (удостоверение личности) для верификации перед покупкой или продажей на Deriv P2P.",
- "-2050983631": "Кроме того, все транзакции защищены условным депонированием. Условное депонирование блокирует средства Deriv до тех пор, пока обе стороны не подтвердят завершение операции.",
- "-558939780": "Вы можете переводить деньги другим трейдерам через банковские переводы, карты, электронные кошельки или любые платежные методы, согласованные с человеком, с которым вступаете в транзакцию.",
- "-1985070919": "Обратите внимание, что Deriv не контролирует транзакции между трейдерами Deriv P2P. Поэтому, пожалуйста, убедитесь, что вы следуете платежным инструкциям, согласованным между вами и трейдером, с которым совершаете транзакцию, и указываете предпочитаемый платежный метод и инструкции при размещении своих объявлений.",
+ "-993497460": "<0>Deriv P2P0> is our peer-to-peer deposit and withdrawal service that’s part of our trading platform. Using Deriv P2P, you can get money in and out of your account in minutes via exchanges with fellow traders. We launched this service mainly for our clients in countries where currency exchange services are not widely accessible.",
+ "-1279056201": "We verify everyone’s identity before they can start using Deriv P2P. No anonymous transactions are allowed.",
+ "-296729461": "Additionally, all transactions are protected by escrow: the order amount is locked in escrow until both parties confirm that the transaction has been completed from their end.",
+ "-1476852890": "Yes, you’ll need a Deriv real account before you can start using Deriv P2P. Deriv P2P is a way to move funds in and out of your Deriv account.",
+ "-154362819": "Click <0>Real0>. Under <0>Deriv accounts0>, click <0>Add0>.",
+ "-1627487675": "Your Deriv P2P balance may not include all deposits made to your Deriv account. Deposits via credit cards, Skrill, Neteller, and ZingPay will not be available in Deriv P2P.",
+ "-568906967": "Go to Section 4, ‘Deriv P2P’ of <0>our terms0>.",
+ "-461691496": "Your Deriv account is suspended. Please <0>contact us0> via live chat for more info.",
+ "-1029239301": "You have cancelled 3 orders in the last 24 hours. Your account will be unblocked automatically after 24 hours.",
+ "-1141509742": "Yes, just contact us <0>via live chat0> to request a limit increase.",
+ "-1410699505": "You can use any payment method you want as long as it is agreed with the trader you’re dealing with.",
+ "-86797398": "<0>Note:0> Deriv has no control over payments made between Deriv P2P traders. Please ensure you follow the payment instructions as agreed between you and the trader you are dealing with, and provide your preferred method of payment and instructions when you post your ads.",
+ "-338149677": "Go to <0>Deriv P2P0> > <1>My ads1>.",
+ "-67297475": "Your ads are available in the <1>My ads1> tab at <0>Cashier > Deriv P2P0>.",
+ "-1869445525": "Select Buy or Sell ads.",
+ "-1378864427": "Choose the ad you want by clicking <0>Buy0> or <0>sell0>.",
+ "-1278209777": "You'll only be able to make an order once your account has been verified.",
+ "-1669612535": "If you're selling, you'll need to wait for the buyer's payment before completing the order.",
+ "-1239568034": "Если у вас возникнут какие-либо проблемы с транзакцией на Deriv P2P, сначала попробуйте решить их с трейдером, с которым провели обмен. Если он/она отказывается помочь разрешить ситуацию, <0>сообщите нам об этом0> в чате, и мы постараемся вам помочь.",
+ "-989166377": "To dispute a Deriv P2P transaction, follow these steps:",
+ "-1567088047": "Once the order has expired, click <0>Complain0> on the order details screen.",
+ "-1543692084": "We’ll seek more info on the transaction by reaching out to you and the trader you are dealing with, and we’ll try to resolve the issue within 24 hours. We’ll keep you informed of the status.",
+ "-1095411583": "For successful Deriv P2P transactions, follow these guidelines:",
+ "-693174976": "Avoid creating ads with identical amounts and exchange rates.",
+ "-2112170016": "Ensure that your account balance is sufficient to support your ads and orders.",
+ "-1098565506": "If you’re buying:",
+ "-1941726245": "Check your bank or e-wallet balance to confirm that the buyer has made payment before completing the order.",
+ "-1964387231": "Once you’ve received the payment from the buyer, try to complete the order as soon as you can.",
+ "-1705206253": "For more guidelines on using Deriv P2P, see our <0>terms of use0> (refer to Section 4 ‘Deriv P2P’).",
"-90598465": "У нас нет минимальной суммы пополнения. Максимальное пополнение в размере 2 500 USD можно производить двенадцать раз в день.",
"-307502515": "На Deriv X можно торговать на forex, криптовалютах, сырьевых товарах и наших собственных синтетических индексах.",
"-577476222": "DTrader позволяет вам торговать более чем 50 активами в форме цифровых опционов, опционов с мультипликатором и опционов lookback.",
"-2134519372": "Deriv MT5 (DMT5) и Deriv X - это мульти-активные платформы для торговли спот forex и CFD с кредитным плечом на нескольких классах активов. Основное различие между ними заключается в макете платформы - MT5 имеет простой универсальный вид, а Deriv X можно настроить в соответствии с вашими предпочтениями.",
+ "-1529587893": "Follow these steps to add a Deriv X account:",
+ "-1383710718": "Select <0>Real account0> or <0>Demo account0>.",
+ "-780401736": "If you’re adding your first Deriv X account, you’ll need to set your Deriv X password. If you’ve already set your Deriv X password before, you’ll need to enter it now.",
+ "-1285898327": "Your new Deriv X account is now ready.",
+ "-527968812": "You'll need to add a Deriv X account first. After that, follow these steps to log in:",
"-2055925090": "Финансовый счет - это счет, на котором вы торгуете контрактами на разницу (CFD) на финансовых рынках, таких как forex, криптовалюты и сырьевые товары.",
"-1720135689": "Перейдите в <0>настройки счета0>. Щелкните раскрывающееся меню \"безопасность\" и выберите \"пароли\". В разделе \"пароль Deriv X\" нажмите \"изменить пароль\".",
"-535620163": "Чтобы вывести средства со своего счета Deriv X, вам необходимо перевести средства на свой счет Deriv. Перейдите в раздел Касса > Перевод между счетами и следуйте инструкциям на экране.",
"-2015877045": "Центр поддержки | Часто задаваемые вопросы | Deriv X | Deriv",
"-529738098": "Часто задаваемые вопросы - Deriv X",
"-971172690": "Какую минимальную/максимальную сумму я могу внести на счет Deriv X?",
- "-844199531": "DMT5 - это мульти-активная торговая платформа, которая даст вам возможность торговать спот-forex и контрактами на разницу (CFD) с кредитным плечом.",
- "-35355043": "Расширенный счет DMT5 - это счет, на 100% действующий по модели A Book, при которой ваши контракты передаются напрямую на рынок, что дает вам непосредственный доступ к поставщикам ликвидности forex.",
- "-315308558": "Счет DMT5 на Синтетических индексах позволяет вам торговать контрактами на разницу (CFD) на активах, имитирующих движение реальных рынков. Синтетические индексы доступны для торговли 24/7 и регулярно проверяются независимой третьей стороной.",
- "-1390301231": "Чтобы пополнить свой счет MT5 на Deriv, вам нужно будет использовать средства со своего счета Deriv. Перейдите в раздел <0>Касса >0> <1>Перевод между счетами1> и следуйте инструкциям на экране.",
- "-1374692096": "Чтобы вывести средства со своего счета MT5 на Deriv, вам необходимо перевести средства на свой счет Deriv. Перейдите в раздел <0>Касса > 0> <1>Перевод между счетами1> и следуйте инструкциям на экране.",
- "-1538690809": "MT5 на Deriv - это отдельная торговая платформа, которая размещена вне нашего сайта. Ваши данные для входа на DMT5 предоставляют вам доступ к платформе MT5, а ваши данные для входа на Deriv - к платформам, размещенным на нашем сайте, таким как DTrader и DBot.",
+ "-935980097": "The Deriv MT5 Synthetic account offers contracts for difference (CFDs) on synthetic indices. Our proprietary synthetic indices mimic the price movement of real financial markets but are not affected by market events. Trading on synthetic indices is available 24/7, even on weekends and holidays. There are more than 15 indices to choose from, with different levels of volatility and market behaviour.",
+ "-787503172": "The Deriv MT5 Financial account offers CFDs on forex, commodities, cryptocurrencies, stocks, and stock indices, with high leverage and variable spreads for maximum flexibility. This account offers more than 100 assets, and 24/7 trading is available on cryptocurrencies.",
+ "-300839534": "You'll need to transfer funds from your Deriv account to your Deriv MT5 account. You can do this on the <0>Cashier page0>. Transfers are instant; your funds will be available in your Deriv MT5 account as soon as you complete the transfer.",
+ "-1348787775": "Follow these steps to reset your Deriv MT5 password:",
+ "-1111031408": "Go to your <0>Deriv MT5 dashboard0>.",
+ "-985140221": "Click <0>Confirm0>.",
+ "-1222605568": "We'll send you an email. Click the <0>Change password0> button in that email.",
+ "-1184173356": "You'll be taken to the Change password screen. Enter a new password and click <0>Create0>.",
+ "-1462766296": "You can log in to your Deriv MT5 account via the MT5 desktop app, web terminal, or mobile app. You'll need the login ID and server name from <0>your Deriv MT5 dashboard0>. Please remember to use your Deriv MT5 password to log in to Deriv MT5.",
+ "-1089619392": "You can set the investor password on your <0>Deriv MT5 dashboard0>. Click <1>Password1> on your Deriv MT5 account, and select <1>Investor password1> to set a new password.",
+ "-351288377": "No, we don't.",
+ "-1987596175": "You can't reactivate your Deriv MT5 account. Instead, you can create a new one on your Deriv <0>MT5 dashboard0>.",
+ "-38304396": "No, you can't. There's a fixed default amount for each asset. The leverage applied to your account can be found on your <0>Deriv MT5 dashboard0>.",
+ "-88115138": "Greenwich Mean Time (GMT).",
+ "-1741073621": "If you need a statement of your trades on Deriv MT5, follow these steps to download a 3-month statement:",
+ "-1684440937": "Log in to your MT5 account via the desktop app.",
+ "-1374165891": "Right-click on <0>Time0>, click <0>Report0>, and select <0>Open XML0>.",
+ "-1795964107": "If you need a statement for a more extended period, contact us via <0>live chat0>, and we'll help you with it.",
+ "-309622502": "Yes, we’ll transfer your balance to your Deriv account before your Deriv MT5 account is deactivated.",
+ "-586122892": "No, this isn’t possible on MT5.",
+ "-518416448": "No, you can't, but you may have multiple Deriv MT5 Synthetic accounts on different servers.",
+ "-2007650229": "Yes, you can trade micro forex pairs with a Deriv MT5 Financial account.",
"-1593152023": "Центр поддержки | Часто задаваемые вопросы | DMT5 | Deriv",
- "-1762311912": "На DTrader мы предлагаем три вида контрактов: вверх & вниз, макс. & мин. и цифровые контракты.",
+ "-1402025716": "<0>DTrader0> is one of our trading platforms. It offers digital options and multipliers on a variety of assets in financial and synthetic markets. ",
+ "-798714068": "You can trade forex, stocks, stock indices, commodities, cryptocurrencies, and synthetic indices on DTrader. Some markets may not be available in certain countries.",
+ "-1758753185": "These contracts are available on DTrader:",
+ "-1572548510": "Ups & Downs",
+ "-922253974": "Повышение/Падение",
+ "-1361254291": "Выше/Ниже",
+ "-1691868913": "Касание/Нет касания",
+ "-763273340": "Цифровые",
+ "-330437517": "Совпадение/Отличие",
+ "-657360193": "Больше/Меньше",
"-1442307043": "Центр поддержки | Часто задаваемые вопросы | DTrader | Deriv",
"-1544998943": "Часто задаваемые вопросы - DTrader",
+ "-1301260207": "You'll earn commission whenever your clients trade CFDs on MT5, even on weekends and public holidays.",
+ "-110767819": "You'll have access to various marketing tools to help promote our products and services to your clients.",
+ "-289567912": "Find out more about our IB programme <0>here0>.",
+ "-898871903": "No, it's completely free of charge.",
"-17396892": "Нужна помощь? Есть вопросы об услугах и платформах онлайн-трейдинга Deriv? Ознакомьтесь с разделом FAQ или задайте нам вопрос.",
+ "-199125243": "Multipliers (also known as multiplier options) is a trade type that gives you an opportunity to amplify your profit without risking more than your stake. To find out more, visit <0>the Multipliers page0>.",
+ "-1755209362": "Watch <0>this video0> to know more about trading multipliers.",
+ "-1343499861": "Help centre | Frequently asked questions | Multipliers | Deriv",
"-11499858": "Нет, вам не нужно сразу верифицировать счет Deriv. Если вашему счету потребуется верификация, мы отправим соответствующий запрос на ваш эл.адрес и дадим подробные инструкции, как и куда можно отправить необходимые документы.",
- "-1314529357": "Сырьевой товар - это что-то, что выращивается или производится естественным путем в окружающей среде. Например, сырая нефть, металлы, золото и серебро.",
- "-720675222": "Доступные только на Deriv, синтетические индексы - это наша собственная подборка синтетических рынков, созданных для имитации реальных рыночных колебаний, но не подверженных влиянию реальных событий и других внешних факторов.",
- "-817895916": "Цифровой опцион - это финансовый инструмент с фиксированной выплатой, где вы прогнозируете и выбираете результат только из двух возможных вариантов.",
- "-634329620": "Мы предлагаем три торговые платформы: DTrader, DBot и DMT5. Наши платформы подходят множеству разнообразных торговых стилей и могут использоваться как новичками, так и опытными трейдерами.",
- "-1689847421": "Вы можете увидеть торговые лимиты своего счета, перейдя в <0>Настройки > Безопасность >0> <1>Лимиты счета1>. Обратите внимание, что если остаток на вашем счете превышает максимально допустимый остаток, вы должны будете вывести часть средств, чтобы баланс вашего счета был ниже максимального предела.",
- "-1889877048": "Синтетические индексы доступны для торговли 24/7.",
+ "-1846766027": "Валютный рынок, или forex — это глобальный рынок мировых валют, на котором различные валюты противопоставляются друг другу в виде валютных пар, таких как EUR/USD, AUD/JPY и т. д. Рынок forex определяет обменные курсы каждой валюты.",
+ "-192959524": "Read <0>this article0> to learn more about trading forex on Deriv.",
+ "-1879171974": "A commodity is either grown or produced naturally in the environment, such as agricultural products, livestock, crude oil, and precious metals like gold and silver.",
+ "-339093963": "Read <0>this article0> to learn more about trading commodities on Deriv.",
+ "-691446230": "Stock indices measure the value of a group of companies in the stock market. This allows investors to see how a particular set of assets is performing.",
+ "-1412546523": "Read <0>this article0> to learn more about trading stocks on Deriv.",
+ "-367005179": "Read <0>this article0> to learn more about trading synthetic indices on Deriv.",
+ "-1542650156": "CFDs let you predict the price movement of underlying assets without actually owning them. With CFDs, you open a position based on your prediction, and you'll earn a profit if you close your position when the price moves in your favour.",
+ "-1790114248": "We have a diverse suite of 6 trading platforms: <0>Deriv MT50>, <1>Deriv X1>, <2>DTrader2>, <3>DBot3>, <4>SmartTrader4>, and <5>Binary Bot5>. Each of these platforms is designed to fit any trading style, regardless of your trading experience.",
+ "-639381175": "Note: DBot, SmartTrader, and Binary Bot are not available in the EU and UK.",
+ "-626094848": "Build your trading bot for free on <0>DBot0> or <1>Binary Bot1>; no coding is needed. You’ll also find free pre-built strategies on DBot that you can customise to your needs.",
+ "-578264817": "Trading limits are only applicable to your Deriv real account. You can see the limits on your account on the <0>Account limits0> page (you must be <1>logged in1>).",
"-1618901770": "Центр поддержки | Часто задаваемые вопросы | Трейдинг | Deriv",
"-2085755369": "Часто задаваемые вопросы - Трейдинг",
"-396178446": "Более 100 активов",
@@ -2150,7 +2469,6 @@
"-1669418686": "AUD/CAD",
"-1548588249": "AUD/CHF",
"-79700881": "NZD/USD",
- "-1800672151": "Индекс GBP",
"-1402324349": "CAD/CHF",
"-1398238048": "CAD/JPY",
"-244869624": "CHF/JPY",
@@ -2247,17 +2565,11 @@
"-1522453105": "<0>Swiss 200> отражает динамику 20 крупнейших и наиболее ликвидных акций Швейцарии.",
"-1848325573": "<0>UK 1000> отражает динамику акций 100 крупнейших компаний Великобритании.",
"-1650735154": "Эти индексы колеблются в диапазоне между двумя ценовыми точками (границами), иногда прорываясь через границы, создавая новый диапазон в среднем один раз каждые 100 или 200 касаний границ.",
- "-962930783": "<0>Индекс AUD0> измеряет значение австралийского доллара против корзины из 5 основных мировых валют (USD, EUR, GBP, JPY, CAD), каждая из которых взвешена на 20%.",
- "-1910214848": "<0>Индекс EUR0> измеряет значение евро против корзины из 5 основных мировых валют (USD, AUD, GBP, JPY, CAD), каждая из которых взвешена на 20%.",
- "-1763966856": "<0>Индекс GBP0> измеряет значение британского фунта против корзины из 5 основных мировых валют (USD, EUR, AUD, JPY, CAD), каждая из которых взвешена на 20%.",
- "-1448477512": "<0>Gold Index0> измеряет стоимость золота по отношению к корзине из пяти мировых валют (EUR, GBP, JPY, AUD, USD), каждая из которых имеет весовой коэффициент 20%.",
"-754071100": "<0>Индекс GBP0> показывает отношение британского фунта к корзине из пяти других основных валют (USD, EUR, AUD, JPY, CAD), каждая из которых имеет весовой коэффициент 20%.",
"-1164156648": "Эти индексы соответствуют имитируемым рынкам с <0>постоянной волатильностью в размере 200% и 300%.0>",
"-475767247": "<0>Australia 2000> отражает динамику акций 200 крупнейших котирующихся компаний Австралии.",
"-2035089048": "<0>Spain 350> отражает динамику акций 35 крупнейших компаний Испании.",
"-1312740087": "<0>Выше/Ниже:0> предскажите, будет ли точка выхода выше или ниже целевой цены (барьера) по истечении срока действия контракта.",
- "-1691868913": "Касание/Нет касания",
- "-763273340": "Цифровые",
"-467543474": "<0>Совпадение/Отличие:0> укажите, какое число будет последней десятичной последнего тика контракта.",
"-12379677": "<0>Четное/Нечетное:0> предскажите, будет ли последняя десятичная последнего тика контракта четным или нечетным числом.",
"-1048378719": "Reset колл/Reset пут",
@@ -2316,21 +2628,26 @@
"-963218544": "Затрудняетесь выбрать программу или план комиссионных?",
"-1930772663": "Deriv MT5 Синтетический",
"-1016171176": "Актив",
+ "-2082672713": "1",
"-549581742": "Индекс волатильн. 10 ",
"-456885316": "Индекс волатильн. 75 ",
"-1649127643": "1.75",
"-2068763730": "5",
"-2083395832": "7.5",
+ "-1587730975": "10",
+ "-784871058": "15",
"-524043424": "1.25",
"-849512762": "2.50",
"-1925239974": "За контракт на 1 лот индекса волатильности 75 по цене USD 500 000 будет выплачена комиссия в размере USD 25, согласно следующей формуле:",
"-55785537": "Зарабатывайте, когда ваши клиенты торгуют на Финансовом счете MT5.",
"-978761772": "USD 2",
"-543177967": "Фондовые индексы",
- "-1587730975": "10",
+ "-1097570263": "На forex действует фиксированная комиссия USD 2 за лот (применимо только к стандартным лотам). За контракт на 1 лот EUR/USD будет выплачена комиссия в размере USD 2, согласно следующей формуле:",
"-834024219": "DMT5 Финансовый рассчитанный (первый)",
- "-1981982611": "На криптовалютных активах: за контракт на 1 лот BTC/USD (при обменном курсе 1 BTC = USD 50 000 ) будет выплачена комиссия в размере USD 10, согласно следующей формуле:",
+ "-800044382": "На металлах действует фиксированная комиссия USD 4 за лот. За контракт на 1 лот XAU/USD будет выплачена комиссия в размере USD 4, согласно следующей формуле:",
"-1825768469": "DMT5 Финансовый рассчитанный (второй)",
+ "-1923011108": "На криптовалютных активах: за контракт на 1 лот BTC/USD (при обменном курсе 1 BTC = USD 50 000) будет выплачена комиссия в размере USD 5, согласно следующей формуле:",
+ "-1268684459": "DMT5 Финансовый рассчитанный (третий)",
"-2061883933": "2.5",
"-1587788256": "DMT5 Финансовый STP рассчитанный (второй)",
"-921778308": "Как рассчитывается комиссия",
@@ -2411,9 +2728,6 @@
"-854296036": "После окончательного одобрения нашим отделом комплаенса мы опубликуем ваши данные в нашем списке платежных агентов.",
"-1340544588": "Производить несколько пополнений и выводов за день.",
"-5296999": "Узнайте, как стать платежным агентом на Deriv, расширить клиентскую базу и получить дополнительный доход.",
- "-119617711": "RTS27 2020",
- "-1439749066": "RTS27 2019",
- "-1364758050": "Отчет о пояснении Принципа III от компании Deriv Investments (Europe) Limited был подготовлен в соответствии с Директивой о требованиях к капиталу IV и Нормативным положением о требованиях к капиталу. Ознакомьтесь с нашим отчетом, чтобы узнать, как мы, будучи участником рынка, соблюдаем рыночную дисциплину.",
"-1601657282": "Компания Deriv Investments (Europe) Limited подготовила отчет, раскрывающий финансовую информацию в соответствии с Положением и Директивой об инвестиционных компаниях. Прочтите наш отчет, чтобы понять, как мы, будучи участником рынка, соблюдаем рыночную дисциплину.",
"-1695974481": "Эти документы предоставляют вам основную информацию о наших инвестиционных продуктах. Предоставление данной информации требуется в рамках закона, чтобы помочь вам понять природу, риски, цены, потенциальную прибыль и убыток, которые вы можете понести при заключении контрактов на указанных продуктах, а также помочь вам сравнить эти продукты.",
"-1127433262": "RTS",
@@ -2439,12 +2753,16 @@
"-431262594": "CFD - синтетические индексы",
"-1311570171": "Информация о лицензиях и регулировании | Deriv",
"-1833153607": "Deriv действует под юрисдикцией Binary.com, имеющей несколько лицензий для соблюдения нормативно-правовых требований по всему миру.",
- "-1720897015": "Услуги, предлагаемые на Deriv.com и Binary.com, предоставляются группой компаний Deriv Group. У Deriv Group есть несколько дочерних компаний, которые имеют лицензии на управление Deriv.com и Binary.com в своих зарегистрированных юрисдикциях.",
+ "-1488849807": "Услуги, предлагаемые на Deriv, предоставляются группой компаний Deriv Group. У Deriv Group есть несколько дочерних компаний, которые имеют лицензии на управление Deriv.com в своих зарегистрированных юрисдикциях.",
"-1131400885": "Deriv Investments (Europe) Limited",
- "-959669250": "Компания Deriv Investments (Europe) Limited уполномочена предоставлять услуги в других государствах-членах ЕС на основании действующих в ЕС паспортных прав. Выше приведен список государств ЕС, имеющих доступ к Deriv.com посредством действующих в ЕС паспортных прав.",
+ "-430532854": "Компания Deriv Investments (Europe) Limited, расположенная по адресу W Business Centre, Level 3, Triq Dun Karm, Birkirkara BKR 9033, Malta, лицензирована и уполномочена Мальтийским управлением финансовых услуг (<0>лицензия IS/701560>) в рамках Закона об инвестиционных услугах на предоставление инвестиционных услуг в ЕС.",
+ "-2051445931": "Клиенты в Евросоюзе, желающие торговать на финансовых инструментах, могут открыть счета в Deriv Investments (Europe) Limited.",
"-112814932": "Deriv (FX) Ltd",
+ "-246692869": "Компания Deriv (FX) Ltd, расположенная по адресу F16, Level 1, Paragon Labuan, Jalan Tun Mustapha, Labuan 87000, Malaysia, лицензирована управлением финансовых услуг Лабуана (<0>номер лицензии MB/18/00240>).",
"-1474169625": "Финансовые STP счета DMT5 для клиентов из других стран (за исключением ряда стран и территорий: США, Канады и Гонконга), желающих начать торговлю CFD на forex и криптовалютах, будут открыты в рамках компании Deriv (FX) Ltd.",
"-2019617323": "Deriv (BVI) Ltd",
+ "-689442324": "Компания Deriv (BVI) Ltd, Kingston Chambers, P.O. Box 173, Road Town, Tortola, British Virgin Islands, лицензирована комиссией по финансовым услугам Британских Виргинских островов (<0>лицензия номер SIBA/L/18/11140>).",
+ "-1186445863": "Финансовые STP счета DMT5 для клиентов из других стран (за исключением ряда стран и территорий, таких как США, Канада и Гонконг), желающих начать торговлю CFD на финансовых инструментах, включая криптовалюты, будут открыты в компании Deriv (BVI) Ltd.",
"-1089385344": "Deriv (SVG) LLC",
"-951213826": "Deriv (SVG) LLC расположена в Hinds Buildings, Kingstown, St. Vincent and the Grenadines (номер компании 273 LLC 2020).",
"-1179448605": "Deriv Limited",
@@ -2555,7 +2873,6 @@
"-976479290": "Вы не можете одновременно использовать функции стоп лосс и отмена сделки.",
"-1088149692": "Это защищает вас от потери денег при отмене сделки. В случае отмены сделки вы возвращаете себе всю сумму ставки, если отмените свой контракт в течение часа после открытия позиции. Стоп лосс же закроет ваш контракт с убытком, если рынок движется против вашей позиции. Однако по истечении срока отмены сделки вы можете установить уровень стоп лосс на открытом контракте.",
"-993588400": "Вы не можете одновременно использовать функции тейк профит и отмена сделки.",
- "-1980078854": "Что такое мультипликаторы?",
"-715015407": "Мультипликаторы Deriv объединили в себе преимущества торговли с кредитным плечом и ограниченный риск опционов. Это означает, что когда рынок движется в вашу пользу, вы в несколько крат увеличиваете свою потенциальную прибыль. Если рынок движется против вашего прогноза, ваши потери ограничиваются только суммой ставки.",
"-2055316208": "<0>Без мультипликатора0>, если цена вырастет на 25%, вы получите 25% * $100 = <1>прибыль $25<1>.",
"-222486173": "<0>С мультипликатором x50>, если цена вырастет на 25%, вы получите 25% * $100 * 5 = <1>прибыль $1251>.",
@@ -2588,10 +2905,8 @@
"-1192024363": "Спекулируйте на ценовых движениях основных сырьевых товаров - серебра, золота и энергоносителей.",
"-1421344186": "Опционы, доступные для торговли на Deriv",
"-412753503": "Опционы Lookback доступны только на синтетических индексах",
- "-922253974": "Повышение/Падение",
"-513919250": "Если вы выбираете 'Ниже', вы выигрываете, если спот-котировка на выходе строго ниже, чем спот-котировка на входе.",
"-780207001": "Если вы выберете 'Разрешить равные значения', вы получите выплату, если спот-котировка на выходе будет выше или равна входной спот-котировке в контрактах 'Выше'. Аналогичным образом, вы получите выплату, если спот-котировка на выходе будет ниже или равна спот-котировке на входе в контрактах 'Ниже’.",
- "-1361254291": "Выше/Ниже",
"-1813951531": "Если вы выбираете 'Ниже', вы выигрываете, если выходная котировка строго ниже, чем выбранный барьер.",
"-1350745673": "Вы не получите выплату, если котировка на выходе совпадёт с барьером.",
"-1673960856": "Закончится внутри/вне",
@@ -2599,10 +2914,8 @@
"-1039129655": "Если вы выбираете 'Закончится вне', вы выиграете, если выходная цена рынка либо строго выше, чем верхний барьер, либо строго ниже, чем нижний барьер.",
"-1326361265": "Останется внутри/Выйдет за пределы",
"-248048003": "Если вы выбираете 'Выйдет за пределы', вы получаете выплату, если рынок коснется либо верхнего, либо нижнего барьера в любое время в течение срока действия контракта.",
- "-330437517": "Совпадение/Отличие",
"-972537755": "Если вы выбираете 'Совпадет', вы выигрываете, если последняя десятичная последней котировки равна вашему прогнозу.",
"-1754746990": "Если вы выбираете 'Отличается', вы выигрываете, если последняя десятичная последней котировки не соответствует вашему прогнозу.",
- "-657360193": "Больше/Меньше",
"-1163143636": "Если вы выбираете 'Ниже', вы выигрываете, если последняя десятичная последней котировки будет ниже вашего прогноза.",
"-878562744": "Если вы выбираете 'Reset-Колл', вы получаете выплату, если спот-котировка на выходе будет строго выше входной спот-котировки или котировки на момент Reset.",
"-1521910502": "Если вы выбираете 'Reset-Пут', вы получаете выплату, если спот-котировка на выходе будет строго ниже входной спот-котировки или котировки на момент Reset.",
@@ -2752,7 +3065,7 @@
"-515732698": "Директор управления рисками",
"-864130274": "Руководитель отдела по работе с клиентами",
"-234962411": "О нас | Платформа для онлайн-трейдинга | Deriv.com",
- "-355907358": "Deriv.com - брэнд Binary.com, признанного пионера в индустрии онлайн-трейдинга.",
+ "-719133900": "Deriv — это передовая, отмеченная наградами платформа для онлайн-торговли с широким выбором деривативов, доступная в любом месте для каждого трейдера.",
"-599033718": "Deriv не использует ваши деньги в своих целях, и вы можете вывести их в любое время. Все ваши деньги хранятся отдельно, в надежных финансовых учреждениях. Таким образом, в том маловероятном случае, если Deriv станет неплатежеспособным, все ваши деньги будут возвращены вам, поскольку они никогда не объединяются с нашими.",
"-392665367": "Помощь всегда рядом",
"-367457070": "Deriv позволяет любому человеку начать торговать, понимать риски и принимать более обдуманные торговые решения. Наши инструменты и платформы интуитивно понятны, а инструкции к ним ясны и просты. Мы также регулярно делимся новостями рынка, аналитическими материалами, вебинарами, электронными книгами, видеоуроками и статьями, чтобы помочь вам оставаться в курсе и повысить ваш уровень трейдинга.",
diff --git a/src/translations/th.json b/src/translations/th.json
index 11ac056c79d..d38778c9cb6 100644
--- a/src/translations/th.json
+++ b/src/translations/th.json
@@ -1,18 +1,23 @@
{
"1292590": "ทํายังไงต่อจากนี้?",
"2474877": "หากต้องการเปลี่ยนวิธีการชำระเงินของคุณโปรดติดต่อเราผ่าน <0>livechat0>",
+ "4506932": "How do I add a Deriv X account?",
+ "7128051": "How can I adjust or remove my self-exclusion limits?",
"7228511": "กําหนดค่าของคอมมิชชั่นต่อการทำธุรกรรมโดยขึ้นอยู่กับเกณฑ์ที่กําหนด",
+ "11019706": "Your available balance for Deriv P2P may not reflect your entire Deriv balance. This is because deposits made via some payment methods won’t be available for Deriv P2P. See <0>Why is my Deriv P2P balance different from my Deriv account balance?0> for more info.",
"13119092": "ลูกค้า",
+ "15238581": "Go to the first item in the media gallery and click <0>Get media0> code.",
"17217397": "สกุลเงินดิจิตอล",
"19552684": "ตะกร้า USD",
"21294053": "ตั้งแต่ปี 1999 กลุ่มได้ให้บริการผู้ค้าทั่วโลกด้วยความซื่อสัตย์และความน่าเชื่อถือ เรายึดมั่นในมาตรฐานด้านจริยธรรมและข้อกําหนดด้านกฎระเบียบสูงสุดเสมอมา",
"22146527": "แพลตฟอร์มที่ตอบสนองและมีความปลอดภัย\n",
+ "22354933": "Your money is held in secure financial institutions and is always available to you, should you wish to withdraw. We don't use your money for our business purposes.",
"22418565": "การแลกเปลี่ยนจนถึงปัจจุบัน",
"22995280": "แพลตฟอร์มเริ่มต้นที่มีประสิทธิภาพ ใช้งานง่าย",
- "23846717": "สามารถถอนจำนวนโบนัสฟรีได้เมื่อมีมูลค่าการซื้อขายของบัญชีเกิน 25 เท่าของมูลค่าโบนัส",
"24763773": "Sony Group Corp",
"24900606": "ตะกร้า Gold",
"26480598": "ทั่วไป",
+ "26596220": "Finance",
"27830635": "Deriv (V) Ltd",
"28675270": "ประธานเจ้าหน้าที่ฝ่ายการเงิน",
"31131715": "สำรวจ Deriv.com",
@@ -21,11 +26,12 @@
"34997376": "ตัวเลข Deriv",
"39296052": "ประชาสัมพันธ์ Deriv.com ได้อย่างไร?",
"39595561": "ดูว่าระบบทำงานอย่างไรในขณะที่ดำเนินการซื้อขายแต่ละครั้ง และรับการแจ้งเตือนผ่าน Telegram",
- "39720204": "ดัชนี AUD",
+ "40232884": "Ensure that you make payment to the correct seller within 2 hours.",
"45577689": "รับผลตอบแทนจากการซื้อขายของลูกค้าใน DMT5",
- "48076235": "ใช่ คุณสามารถขอเพิ่มขีด จํากัด รายวันของคุณผ่านการแชทสดบนเว็บไซต์ของเราและเราจะติดต่อกลับทางอีเมล",
"48132512": "เข้าร่วมและเติบโตไปกับเรา",
+ "48469443": "Complete <0>this form0>, and we'll get in touch with you in a couple of days. You'll need a real Deriv trading account, too. If you don't have one, sign up <1>here1>.",
"49026512": "สัมผัสประสบการณ์ของ DMT5",
+ "49321507": "Do you offer micro forex pairs on Deriv MT5?",
"50586010": "Binary.com เปลี่ยนชื่อแบรนด์เป็น Deriv.com และนี่คือความหมายสำหรับพันธมิตร",
"53801223": "Hong Kong 50",
"54033225": "0.10",
@@ -34,13 +40,15 @@
"55394707": "สำหรับการลงทะเบียนในแอปมือถือ ให้กำหนดรหัสโบรกเกอร์เป็น <0>Deriv Limited0>\n",
"56714378": "คําถามที่พบบ่อย - Deriv P2P",
"57395040": "ค่าคะแนน",
+ "57885236": "Your card issuer may have blocked your transaction. Please contact your card issuer to check.",
"59521256": "ไม่พบหน้าที่ท่านต้องการ",
"59678480": "5 - 3,000",
"60772773": "USD/RUB",
"61663093": "ดัชนีต่อเนื่อง",
- "68536923": "สำหรับ forex ดีลสำหรับ 1 ล็อต EUR/USD จะจ่ายค่าคอมมิชชั่น EUR 5 ตามสูตรต่อไปนี้:",
+ "67611998": "How can I deposit funds into my Deriv MT5 real money account?",
"70604999": "เนื่องจากดัชนีการ jump เป็นแบบสังเคราะห์ คุณจึงซื้อขายได้ทุกวันตลอด 24 ชั่วโมง 365 วันต่อปี",
"71016232": "OMG/USD",
+ "71263224": "How can I cancel my withdrawal?",
"71535160": "คํานวณค่าธรรมเนียมข้ามคืนสําหรับการถือครองตําแหน่งใดๆ ที่เปิดอยู่ ค่าธรรมเนียมอาจเป็นบวกหรือลบขึ้นอยู่กับอัตราสวอปของคุณ",
"71650838": "พูดง่ายๆและธรรมดาและไม่ซ่อนตัวอยู่หลังความคลุมเครือ",
"71969952": "ได้เห็นถึงการเปลี่ยนแปลงอื่นมีอะไรบ้าง?",
@@ -52,38 +60,43 @@
"82730484": "เป็นผู้ให้บริการการชำระเงิน ที่ให้บริการโอนเงิน รับการชำระเงิน และจ่ายเงินออนไลน์ได้โดยง่าย\n\n",
"83067481": "เว็บไซต์ติดตามของเรา: t.deriv.com",
"84123624": "โปรแกรมพันธมิตร | Deriv",
+ "85248718": "Memorandum and articles of association",
"87901857": "แบบสอบถามโดยพลการบนฐานข้อมูลการผลิต",
"90275414": "การซื้อขายทำได้ง่าย<0/>",
"94912230": "เบลารุส",
"97694950": "การซื้อขายอย่างชาญฉลาด อย่าปล่อยให้อารมณ์ของคุณมีอิทธิพลต่อการตัดสินใจของคุณ อย่าทำการซื้อขายเมื่อคุณรู้สึกเหนื่อย หรืออยู่ภายใต้อิทธิพลของแอลกอฮอล์",
"102299592": "วิธีการคํานวณจํานวนการหยุดขาดทุนและ/หรือทํากําไร",
+ "105613424": "What is the minimum amount to open a position on Deriv MT5?",
+ "106291991": "Frequently asked questions - Multipliers",
"109865596": "เพลิดเพลินกับการซื้อขายช่วงสุดสัปดาห์บน Deriv และรับประโยชน์สูงสุดจากการซื้อขายของคุณ",
"110140669": "หากคุณเป็นเทรดเดอร์มืออาชีพบริการสัญญาณการซื้อขาย MT5 ช่วยให้คุณสามารถแบ่งปันกลยุทธ์ของคุณกับผู้ค้ารายอื่นได้ฟรีหรือค่าธรรมเนียมการสมัครสมาชิกที่คุณกําหนด เมื่อเทรดเดอร์สมัครสมาชิกสัญญาณของคุณข้อเสนอของคุณจะถูกจําลองโดยอัตโนมัติในบัญชีของพวกเขาทุกครั้งที่คุณทําการซื้อขาย",
"113378532": "ETH/USD",
- "113428590": "Deriv (V) Ltd (<0>ดูใบอนุญาต0>) - 1276, Kumul Highway, Port Vila, Vanuatu ได้รับอนุญาตจาก Vanuatu Financial Services Commission และเป็นสมาชิกของ <1>สมาคมตลาด<1/>",
"117273069": "<0>Wall Street 300> ติดตามผลการดำเนินงานของหุ้นบริษัทที่จดทะเบียน 100 แห่งในสหราชอาณาจักร",
+ "117920584": "As per <0>our terms0>, we only allow one account per client, which you can open in the currency of your choice (either fiat or crypto). If you want to trade with other currencies, you can add multiple cryptocurrency accounts to your profile.",
"119888059": "ใครที่สมัครได้บ้าง",
+ "121961018": "If you're residing in the EU or UK, <0>contact us via live chat0>, and we'll help you with it.",
"122171127": "ซื้อขายตัวคูณในดัชนีสังเคราะห์ทุกวันตลอด 24 ชั่วโมง 365 วันต่อปี ซื้อขายตัวคูณใน forex ตลอดเวลาในวันธรรมดา",
"123005346": "ไม่มีอุปสรรคเทียมในการถอนเงินของลูกค้า",
"123291381": "การเปลี่ยนชื่อแบรนด์คืออะไร?",
"125131030": "ขอบคุณสำหรับการสมัคร Deriv Academy",
- "132574588": "บนแท็บ <0>แดชบอร์ดDeriv X0> ให้เลือกประเภทบัญชีที่คุณต้องการเปิด (จริงหรือสาธิต) และคลิก \"เพิ่มบัญชี\" ทําตามคําแนะนําบนหน้าจอเพื่อสร้างบัญชี Deriv X ใหม่",
"135210620": "Deriv <0>ควบคุม0> โดยหลายหน่วยงานรวมถึงหน่วยงานบริการทางการเงินมอลตา (MFSA), หน่วยงานบริการทางการเงิน Labuan (Labuan FSA), คณะกรรมการบริการทางการเงินวานูอาตู (VFSC) และคณะกรรมการบริการทางการเงินหมู่เกาะบริติชเวอร์จิน",
"138055021": "ดัชนีสังเคราะห์",
"140083133": "ฝากเงินเข้าบัญชีของคุณ เริ่มต้นการซื้อขายในแอปมือถือ แอปในเดสก์ท็อป หรือเว็บเบราเซอร์",
+ "141909159": "You’ll be brought back to the Cashier page. Click <0>Review pending0> and select the transaction that you'd like to cancel.",
"143734792": "ข้อกำหนดที่ควบคุมการเก็บและโอนเงินใน Deriv และโบนัสที่คุณอาจได้รับ",
"144377171": "ขีด จำกัด การถอนรายวัน",
"146650698": "พาฉันไปที่ DP2P",
"148382928": "American Airlines Group Inc",
"150593055": "แลกเปลี่ยนเงินตราต่างประเทศ",
+ "152299772": "Why should I join your affiliate programme?",
"152524253": "แลกเปลี่ยนตลาดโลกด้วยแพลตฟอร์มที่ใช้งานง่ายซึ่งเป็นที่นิยมของเรา",
"154463429": "ประสบการณ์การซื้อขายสาธิตของเราจะเป็นตัวแทนของการซื้อขายด้วยเงินจริงโดยเฉพาะอย่างยิ่งกับการกําหนดราคาตามสัญญาและข้อ จํากัด ในการซื้อขาย",
- "156791387": "โปรดไปที่ <0>แดชบอร์ด DMT50> และคลิกที่ปุ่ม <1>รหัสผ่าน1> ของบัญชี DMT5 ",
"159321990": "เทรดฟอเร็กซ์ออนไลน์กับ Deriv เปิดบัญชีทดลองและเพลิดเพลินกับคู่สกุลเงินที่หลากหลายบนแพลตฟอร์มการซื้อขายที่ตอบสนองและใช้งานง่ายของเรา",
"159937924": "RTS28 2020",
"161870324": "เลือกราคาที่ดีที่สุดและสั่งซื้อหรือสร้างโฆษณาสําหรับอัตราที่คุณต้องการ",
"163040015": "เข้าร่วมโปรแกรมพันธมิตรและโปรแกรม IB ของ Deriv และมีโอกาสเป็นพันธมิตรกับผู้ให้บริการซื้อขายออนไลน์ที่เชื่อถือได้",
"166309424": "ไม่มีค่าธรรมเนียม มีการจ่ายผลตอบแทนรายวันและรายเดือน",
+ "167985771": "You can unsubscribe by going to the <0>Personal details0> page. Uncheck the checkbox that says \"Get updates about Deriv products, services and events.\" at the bottom of the page, and click <1>Submit.1>",
"171302334": "ดังนั้นในสถานการณ์สมมตินี้ คุณจะตั้งค่าจํานวนหยุดการขาดทุนที่ <0>-7.23 USD0>",
"171586173": "ค้นพบโอกาสในการทำงานที่ Deriv ในสำนักงานของเราทั่วโลก",
"171638706": "ตัวแปร",
@@ -93,7 +106,6 @@
"178716803": "เริ่มทำงานบอท",
"179737767": "แพลตฟอร์มการซื้อขายตัวเลือกดั้งเดิมของเรา",
"180412186": "คาดการณ์ราคาว่าจุดออกจะสูงกว่า หรือ ต่ำกว่าจุดเข้า เมื่อสิ้นสุดระยะเวลาของสัญญา",
- "181253755": "ขีดจํากัดของการค้าคืออะไร",
"181316740": "ขึ้นอยู่กับประเภทการค้า หากต้องการค้นหาให้คลิกขวาที่เนื้อหาเฉพาะและเลือก \"ข้อมูลตราสาร\"",
"182438100": "คําถามที่พบบ่อย - DBot",
"187267434": "จากนั้นคลิก 'บันทึก' บนแถบเครื่องมือที่ด้านบน สามารถที่จะเลือกบันทึกลงในคอมพิวเตอร์หรือไปยัง Google ไดรฟ์ กลยุทธ์จะถูกบันทึกในรูปแบบของ XML",
@@ -101,6 +113,8 @@
"193611235": "แลกเปลี่ยนในไม่กี่นาที รอน้อยลง ซื้อขายมากขึ้น ฝากและถอนในไม่กี่นาที",
"194431525": "มอบประสบการณ์การสาธิตที่เป็นตัวแทน",
"194961269": "สัญญาออปชันทำงานอย่างไร",
+ "198087093": "Digital options allow you to predict the price movement of underlying assets without actually owning them. With digital options, you open a position based on your prediction, with a set duration that closes your position automatically. You'll earn a profit if your position is closed when the price is in your favour.",
+ "198900889": "Can I open more than one Deriv account?",
"200040108": "ไม่มี",
"202417731": "ตลาดสินค้าโภคภัณฑ์ | การซื้อขายสินค้าโภคภัณฑ์ | Deriv",
"202712649": "มีตัวเลือกการฝากเงินและถอนเงินที่รวดเร็วและปลอดภัย",
@@ -116,7 +130,6 @@
"222070679": "เราจะฝากค่าคอมมิชชั่นในบัญชีของคุณโดยตรงเร็วที่สุดหลังจากวันที่ 15 ของทุกเดือน",
"223659990": "คอมมิชชั่นต่อล็อต (1 ล็อตมาตรฐานคือ 100k หน่วย)",
"224650827": "IOT/USD",
- "224785887": "ละเอียดเกี่ยวกับขอบเขตของการอนุญาตและข้อบังคับของเราโดยหน่วยงานกํากับดูแลทางการเงินมีให้จากเราตามคําขอ",
"227166061": "Deriv.com ปลอดภัยหรือไม่?",
"228957856": "สมมติว่าคุณต้องการเก็บ 0.01 ล็อต ของดัชดีความผันผวน 75 โดยมีราคาสินทรัพย์ 400,000 USD และ อัตราการแลกเปลี่ยน -7.5 สำหรับการเปิดข้ามคืน",
"230596356": "ปรับแต่งกลยุทธ์ DBot ของคุณ",
@@ -124,9 +137,12 @@
"231711709": "เทรดได้ทุกที่ทุกเวลา",
"231722280": "สินค้าโภคภัณฑ์คืออะไร?",
"232837971": "กลยุทธ์ด่วนคืออะไรและจะใช้ได้อย่างไร?",
+ "233475101": "Read <0>this article0> to learn more about trading CFDs on Deriv.",
+ "234782678": "You can reset your affiliate password <0>here0>.",
"236080779": "คุณสมบัติแผนภูมิมากมาย",
"236845507": "สัญญาส่วนต่าง (CFD) คืออะไร?",
"239216026": "XMR/USD",
+ "239395164": "Deriv (V) Ltd – 1276, Kumul Highway, Port Vila, Vanuatu – ได้รับใบ อนุญาต โดยคณะกรรมการบริการทางการเงินวานูอาตูและเป็นสมาชิกของ <1>สมาคมตลาดการเงิน<1/>.",
"241331061": "Deriv GO ดีจริง! ฉันกำลังมองหาแอปแบบนี้ซึ่งใช้งานง่าย",
"242139148": "หุ้นส่วน",
"242356757": "ส่งรายงาน",
@@ -135,11 +151,14 @@
"246106761": "ลืมรหัสผ่าน ควรทำอย่างไรดี?",
"247341426": "ค้นหา และสมัครงานใน IT การปฏิบัติตามกฎระเบียบ และบัญชีที่สำนักงานลาบวนของเรา",
"248446741": "คาดการณ์ราคาสูงสุด หรือต่ำสุด ในช่วงของค่า tick 5 ครั้งถัดไป\n",
+ "250681139": "How do I log in to Deriv X?",
"253813203": "12+ ดัชนีโลก",
"255124284": "HKD/JPY",
"256855210": "บริการฝากเงินและถอนเงินแบบ peer-to-peer ที่รวดเร็วและปลอดภัย\n",
"256942335": "โอกาสในการสร้างรายได้และผลตอบแทนที่หลากหลาย",
+ "257449963": "Follow these steps to see your earnings:",
"258310842": "พื้นที่ทำงาน",
+ "261542396": "We'll credit your commission for the previous month into your trading account after the 15th of every month. As an affiliate, you’ll earn commission when your referred clients trade on options and multipliers. To earn from your clients' MT5 trades, you'll need to sign up as an introducing broker. (see <0>How do I sign up as an introducing broker (IB)?0>)",
"262590832": "เปิดตำแหน่งยาวและสั้น ขึ้นอยู่กับกลยุทธ์การซื้อขายที่คุณต้องการ",
"263232709": "1 - 2 วันทําการ",
"264391901": "เพลิดเพลินไปกับตลาดสังเคราะห์ที่จำลองสภาพของตลาดในโลกแห่งความเป็นจริงโดยไม่ต้องหยุดชะงัก",
@@ -148,20 +167,23 @@
"267527172": "บัญชี DMT5 Standard มอบเลเวอเรจสูงและสเปรดผันแปรให้กับเทรดเดอร์มือใหม่และมีประสบการณ์เพื่อความยืดหยุ่นสูงสุด บัญชี DMT5 Advanced เป็นบัญชี 100% A Book ที่การซื้อขายของคุณส่งตรงไปยังตลาดทำให้คุณสามารถเข้าถึง forex ได้โดยตรง ผู้ให้บริการสภาพคล่อง บัญชีดัชนีสังเคราะห์ DMT5 ช่วยให้คุณสามารถซื้อขายสัญญาสำหรับความแตกต่าง (CFD) บนดัชนีสังเคราะห์ที่เลียนแบบการเคลื่อนไหวในโลกแห่งความเป็นจริง สามารถซื้อขายได้ตลอด 24 ชั่วโมงทุกวันและผ่านการตรวจสอบเพื่อความเป็นธรรมโดยบุคคลภายนอกที่เป็นอิสระ",
"268108542": "1. เลือก 'Google Drive' และคลิก 'ดำเนินการต่อ'",
"271560771": "ป้อนจำนวนเงินที่คูณต้องการซื้อขายด้วย",
+ "272283021": "You can now log in to Deriv MT5 with your new password.",
"274268819": "ดัชนีความผันผวน 100 ",
+ "274392779": "the Labuan Financial Services Authority",
"275116637": "Deriv X",
"276341434": "ในฐานะที่เป็นส่วนหนึ่งของการเปลี่ยนชื่อแบรนด์ บัญชีพันธมิตร URL เข้าสู่ระบบจะเปลี่ยนไป",
+ "276482397": "No, you can't.",
"276645072": "2. เลือกบัญชี Google และให้สิทธิ์ที่จำเป็นสำหรับ DBot เพื่อเข้าถึง Google Drive ",
"278499050": "ใช้สกุลเงินท้องถิ่นของคุณเพื่อทําการฝากเงินเข้าและถอนเงินจากบัญชี Deriv ของคุณ",
"281247370": "เครื่องคำนวณมาร์จิ้น",
+ "286879509": "When do I need to verify my account?",
"287556583": "ค่า pip สำหรับสัญญาบน DMT5 คำนวณจากสูตรนี้:",
"288004682": "ไม่มีค่าธรรมเนียมแอบแฝง หรือ คอมมิชชั่น",
"288719886": "สาธารณรัฐเชก",
"289008060": "Facebook Inc",
"289731075": "เริ่ม",
"291605393": "กรีซ",
- "298511755": "ซึ่งมักจะเกิดขึ้นกับลูกค้าที่ฝากเงินเป็นครั้งแรกโดยใช้บัตรเครดิต โปรดขอให้ธนาคารทำการอนุญาตให้ทำธุรกรรมด้วย 'Deriv'",
- "300084741": "สัญญาสําหรับความแตกต่าง (CFD) เป็นสัญญาที่จ่ายส่วนต่างระหว่างมูลค่าของสินทรัพย์ในขณะที่เปิดการซื้อขายและมูลค่าของการซื้อขายที่ปิดการซื้อขาย",
+ "292497263": "Click on your account balance and click <0>Add or manage account.0>",
"300201586": "เปิดบัญชีทดลองบน Deriv และฝึกฝนด้วยเงินเสมือนจริงไม่จำกัด บนแพลตฟอร์มที่ได้รับรางวัลของเรา",
"305547463": "คุณสมบัติที่ใช้งานง่าย",
"306846388": "การซื้อขายออนไลน์นั้นน่าตื่นเต้น แต่มีความเสี่ยงและอาจนำไปสู่การเสพติด ที่ Deriv เรามองหาผลประโยชน์ที่ดีที่สุดของลูกค้าและส่งเสริมให้พวกเขาฝึกฝน <0>การซื้อขายที่ปลอดภัยและมีความรับผิดชอบ0> หากคุณยังใหม่กับสิ่งนี้คุณสามารถฝึกการซื้อขายด้วยเงินเสมือนไม่จำกัด ก่อนที่คุณจะลงทุนกับความเสี่ยงด้วยเงินของคุณ",
@@ -176,9 +198,9 @@
"318239044": "Pfizer",
"318433321": "ตราสารที่สามารถใช้ได้สําหรับการซื้อขายออปชัน",
"318815297": "เลือกรูปแบบการซื้อขายในแบบที่เป็นคุณ",
+ "319619035": "Will my inactive Deriv MT5 account be deactivated even though I still have a balance?",
"319934137": "ดัชนี<0>0>ยุโรป",
"320565687": "<0>ตะกร้า Gold0> วัดมูลค่าของทองคํากับตะกร้าสกุลเงินทั่วโลกห้าสกุล (EUR, GBP, JPY, AUD, USD) แต่ละรูปถ่วงน้ําหนัก 20%",
- "322580327": "คุณสามารถแชทกับเทรดเดอร์ที่คุณกําลังติดต่อด้วยผ่านการแชทในแอปเพื่อแก้ไขข้อพิพาท หากทั้งสองฝ่ายไม่สามารถบรรลุข้อตกลงคุณสามารถติดต่อเราผ่านสิ่งอํานวยความสะดวกข้อพิพาทในแอป เราจะติดต่อไปยังผู้ที่เกี่ยวข้องและทํางานเพื่อแก้ไขข้อพิพาทโดยเร็วที่สุด",
"323564058": "การชำระเงินง่ายขึ้น วิธีที่รวดเร็วและเชื่อถือได้ในการฝากเงินในสกุลเงินท้องถิ่นของคุณ",
"325128398": "3. ระยะเวลา",
"326242312": "ปริมาณเป็นล็อต",
@@ -186,12 +208,13 @@
"332441329": "Interim | DMT5",
"332961148": "ทำการเพิ่มหรือลบวิธีการชำระเงินที่ยอมรับแล้วได้อย่างไร?",
"335040248": "เกี่ยวกับเรา",
- "336359962": "ค่าธรรมเนียมบัญชีที่ไม่มีการเคลื่อนไหว เป็นจํานวนเงินที่เรียกเก็บจากบัญชีใดๆ ที่ไม่ได้ทําธุรกรรมในช่วงเวลาต่อเนื่อง 12 เดือน",
+ "337214156": "What are the differences between the Deriv MT5 Synthetic, Financial, and Financial STP accounts?",
"337900732": "เดนมาร์ก",
"339084000": "ข้อกำหนดเงื่อนไข",
"339879944": "GBP/USD",
"341589956": "Air France KLM SA",
"342146000": "<0>บันทึกลงในคอมพิวเตอร์0>",
+ "342722863": "\n Learn more about our commission plans on <0>our Affiliate and IB Programme page0>.",
"343021270": "เทรดด้วยบัญชี CFD จริง เข้าถึงเลเวอเรจและตำแหน่งการค้าที่มากกว่าเงินทุนที่มีอยู่ของคุณ",
"343586987": "ดังนั้นในสถานการณ์สมมตินี้คุณจะตั้งค่าระดับกําไรของคุณที่ <0>6.83 USD0>",
"349098817": "มีอะไรใหม่ใน Deriv.com?",
@@ -202,6 +225,7 @@
"354260859": "เทรดด้วยบัญชี Deriv MT5 (DMT5) หรือ Deriv X จริงและเข้าถึงเลเวอเรจสูงเพื่อเทรดในตําแหน่งที่มีขนาดใหญ่กว่าเงินทุนที่มีอยู่ของคุณ",
"355340164": "Deriv X แพลตฟอร์มการซื้อขายออนไลน์",
"358838306": "รองประธานฝ่ายสนับสนุนลูกค้า",
+ "358998585": "The Deriv MT5 Financial STP account offers CFDs on forex and cryptocurrencies, with lower leverage than the Financial account. This is a 100% A-book account, so your trades pass straight through to the market, giving you direct access to liquidity providers. This account also offers 24/7 trading on cryptocurrencies.",
"361051814": "สมมติว่าคุณต้องการคํานวณระดับ take profit และมูลค่า pip เมื่อคุณต้องการขาย 3 ล็อตของ Volatility 50 ดัชนีราคาที่ 249.5961 USD ด้วยจํานวนกําไร 84 USD",
"361599549": "ลูกค้าในประเทศฟิลิปปินส์สามารถโอนเงินผ่านธนาคารออนไลน์ อีกทั้งยังทำธุรกรรมออนไลน์ได้ทั้งการฝากเงินและถอนเงิน\n\n\n",
"365224830": "ซื้อขายดัชนีตะกร้าออนไลน์ | บัญชีทดลองซื้อขายดัชนีตะกร้า | Deriv",
@@ -218,6 +242,7 @@
"376677604": "ทั้งหมดนี้มีอยู่บนแพลตฟอร์ม DMT5 ของเรา",
"378043056": "ดัชนีเหล่านี้ได้จำลองประสิทธิภาพของบริษัทที่มีการซื้อขายหุ้นในตลาดการเงินในภูมิภาคเอเชีย/โอเชียเนีย",
"378788991": "ดัชนีสังเคราะห์ใหม่ล่าสุดพร้อมให้ใช้งานแล้วบน DTrader และ Deriv MT5 (DMT5)",
+ "379401010": "Partners",
"379730266": "การจ่ายคอมมิชชั่นสำหรับสินทรัพย์ทั้งหมดจะถูกแปลงเป็นสกุลเงินฝากของคุณตามอัตราแลกเปลี่ยนล่าสุด",
"383145223": "หุ้น Ebook",
"386443705": "จะได้รับค่าคอมมิชชั่นจาก Deriv IB ได้อย่างไรและเมื่อไหร่?",
@@ -226,14 +251,15 @@
"390647540": "บัญชีจริง",
"392031899": "จะสามารถใช้ได้เร็ว ๆ นี้",
"392840594": "สอบถามเกี่ยวกับพันธมิตร และ โปรแกรม IB ของเรา",
+ "393215173": "the British Virgin Islands Financial Services Commission",
"393841045": "<0>หมายเหตุ:0>",
"393899903": "คุณสามารถให้บริการลูกค้า Deriv ในประเทศที่คุณอาศัยอยู่เท่านั้น",
- "394545276": "สามารถฝากหรือถอนขั้นต่ำ USD / EUR / GBP / AUD 5 โดยใช้ e-wallets ส่วนวิธีการชำระเงินอื่นๆ จะมีจำนวนเงินขั้นต่ำที่แตกต่างกัน",
"395057342": "เราคือใคร",
"396609660": "กรอกแบบฟอร์มด้วยข้อมูลประจําตัวบัญชี Deriv MT5 ของคุณ ในฟิลด์ <0>Broker0> ป้อนชื่อเซิร์ฟเวอร์บัญชีของคุณ: <1/> <0>- Deriv-Demo0> หากสัญญาณของคุณสําหรับบัญชีทดลองเพียง <1/> <0>- Deriv-เซิร์ฟเวอร์0> หรือ <0>Deriv-Server-020> ถ้าสัญญาณของ <1/> (คุณสามารถค้นหาชื่อเซิร์ฟเวอร์บัญชีได้ที่แดชบอร์ด <2>Deriv MT52>)\n",
"396992773": "Deriv เป็นโบรกเกอร์ที่ดีที่สุดในโลกในแง่ของสินทรัพย์ที่พวกเขาเสนอ ความง่ายในการถอนและฝาก บวกกับบริการอื่นๆ ให้สิ่งที่ดีที่สุดแก่เรา Deriv!",
"397235089": "เรียนรู้เกี่ยวกับตลาดที่คุณสามารถซื้อขายออนไลน์กับ Deriv ได้ รวมถึงฟอเร็กซ์ ดัชนีสังเคราะห์ หุ้นและดัชนี สกุลเงินดิจิตอล และสินค้าโภคภัณฑ์",
"398319738": "DMT5 คืออะไร?",
+ "399948438": "Click <0>Create new ad0>.",
"400968378": "ตำแหน่ง",
"406075956": "หากคุณเลือก ‘คี่’ คุณจะได้รับเงินก็ต่อเมื่อ เลขหลักสุดท้ายของค่า tick สุดท้ายเป็นเลขคี่ (เช่น 1 3 5 7 หรือ 9)",
"408925924": "สูงสุด x1000",
@@ -247,6 +273,7 @@
"419208082": "แพลตฟอร์มการซื้อขาย CFD ของเราโดย MetaQuotes: trade.mql5.com",
"419648873": "ซื้อขายหุ้นทั่วโลกและดัชนีหุ้นบนแพลตฟอร์ม DMT5 ของเรา",
"420161092": "ร่วมทดลองเป็นกลุ่มแรกกับ Deriv.com",
+ "421158556": "You may refer to <0>our terms0> for more information. If you need help getting into your account, <1>contact us via live chat.1>",
"421232681": "ข้อกําหนดเพิ่มเติม",
"422714856": "เพื่อความชัดเจนในการสร้างภาพลักษณ์ใหม่นี้ได้รับแรงบันดาลใจจากลูกค้า ตื่นเต้นที่จะยกระดับให้เป็นประสบการณ์ของการซื้อขายใหม่ที่ได้รับการปรับปรุงบน Deriv.com ซึ่งจะสามารถแลกเปลี่ยนในสิ่งที่ต้องการเมื่อคุณต้องการและวิธีที่ต้องการ",
"424703192": "ลูกค้าในส่วนที่เหลือของโลก (ยกเว้นประเทศที่ถูก จํากัด เช่นสหรัฐอเมริกาแคนาดาและฮ่องกง) ที่ต้องการซื้อขาย CFD ในเครื่องมือทางการเงินสามารถมีบัญชีทางการเงิน DMT5 และบัญชีทางการเงิน Deriv X ภายใต้ Deriv (V) Ltd บริษัทนี้ไม่มี CFD ในคริปโตเคอเรนซี่",
@@ -267,8 +294,11 @@
"439798157": "การนำเข้ากลยุทธ์",
"441557166": "Deriv X - แพลตฟอร์มการซื้อขาย CFD หลายสินทรัพย์ที่มีให้บริการบน Deriv",
"442177402": "คู่เงินคริปโต คู่",
+ "443594501": "For your Deriv MT5 and Deriv X real accounts, log in to close any open positions.",
+ "443887309": "Your credit card balance may be insufficient.",
"447476086": "<0>ประเทศ0> รายงาน แสดงรายการชื่อประเทศที่มีการคลิกของคุณ",
"447711315": "การเข้าครอบครองโดเมนย่อย",
+ "448874206": "If you have active orders, keep the app open (either on your phone or computer) until your orders are completed. Try to complete your orders within 2 hours.",
"448985812": "0-19.999%",
"449277904": "คืออะไร Deriv GO",
"451624200": "XTZ/USD",
@@ -277,9 +307,9 @@
"455897892": "สกุลเงินดิจิตอล อีบุ๊ก",
"456825069": "ผู้เชี่ยวชาญด้านการซื้อขาย",
"459886707": "E-wallets",
- "460766210": "Deriv Investments (Europe) Limited, W Business Centre, Level 3, Triq Dun Karm, Birkirkara BKR 9033, Malta, ได้รับอนุญาต ในมอลตา (<0>ใบอนุญาตหมายเลข IS/701560>) และได้รับอนุญาตจาก Malta Financial Services Authority ภายใต้พระราชบัญญัติบริการการลงทุนเพื่อให้บริการการลงทุนในสหภาพยุโรป นอกจากนี้ยังได้รับอนุญาตและอยู่ภายใต้กฎระเบียบที่ จํากัด โดยหน่วยงานกํากับดูแลทางการเงินในสหราชอาณาจักร รายละเอียดเกี่ยวกับขอบเขตของการอนุญาตและข้อบังคับของเราโดยหน่วยงานกํากับดูแลทางการเงินมีให้จากเราตามคําขอ",
"460878453": "5 - 10,000",
"465003790": "เข้าสู่ระบบ DMT5",
+ "465522807": "<0>A signal provider0> \n Do you provide trading data for others to follow? Grow your community of traders and earn commission when they sign up and trade on our platforms.",
"467590240": "หุ้น & ดัชนี",
"469222213": "คลิกที่แท็บ <0>สถิติ0> และเลือกผู้ให้บริการสัญญาณของคุณ",
"473760456": "เราพูดอย่างชัดแจ้งเพื่อหลีกเลี่ยงความคลุมเครือเปิดเผยข้อกําหนดของสัญญาทั้งหมดและมีความชัดเจนเกี่ยวกับความเสี่ยงของการซื้อขายและวิธีการทําเงิน",
@@ -289,7 +319,8 @@
"476621330": "เปิดบัญชี",
"479311128": "เปิดการซื้อขายด้วยต้นทุนที่ต่ำลงและเพิ่มผลกำไรที่เป็นไปได้ของคุณ",
"480442479": "การปลอมแปลงคำขอข้ามไซต์ (ไม่สำคัญ)",
- "482031216": "ฟอเร็กซ์ เป็นตลาดกระจายศูนย์กลางทั่วโลกสําหรับการซื้อและขายสกุลเงิน",
+ "481274667": "How can I withdraw funds from my Deriv MT5 real money account?",
+ "481411401": "Regulation",
"482369277": "โปรแกรม Affiliate และ IB ของ Deriv มอบโอกาสในการสร้างรายได้ที่น่าตื่นเต้น รับค่าคอมมิชชั่นจากการเทรดของลูกค้าที่คุณแนะนำบนแพลตฟอร์มของเรา",
"486935836": "ลืมรหัสผ่านบัญชี Google/Facebook/Apple จะเข้าสู่บัญชี Deriv ได้อย่างไร",
"487236738": "วิธีการคํานวณ",
@@ -304,11 +335,13 @@
"494843334": "สามารถซื้อขายฟอเร็กซ์, ดัชนีหุ้น, สินค้าโภคภัณฑ์และดัชนีสังเคราะห์บน DTrader",
"495686884": "ทำไมถึงเลือกเราสำหรับการซื้อขายออนไลน์ของคุณ | Deriv",
"497469280": "เรามุ่งหวังที่จะให้ลูกค้าของเรามีระบบที่เชื่อถือได้ซึ่งมีเวลาทำงานสูงและเวลาแฝงต่ำ แม้ในเครือข่ายข้อมูลมือถือความเร็วต่ำ เรามอบการรักษาความปลอดภัยที่ดีและความเข้ากันได้ข้ามอุปกรณ์สำหรับเดสก์ท็อปและอุปกรณ์พกพาหลัก ๆ ทั้งหมด",
- "497717591": "ฉันสามารถใช้วิธีการชําระเงินแบบใดกับ Deriv P2P?",
+ "497567508": "Your Deriv MT5 history will be downloaded as an XML file.",
+ "497905436": "How do I check my available balance for Deriv P2P?",
+ "500999639": "Some trade types may not be available in certain countries.",
"501413836": "750+",
"501620507": "ส่งผลกระทบต่อลูกค้าอย่างไร?",
"501763239": "สกุลเงินคู่หลัก",
- "502554477": "อะไรคือความแตกต่างระหว่างดัชนีสังเคราะห์ DMT5 บัญชี STP ทางการเงินและการเงิน?",
+ "504465748": "We'll email you a verification link. Click that link and set a new password for your Deriv account.",
"506797447": "<0>ตะกร้า EUR0> จะวัดค่าของยูโรเทียบกับตะกร้าสกุลเงินทั่วโลกห้าสกุล (USD, AUD, GBP, JPY, CAD) ซึ่งมีน้ําหนัก 20%",
"509964491": "ซื้อขายแม้ในขณะที่ตลาดการเงินส่วนใหญ่ปิดทำการ",
"510309290": "Deriv X: แอปซื้อขาย CFD ของเราโดย DevExperts (<0>แอป Android0>, <1>แอป iOS1>)",
@@ -332,8 +365,8 @@
"527660774": "เครื่องมือการซื้อขาย | เครื่องคำนวณ Swap, pip และ margin | Deriv",
"528858838": "Lead/USD",
"529056539": "ออปชัน",
+ "529597350": "หากคุณมีตำแหน่งที่เปิดอยู่ เราได้ปิดและคืนเงินให้คุณแล้ว",
"529901734": "ในดัชนีตะกร้าการซื้อขาย การเปลี่ยนแปลงในมูลค่าของสกุลเงินหนึ่งจะวัดเทียบกับตะกร้าของสกุลเงินที่มีสภาพคล่องมากที่สุดในโลก",
- "533583221": "การโอนบัญชีแบบทันที เมื่อทำตามขั้นตอนทั้งหมดแล้วยอดคงเหลือในบัญชีของ DMT5 จะได้รับการอัปเดตโดยทันที",
"538228086": "ปิด-ต่ำ",
"538682015": "ตรวจสอบแอพอื่น ๆ ของเรา",
"539645627": "เรามุ่งมั่นที่จะนำเสนอผลิตภัณฑ์ชั้นนำของตลาดที่ได้รับความไว้วางใจจากทั่วโลก",
@@ -351,12 +384,14 @@
"555580651": "1. ในแผงทางด้านขวาของพื้นที่ทำงานให้คลิก 'ล้างสถิติ'",
"557095822": "คลิกปุ่ม <0>ใหม่0> เพื่อต่ออายุบริการหรือปุ่ม <0>ยกเลิกการสมัคร0> เพื่อยกเลิกการสมัครใช้บริการ",
"558327984": "เครื่องคํานวณกําไรและขาดทุนของเราสําหรับตัวคูณช่วยในการกําหนดระดับการหยุดการขาดทุนและ / หรือทํากําไรในการซื้อขายของคุณเพื่อลดการสูญเสียและเพิ่มผลกําไรสูงสุด",
+ "561889537": "A dispute was raised against you. Please <0>contact us0> via live chat for more info.",
"562246914": "การเปลี่ยนชื่อแบรนด์ได้แรงบันดาลใจจากลูกค้า หลังจากประสบการณ์การให้บริการในช่วง 20 ปีที่ผ่านมาทำให้รู้สึกว่าเข้าใจมากขึ้น การเปลี่ยนชื่อจึงเป็นโอกาสสำหรับการซื้อขายออนไลน์ที่ได้รับการปรับปรุง เพื่อที่จะได้ตอบสนองทุกความต้องการ",
"562528971": "Zinc/USD",
"562753315": "Guernsey | สำนักงานของเรา – Channel Islands | Deriv",
"566274201": "1. ตลาด",
+ "567739189": "Why do my Deriv MT5 positions always start with a loss?",
"568954877": "3. คุณสามารถสมัครสมาชิกผู้ให้บริการสัญญาณรายเดียวด้วยบัญชี DMT5 เพียงบัญชีเดียวในเวลาใดก็ได้ คุณสามารถใช้สัญญาณของคุณบนคอมพิวเตอร์สูงสุด 3 เครื่อง",
- "569354588": "นอกจากนี้ ยังสามารถจัดการเงินผ่านตัวแทนการชําระเงินได้หากบริการมีให้บริการในประเทศของคุณ",
+ "570656160": "You can use your Deriv MT5 demo account for as long as you want. However, if your account is inactive for 30 days, we'll deactivate it automatically.",
"575210404": "ส่งหรือรับการชำระเงิน",
"575534504": "สเปรดต่ำ",
"577779861": "เงินถอน",
@@ -369,6 +404,7 @@
"586006302": "<0>สูงกว่า/ต่ำกว่า0> คาดการณ์ตัวเลขหลักสุดท้ายของค่า tick ของสัญญาจะสูงหรือต่ำกว่า หมายเลขที่กำหนดไว้\n\n\n\n\n\n",
"586789100": "สามารถเลือกประเภทการซื้อขายที่สามารถปรับแต่งได้หลากหลาย ด้วยเงินลงทุนขั้นต่ำเพียง $ 0.35 และระยะเวลาสั้นๆ เพียงวินาทีเดียว",
"590858519": "บอกลาค่าใช้จ่ายข้ามคืน เปิดสถานะไว้นานเท่าที่คุณต้องการ*",
+ "593539508": "Yes, you can download the chart on DTrader (in .csv and .png) by clicking <0>Download0> on the toolbar on the left. ",
"593838951": "โอกาสที่หลากหลาย",
"595278941": "ราคาสินทรัพย์",
"595722471": "กลับไปยังผู้เล่น (RTP)% สำหรับการมองย้อนกลับสำหรับตัวคูณของ 1 และ 1 นาที ระยะเวลาอยู่ที่ประมาณ 87% โดยเฉลี่ย",
@@ -391,6 +427,7 @@
"622253642": "ประหยัดเวลา - ไม่จําเป็นต้องเปิดตรวจสอบและปิดการซื้อขาย",
"623188171": "ซื้อขายสกุลเงินดิจิทัลและดัชนีสังเคราะห์ได้ตลอดเวลาแม้ในวันหยุดสุดสัปดาห์และวันหยุดนักขัตฤกษ์",
"624256060": "กําหนดพารามิเตอร์ที่เป็นตัวเลือกที่ให้คุณควบคุมการซื้อขายของคุณได้มากขึ้น รวมถึงหยุดขาดทุน ทํากําไร และการยกเลิกข้อตกลง\n",
+ "625438255": "ส่วนหนึ่งของการเปลี่ยนแปลงในข้อเสนอทางการตลาดของเรา เราจะปิดบัญชีของลูกค้าในสหราชอาณาจักร",
"627388563": "เพิ่มเติมเกี่ยวกับ CFD",
"627774646": "กระแสรายได้เพิ่มเติมจากการสมัครสมาชิกรายเดือน",
"627845959": "สิ่งที่ควรคำนึงถึงเมื่อทำการซื้อขายทวีคูณ",
@@ -399,13 +436,11 @@
"631458864": "ขอบธุรกิจ",
"631607286": "Binary.com ได้ทำการเปลี่ยนแบรนด์เป็น Deriv.com และนี่คือสิ่งที่จําเป็นต้องทราบถึงการเปลี่ยนแปลง",
"632409475": "TER/USD",
- "634033595": "Deriv P2P เป็นบริการฝากและถอนเงินแบบ peer-to-peer ของ Deriv ที่ช่วยให้คุณได้รับเงินเข้าและออกจากบัญชี Deriv ของคุณได้อย่างง่ายดายผ่านการทําธุรกรรมกับเพื่อนเทรดเดอร์",
"635121138": "โปรแกรมพันธมิตร และ IB | Deriv",
"635797490": "Interim | DBot",
"636070520": "3. การซื้อขาย",
"636073620": "สมัครสมาชิกสัญญาณการซื้อขาย Deriv MetaTrader 5 เพื่อคัดลอกการซื้อขายของผู้ค้าที่มีประสบการณ์หรือกลายเป็นผู้ให้บริการสัญญาณและแบ่งปันกลยุทธ์ของคุณ",
"637013579": "เครื่องมือ \"ลากแล้ววาง\" แบบคลาสสิกของเราสำหรับการสร้างบอทซื้อขาย มีแผนภูมิการซื้อขายแบบป๊อปอัปสำหรับผู้ใช้ขั้นสูง",
- "639707096": "ลูกค้าไม่สามารถอาศัยอยู่ในเบลารุสแคนาดาฮ่องกงอิสราเอลเจอร์ซีย์มาเลเซียมอลตาปารากวัยรวันดาสหรัฐอาหรับเอมิเรตส์สหรัฐอเมริกาหรือประเทศที่ถูก จํากัด ซึ่งได้รับการระบุโดยหน่วยเฉพาะกิจปฏิบัติการทางการเงิน (FATF) ว่ามีข้อบกพร่องเชิงกลยุทธ์",
"640307277": "รองประธานฝ่ายวิศวกรรม",
"640405784": "ทำการฝากเงินอย่างง่ายดายด้วยวิธีการชำระบัตรกำนัลเงินสดสำหรับแอฟริกาใต้",
"641347172": "หลังจากระยะเวลาดำเนินการตามที่กำหนดของวิธีการชำระเงินที่คุณเลือก เงินของคุณจะถูกฝากเข้าบัญชีส่วนตัวของคุณ คุณสามารถตรวจสอบเวลาดำเนินการได้ในหน้า <0>วิธีการชำระเงิน0> ของเรา",
@@ -413,6 +448,7 @@
"642995056": "อีเมล",
"643554455": "ดูคำถามที่พบบ่อยเกี่ยวกับหัวข้อยอดนิยมเพื่อรับคำตอบอย่างรวดเร็ว",
"643810262": "การใช้ประโยชน์จากปัญหาตรรกะเชิงโต้ตอบที่อาจทำให้สูญเสียลูกค้า",
+ "645317079": "We'll remove the <0>withdrawal limit0> once your account has been verified.",
"645902266": "EUR/NZD",
"645954408": "เมื่อราคาตลาดเพิ่มขึ้นเป็น 8,700 USD คุณตัดสินใจที่จะตั้งค่าระดับการหยุดการขาดทุนที่ 8,200 USD หลังจากไม่กี่เห็บราคาจะดิ่งลงไปที่ 8,100 USD ซึ่งสูงกว่าระดับการหยุดขาดทุนของคุณ การเทรดของคุณจะปิดโดยอัตโนมัติที่ 8,100 USD",
"646017912": "แอพหลักของเราสำหรับตัวเลือกการซื้อขายและตัวคูณ",
@@ -423,9 +459,11 @@
"654674908": "กลยุทธ์ Martingale เป็นเทคนิคการซื้อขายแบบคลาสสิกที่สนับสนุนให้นักลงทุนเพิ่มขนาดสัญญาเป็นสองเท่าหลังจากที่ขาดทุนเพื่อที่ว่าเมื่อชนะจะได้รับสิ่งที่สูญเสียไปคืน",
"655249194": "Deriv X เป็นแพลตฟอร์ม CFD ที่สองของเรารองจาก MT5 เต็มไปด้วยคุณสมบัติและสร้างขึ้นเพื่อให้เหมาะกับสไตล์การซื้อขายของคุณ",
"655519080": "Deutsche Bank AG",
+ "655902997": "You may reactivate your account by <1>logging in1> with your email address and password. If you're unable to do so, please <0>contact us via live chat0>, and we'll help you further.",
"658337631": "มีบัญชี <0>Binary.com0> หรือไม่? สามารถ <1>ลงชื่อเข้าใช้1> ถึง <0>Deriv0> ด้วยบัญชี <0>Binary.com0> ชื่อผู้ใช้และรหัสผ่าน",
"662679188": "DTrader | แพลตฟอร์มการซื้อขายออนไลน์ | Deriv",
"663180477": "ลูกค้ากับประสบการณ์การซื้อขายครั้งแรก",
+ "665599274": "Fill up the form and click <0>Confirm0>.",
"665777772": "XLM/USD",
"666199378": "สามารถเข้าถึงบริการช่วยเหลือลูกค้า 7 วันต่อสัปดาห์ พร้อมศูนย์ช่วยเหลือที่ได้รับการปรับปรุงรวมถึงเนื้อหาที่เป็นประโยชน์อื่นๆ",
"666906792": "ทำการฝากเงินได้อย่างง่ายดายโดยใช้มือถือของคุณ สำหรับลูกค้าในกานาและยูกันดา",
@@ -434,14 +472,15 @@
"672008428": "ZEC/USD",
"680204734": "จำนวนเงินขั้นต่ำสำหรับการถอนเงินจะแตกต่างกันไปตามอัตราแลกเปลี่ยนล่าสุด ตัวเลขที่แสดงที่นี่จะถูกปัดเศษ",
"680953516": "ตลาดตราสาร",
+ "682063263": "Your Deriv P2P account may be blocked for one of the following reasons:",
"682108610": "ไม่ว่าจะเป็นผู้ที่เริ่มต้นหรือผู้ค้าที่มีประสบการณ์, การซื้อขายกับเราจะเป็นสิ่งที่ชื่นชอบ",
"682657885": "ไปที่แดชบอร์ด Deriv X",
"683810917": "ตรวจสอบค่าคอมมิชชั่น IB รายวันของคุณ",
"685027643": "หน้า 'ธุรกรรม' จะให้ข้อมูลโดยละเอียด เกี่ยวกับการซื้อขายแต่ละครั้ง เช่น ระยะเวลา สิ่งกีดขวาง (barrier) เวลาเริ่มต้นและเวลาสิ้นสุด เป็นต้น",
"686385193": "สมมติว่าคุณต้องการคํานวณระดับ take profit เมื่อคุณเปิดสถานะดัชนี Volatility 100 ราคา 3376.24 USD ด้วยจํานวนเงินเดิมพัน 10 USD ค่าตัวคูณ x100 และจํานวนกําไร 7.54 USD ในทิศทางลง",
"686387939": "ทำการลบบันทึกธุรกรรมได้อย่างไร?",
- "686417047": "DTrader อนุญาตให้ทำการแลกเปลี่ยนสินทรัพย์ได้มากกว่า 50 รายการในรูปแบบของ ดิจิทัล ตัวทวีคูณ และ ออปชันการมองย้อนกลับไป",
"688617121": "เลเวอเรจสูง",
+ "689068852": "Where can I see my ads?",
"689400450": "เป็นโบรกเกอร์ที่ดีที่สุดในโลก ฉันจะแนะนำให้ทุกคนทุกวันตลอดเวลา ตัวแทนสนับสนุนของพวกเขามีประโยชน์มากในทุกด้าน",
"690238026": "เรามีเครื่องมือที่ได้รับผ่านการทดสอบและทดลองแล้วรวมถึง banners วิดีโอรีวิวและโฆษณาแบบข้อความ หากต้องการเครื่องมือเพิ่มเติมที่ใช้ปรับแต่งรูปแบบของเว็บไซต์โปรดติดต่อผู้จัดการบัญชีได้ที่ <0>affiliateates@deriv.com0>",
"690959930": "รีเซ็ตรหัสผ่าน | Deriv",
@@ -452,6 +491,7 @@
"700128691": "เรายึดมั่นในความมุ่งมั่นที่มีมาตรฐานจริยธรรมสูง สามารถหาเหตุผลเพิ่มเติมเพื่อที่จะทราบว่าทําไม Deriv จึงเป็นตัวเลือกของผู้ค้าออนไลน์",
"701775446": "ดัชนีผันผวน 200",
"701840176": "คอมมิชชั่นต่อมูลค่าการซื้อขาย USD 100k",
+ "704465777": "After making your payment, share the receipt with the seller via the chat feature in Deriv P2P.",
"704532260": "ลงทะเบียนด้วยอีเมลของคุณ ไม่ต้องใช้บัตรเครดิตหรือการฝากเงินขั้นต่ำ",
"706069088": "เกี่ยวกับ Deriv",
"710137133": "สมัครตอนนี้",
@@ -483,12 +523,15 @@
"743105449": "จะทำการฝากเงินเข้าบัญชีจริงของ Deriv X ได้อย่างไร?",
"743623600": "อ้างอิง",
"746874005": "แลกเปลี่ยนสูตรฟอเร็กซ์",
+ "747290779": "<0>A software developer0> \n Build your own trading platform using our API and earn commission when your clients sign up and trade.",
"751493857": "USD 4",
"752024971": "ถึงจํานวนตัวเลขสูงสุดแล้ว",
+ "752304655": "<0>Turnover0> \n Earn up to 1.5% commission for each contract bought by your clients. The lower the probability of winning, the higher your commission payout.",
"755433132": "ดิจิทัลออปชันคืออะไร?",
"756066527": "ฉันยอมรับ <0>ข้อกำหนดเงื่อนไขในการให้บริการ0>",
"756310599": "เราจะมีความโปร่งใสเกี่ยวกับเงื่อนไขของสัญญาทั้งหมด เพื่อให้ลูกค้าสามารถเลือกได้อย่างมีข้อมูล",
"758038191": "ค้นหาบทบาทของคุณกับเราโดยค้นหาโอกาสในการทำงานกับ Deriv ใน Melaka ประเทศมาเลเซีย",
+ "759844711": "Yes, it's completely free of charge <0>to join0>.",
"760192418": "การซื้อขายอย่างชาญฉลาดโดยไม่ปล่อยให้อารมณ์มีอิทธิพลต่อการตัดสินใจอย่าทําการซื้อขายเมื่อมีแนวโน้มที่จะตัดสินใจได้ไม่ดี",
"760233310": "แอปพลิเคชันการซื้อขาย CFD ของเราโดย Devexperts: dx.deriv.com",
"762478389": "แลกเปลี่ยนในสิ่งที่ต้องการ - ฟอเร็กซ์, สินค้าโภคภัณฑ์, ดัชนีหุ้น และดัชนีสังเคราะห์",
@@ -504,6 +547,7 @@
"777848993": "สินทรัพย์ที่ซื้อขายได้และการเติบโต",
"778624300": "ใช้ประโยชน์จากเครื่องคำนวณการซื้อขายของ Deriv ที่ช่วยให้คุณคำนวณค่าสวอป pip กำไรและขาดทุนสำหรับการซื้อขาย CFD และตัวคูณ",
"779522948": "Ipoh | สำนักงานของเรา – มาเลเซีย | Deriv",
+ "780041225": "If you already have a demo account, here’s how to add a real account:",
"781723751": "10 - 17,000",
"783010200": "กระจายพอร์ตการลงทุนของคุณด้วยการซื้อขายโดยไม่มีค่าคอมมิชชั่นในดัชนีตลาดหุ้นต่างประเทศที่ใหญ่ที่สุด ซื้อขายกับดัชนีที่มีชื่อเสียงระดับโลกเช่น Wall Street 30, US Tech 100, UK 100 และอื่น ๆ อีกมากมาย รับการซื้อขายจากขั้นต่ำเพียง $5",
"783153785": "เงินเสมือนไม่ จำกัด",
@@ -516,6 +560,7 @@
"785973496": "โปรตุเกส",
"786796042": "เริ่มใน <0>3 มิถุนายน 20200>",
"788015089": "*สำหรับคู่ที่เลือก:",
+ "788744327": "Click <0>Change0> next to the password field, then click <0>Change Deriv MT5 password0>.",
"789376489": "USD/HKD",
"790534726": "ใช้การควบคุมเพื่อป้องกันกิจกรรมที่ผิดกฎหมาย",
"793647899": "บัญชีพันธมิตร Binary.com สามารถใช้ได้กับ Deriv.com เช่นกัน ซึ่งสามารถรับค่าคอมมิชชั่นจากลูกค้าเมื่อทำการค้าขายบน Binary.com หรือ Deriv.com",
@@ -524,17 +569,23 @@
"799457743": "เรียบง่าย",
"800183478": "ความปลอดภัยเป็นสิ่งสำคัญสำหรับเรา เราปรับปรุงผลิตภัณฑ์และบริการของเราอย่างต่อเนื่องโดยร่วมมือกับนักวิจัยด้านความปลอดภัยอิสระทั่วโลก",
"800934856": "สำรวจสำนักงานของเรา | Deriv",
+ "802021852": "If you're buying, you'll need to make payment and share your payment confirmation with the seller. Once the seller has confirmed that they've received your payment, the exchange amount will be credited into your Deriv account.",
"803989222": "บัญชี Synthetics ให้คุณซื้อขายดัชนีสังเคราะห์ที่เป็นกรรมสิทธิ์ของ Deriv ได้ตลอด 24 ชั่วโมงทุกวัน และจำลองการเคลื่อนไหวของตลาดในโลกแห่งความเป็นจริง",
"806165583": "Australia 200",
+ "806951253": "ในสหภาพยุโรป ผลิตภัณฑ์ทางการเงินนำเสนอโดย Deriv Investments (Europe) Limited, W Business Centre, Level 3, Triq Dun Karm, Birkirkara BKR 9033, Malta, ได้รับอนุญาตในมอลตา (<0>หมายเลขใบอนุญาต IS/701560> ) และควบคุมโดย Malta Financial Services Authority, Triq l-Imdina, Zone 1, Central Business District, Birkirkara CBD 1010, Malta ภายใต้ Investments Services Act ได้รับอนุญาตจาก Financial Conduct Authority และถือว่ามีการเปลี่ยนแปลงการอนุญาต อยู่ภายใต้ข้อบังคับของ Financial Conduct Authority ลักษณะและขอบเขตของการคุ้มครองผู้บริโภคอาจแตกต่างไปจากของบริษัทที่ตั้งอยู่ในสหราชอาณาจักร รายละเอียดของระบบสัญญาบริการทางการเงิน ซึ่งอนุญาตให้บริษัทใน EEA สามารถดำเนินการในสหราชอาณาจักรได้ในระยะเวลาที่จำกัด เพื่อดำเนินกิจกรรมที่จำเป็นสำหรับการปฏิบัติตามสัญญาที่มีอยู่ก่อนแล้ว สามารถดูได้ที่เว็บไซต์ของ Financial Conduct Authority",
"808426886": "เราไม่ฝึกฝนการขายหนัก ให้คำแนะนำทางการเงินหรือการซื้อขาย และไม่รับประกันผลตอบแทน เราไม่สนับสนุนให้ผู้ที่มีช่องโหว่ทำการค้าและใช้การควบคุมเพื่อป้องกันกิจกรรมที่ผิดกฎหมาย",
"809146176": "ไม่สามารถใช้ได้",
+ "809480545": "If you'd like to log in using your email address instead, follow these steps:",
"809649275": "ศูนย์ช่วยเหลือ | คำถามที่พบบ่อย | Deriv P2P | Deriv",
"809734567": "ในหน้าแสดงสัญญาณ <0>MQL50> ให้คลิกปุ่มสร้างสัญญาณ",
+ "811665902": "What is Deriv MetaTrader 5 (Deriv MT5)?",
"812101045": "หยุดการขาดทุนและ/หรือใช้เครื่องคํานวณกําไรสําหรับมาร์จิ้น",
"812888944": "ธุรกิจ Edge",
"814009433": "มูลค่าการซื้อขายทั้งหมด",
+ "814289409": "Then, withdraw your funds.",
"814644033": "ซื้อ crypto โดยใช้บัตรเครดิตและบัตรเดบิตของคุณเพื่อเติมเงินในบัญชี Deriv ของคุณด้วยการแลกเปลี่ยน fiat-to-crypto ระดับโลก",
"815602603": "ลงชื่อเข้าใช้บัญชี Deriv ของคุณ หากคุณไม่มีให้ลงทะเบียนฟรี",
+ "816534303": "To log in on your desktop, click <0>Trade on web terminal0>.",
"817637233": "ขอบคุณที่สมัคร",
"818087675": "รับการซื้อขายบน Deriv",
"818659471": "6. หยุดการขาดทุน",
@@ -545,6 +596,7 @@
"825675433": "การซื้อขายหุ้นและดัชนีที่มีอยู่ใน Deriv",
"825815966": "แก้ไขการจ่ายเงินที่คาดการณ์ได้",
"826511719": "USD/SEK",
+ "829379369": "You can automate your trading strategy using a trading bot. A trading bot is an automated computer program that purchases trade contracts for you while following a specific set of instructions that you provide.",
"829579058": "ปลอดภัย",
"831164350": "สมมติว่าคุณต้องการคํานวณระดับการหยุดการขาดทุนและมูลค่า pip เมื่อคุณต้องการซื้อ EUR / USD จํานวนมากที่ราคา 1.17524 USD ด้วยจํานวนการหยุดการสูญเสีย 24 USD\n",
"831282685": "ส่งอีเมลถึงเรา",
@@ -580,21 +632,24 @@
"871486196": "เทรดฟอเร็กซ์ ดัชนีสังเคราะห์ หุ้น ดัชนีหุ้น สกุลเงินดิจิตอล และสินค้าโภคภัณฑ์ในที่เดียว",
"874573741": "ซื้อขายฟอเร็กซ์ หุ้น ดัชนีหุ้น และสินค้าโภคภัณฑ์ในที่เดียว",
"874881951": "ค้นหาตำแหน่งงานว่างที่สำนักงานดูไบของเรา หาบทบาทของคุณในด้านไอที การตลาดและทรัพยากรบุคคล",
+ "875311753": "The completion rate is the percentage of orders that the advertiser could complete within 2 hours.",
"875766134": "นำเข้าจากคอมพิวเตอร์",
"876581050": "สโลวาเกีย",
"877897643": "ข้อดีของการเทรดฟอเร็กซ์บน DTrader",
+ "878441070": "Can I change the currency of my Deriv MT5 account?",
"878676836": "เอกสารข้อมูลสำคัญ",
"878922748": "บัญชี CFD คืออะไร?",
+ "878929504": "Complete the form and click <0>Submit0>.",
"879478126": "ดูไบ",
"881413021": "ทําไมต้องค้าสินค้าโภคภัณฑ์กับ Deriv",
"882216897": "โปรดใส่อีเมลของคุณ",
"885479216": "<0>การเข้าถึงหน้าเป้าหมาย & อิมเพรสชั่น0> รายงาน: แสดงอัตราจำนวนของการเข้ารับชม",
"886712679": "ได้รับใบอนุญาตและการควบคุม",
"887282040": "ทำไม Binary.com ถึงเปลี่ยนชื่อแบรนด์?",
+ "888619169": "If you have made a deposit or have added a real MT5 account, follow these steps:",
"888978991": "ดัชนีเหล่านี้ได้จำลองประสิทธิภาพของบริษัทที่ซื้อขายหุ้นในตลาดการเงินยุโรป",
"889704223": "เทรดตามที่คุณต้องการด้วย {{trade_no}} ประเภทการซื้อขายที่ยืดหยุ่นพ.",
"890667695": "45%",
- "891097078": "ดัชนี USD",
"893607771": "สิทธิประโยชน์จากชั่วโมงการซื้อขายรอบต่อวัน (วันจันทร์ถึงวันศุกร์) สภาพคล่องสูงอุปสรรค (barriers) ในการเข้าสู่ตลาดต่ำข้อเสนอที่หลากหลายและโอกาสในการแลกเปลี่ยนกับเหตุการณ์ในโลก",
"893980632": "มีคําถามเพิ่มเติมหรือไม่? ตรวจสอบ <0>FAQ0> บนเว็บไซต์ MQL5",
"895567953": "สินทรัพย์ที่บอทรองรับ",
@@ -609,17 +664,21 @@
"905952695": "ที่อยู่เว็บบล็อกของเรา: https://deriv.com/academy/",
"906120998": "ความแตกต่างที่สำคัญระหว่าง DTrader และ DMT5",
"909083576": "404 - ไม่พบหน้าที่คุณต้องการ | Deriv",
+ "912406629": "Follow these steps:",
"912981300": "เพิ่มเติม: เราได้เปลี่ยนชื่อโปรไฟล์โซเชียลมีเดียเป็น @Derivdotcom ใน Facebook, Instagram, และ Twitter กดไลค์และติดตามเพื่อติดตามข่าวสารล่าสุดของเรา",
"913091440": "ทดลอง DBot บน Deriv.com",
"913719394": "หากคุณเลือก ‘สูง’ คุณจะได้รับเงินก็ต่อเมื่อ ตัวเลขหลักสุดท้ายของ tick สุดท้าย มากกว่าตัวเลขที่คุณคาดการณ์ไว้",
- "914005173": "นอกสหภาพยุโรป ผลิตภัณฑ์ทางการเงินมีให้บริการโดย Deriv (FX) Ltd, F16, Level 1, Paragon Labuan, Jalan Tun Mustapha, 87000 Labuan, Malaysia ได้รับอนุญาตจาก Labuan Financial Services Authority (<0>ใบอนุญาตหมายเลข MB/18/00240>) Deriv (BVI) Ltd, Kingston Chambers, P.O. Box 173, Road Town, Tortola หมู่เกาะบริติชเวอร์จินได้รับอนุญาตจาก British Virgin Islands Financial Services Commission (<1>ใบอนุญาตหมายเลข SIBA/L/18/11141>) Deriv (V) Ltd (<2>ดูใบอนุญาต2>) 1276, Kumul Highway, Port Vila, Vanuatu ได้รับอนุญาตและควบคุมโดย Vanuatu Financial Services Commission และ Deriv (SVG) LLC, Hinds Buildings, Kingstown, St. Vincent และ Grenadines",
"915392164": "เปิดตําแหน่งยาวหรือระยะสั้นตามการคาดการณ์การเคลื่อนไหวของราคาตลาด",
+ "920363635": "Frequently asked questions - IB programme",
"925239281": "ฉันจะถอนเงินจากบัญชีเงินจริง Deriv X ของฉันได้อย่างไร?",
+ "927364570": "<0>Setting > Proof of address0>",
"927510190": "คาดการณ์ว่าตลาดจะอยู่ภายใน หรือ ออกนอกขอบเขต 2 ราคาเป้าหมาย ณ เวลาใดๆ ในระหว่างระยะเวลาของสัญญา",
"927827352": "ทั้งหมดในที่เดียว <0/>การซื้อขาย CFD<0/> แพลตฟอร์ม",
"927830157": "แพลตฟอร์มที่ใช้งานง่ายพร้อมวิดเจ็ตกราฟที่มีประสิทธิภาพ",
"930211164": "ซื้อขายได้ทุกวันตลอด 24 ชั่วโมง",
"931190863": "คลิก 'สร้างตัวแปร'",
+ "931793340": "ในสหภาพยุโรป ผลิตภัณฑ์ทางการเงินนำเสนอโดย Deriv Investments (Europe) Limited, W Business Centre, Level 3, Triq Dun Karm, Birkirkara BKR 9033, Malta, ได้รับอนุญาตในมอลตา (<0>หมายเลขใบอนุญาต IS/701560> ) และควบคุมโดย Malta Financial Services Authority, Triq l-Imdina, Zone 1, Central Business District, Birkirkara CBD 1010, Malta ภายใต้ Investments Services Act",
+ "931896911": "Go to the <0>History0> section.",
"932190946": "ขีดจำกัดการฝากรายวัน",
"934777772": "1.คลิก 'เริ่มต้น' เพื่อเปิดเมนูบล็อก",
"935167918": "3.75",
@@ -638,12 +697,12 @@
"960618190": "ซื้อขายสินทรัพย์ต่าง ๆ ในหลายตลาดพร้อมกัน",
"961530723": "Netflix Inc",
"962218636": "Airbus SE",
+ "963202666": "How do I sign up as an affiliate?",
"963922337": "2. บล็อกจะถูกจัดตามประเภท เพียงเลือกบล็อกที่คุณต้องการและลากไปยังพื้นที่ทำงาน",
"964982895": "ทำการฝากเงินได้อย่างง่ายดายโดยใช้มือถือของคุณ สำหรับลูกค้าในยูกันดาและแทนซาเนีย",
"968040107": "ค้นหาบล็อกที่ต้องการได้อย่างไร?",
"968576099": "ขึ้น/ลง",
"968627888": "ซื้อขายตลอด 24 ชั่วโมงทุกวัน รวมถึงวันหยุดสุดสัปดาห์และวันหยุดนักขัตฤกษ์",
- "971351835": "การเปิดเผยข้อมูลทางการเงิน รายงานประจำปี 2563",
"972090300": "ทําไมจึงควรสลับไปใช้ Deriv.com?",
"973734471": "ฟินแลนด์",
"973933650": "โอนได้ทันที เมื่อคุณทำตามขั้นตอนทั้งหมดเสร็จแล้ว ยอดคงเหลือในบัญชี Deriv X ของคุณจะได้รับการอัปเดตทันที",
@@ -657,13 +716,16 @@
"992485806": "ตําแหน่งของคุณจะถูกปิดโดยอัตโนมัติเมื่อระดับการหยุดขาดทุนอยู่ที่ <0>1.17500> และเมื่อมูลค่า stop loss pip ของคุณอยู่ที่ <0>24 USD0>",
"1000512133": "API",
"1001160515": "ขาย",
+ "1001731723": "Yes, as long as you haven’t opened a Deriv MT5 Financial STP account, you can still trade without verifying your account.",
"1004480214": "มือถือ",
"1005687893": "ซื้อขายออนไลน์กับ Deriv | เรียบง่าย ยืดหยุ่น เชื่อถือได้",
"1005701957": "หากคุณเลือก ‘อยู่ระหว่าง’ คุณจะได้รับเงินก็ต่อเมื่อ ตลาดมีค่าอยู่ระหว่าง (โดยไม่แตะ) ค่า Barrier สูง หรือ ค่า Barrier ต่ำ ณ เวลาใดๆ ในระหว่างระยะเวลาของสัญญา",
"1005941063": "ฝากและถอนเงินใน Litecoin ซึ่งเป็นสกุลเงินดิจิตอลที่ยั่งยืนด้วยการประมวลผลทางธุรกรรมที่รวดเร็ว",
"1009128101": "ติดตั้งง่าย – ไม่จําเป็นต้องติดตั้ง",
+ "1010278278": "Can I delete my Deriv MT5 account history?",
"1010645311": "ทํานายการเคลื่อนไหวของราคาสินค้าโภคภัณฑ์เช่นเงินทองคําและน้ํามันและใช้มาร์จิ้นเพื่อขยายผลกําไรที่เป็นไปได้ของคุณ",
"1011699543": "แลกเปลี่ยนการเคลื่อนไหวของราคาของทรัพยากรธรรมชาติที่เป็นศูนย์กลางของเศรษฐกิจโลกและใช้ประโยชน์จากการดำเนินการของตลาดให้เกิดประโยชน์สูงสุด",
+ "1012902658": "ใช่ <0>ติดต่อเราผ่านการแชทสด0> และเราจะช่วยคุณ",
"1015510435": "BMW",
"1016174771": "<0>หยุดการขาดทุนและ/หรือจำนวนเงินทำกำไรในทิศทางขาลง = สูงสุด [{สัดส่วนการถือหุ้น× (- (ระดับการหยุดขาดทุนหรือระดับการทำกำไร - ราคาสินทรัพย์) ÷ ราคาสินทรัพย์×ตัวคูณ) - ค่าคอมมิชชัน} - สเตค]0>",
"1016273887": "CFD ถือเป็นอนุพันธ์ที่ซับซ้อนและอาจไม่เหมาะสำหรับลูกค้ารายย่อย",
@@ -678,15 +740,17 @@
"1024953822": "แลกเปลี่ยน forex, สังเคราะห์ และ สกุลเงินดิจิตอล ได้ทุกที่",
"1026160856": "คาดการณ์ว่าตัวเลขหลักสุดท้ายของค่า tick ในสัญญานี้จะเป็นเลขคู่หรือเลขคี่",
"1027197513": "Deriv X เป็นแพลตฟอร์มการซื้อขายที่ใช้งานง่าย ซึ่งคุณสามารถซื้อขาย CFD บนสินทรัพย์ต่างๆ บนเลย์เอาต์ของแพลตฟอร์มที่คุณสามารถปรับแต่งได้ตามความต้องการของคุณ",
- "1032383871": "คุณสามารถสร้างและเรียกใช้กลยุทธ์การซื้อขายอัตโนมัติของคุณเองด้วย DBot คุณสามารถดาวน์โหลดบอทโปรแกรมซื้อขายสำเร็จรูป (หรือที่รู้จักในนาม ผู้เชียวชาญด้านคำปรึกษา) สำหรับ DMT5 ได้โดยไปที่แท็บ 'ตลาด' ในแพลตฟอร์ม DMT5",
"1032907147": "AUD/NZD",
"1033805779": "โปรแกรมพันธมิตร Deriv ทั้งหมดสามารถที่จะเข้าร่วมได้โดยไม่มีค่าใช้จ่ายหรือค่าธรรมเนียม",
"1033824796": "currentStake",
"1034695894": "ค้นหาวิธีการทํางานของ Deriv P2P:",
"1034875052": "บริการที่ยอดเยี่ยมและเชื่อถือได้ ผ่านการทดสอบและเชื่อถือได้!",
+ "1035639511": "Deriv Limited – 13 Castle Street, St. Helier, JE2 3BT, Jersey – เป็นบริษัทโฮลดิ้งสำหรับบริษัทย่อยข้างต้น",
"1035890756": "เพิ่มบัญชี Deriv จริง",
"1037965324": "USD 10B+",
"1039678171": "สำหรับลูกค้า",
+ "1041343262": "You can chat with the trader you are dealing with via the chat feature in Deriv P2P.",
+ "1041405933": "Read <0>this article0> to learn more about automated trading on Deriv.",
"1044540155": "100+",
"1045309798": "อัตราสวอป (เงินทุนข้ามคืน)",
"1046578159": "GBP/SGD",
@@ -701,6 +765,7 @@
"1056821534": "แน่ใจหรือไม่?",
"1057239639": "กำหนดค่าพารามิเตอร์เสริมสำหรับการซื้อขายของคุณ",
"1058440967": "การเปลี่ยนแปลงนี้จะมีผลต่อการเป็นโบรกเกอร์แนะนํา (IB) อย่างไร?",
+ "1062240703": "Yes, we’re regulated by",
"1062246296": "แนะนำ DBot บน Deriv.com",
"1062691395": "ได้ทำการแยกรายงานเพื่อความสะดวก",
"1065635876": "2. ตรวจสอบกราฟ",
@@ -708,6 +773,7 @@
"1068264174": "แดชบอร์ดของบัญชีพันธมิตร Deriv",
"1069671533": "ใคร",
"1072277224": "ตามเรามา",
+ "1072571985": "If you created your Deriv account using Apple/Google/Facebook, try resetting your Apple/Google/Facebook password. After that, you should be able to log in to Deriv as usual.",
"1074669784": "ทำการฝากและถอนที่รวดเร็วและปลอดภัยด้วยโซลูชันที่เหมาะกับมือถือสำหรับลูกค้าในไนจีเรีย",
"1077281998": "ดัชนีเหล่านี้สอดคล้องกับตลาดจำลองที่มีความผันผวนคงที่ที่ 10%, 25%, 50%, 75%, 100%, 200% และ 300%",
"1077779258": "General Motors Company",
@@ -715,6 +781,7 @@
"1079127917": "ดัชนีสังเคราะห์ที่เป็นกรรมสิทธิ์ของ Deriv จำลองการเคลื่อนไหวของตลาดในโลกแห่งความเป็นจริง สนับสนุนโดยโปรแกรมสร้างตัวเลขสุ่มที่มีความปลอดภัยในการเข้ารหัส ดัชนีเหล่านี้พร้อมให้ซื้อขายทุกวันตลอด 24 ชั่วโมง และไม่ได้รับผลกระทบจากเวลาทำการปกติของตลาด เหตุการณ์ทั่วโลก หรือตลาดและ ความเสี่ยงด้านสภาพคล่อง",
"1079537687": "Biogen Inc",
"1079986638": "“เว็บ P2P และแอพมือถือของ Deriv",
+ "1082899428": "ที่มา: แพลตฟอร์มการซื้อขายออนไลน์ที่มีให้บริการตลอด 24 ชั่วโมงทุกวันพร้อมอนุพันธ์ที่มีให้เลือกมากมาย",
"1082977556": "<0>ด้วยการซื้อขายมาร์จิ้นที่เทียบเท่า $1000> ด้วยเลเวอเรจ 1:500 คุณมีความเสี่ยง 2% * $50,000 = <1>การสูญเสีย $1,0001>",
"1084407062": "ดัชนีเหล่านี้สอดคล้องกับตลาดจําลองที่มีความผันผวน <0>จํากัดที่ 10%, 25%, 50%, 75% และ 100%0> มีความน่าจะเป็นเท่ากันของการกระโดดขึ้นหรือลง <0>ทุกๆ 20 นาที0> โดยเฉลี่ยแล้ว ขนาดกระโดด <0>30 ครั้ง0> การเคลื่อนไหวของราคาปกติโดยเฉลี่ย",
"1084702344": "สร้างหรือ <0>ลงชื่อเข้าใช้0> บัญชี Deriv ของคุณ",
@@ -735,6 +802,7 @@
"1106746692": "เปิดบัญชีจริงทําการฝากเงินและเริ่มซื้อขายหุ้น & ดัชนีและตลาดอื่น ๆ",
"1107638944": "วิดีโอ บทช่วยสอน เว็บบินาร์ล่าสุดสำหรับการซื้อขาย | Deriv",
"1108389724": "เพลิดเพลินกับการซื้อขายที่ไม่มีค่าคอมมิชชั่นสำหรับสินทรัพย์ทั้งหมด นอกจากนี้ ไม่ต้องจ่ายค่าธรรมเนียมสวอปสำหรับโพซิชั่นข้ามคืนสำหรับคู่ฟอเร็กซ์ที่เลือก",
+ "1113034090": "<0>Note:0> You'll only be able to create ads once your account has been verified.",
"1113469496": "สิ่งนี้ทำให้คุณคิดค่าอัตราการแลกเปลี่ยนเป็น USD",
"1114242450": "ดัชนีสังเคราะห์สามารถซื้อขายได้ใน Deriv\n",
"1115835371": "คําถามที่พบบ่อย - บัญชี",
@@ -745,10 +813,13 @@
"1123710409": "คำนวณมาร์จินอย่างไร",
"1123908498": "MTC/USD",
"1124560181": "ความยืดหยุ่นกับหลายตลาด",
+ "1124829631": "What conversion rates do you use for deposits and withdrawals?",
"1124905330": "ปรับแต่งประเภทการค้าของคุณ",
+ "1126492980": "The <0>Buy/Sell0> tab shows you ads by other advertisers. You can see your ads in the <0>My ads0> tab.",
"1126725671": "ช่วยให้เข้าใจความเสี่ยงที่อาจจะเกิดขึ้นเมื่อทำการซื้อขายใน Deriv",
"1126917116": "คู่ไมโคร",
"1127858885": "ค้นหาบทบาทของคุณกับเราโดยค้นหาโอกาสในการทำงานกับ Deriv ใน มินสค์ เบลารุส",
+ "1128046384": "No. You can withdraw your commission whenever you want.",
"1135059547": "สอบถามทุกคน",
"1136360582": "ใน e-book นี้เราจะกล่าวถึง",
"1136731907": "โปรดทราบว่าค่าเหล่านี้เป็นค่าโดยประมาณเท่านั้น และจะแตกต่างกันขึ้นอยู่กับเลเวอเรจที่กําหนดไว้สําหรับบัญชีของคุณ และสินทรัพย์ที่คุณต้องการซื้อขาย\n\n\n",
@@ -759,8 +830,9 @@
"1151456638": "เราให้ความสำคัญกับผู้เล่นในทีมที่ทำงานร่วมกันอย่างอิสระข้ามแผนกด้วยความอ่อนน้อมถ่อมตนและความทะเยอทะยาน",
"1151925602": "คาดการณ์ตัวเลขหลักสุดท้ายของค่า tick ของสัญญาจะสูงหรือต่ำกว่า หมายเลขที่กำหนดไว้\n\n\n\n\n\n",
"1152332043": "เทรดฟอเร็กซ์ ดัชนีสังเคราะห์ หุ้น ดัชนีหุ้น สกุลเงินดิจิทัล และสินค้าโภคภัณฑ์โดยใช้เลเวอเรจ",
+ "1155361880": "Need help? Please <0>contact us via live chat.0>",
+ "1155971726": "Click <0>here0> to close your account.",
"1158101648": "นำเข้าจาก Google Drive",
- "1161300179": "ในทํานองเดียวกันคุณสามารถถอนเงินจากบัญชี Deriv ของคุณโดยการ 'ขาย' เงินที่ได้รับให้เพื่อนผู้ค้าเพื่อแลกกับการชําระเงินในสกุลเงินท้องถิ่นของคุณ (หรือสกุลเงินที่รองรับ)",
"1161999797": "เทรดฟอเร็กซ์ ซินธิติกส์ หุ้นและดัชนี สกุลเงินดิจิทัล และสินค้าโภคภัณฑ์",
"1167224712": "เราเสนอวิธีการชำระเงินที่หลากหลาย การโอนเงินผ่านธนาคาร บัตรเดบิต/เครดิต e-wallets และ cryptocurrencies เพื่อให้การทำธุรกรรมของคุณสะดวกยิ่งขึ้น!",
"1168114406": "วิธีนี้จะทำให้เก็บกำไรหรือขาดทุนสะสมขณะที่บอทกำลังทำงาน ตั้งค่าเริ่มต้นให้เป็น 0",
@@ -769,6 +841,7 @@
"1169378202": "ตัวแทนชำระเงิน | โครงการความร่วมมือ | Deriv",
"1171765024": "ขั้นตอนที่ 3",
"1172611503": "หากคุณเลือก ‘ภูมิภาคเอเชีย (ลง)’ คุณจะได้รับเงินก็ต่อเมื่อ tick สุดท้ายมีค่าต่ำกว่าค่าเฉลี่ยของ tick",
+ "1173289870": "<0>Revenue share0> \n Earn commission of up to 45% based on the monthly net revenue generated by your clients. The higher their net revenue, the higher your commission payout.",
"1175717636": "สามารถจะสร้างรายงานประเภทใดจากบัญชีพันธมิตร?",
"1177080017": "ดีบอท | หุ่นยนต์ซื้อขาย | Deriv",
"1178873929": "ท่านสามารถระบุเงื่อนไขในเว็บไซต์ของเราโดยใช้ตัวเลขในการค้นหาข้อมูลที่มีอยู่ในตลาด ซึ่งสามารถถูกเรียกใช้งานได้จากเว็บไซต์ของเรา",
@@ -777,27 +850,29 @@
"1181506313": "Deriv P2P เป็นแอปที่เยี่ยมมาก ฉันชอบมันมาก!",
"1182198798": "ตัวอย่างเช่น หากคุณปิดสถานะของคุณ ณ จุดใดจุดหนึ่ง อิควิตี้ของคุณคือยอดรวมของยอดคงเหลือในบัญชีของคุณบวกกับกำไรหรือขาดทุน ณ จุดนั้น หากอัตราส่วนนี้ต่อมาร์จิ้นที่คุณใช้อยู่ในปัจจุบันต่ำกว่าระดับการสต็อปเอาต์ของ Deriv การหยุดอาจถูกนำมาใช้",
"1182470294": "ยังไม่มีบัญชี Deriv.com ใช่ไหม?",
+ "1183868384": "Is Deriv regulated?",
"1184301560": "สำรวจโปรแกรมพันธมิตรของ Deriv และมีโอกาสเป็นพันธมิตรกับผู้บุกเบิกที่เชื่อถือได้ โปรแกรมของเราทั้งหมดนั้นฟรีไม่มีค่าธรรมเนียม",
"1186450032": "บันทึกบอท Google Drive",
"1189491487": "ไม่มีค่าคอมมิชชั่นไม่มีค่าธรรมเนียม",
"1189875009": "ประวัติของความสำเร็จ",
"1190588251": "เราปฏิบัติต่อลูกค้าทุกคนอย่างเท่าเทียมกันจัดการข้อร้องเรียนด้วยความซื่อสัตย์และเสนอราคาที่แข่งขันได้โดยไม่มีค่าใช้จ่ายแอบแฝงและไม่มีอุปสรรคเทียมในการถอนเงินของลูกค้า",
+ "1191311301": "How do I set an investor password for my Deriv MT5 account?",
"1191682103": "ไม่ต้องลงทะเบียน สามารถเข้าสู่ระบบด้วยบัญชีของ <0>Binary.com0> ",
"1195213035": "หากคุณต้องการกลับมาซื้อขายอีกครั้งเมื่อการยกเว้นตนเองของคุณหมดอายุ และเมื่อคุณได้ส่งคำขอให้ยกเลิกการยกเว้นตนเองแล้ว จะมีช่วงระยะเวลาพัก 24 ชั่วโมงก่อนที่คุณจะได้รับอนุญาตให้เข้าถึงเว็บไซต์ของเรา",
"1196310280": "Intel",
"1197939158": "ไม่ยอมรับ",
"1198781410": "เราได้ออกแบบประสบการณ์การซื้อขายที่เน้นให้ลูกค้าเป็นศูนย์กลาง และใช้งานง่ายสำหรับ Deriv ซึ่งได้รับการปรับปรุงให้เหมาะสม เพื่อเปลี่ยนผู้เข้าชมให้กลายมาเป็นลูกค้า นอกจากนี้ยังมีเครื่องมือและส่วนประกอบที่สร้างสรรค์เพื่อดึงดูดปริมาณการเข้าชมยัง Deriv อีกด้วย",
- "1202465815": "ยอดคงเหลือ Deriv P2P ของคุณประกอบด้วยส่วนหนึ่งของยอดคงเหลือในบัญชี Deriv ของคุณ ในขณะที่การฝากเงินทั้งหมดของคุณผ่าน e-wallets และ คริปโตเคอเรนซี่ นั้นสามารถใช้กับ Deriv P2P ได้ แต่จะมีเพียงส่วนหนึ่งของการฝากของคุณผ่านบัตรเท่านั้น",
"1205209576": "แนะนำ MT5 บน Deriv.com",
"1207865156": "ลงทะเบียนฟรี <0>บัญชีทดลอง Deriv0>\n",
"1208151831": "รองประธานฝ่ายกลยุทธ์และการบริหารโครงการ",
- "1208165195": "ลิงก์ในการยืนยันการถอนเงินหมดอายุ ควรทำอย่างไร?",
+ "1208382171": "We may request more information during the signup process.",
"1211781148": "เพลิดเพลินกับการฝากและถอนที่รวดเร็วราบรื่นและปลอดภัยด้วย AdvCash",
"1211817306": "การเทรดคริปโตเคอเรนซีที่มีให้บริการใน Deriv",
"1213111346": "การซื้อขาย CFD คืออะไร?",
"1213902291": "หากต้องการรับรายงานในแต่ละฉบับให้ไปที่หน้าแดชบอร์ดและเลือกรายงาน จากนั้นเลือกแพลตฟอร์มที่มีค่าคอมมิชชั่นที่ต้องการดู",
"1214098313": "เพลิดเพลินไปกับความสะดวกและความปลอดภัยในการจัดเก็บกลยุทธ์บน Google Drive",
"1215637769": "เพลิดเพลินกับการฝากและถอนที่รวดเร็วและปลอดภัยด้วย Astropay",
+ "1216205330": "No. To keep your funds safe, you are strictly prohibited from using payment methods that are not yours. If you do use someone else’s payment method, we’ll suspend your Deriv account for security purposes.",
"1216280249": "ซื้อขายอย่างมีความรับผิดชอบ",
"1217246029": "<0>ลูกค้าของฉัน0> รายงาน แสดงรายชื่อของลูกค้าพร้อม ID และ วันที่สมัครสมาชิก",
"1219754757": "ความปลอดภัยของคุณคือความสำคัญของเรา",
@@ -820,12 +895,14 @@
"1254667788": "แพลตฟอร์มการซื้อขาย Dbot ที่ Deriv",
"1254866713": "แดชบอร์ดการซื้อขาย DMT5",
"1256295276": "การซื้อขายออนไลน์ดูเป็นเรื่องที่น่าตื่นเต้น แต่สิ่งสําคัญคือมีความเสี่ยงเข้ามาเกี่ยวข้อง ดังนั้นผู้ใช้งานทุกคนต้องรักษาความปลอดภัยของบัญชีและการค้าอย่างมีความรับผิดชอบ เพื่อที่จะได้สัมผัสกับประสบการณ์ที่ดีที่สุดในการซื้อขายออนไลน์",
+ "1256530668": "Go to your <0>Deriv X dashboard0>.",
"1257029444": "โปรดตรวจสอบอีเมลของคุณและคลิกที่ลิงค์ที่ให้มาเพื่อรีเซ็ตรหัสผ่านของคุณ",
"1258668610": "สร้างบอทของคุณโดยใช้การลากและวาง",
"1259598687": "GBP/JPY",
- "1261154397": "Deriv Investments (Europe) Limited - W Business Centre, Level 3, Triq Dun Karm, Birkirkara BKR 9033, Malta - ได้รับใบอนุญาตในมอลตา (<0>ใบอนุญาตหมายเลข IS/701560>) และได้รับอนุญาตจาก Malta Financial Services Authority ภายใต้พระราชบัญญัติบริการการลงทุนเพื่อให้บริการการลงทุนในสหภาพยุโรป นอกจากนี้ยังได้รับอนุญาตและอยู่ภายใต้ข้อบังคับที่จำกัดโดย Financial Conduct Authority ในสหราชอาณาจักร\n",
"1261634270": "ฉันจะเปลี่ยนแปลงการชำระเงินของฉันได้อย่างไร",
+ "1268136992": "Go to <0>Deriv P2P0> > <1>Buy/Sell1>.",
"1268931688": "เริ่มซื้อขายดัชนีตะกร้าบน Deriv ใน 3 ขั้นตอนง่ายๆ",
+ "1269263572": "Fill up the form and click <0>Post ad0>.",
"1270782712": "ทำการค้าได้อย่างมั่นใจกับบริการที่สร้างขึ้นโดยแบรนด์ซื้อขายออนไลน์ที่ไว้ใจได้ด้วยประสบการณ์กว่า 20 ปี",
"1272012156": "GBP/CHF",
"1274309337": "DOG/USD",
@@ -833,26 +910,32 @@
"1275674402": "เปิดสัญญา Short และ Long",
"1276342366": "ในฐานะพันธมิตร สามารถโฆษณาผลิตภัณฑ์และบริการให้กับลูกค้าที่รับชมรวมถึงแพลตฟอร์มการซื้อขาย DTrader และ DBot ที่ทันสมัย หลังจากลูกค้าที่ลงทะเบียนและเริ่มซื้อขายด้วยบัญชีจริงจะได้รับค่าคอมมิชชั่นจากการซื้อขาย",
"1280380287": "ฮังการี",
- "1282417520": "คุณสามารถสนทนากับผู้ค้าที่คุณกำลังติดต่อด้วยผ่านฟังก์ชันการแชทในแอพ",
+ "1284674803": "<0>Deriv MT50> offers CFD trading on forex, stocks, stock indices, commodities, cryptocurrencies, and synthetics. <1>Deriv X1> offers CFD trading on the same markets, except stocks and stock indices.",
"1285517993": "การซื้อขายอัตโนมัติโดยไม่ต้องเขียนคำสั่งเอง",
"1286094280": "ถอนเงิน",
"1286648079": "กลับไปยังผู้เล่นสำหรับตัวเลือก mulitplier อยู่ในช่วง 95.0-99.9% สำหรับดัชนีทั้งหมดโดยเฉลี่ย การใช้ตัวคูณหรือระยะเวลาที่แตกต่างกันอาจส่งผลต่อ RTP",
+ "1288690494": "Can I increase my daily buy or sell limit on Deriv P2P?",
"1289363035": "ใช้บัญชีทดลองของเรา และเรียนรู้วิธีการซื้อขายโดยใช้เงินเสมือนจริง โดยไม่มีความเสี่ยง",
"1289646209": "เรียกมาร์จิ้น",
"1291658124": "เพียงไปที่ Deriv.com และป้อนข้อมูลบัญชี Binary.com ที่มีอยู่ก็สามารถเข้าสู่รูปลักษณ์และฟังก์ชั่นใหม่ของ Deriv.com ได้ทันที",
"1291852379": "50 - 5,000",
"1293479771": "PnL สำหรับมาร์จิ้น",
"1294884975": "30%",
+ "1298148281": "Go to the <0>Deriv X dashboard0>.",
"1299144461": "ข้อตกลงและเงื่อนไข",
"1299666269": "Limassol | สำนักงานของเรา – ไซปรัส | Deriv",
+ "1302849350": "You can find your Deriv MT5 server name on your <0>Deriv MT5 dashboard0>. Look for <1>server1> in between the broker name and login ID.",
"1304034020": "ผลิตภัณฑ์และบริการที่จะนำเสนอหลังการเปลี่ยนชื่อแบรนด์คืออะไร?",
+ "1308171976": "Do I need to pay taxes on my trades/profits?",
"1311522952": "เทรดสุดสัปดาห์ ฝากเร็ว & การถอนเงิน บวกกับการซื้อขายสังเคราะห์ – อะไรจะดีไปกว่านี้?",
"1312475321": "1วันทําการของ สําหรับลูกค้าในสหราชอาณาจักรเท่านั้น",
+ "1312811555": "To learn more about disputes on Deriv P2P, see our <0>terms of use0> (refer to Section 4.4 ‘Deriv P2P’).",
"1312819271": "สมมติว่าคุณต้องการซื้อขาย 2 ล็อต EUR/USD",
"1316697520": "ตลาดที่มีสําหรับการซื้อขายตัวคูณ\n\n",
- "1317425969": "ดัชนีสังเคราะห์ที่เป็นกรรมสิทธิ์ของ Deriv ปราศจากความเสี่ยงด้านตลาดและสภาพคล่อง เพลิดเพลินไปกับการซื้อขายสังเคราะห์ 24/7 บน Deriv MT5, DTrader และแพลตฟอร์มอื่น ๆ ของเรา",
"1318017828": "ค้นหาหรือสร้างโฆษณา",
+ "1320403859": "Click your account balance.",
"1322942144": "ดูสถานะการซื้อขายใน DBot ได้อย่างไร?",
+ "1323472781": "การเปิดเผยข้อมูลทางการเงิน รายงานประจำปี 2564",
"1324235103": "วิธีซื้อสัญญาตัวคูณแรกของคุณใน DTrader",
"1324376913": "ค่านิยมของเราคือโครงสร้างของวัฒนธรรมของเรา",
"1324779616": "การเข้าถึงรหัสส่วนหลัง คุกกี้เซสชันภายใน หรือข้อมูลที่ละเอียดอ่อนอื่นๆ",
@@ -870,13 +953,14 @@
"1353811622": "Deriv คือการซื้อขายออนไลน์ที่เน้นลูกค้าเป็นศูนย์กลางที่สร้างขึ้นโดย Binary.com จากประสบการณ์การซื้อขายกว่า 20ปี และนวัตกรรมที่ได้รับรางวัล จึงได้ปรับปรุงการซื้อขายออนไลน์ใหม่ตั้งแต่ต้นเพื่อที่จะให้ทุกคนสามารถเริ่มต้นการซื้อขายได้อย่างง่ายดาย",
"1354275546": "การฝากและการถอนเงินที่ไม่ยุ่งยาก",
"1354590562": "บันทึก",
- "1355243595": "หากบัญชีของคุณยังไม่ได้รับการรับรองความถูกต้องคุณสามารถเปลี่ยนชื่อวันเดือนปีเกิดหรือสัญชาติได้โดยไปที่ <0>การตั้งค่า >0> <1>รายละเอียดส่วนบุคคล1>",
"1355514813": "12M USD",
"1355808192": "เรียกดูคำถามที่พบบ่อย",
"1357493810": "แลกเปลี่ยนทรัพยากรธรรมชาติที่เป็นศูนย์กลางของเศรษฐกิจโลก",
+ "1359080808": "ดัชนีสังเคราะห์ที่เป็นกรรมสิทธิ์ของ Deriv ไม่มีความเสี่ยงด้านตลาดและสภาพคล่อง เพลิดเพลินกับการซื้อขายสังเคราะห์ทุกวันตลอด 24 ชั่วโมงบน Deriv MT5, DTrader และแพลตฟอร์มอื่นๆ ของเรา",
"1359732815": "<0>ดูรายการตัวอย่างช่องโหว่0>",
"1360754724": "ไปยัง Deriv.com",
"1362578283": "สูง",
+ "1363124819": "You can cancel your withdrawal on the <0>Cashier page0> by following the steps mentioned in the next paragraph. Please note that you cannot cancel withdrawals if:",
"1363502727": "PnL สำหรับตัวคูณ",
"1364296672": "เราจะกำหนดราคาและชำระสัญญาทั้งหมดอย่างถูกต้องและเป็นธรรม ตามฟีดข้อมูลที่เชื่อถือได้และไม่ล่าช้า เพื่อให้ลูกค้าสามารถไว้วางใจราคาของเราได้ทั่วทั้งเว็บไซต์",
"1364947573": "อาร์ตบอร์ด Dtrader",
@@ -898,6 +982,7 @@
"1391269416": "<0>ปิด-ต่ำ0> เมื่อซื้อสัญญา ‘ปิด-ต่ำ’ การชนะหรือแพ้จะเท่ากับตัวคูณคูณความแตกต่างระหว่างการปิดและค่าต้องต่ำกว่าในช่วงระยะเวลาของสัญญา",
"1391632806": "ผู้ซื้อขายจะได้รับการจัดอันดับ ตามอัตราความสำเร็จ และความรวดเร็วในการแลกเปลี่ยน",
"1393006010": "พื้นฐานของการซื้อขาย CFD",
+ "1393602451": "Click <0>Yes0> to confirm the cancellation. Your funds will be returned to your Deriv account, and your account balance will be updated accordingly.",
"1394697594": "21,000",
"1396179592": "ผลตอบแทน",
"1396417530": "ดัชนี ตลาดหมี",
@@ -908,16 +993,19 @@
"1406360927": "สกุลเงินคู่รอง",
"1407191858": "DTrader",
"1408071788": "ความต้องการเงินทุนต่ำ",
+ "1409139116": "Ensure that you’ve entered the correct amount and exchange rate in your ads.",
"1410320737": "ไปที่แดชบอร์ด Deriv MT5",
"1411032790": "แผนภูมิหลายรายการเพื่อดูการซื้อขายออนไลน์ของคุณ",
"1411975375": "ไปที่ศูนย์ช่วยเหลือของเรา",
- "1415618534": "ลูกค้าในสหภาพยุโรปที่ต้องการซื้อขายผลิตภัณฑ์การลงทุนจะมีบัญชีเปิดภายใต้ Deriv Investments (Europe) Limited\n",
+ "1412644174": "We process your deposits and withdrawals internally within 1 to 3 business days (depending on your <0>payment method0>). It may take longer for your funds to reach you due to the different processing times by banks and payment service providers. See our <0>Payment methods0> page for a complete list of the processing times for each payment method.",
"1416248668": "เลือกอัตราที่ดีที่สุด",
"1418467036": "ตัวแทนชำระเงิน | พันธมิตร | Deriv",
+ "1421464735": "You can get more info about this on our <0>Regulatory information0> page.",
"1423609990": "เทรดด้วยเลเวอเรจในการเคลื่อนไหวของราคาของคู่คริปโตเฟียตยอดนิยม",
"1424805407": "ในฐานะที่เป็นส่วนหนึ่งของเครือข่ายพันธมิตรที่มีคุณค่ากับลูกค้า อาจมีข้อสงสัยและกังวลเกี่ยวกับความหมายของการเปลี่ยนแปลง จึงได้รวบรวมคำแนะนำนี้เพื่อช่วยให้เข้าใจถึงการสร้างแบรนด์ให้ดีขึ้นและเพื่อสนับสนุนในการสื่อสารกับทางลูกค้า",
"1425594249": "ประสบการณ์การซื้อขายที่ดีที่สุดของเราบนมือถือของคุณ",
"1425780786": "DTrader ช่วยให้การซื้อขายออนไลน์เป็นเรื่องง่ายช่วยให้สามารถซื้อขายแลกเปลี่ยนฟอเร็กซ์, ดัชนีหุ้น ,สินค้าโภคภัณฑ์และดัชนีสังเคราะห์",
+ "1426151926": "Can I change the server for my Deriv MT5 account?",
"1426790442": "การเก็งกำไรการเคลื่อนไหวของราคาของคู่สกุลเงินหลัก และเพิ่มโอกาสการทำกำไรของคุณ โดยไม่สูญเสียมากกว่าเงินเดิมพันของคุณ",
"1433223815": "ซื้อขายดัชนีตะกร้าบน Deriv",
"1433574125": "โปรดทราบ:",
@@ -928,10 +1016,14 @@
"1439020196": "ด้วยดัชนีเหล่านี้ ราคาโดยเฉลี่ยหนึ่งลดลง (ขัดข้อง) หรือเพิ่มขึ้นหนึ่งรายการ (บูม) ที่เกิดขึ้นใน <0>ชุดที่ 1,000, 500 หรือ 300 ขีด0",
"1441027550": "อาจไม่สามารถใช้ได้ในประเทศของคุณ หรือลิงก์เสียอาจนำคุณมาที่นี่",
"1445592224": "คุณได้ให้ที่อยู่อีเมลอื่นแก่เรา (โดยปกติจะใช้อีเมลส่วนตัวหรือที่ทำงาน)",
+ "1445901371": "เลือกระหว่างบัญชี <0>สังเคราะห์0> หรือ <0>การเงิน0> จากนั้นกด <0>เพิ่มบัญชีจริง0> หรือ <0>เพิ่มบัญชีทดลอง0>",
"1448470646": "4. เลือกโฟลเดอร์ที่ต้องการบันทึกกลยุทธ์และคลิก 'เลือก'",
+ "1450233348": "If you haven’t made a deposit or added a real MT5 account, follow these steps:",
"1451636739": "เครื่องมือที่ใช้งานง่าย",
"1454189755": "หากจุดออก มีค่าเท่ากับ barrier ต่ำ หรือ barrier สูงแล้ว คุณจะไม่ได้รับเงิน",
"1454243296": "ใช้เงินลงทุนน้อย, ความเสี่ยงจำกัด",
+ "1456673219": "How and when will I receive my commission payout?",
+ "1456920032": "<0>Deriv X0> and <1>Deriv MT51> offer CFD trading on a similar range of assets, where you're able to open positions with leverage and your potential profit is only known when you close your positions. It's riskier than digital options trading because while you may potentially gain a lot if you win, you may also lose a lot if you don't. Deriv X and Deriv MT5 are popular among our traders who enjoy the risks as part of the excitement of CFD trading.",
"1458263388": "รับผลตอบแทนเมื่อลูกค้าทำการซื้อขายแลกเปลี่ยนกับบัญชี MT5 Financial STP",
"1458583383": "สถาบัน",
"1463614633": "แอพของบริษัทอื่นต่อไปนี้ไม่ครอบคลุมในโปรแกรมนี้:",
@@ -943,56 +1035,69 @@
"1472787414": "หุ้นและดัชนีหุ้น: พื้นฐาน",
"1475208422": "ปารีส",
"1479399998": "ค้นหาบทบาทของคุณกับเราโดยค้นหาโอกาสในการทำงานกับ Deriv ใน Kigali ประเทศรวันดา",
+ "1480607246": "This difference is because MT5 is a third-party platform that requires its own login credentials. Your Deriv MT5 login gives you access to the MT5 platform, while your Deriv login gives you access to our digital options platforms such as DTrader and DBot.",
"1484774405": "0.25",
"1485752074": "ซื้อขายบนแพลตฟอร์มที่มีความปลอดภัย ใช้งานง่ายด้วยเทคโนโลยีแผนภูมิทรงพลัง",
"1486874803": "ชอบ Binary Bot หรือไม่?",
+ "1488554938": "If you don’t have a Deriv account yet, <0>sign up0> for free.",
+ "1489350747": "To become an IB, you'll need to be an existing affiliate with a Deriv account and an MT5 Synthetic real account. If you do, you can apply to become an IB by writing to us at <0>affiliates@deriv.com0>. <1>Get more info about our IB programme1>.",
"1489994179": "ค้นหาบทบาทของคุณกับเราโดยการค้นหาโอกาสงาน Deriv ใน Asunción ประเทศปารากวัย",
"1490540125": "เราจะกำหนดการซื้อขายให้เป็นแบบอัตโนมัติได้อย่างไร",
+ "1490936453": "For your Deriv real account, go to <0>Reports0> to close or sell your open positions.",
"1491012687": "Deriv P2P: แอปการชำระเงินแบบเพียร์ทูเพียร์ของเรา (<0>แอป Android0>, <1>แอป iOS1>)",
"1491181763": "ดัชนี Range Break 100",
"1492594418": "ทำการฝากและถอนเงินบนเดสก์ท็อปและอุปกรณ์มือถือของคุณได้อย่างง่ายดาย",
"1493671770": "<1>หมายเหตุ:1> คุณต้องอัปเกรดบัญชี MQL5 ของคุณเป็นสถานะผู้ขายเพื่อให้สามารถเพิ่มสัญญาณได้ หากคุณยังไม่ได้อัปเกรด <0>ทําตามขั้นตอนในหน้านี้0>ลงทะเบียนเป็นผู้ขายได้",
"1493835906": "ฝรั่งเศส",
+ "1496486675": "Why can't I withdraw using Maestro or Mastercard?",
"1496810530": "GBP/AUD",
+ "1498651658": "Yes. <0>Contact us via live chat0>, and we'll help you through it. We'll need the following information:",
"1499981850": "330K+",
"1502162725": "ประเภทการซื้อขายที่ยืดหยุ่นพร้อมความต้องการเงินทุนขั้นต่ำน้อย",
"1502175389": "สิ่งนี้ทำให้คุณมีข้อกำหนดค่าอัตราการแลกเปลี่ยนในสกุลเงินอ้างอิงสำหรับคู่ฟอเร็กซ์ หรือในรูปแบบของสินทรัพย์อ้างอิงสำหรับหุ้นโภคภัณฑ์",
+ "1502453121": "Your orders are available in the <1>Orders1> tab at <0>Cashier > Deriv P2P0>.",
"1502642397": "เลือกจาก 3 แพลตฟอร์มในแบบที่คุณชื่นชอบ",
"1503602940": "หากระดับมาร์จิ้นของคุณลดลงต่ำกว่าระดับการเรียกหลักประกันของ Deriv คุณจะได้รับการเรียกหลักประกัน ซึ่งเป็นการเตือนว่าบัญชีของคุณกำลังเข้าใกล้ระดับการหยุด",
- "1504960339": "Deriv (FX) Ltd - F16, Level 1, Paragon Labuan, Jalan Tun Mustapha, Labuan 87000 ประเทศมาเลเซีย - ได้รับการควบคุมโดย Labuan Financial Services Authority (<0>ใบอนุญาตหมายเลข MB/18/00240>)",
+ "1504670496": "The minimum amount you’ll need to open a position on Deriv MT5 depends on the margin required for each asset. You can calculate the margin required using our <0>margin calculator0>.",
"1505978883": "<0>ดูคำถามทั้งหมด0>",
"1509244758": "วิธีการ",
"1510075920": "Gold/USD",
+ "1516537408": "คุณไม่สามารถซื้อขายบน Deriv หรือฝากเงินเข้าบัญชีของคุณได้อีกต่อไป",
"1516676261": "ฝากเงิน",
"1521590614": "วิธีนี้จะเป็นการเก็บยอดเงินเดิมพันที่ใช้ในสัญญาที่ซื้อล่าสุด โดยสามารถกำหนดจำนวนเงินตามกลยุทธ์",
+ "1522587298": "Take note of your <0>username0> and password.",
"1524033858": "DTrader คืออะไร?",
"1525885795": "ในฐานะที่เป็นตัวแทนชำระเงินจะได้รับค่าคอมมิชชั่นจาก Deriv หรือไม่?",
"1528031455": "มีบัญชีอยู่แล้วใช่ไหม?",
"1529602839": "ระดับ",
- "1534697187": "RTS28 2019",
"1536955851": "ตัวเลือกการซื้อขาย| ประเภทการซื้อขาย| Deriv",
"1537212469": "ราคาสปอต",
- "1539108340": "ดัชนี EUR ",
"1539984821": "ทีมสนับสนุน Deriv พร้อมให้บริการผ่านแชทสดทุกวันตลอด 24 ชั่วโมงทุกวันแม้กระทั่งวันหยุดสุดสัปดาห์ คุณยังสามารถค้นหาคำตอบได้ที่ <0>ศูนย์ช่วยเหลือ0> และรับความช่วยเหลือจากเพื่อนผู้ค้าใน <1>ชุมชน1>",
+ "1540879673": "How do I change my affiliate payment method?",
"1541818425": "ตั้งรหัสผ่านใหม่",
"1542393407": "คุณสมบัติการซื้อขาย CFD บน Deriv",
"1542938499": "โปรแกรมการจ่ายเงินในเอเชียตะวันออกเฉียงใต้ ตอนนี้มีให้บริการสําหรับการฝากเงินในเวียดนาม ประเทศไทย และอินโดนีเซีย",
+ "1546535785": "Are there any conditions that I should meet before I can withdraw my commission?",
"1546917177": "5 - 750",
"1550574351": "สมมติว่าคุณต้องการเก็บสองล็อต EUR/USD โดยมีค่าคะแนน 0.00001 และอัตราการแลกเปลี่ยน -0.12 สำหรับการเปิดข้ามคืน\n",
- "1550835977": "ลูกค้าในส่วนที่เหลือของโลก (ยกเว้นประเทศที่ถูกจำกัด เช่น สหรัฐอเมริกา แคนาดา และฮ่องกง) ที่ต้องการซื้อขาย CFD ในเครื่องมือทางการเงินและสกุลเงินดิจิทัลสามารถมีบัญชี DMT5 Financial STP ภายใต้ Deriv (BVI) Ltd.",
"1551153165": "คุณสามารถซื้อขายออปชันต่อไปนี้ใน Deriv ",
"1551172020": "ตะกร้า AUD",
"1552847627": "ทราบรายละเอียดทั้งหมดเกี่ยวกับวิธีที่คุณสามารถเป็นตัวแทนชําระเงินใน Deriv ส่งอีเมลถึงเราเพื่อสมัคร",
"1553783327": "รับการช่วยเหลืออย่างเป็นมิตรจากผู้เชี่ยวชาญเมื่อคุณต้องการ",
"1553836855": "สร้างบัญชีทดลอง",
"1553995374": "USD 1",
+ "1555213049": "List of shareholders",
"1556304768": "การซื้อขายดัชนีสังเคราะห์ช่วยให้คุณได้รับประโยชน์จากการทํานายการเคลื่อนไหวของราคาของดัชนีที่เป็นกรรมสิทธิ์ของเราที่จําลองการเคลื่อนไหวของตลาดในโลกแห่งความเป็นจริงอย่างถูกต้อง",
+ "1556776884": "To log in on your mobile, you'll need the app. If you haven't got the app, you can download it from your dashboard.",
"1556866509": "หากคุณซื้อสัญญากับการยกเลิกข้อตกลง ปุ่ม 'ยกเลิก' ช่วยให้คุณสามารถยกเลิกสัญญาและรับเงินเดิมพันเต็มจํานวน ในทางกลับกันการใช้ปุ่ม 'ปิด' ช่วยให้คุณสามารถยกเลิกตําแหน่งของคุณในราคาปัจจุบันซึ่งอาจนําไปสู่การสูญเสียหากคุณปิดการซื้อขายที่สูญเสีย\n\n",
"1556922066": "แลกเปลี่ยนกับผู้ซื้อขายอื่นได้อย่างง่ายดาย เพื่อย้ายเงินเข้าและออกจากบัญชี Deriv ของคุณ",
+ "1557535154": "Is it free to join your affiliate programme?",
"1558114971": "ปัญหาความรุนแรงต่ำทำให้มีข้อมูลจำนวนจำกัดอย่างยิ่ง พวกเขาอาจละเมิดความคาดหวังว่าบางสิ่งมีจุดประสงค์เพื่อทำงานอย่างไร แต่ไม่มีการยกระดับสิทธิ์หรือความสามารถในการกระตุ้นพฤติกรรมที่ไม่ได้ตั้งใจ ตัวอย่างเช่น:",
"1559712313": "หุ้นโภคภัณฑ์สามารถซื้อขายได้ใน Deriv",
"1562241070": "ตลาดยอดนิยมทั้งหมด และอื่นๆ\n\n",
+ "1563919822": "You'll get daily commission payouts in your MT5 Synthetic account.",
"1564461474": "ฝากและถอนโดยใช้บัตรเครดิตหรือบัตรเดบิต Mir ของคุณ",
+ "1565220133": "you reside in the UK, or",
"1567023771": "Europe 50",
"1567026093": "ประเทศ",
"1567745852": "ชื่อบอท",
@@ -1001,6 +1106,7 @@
"1569834661": "ซื้อขายอัตราแลกเปลี่ยน ดัชนีสังเคราะห์ หุ้น ดัชนีหุ้น สกุลเงินดิจิตอล ดัชนีตะกร้า และสินค้าโภคภัณฑ์ในที่เดียว",
"1571130376": "ธุรกิจสำคัญ",
"1571653008": "ใช้บัญชีทดลองฟรีและซื้อขายด้วยเงินเสมือนไม่จำกัด เป็นวิธีที่ง่ายที่สุดในการเรียนรู้วิธีการใช้ผลิตภัณฑ์ของเรา",
+ "1571816719": "What is a referred client?",
"1573231398": "ทําไมต้องเทรดคริปโตเคอเรนซี่บน Deriv",
"1574476135": "สมมติว่าคุณคาดการณ์ว่าตลาดจะปรับตัวขึ้น",
"1576607456": "Deriv Group เจ้าของแบรนด์ Deriv และ Binary.com มีประวัติย้อนหลังไปถึงปี 2542 เมื่อเราวางรากฐานสำหรับบริการซื้อขายอัตราต่อรองคงที่แห่งแรกของโลก ตั้งแต่นั้นมาเราได้เติบโตจากความแข็งแกร่งไปสู่ความแข็งแกร่งยิ่งขึ้นและรวบรวมความไว้วางใจจากผู้ค้าทั่วโลก",
@@ -1017,16 +1123,21 @@
"1588850507": "<0>ตะกร้า USD0> จะวัดค่าของดอลลาร์สหรัฐเทียบกับตะกร้าสกุลเงินทั่วโลกห้าสกุล (EUR, GBP, JPY, CAD, AUD) แต่ละเส้นถ่วงน้ําหนัก 20%",
"1589165958": "ลอง \"เทรด\"",
"1591242575": "วิธีที่เราใช้และปกป้องข้อมูลของคุณ",
+ "1591498220": "Do I need a Deriv account to use Deriv P2P?",
"1591623217": "ชอบ MT5 ใน Binary.com หรือไม่?",
"1592543050": "ถึง $10,000",
+ "1593423002": "Follow the instructions to create your real account.",
+ "1593716245": "What are the trading limits on my account?",
"1593723948": "1. สร้างบัญชี Deriv ของคุณ",
"1595539912": "ระยะเวลาดำเนินการ",
+ "1598664071": "List of directors",
"1599891822": "หยุดจำนวนการสูญเสียในทิศทางลง",
"1601324523": "5-10,000",
"1601498870": "บทความล่าสุด",
"1601664674": "แลกเปลี่ยนสูตรฟอเร็กซ์มือถือ",
"1601968899": "สัญญาสกุลเงินดิจิทัลที่ซื้อขายกับตัวคูณมีระยะเวลา จำกัด ขึ้นอยู่กับสินทรัพย์ที่คุณกำลังซื้อขายและปรากฏบนแดชบอร์ด DTrader ก่อนที่คุณจะทำการซื้อขาย",
"1602627054": "ดังนั้นมูลค่า pip ของคุณคือ <0>2 USD0>",
+ "1602716515": "When you join our IB programme,",
"1602800752": "บันทึกกลยุทธ์",
"1604199439": "Deriv X เป็นแพลตฟอร์มการซื้อขายหลายสินทรัพย์ที่ปรับแต่งได้ นําเสนอ CFD ในฟอเร็กซ์ สินค้าโภคภัณฑ์ คริปโตเคอเรนซี่ และหุ้นสังเคราะห์ Deriv X ให้ประสบการณ์การซื้อขายที่หลากหลายซึ่งช่วยให้คุณปรับแต่งสภาพแวดล้อมการซื้อขายของคุณ",
"1604222298": "คํานวณมาร์จิ้น\n",
@@ -1038,19 +1149,22 @@
"1610511716": "ไปที่ Dtrader",
"1611194169": "1. ลงทะเบียนกับ Deriv",
"1611229342": "ซื้อขายหุ้นทั่วโลกและดัชนีหุ้นบนแพลตฟอร์ม DMT5 ของเรา",
+ "1611981849": "Where can I see my orders?",
"1613233789": "Blog",
"1613860853": "สามารถปรึกษาหรือแผนสร้างแรงจูงใจที่มีกับผู้ดูแลบัญชีของคุณ โปรดจำไว้ว่าไม่อนุญาตให้สิ่งจูงใจเช่นของขวัญและการชำระเงินโดยไม่ได้รับอนุญาตเพื่อส่งเสริมการสมัครของลูกค้าหากมีการละเมิดเราอาจระงับค่าคอมมิชชั่น",
"1614426743": "แพลตฟอร์ม DBOT",
- "1615327604": "<0>ดัชนี USD0> จะวัดค่าของดอลลาร์สหรัฐเทียบกับตะกร้าสกุลเงินทั่วโลกห้าสกุล (EUR, GBP, JPY, CAD, AUD) แต่ละเส้นถ่วงน้ําหนัก 20%",
+ "1615509866": "แพลตฟอร์มที่ตอบสนองและใช้งานง่าย ",
"1615969878": "ทำไมถึงเปลี่ยนชื่อใหม่?",
"1616071522": "<0>France 400> ติดตามผลการดําเนินงานของหุ้นที่มีการซื้อขายมากที่สุด 40 อันดับแรกใน 100 บริษัทที่จดทะเบียนในประเทศฝรั่งเศส",
"1616502762": "<0>US Tech 1000> ติดตามผลการดำเนินงานของบริษัทที่ไม่ใช่สถาบันทางการเงิน รายใหญ่ที่สุดในสหรัฐอเมริกา 100 แห่ง",
"1618280107": "เสนอราคาที่แข่งขันได้สำหรับผลิตภัณฑ์ทั้งหมดของเรา",
"1619070150": "คุณกำลังถูกเปลี่ยนเส้นทางไปยังเว็บไซต์ภายนอก",
"1619579199": "เหตุใดยอดคงเหลือ Deriv P2P ของฉันจึงแตกต่างจากยอดคงเหลือในบัญชี Deriv ของฉัน?",
+ "1621224521": "How can I reactivate my Deriv account?",
"1621463985": "เรารู้สึกเป็นเกียรติที่ได้ให้บริการทุกคนที่ไว้วางใจในผลิตภัณฑ์และบริการของเรา และเราเพียงต้องการนำเสนอสิ่งที่ดีที่สุดเท่านั้น นั่นคือเหตุผลที่หลักการและค่านิยมของเรามีความสำคัญมากในการกำหนดว่าเราเป็นใคร เหตุใดเราจึงทำในสิ่งที่เราทำ และวิธีที่เราปฏิบัติต่อลูกค้าและกันและกัน ในสำนักงานระหว่างประเทศของเรา เรายึดมั่นในหลักการต่อไปนี้ในทุกสิ่งที่เราทำ",
"1622130657": "สมัครสมาชิกสถาบันการศึกษาของเราผ่านทางอีเมล์",
"1622334173": "EUR/ZAR",
+ "1623894448": "How do I create an API token?",
"1624895344": "วิธีการชําระเงินที่ยอมรับจากลูกค้า",
"1625424557": "<0>Netherland 250> ติดตามผลการดำเนินงานของบริษัทที่มีการซื้อขายมากที่สุด 25 แห่งในประเทศเนเธอร์แลนด์",
"1625517227": "ใช้โดยลูกค้ากว่า 20 ล้านคนทั่วโลก เพลิดเพลินไปกับการเข้าถึงทันทีถอนเงินฟรีและคะแนนรางวัลที่คุณสามารถแลกเป็นเงินสดได้",
@@ -1059,15 +1173,17 @@
"1631620531": "ประสบการณ์หลายปีด้านอุตสาหกรรม",
"1631705059": "คาดการณ์ราคาว่าจุดออกจะสูงกว่าหรือต่ำกว่าราคาเป้าหมาย (barrier) เมื่อสิ้นสุดระยะเวลาของสัญญา\n",
"1632238343": "ถึง $500",
+ "1633022779": "Synthetic indices and cryptocurrencies are available for trading 24/7.",
"1633102593": "นักพัฒนาซอฟต์แวร์",
"1634507782": "ดัชนี Range Break 200",
"1636066113": "โอกาสการเป็นพันธมิตร",
"1636527166": "ฟอเร็กซ์สามารถซื้อขายได้ใน Deriv",
"1636782601": "ตัวคูณ",
- "1637072557": "ปัญหานี้อาจเกิดจากการคลิกที่ปุ่ม \"ถอนเงิน\" หลายครั้ง ให้ลองถอนอีกครั้งจากนั้นคลิกลิงก์ยืนยันล่าสุดที่ส่งไปยังอีเมล โปรดตรวจสอบให้แน่ใจว่าทำรายการภายในหนึ่งชั่วโมง",
+ "1637050346": "Why did my credit card deposit get declined?",
"1637552314": "เมื่อคุณพอใจกับพารามิเตอร์ที่คุณกำหนดแล้ว ให้เลือก 'ขึ้น' หรือ 'ลง' เพื่อซื้อสัญญาของคุณ ไม่อย่างนั้นให้ปรับแต่งพารามิเตอร์และสั่งซื้อเมื่อคุณพอใจกับเงื่อนไข",
"1643887982": "Amazon.com Inc",
"1644652204": "เติมเงินในบัญชีของคุณด้วยวิธีการชำระเงินที่คุณต้องการ",
+ "1644929511": "<0>DTrader0>, <1>SmartTrader1>, <2>DBot2>, and <3>Binary Bot3> offer digital options trading on a range of underlying assets such as forex, stock indices, commodities, and synthetics. These platforms allow you to set the contract duration before opening positions, and you'll know exactly how much you'll earn if you win. You may find these platforms more intuitive if you're new to the trading world.",
"1645164568": "ไม่มีค่าใช้จ่ายในการสร้าง",
"1647478191": "มาร่วมเป็นพันธมิตรกับเรา คุณจะได้รับผลตอบแทนจากรายได้สุทธิทั้งหมดของลูกค้าของคุณใน DTrader และ DBot",
"1648545897": "Vince Stanzione",
@@ -1077,6 +1193,8 @@
"1658580871": "วิธีการชําระเงินเหล่านี้มีให้เฉพาะสําหรับลูกค้าของเราที่มีบัญชีซื้อขาย crypto",
"1659675491": "ฝึกการซื้อขายจากแอปในมือถือ แอปในเดสก์ท็อป หรือผ่านเว็บเบราว์เซอร์ของคุณ.",
"1660776335": "ในการฝากเงินเข้าบัญชี Deriv X ของคุณบน Deriv คุณจะต้องใช้เงินในบัญชี Deriv ของคุณ ไปที่แคชเชียร์ > <0>โอนเงินระหว่างบัญชี0> และปฏิบัติตามคำแนะนำบนหน้าจอ",
+ "1661263248": "How can I download my Deriv MT5 history?",
+ "1661791574": "Available 24/7, our synthetic indices emulate price movements of real-world markets with varying levels of volatility. As they aren't based on actual underlying assets, they are unaffected by real-world market events.",
"1661832115": "รายงานข้อบกพร่องของคุณจะได้รับการตรวจสอบและให้รางวัลตามผลกระทบและความรุนแรง",
"1664747386": "Paypal",
"1665738338": "ยอดคงเหลือ",
@@ -1098,7 +1216,6 @@
"1683034855": "DTrader เป็นแพลตฟอร์มการซื้อขายขั้นสูงที่ช่วยให้สามารถซื้อขายสินทรัพย์ได้มากกว่า 50 รายการในรูปแบบของ ดิจิทัล ตัวทวีคูณ และออปชันการมองย้อนกลับไป",
"1686378613": "DBot เป็นเครื่องมือสร้างกลยุทธ์บนเว็บสำหรับการซื้อขายดิจิทัลออปชัน เป็นแพลตฟอร์มที่คุณสามารถสร้างบอทในการซื้อขายเองโดยใช้การลากและวาง 'บล็อก'",
"1686846461": "ซื้อขายดัชนีความผันผวนกับ DTrader ที่ Deriv",
- "1689738742": "ดัชนี Gold",
"1691349777": "ลูกค้ามากกว่า 1 ล้านคนที่ซื้อขายกับ Deriv.com และ Binary.com เป็นแพลตฟอร์มที่ได้รับรางวัลซึ่งได้รับความไว้วางใจมานานกว่า 20 ปี",
"1692148560": "วัดมูลค่าของทองคํากับตะกร้าสกุลเงินทั่วโลกห้าสกุล (EUR, GBP, JPY, AUD, USD) แต่ละรูปถ่วงน้ําหนัก 20%",
"1692290832": "ให้การสนับสนุนด้านการตลาดอะไร?",
@@ -1107,12 +1224,15 @@
"1707301172": "ตอนนี้มีหุ้นแล้ว",
"1708242802": "ใช้เว็บเบราว์เซอร์ที่ปลอดภัยเช่น Google Chrome ติดตั้งการอัปเดตซอฟต์แวร์ล่าสุดเสมอเนื่องจากมีแพตช์ความปลอดภัย",
"1709273595": "ฟอเร็กซ์มาตรฐานหนึ่งล็อต = 100,000 หน่วย",
+ "1709893717": "You'll have access to reports that show your hits, impressions, click-through rates, clients' trading activity, and more.",
"1711575167": "มีให้เทรดบน Deriv MT5 และ Deriv X (พร้อมมาร์จิ้น), DTrader (พร้อมออปชั่นและตัวคูณ) และ Deriv GO (พร้อมตัวคูณ)",
"1713857763": "<0>หยุดการขาดทุนและ/หรือจำนวนเงินทำกำไรในทิศทางขึ้น = สูงสุด [{สัดส่วนการถือหุ้น× ((ระดับการหยุดขาดทุนหรือทำกำไร - ราคาสินทรัพย์) ÷ ราคาสินทรัพย์×ตัวคูณ) - ค่าคอมมิชชัน} - สเตค]0>",
"1714709402": "ใครเป็นผู้กําหนดอัตราค่าคอมมิชชันต่อการทำธุรกรรม?",
"1715011380": "ดัชนี Jump 25",
+ "1715241142": "How do I see my earnings?",
"1715491803": "ถึง $100",
"1717346758": "การปลอมแปลงคำขอข้ามไซต์และฝั่งเซิร์ฟเวอร์ (โดยไม่ต้องเข้าถึงเครือข่ายภายในของเรา)",
+ "1719304654": "The pricing of our synthetic indices is backed by algorithms that are audited for fairness by an independent third party. Due to regulatory requirements, synthetic indices are unavailable in some countries. Refer to ‘Product offering’ in our <0>terms of use0> for more info.",
"1720725354": "อะไรคือความแตกต่างระหว่างบัญชี DMT5 Standard, Advanced และ Synthetic Indices",
"1721296073": "DMT5 Financial STP คำนวณก่อน",
"1723694822": "เยี่ยมชมหน้าแรกของเรา",
@@ -1130,11 +1250,13 @@
"1743448290": "ตัวแทนชำระเงิน",
"1743752393": "ธุรกิจทั่วไป",
"1745193633": "การแจ้งเตือนเปลี่ยนเส้นทาง",
- "1745471992": "ดัชนีหุ้นวัดจากมูลค่าของการเลือกของ บริษัท ในตลาดหุ้น สิ่งนี้ช่วยให้นักลงทุนเห็นว่าชุดของสินทรัพย์นั้นมีประสิทธิภาพอย่างไร",
"1746633126": "เกิดอะไรขึ้นกับ Binary.com?",
"1746782390": "ยังสามารถทำการค้ากับบัญชีหลังจากที่ลงทะเบียนเป็นตัวแทนชำระเงินได้หรือไม่?",
"1748626120": "ไม่มีค่าใช้จ่ายแอบแฝง",
+ "1748925202": "How can I reactivate my Deriv MT5 account?",
"1751673286": "ความปลอดภัยคือความร่วมมือ รายงานจุดบกพร่องและรับรางวัล",
+ "1752586208": "What payment methods can I use to exchange with other traders?",
+ "1753559268": "We'll pay your IB commission into your MT5 Synthetic account daily.",
"1755228338": "การรักษาความปลอดภัยของบัญชี",
"1758111931": "ผู้ที่ใช้งานอยู่",
"1760376318": "ใช่, หากปฏิบัติตามข้อกำหนดและเงื่อนไขที่เกี่ยวข้องทั้งหมด (ดูหัวข้อ 'สำหรับพันธมิตรทางธุรกิจ' ในหน้า <0>ข้อกําหนดและเงื่อนไข0>)",
@@ -1145,16 +1267,21 @@
"1768089459": "Paris | สำนักงานของเรา – ฝรั่งเศส | Deriv",
"1770479100": "หากคุณเลือก ‘สูงกว่า’ คุณจะได้รับเงินก็ต่อเมื่อ จุดออกสุดท้ายมีค่าสูงกว่าค่า barrier",
"1770534439": "แลกเปลี่ยนสูตรสังเคราะห์มือถือ",
+ "1772047578": "Why are my Deriv MT5 login details different from my Deriv login details?",
"1772406884": "Deriv P2P เป็นสิ่งที่ดี การฝากและถอนเป็นเรื่องง่ายสำหรับผู้ค้ารายย่อย",
"1774467475": "เราจะให้รางวัลแก่รายงานเกี่ยวกับช่องโหว่ระดับต่ำ <0>เฉพาะ0> หากพวกเขาช่วยเราแก้ไขปัญหาด้านความปลอดภัยที่รุนแรง และเราจะตัดสินจำนวนรางวัลเป็นกรณีไป",
"1774791951": "คาดการณ์ราคาว่าจุดออก จะอยู่ภายในหรือภายนอก จากสองราคาเป้าหมายเมื่อสิ้นสุดระยะเวลาของสัญญา",
"1777934033": "เทรด CFD ทุกวันตลอด 24 ชั่วโมงกับดัชนีสังเคราะห์ที่เป็นเอกสิทธิ์เฉพาะของเรา ซึ่งจำลองการเคลื่อนไหวของตลาดในโลกแห่งความเป็นจริง",
"1782308283": "กลยุทธ์ด่วน",
"1782703044": "ลงชื่อเข้าใช้",
+ "1784343675": "Please <0>contact us via live chat0> immediately, and we'll help to disable 2FA on your account. When you have a new phone, please <1>re-enable 2FA1>.",
"1784680288": "คุณจะได้รับแจ้งเกี่ยวกับผลกระทบมาร์จิ้นต่อบัญชีของคุณก่อนการซื้อขายทุกครั้ง",
"1786089908": "เรียนรู้เกี่ยวกับการซื้อขายตัวเลือกใน Deriv รับเงินโดยการทำนายการเคลื่อนไหวของราคาอย่างถูกต้องในฟอเร็กซ์ ดัชนีสังเคราะห์ และตลาดการเงินยอดนิยมอื่นๆ",
+ "1786747559": "Our regulators require us to verify your account in accordance with anti-money laundering (AML) and Know Your Customer (KYC) laws. If we have prompted you to upload your documents to verify your account, it means that you'll only be able to continue using our services after your account is verified.",
+ "1790839584": "<0>A social media admin0> \n Promote our products and services on your social media pages, and earn commission when you convert your audience into traders.",
"1791730321": "ซื้อสัญญาถ้าคุณพอใจกับตำแหน่งที่คุณกำหนดไว้\n\n",
"1795749796": "ศูนย์ช่วยเหลือ| คําถามที่ถามบ่อย| DBot | Deriv",
+ "1798765888": "Copy the link in the <0>Landing page URL0> field. This is the referral link that you can share with your clients.",
"1799377913": "การซื้อขายออปชั่นมีอยู่ใน {{market_name}}",
"1802409084": "ค่า pip",
"1804642811": "สร้างบัญชีทดลอง",
@@ -1162,19 +1289,25 @@
"1806416151": "Deriv IB โปรแกรมเป็นหุ้นส่วนที่จะได้รับประโยชน์จากการแนะนำลูกค้าให้ทำการซื้อขายกับแพลตฟอร์ม DMT5 ",
"1807936072": "ไซปรัส",
"1808393236": "เข้าสู่ระบบ",
+ "1810304465": "You'll need to transfer the funds from your Deriv MT5 account to your Deriv account. You can do this on the <0>Cashier page0>. Your funds will be available in your Deriv account as soon as you complete the transfer.",
"1810957214": "สมมติว่าคุณต้องการคำนวณระดับ Stop Loss เมื่อคุณเปิดสถานะสำหรับดัชนี Volatility 100 ที่ราคา 3376.24 USD โดยมีเงินเดิมพัน 10 USD มูลค่าตัวคูณ x100 และ Stop Loss จำนวน 7.54 USD ในทิศทางขึ้น",
+ "1812325040": "Source of wealth documentation",
"1812969702": "Interim | FAQ",
"1813700208": "ดัชนี Boom 300",
"1813703795": "ลงทะเบียนเป็นพันธมิตรและ IB ของเรา",
"1815044592": "หากคุณเลือก ‘ขึ้นเท่านั้น’ คุณจะได้รับเงินก็ต่อเมื่อ ช่วงค่า tick ที่ติดๆกันสูงขึ้นอย่างต่อเนื่อง หลังจากจุดเข้า คุณจะไม่ได้รับเงิน หากค่า tick มีค่าลดลง หรือเท่ากับช่วงค่า tick ก่อนหน้านั้น",
+ "1815324634": "The minimum deposit and withdrawal amount varies depending on the payment method. The lowest deposit and withdrawal amount is 5 USD/EUR/GBP/AUD via e-wallets. See our <0>Payment methods0> page for a complete list of payment methods and their minimum deposit and withdrawal amounts.",
"1816009319": "ดอกเบี้ย",
+ "1816305227": "If you’re in the EU or UK:",
"1817888235": "ทำนายและได้รับจากการพุ่งขึ้นและลดลงที่น่าตื่นเต้นด้วยดัชนี Crash/Boom ของเรา",
"1819952453": "โปรแกรมแนะนำโบรกเกอร์ที่สามารถใช้ได้กับพันธมิตร Deriv ทั้งหมด",
"1820212843": "เรียนรู้วิธีการซื้อขายโดยใช้วิดีโอและบทช่วยสอนการซื้อขายของเราที่สถาบันการซื้อขายออนไลน์ของ Deriv",
+ "1823119628": "the Vanuatu Financial Services Commission",
"1823770507": "DOT/USD",
"1824094317": "ซื้อขายได้ทุกวันตลอด 24 ชั่วโมง",
"1826550764": "ทำไมต้องเป็นเรา",
"1828442573": "สินค้าโภคภัณฑ์",
+ "1830057548": "We have 3 commission plans:",
"1831254808": "หากคุณเปิดสถานะใด ๆ ในชั่วข้ามคืนจะมีการปรับ (อัตราสวอป) กับบัญชีซื้อขายของคุณเพื่อชดเชยค่าใช้จ่ายในการเปิดตําแหน่งนั้นไว้ ตราสารที่ซื้อขายบนแพลตฟอร์มของเราขึ้นอยู่กับอัตราสวอปที่แตกต่างกัน อัตราเหล่านี้ขึ้นอยู่กับเงื่อนไขเช่นเวลาและจํานวนวันรวมถึงวันหยุดราชการที่คุณดํารงตําแหน่งเปิด",
"1831680837": "ถอนเงิน",
"1832974109": "SmartTrader",
@@ -1193,23 +1326,25 @@
"1845394200": "ที่ Deriv เราใช้มาตรการรักษาความปลอดภัยที่ดีที่สุดอย่างการเข้ารหัส SSL เพื่อปกป้องบัญชีและข้อมูลส่วนบุคคลของคุณ",
"1846521577": "โปรแกรมตัวแทนการชำระเงิน Deriv เหมือนกับ Deriv P2P (DP2P) หรือไม่?",
"1849054373": "3. ทำการซื้อขาย",
- "1851993047": "มีสัญญาอะไรบ้างที่ทำการซื้อขายได้ในวันหยุดสุดสัปดาห์?",
"1852402040": "ธุรกิจทั่วไป",
"1853363847": "มีให้เทรดบน Deriv MT5 และ Deriv X (พร้อมมาร์จิ้น) และ DTrader (พร้อมตัวคูณ)",
"1854618305": "หากคุณเลือก ‘สูงกว่า’ คุณจะได้รับเงินก็ต่อเมื่อ จุดออกสูงกว่าจุดเข้า\n",
+ "1857302542": "Can I open a corporate or business account?",
"1857508131": "ทำการฝากเงินที่ปลอดภัยโดยตรงจากมือถือของคุณ สำหรับลูกค้าในกานา",
"1858594477": "เข้าใจว่าการเปลี่ยนแปลงนั้นเป็นเรื่องที่น่ากลัว แต่นั่นเป็นสาเหตุที่ต้องทำงานอย่างหนักเพื่อที่จะให้แน่ใจว่าการเปลี่ยนจาก Binary.com เป็น Deriv.com นั้นราบรื่นที่สุด",
"1860012910": "วิธีโอนเงินที่ง่ายและถูกรวดเร็วได้รับการสนับสนุนโดยธนาคารและร้านค้าทั่วโลก",
"1860472068": "ธนาคารออนไลน์",
- "1862400286": "สามารถใช้สัญญาประเภทใดใน DTrader ได้บ้าง?",
"1866193342": "DTrader ช่วยให้คุณสามารถซื้อขายสินทรัพย์ได้มากกว่า 50 รายการในรูปแบบของดิจิทัลตัวคูณและตัวเลือกการมองย้อนกลับ DMT5 เป็นแพลตฟอร์มการซื้อขายหลายสินทรัพย์ที่คุณสามารถใช้เพื่อแลกเปลี่ยนสปอตฟอเร็กซ์และสัญญาเพื่อความแตกต่าง (CFD) ด้วยเลเวอเรจ ",
"1868860566": "EUR/SEK",
"1869497149": "เพลิดเพลินไปกับประสบการณ์การซื้อขายที่ราบรื่นด้วยแผนภูมิที่ใช้งานง่ายและธีมสีเข้มที่น่ารื่นรมย์",
"1872384056": "คุณสมบัติโหมดสว่างและมืดเพื่อเพิ่มประสบการณ์ที่สนุกสนานยิ่งขึ้น",
"1872568231": "GBP/TRY",
"1873099524": "รับการชำระเงินที่คงที่ โดยการคาดการณ์จากความเคลื่อนไหวของราคาสินทรัพย์",
+ "1874424045": "I lost my phone. How can I disable two-factor authentication (2FA)?",
"1876344462": "Novartis AG",
"1876748041": "หลังจากเปิดบริการมา 20 ปี ทำให้รู้สึกเข้าใจลูกค้ามากขึ้น การเปลี่ยนชื่อเป็นโอกาสสำหรับการซื้อขายออนไลน์ที่ได้รับการปรับปรุงเพื่อที่จะได้ตอบสนองทุกความต้องการ",
+ "1876786466": "This is due to the spread, which is the difference between the ‘bid’ and ‘ask’ prices. Your positions will start earning a profit when the market moves in your favour.",
+ "1877410120": "สิ่งที่คุณต้องทำตอนนี้",
"1879930260": "ไม่มีขายยาก",
"1880965589": "ส่วนแบ่งรายได้",
"1881114347": "ตลาดซื้อขาย Deriv",
@@ -1220,6 +1355,7 @@
"1889326047": "มีให้บริการผ่านเว็บและแอปมือถือ",
"1890990339": "<0>Hong Kong 500> ติดตามผลการดำเนินงานของบริษัทจดทะเบียนที่ใหญ่ที่สุด 50 แห่งในฮ่องกง",
"1893015908": "Uber Technologies Inc",
+ "1894801487": "Deriv MT5 is a CFD trading platform that gives you access to forex, stocks, stock indices, commodities, cryptocurrencies, and synthetics. Learn more about Deriv MT5 <0>here0>.",
"1897018869": "ETC/USD",
"1897907613": "ฝากเงินและถอนเงินโดยใช้บัตร debit maestro",
"1898130358": "บนคอมพิวเตอร์ของคุณ",
@@ -1229,16 +1365,17 @@
"1902951214": "สำนักงานของเรา",
"1903393516": "ชุมชนสนับสนุน Deriv ของเรา สามารถช่วยให้คุณค้นหาคำตอบ",
"1903495030": "สําหรับบัญชีสังเคราะห์, หยุดการสูญเสียและ / หรือใช้มูลค่า pip กําไรเป็น USD",
+ "1904617508": "นอกสหภาพยุโรป ผลิตภัณฑ์ทางการเงินนำเสนอโดยบริษัทต่อไปนี้: Deriv (FX) Ltd, F16, Level 1, Paragon Labuan, Jalan Tun Mustapha, 87000 Labuan, Malaysia, ได้รับอนุญาตจาก Labuan Financial Services Authority (<0> ใบอนุญาตเลขที่ MB /18/00240>); Deriv (BVI) Ltd, Kingston Chambers, P.O. กล่อง 173, Road Town, Tortola, หมู่เกาะบริติชเวอร์จิน, ได้รับอนุญาตจาก British Virgin Islands Financial Services Commission (<1> ใบอนุญาตเลขที่ SIBA/L/18/11141>); Deriv (V) Ltd, 1276, Kumul Highway, Port Vila, Vanuatu, ได้รับอนุญาตและควบคุมโดย Vanuatu Financial Services Commission; และ Deriv (SVG) LLC, อาคาร Hinds, คิงส์ทาวน์, เซนต์วินเซนต์และเกรนาดีนส์",
"1904774976": "<0>Germany 400> เป็นไปตามผลการดำเนินงานของบริษัทที่จดทะเบียน 40 แห่งในประเทศเยอรมนี",
- "1905213812": "Deriv (BVI) Ltd - Kingston Chambers, P.O. Box 173, Road Town, Tortola หมู่เกาะบริติชเวอร์จิน - ได้รับการอนุญาตจาก British Virgin Islands Financial Services Commission <0>ใบอนุญาตหมายเลข SIBA/L/18/11140>)\n",
"1905380076": "ชําระการชําระเงินด้วยคู่สัญญาของการทําธุรกรรมของคุณ",
"1905702565": "การป้องกันเงินของลูกค้า",
"1905714256": "ประสบการณ์ที่เพิ่มขึ้น",
- "1906771172": "เราจะเปลี่ยนสกุลเงินของบัญชีได้อย่างไร",
+ "1906101554": "You’ll earn a payout based on the volume of your clients' trades. Find out more <0>here0>.",
"1907226338": "Coca-Cola",
"1909647105": "TRX/USD",
"1909809509": "สลับเป็นเครื่องคิดเลข",
"1914949637": "โปรแกรมพันธมิตร Deriv คืออะไร?",
+ "1915387440": "If you’re selling:",
"1916887645": "เพิ่มผลกำไรสูงสุด จำกัดการสูญเสีย",
"1922529883": "ดัชนี Boom 1000",
"1923530212": "ยืดหยุ่น",
@@ -1259,24 +1396,30 @@
"1941116009": "Binary.com จะถูกเอาออกไปหรือไม่?",
"1942214601": "หยุดระดับการสูญเสียในทิศทางขึ้น",
"1942485223": "เกิดอะไรขึ้นกับบัญชีของพันธมิตร?",
+ "1947069292": "You can create an API token <0>here0>. Give your token a name, select the scope, and click <1>Create1>.",
"1948092185": "GBP/CAD",
"1948630262": "ในการรับเข้าสู่ระบบขั้นตอนแรกให้ทำการลงชื่อเข้าใช้แดชบอร์ดกับพันธมิตร Binary.com ",
"1949701571": "สร้างบัญชีจริงของ Deriv",
"1953016421": "ทำไมต้องซื้อขายออปชันกับ Deriv",
"1959548433": "กำหนดระยะเวลาการซื้อขายของคุณ ขึ้นอยู่กับว่าคุณมีมุมมองระยะสั้นหรือระยะยาวของตลาด คุณสามารถกำหนดระยะเวลาที่คุณต้องการเริ่มตั้งแต่ 1 ถึง 10 tick หรือ 15 วินาทีถึง 365 วัน",
- "1963811607": "ฉันจะติดต่อกับคู่สัญญาในการทำธุรกรรมของฉันได้อย่างไร?",
+ "1959678342": "Highs & Lows",
+ "1962097923": "Help centre | Frequently asked questions | IB programme | Deriv",
+ "1963262703": "What does ‘completion rate’ mean?",
"1963884651": "ฝากและถอนเงินใน Paxos Standard ซึ่งเป็นสกุลเงินดิจิทัลที่ได้รับการกำหนดเป็น USD",
+ "1964475042": "Frequently asked questions - About",
"1964675673": "เป็นพันธมิตรกับผู้ให้บริการซื้อขายออนไลน์ที่เชื่อถือได้",
"1966310384": "ดังนั้นในสถานการณ์นี้คุณจะต้องตั้งระดับการทำกำไรของคุณที่ <0>3350.110>",
"1967743855": "เราจะมีความชัดเจนเกี่ยวกับค่าธรรมเนียมและค่าบริการทั้งหมด",
"1969128618": "จัดการชุมชนออนไลน์ที่มีความชอบและหลงไหลในการซื้อขายออนไลน์ การลงทุนหรือการเงินส่วนบุคคล",
"1971963414": "สินค้า",
"1975644912": "เพลิดเพลินไปกับอินเทอร์เฟซที่ใช้งานง่ายแม้สําหรับผู้ค้ารายใหม่",
+ "1976307636": "Deriv Investments (Europe) Limited ได้จัดทำการเปิดเผยข้อมูลทางการเงินเพื่อรายงานตามข้อกำหนดด้าน Capital Requirements Directive IV และ Capital Requirements Regulation อ่านรายงานของเราเพื่อทำความเข้าใจว่าเราปฏิบัติตามระเบียบวินัยของตลาดในฐานะผู้เข้าร่วมตลาดอย่างไร",
"1977160541": "ดัชนี<0>0>อเมริกัน",
"1978148367": "เปิดบัญชีจริงแล้วทำการฝากเงินและเริ่มการซื้อขายจริง ในฟอเร็กซ์, ดัชนี, สินค้าโภคภัณฑ์และอื่นๆ",
"1979503547": "เงื่อนไขการซื้อขาย",
"1980724783": "มูลค่าคะแนนได้มาจากตัวเลขปัจจุบันของสินทรัพย์ ตัวเลขคือ 5 ดังนั้นค่าจุดคือ 0.00001",
"1982404952": "รับการเสนอราคา",
+ "1984996183": "I forgot my affiliate password. What should I do?",
"1985905708": "ดัชนีเหล่านี้สอดคล้องกับตลาดจำลองที่มี <0>ความผันผวนคงที่ที่ 200% และ 300%0>",
"1986250253": "กลยุทธ์ Oscar's Grind คืออะไร?",
"1986498784": "BTC/LTC",
@@ -1287,16 +1430,19 @@
"1991711258": "LNK/USD",
"1994023526": "ที่อยู่อีเมลที่คุณป้อนมีข้อผิดพลาดหรือพิมพ์ผิด ",
"1995896523": "DMT5 ได้รับการพัฒนาเพื่อมอบประสบการณ์การซื้อขาย CFD ที่ดีที่สุด สามารถเข้าถึง MT5 ได้ผ่านคอมพิวเตอร์หรือแม้แต่มือถือ",
+ "1996252043": "Once your ad is created successfully, it will appear in the <0>Buy/Sell0> tab.",
"1997138507": "หาก tick สุดท้ายเท่ากับค่าเฉลี่ยของ tick คุณจะไม่ได้รับเงิน",
"1997646348": "เว็บไซต์หลักสูตรบัณฑิตศึกษาของเรา: besquare.deriv.com",
"1998840050": "ไม่มันไม่ใช่ DP2P เป็นบริการแบบเพียร์ทูเพียร์สำหรับลูกค้าของเราในการฝากและถอนเงินโดยใช้สกุลเงินท้องถิ่นของพวกเขา ในฐานะตัวแทนการชำระเงินของเรา คุณสามารถใช้แพลตฟอร์ม DP2P เพื่อเสนอบริการของคุณให้กับลูกค้า Deriv ในประเทศของคุณ.",
"2003802343": "ไม่มีข้อกําหนดในการถอนค่าคอมมิชชั่น IB ",
"2005074806": "ลองใช้ PnL สําหรับเครื่องคํานวณมาร์จิ้น",
+ "2006479988": "<0>Proof of address0>",
"2007092908": "ซื้อขายด้วยเลเวอเรจและสเปรดที่ต่ำ เพื่อผลตอบแทนที่ดีขึ้นในการซื้อขายที่ประสบความสำเร็จ",
"2010744433": "เราจะพยายามเสนอบริการแชทสดทุกวันตลอด 24 ชั่วโมงเพื่อให้ตัวแทนพร้อมใช้งานสำหรับลูกค้าที่ขอแชท ตัวแทนจะได้รับการฝึกอบรมเพื่อตอบคำถามที่เกี่ยวข้องกับบริการ",
"2015114251": "ฉันสามารถฝากขั้นต่ำ/สูงสุดในบัญชี Deriv X ได้สูงสุดเท่าใด?",
"2017042641": "2 - 3 วันทําการ",
"2018198484": "การซื้อขาย สกุลเงินดิจิตอล เปิดโอกาสให้คุณได้รับผลกำไรจากการเคลื่อนไหวของราคาโดยไม่ต้องเป็นเจ้าของเหรียญดิจิทัล กล่าวอีกนัยหนึ่ง คุณสามารถสร้างรายได้โดยการคาดการณ์อย่างถูกต้องว่าราคาของสกุลเงินดิจิทัลจะขึ้นหรือลง",
+ "2018600727": "Deriv Investments (Europe) Limited มีสิทธิ์ให้บริการในประเทศสมาชิกสหภาพยุโรปอื่น ๆ ผ่านสิทธิ์ในการทำหนังสือเดินทางของสหภาพยุโรป ด้านบนคือรายชื่อประเทศในสหภาพยุโรปที่มีสิทธิ์เข้าถึง Deriv.com ผ่านสิทธิ์ในการออกหนังสือเดินทางของสหภาพยุโรป",
"2019140039": "เหตุใดจึงแลกเปลี่ยนดัชนีตะกร้าใน Deriv",
"2019968401": "ทำไมต้องซื้อขายกับ Deriv X",
"2023310659": "สกุลเงิน",
@@ -1311,19 +1457,21 @@
"2035207280": "5 - 1,000",
"2035670983": "รบกวนน้อยลง",
"2036526456": "เรียนรู้เพิ่มเติมเกี่ยวกับวิธีการชําระเงินของเรา และวิธีการใช้งาน",
- "2037297857": "Deriv เป็นแพลตฟอร์มการซื้อขายออนไลน์ที่มีบริการอนุพันธ์ที่หลากหลายให้เลือกซื้อได้ใน 24/7",
+ "2041763181": "Once we've paid your commission into your account, you can withdraw whenever you want.",
"2042445787": "ช่องโหว่ขึ้นอยู่กับสถานการณ์ที่ยากลำบากหรือเงื่อนไขเบื้องต้น",
+ "2044967354": "You can see your available balance in the <0>My profile0> tab.",
"2044999022": "แลกเปลี่ยนดัชนีการกระโดด การสังเคราะห์ใหม่ที่มีการบิด",
"2046788283": "ตลาดอะไรบ้างที่สามารถซื้อขายได้ใน DTrader?",
"2047029510": "<0>ระดับหยุดการขาดทุนและ/หรือทำกำไรในทิศทางขึ้น = ราคาสินทรัพย์× {(หยุดการขาดทุนหรือจำนวนเงินทำกำไร + ค่าคอมมิชชั่น) ÷ (ตัวคูณเงินเดิมพัน×) + 1}0>",
"2047349922": "0.013",
"2050080282": "เข้าสู่ระบบ พันธมิตร & IB",
"2051986867": "ดังนั้นคุณจะต้องมีการเรียกเก็บเงินสวอปเป็นจำนวน <0>0.24 USD0> เพื่อให้สถานะยังคงเปิดอยู่เป็นเวลาหนึ่งคืน",
+ "2053617863": "โปรดดำเนินการถอนเงินทั้งหมดออกจากบัญชีของคุณ",
"2053673142": "การกด \"สร้างบัญชีทดลอง\" แสดงว่าคุณยืนยันว่าคุณมีอายุ 18 ปีขึ้นไป คุณเข้าใจว่าเราอาจใช้ที่อยู่อีเมลของคุณเพื่อส่งข้อมูลเกี่ยวกับผลิตภัณฑ์และบริการของ Deriv รวมถึงข่าวการตลาด คุณสามารถยกเลิกการสมัครรับอีเมลเหล่านี้ได้ตลอดเวลาในการตั้งค่าบัญชีของคุณ สำหรับข้อมูลเพิ่มเติม โปรดดู <0>ความปลอดภัยและความเป็นส่วนตัว0> ของ Deriv",
"2056079566": "ขอความช่วยเหลือจากเรา",
"2056339251": "15 - 10,000",
"2058893631": "รายงานการเปิดเผย financial",
- "2060309075": "สิ่งนี้จะไม่ได้ใช้หากลูกค้าอยู่ภายใต้การกีดกันตนเองไม่ว่าจะด้วยตนเองหรือเป็นการตัดสินใจโดยบริษัท",
+ "2060102881": "<0>A blogger/vlogger0> \n Promote our products and services and earn commission when you convert your audience into traders.",
"2060368992": "อ่านขั้นต่ำ",
"2061191384": "Deriv peer-to-peer (DP2P)",
"2061681232": "<0>สิ้นสุดระหว่าง/สิ้นสุดภายนอก0> คาดการณ์ราคาว่าจุดออก จะอยู่ภายในหรือภายนอก จากสองราคาเป้าหมายเมื่อสิ้นสุดระยะเวลาของสัญญา",
@@ -1333,6 +1481,7 @@
"2067437902": "ฝากและถอนเงินใน STASIS Euro ซึ่งเป็นสกุลเงินดิจิทัลที่ได้รับการกำหนดเป็น EUR",
"2068667424": "ตรวจสอบแอพอื่น ๆ ของเรา",
"2070356006": "รับผลตอบแทนตามแผนที่เลือก สูงถึง 45% ของรายได้สุทธิทั้งหมดที่เกิดจากลูกค้าที่คุณแนะนำ",
+ "2071458958": "The minimum volume for micro forex pairs is 0.1 lot.",
"2071808494": "การสนับสนุนจากผู้เชี่ยวชาญและเป็นมิตร",
"2072504778": "ใครบ้างที่สามารถสมัครเป็นพันธมิตรกับ Deriv?",
"2074119658": "ปรับแต่งสัญญาของคุณให้เหมาะกับความเสี่ยงของคุณโดยใช้คุณสมบัติที่เป็นนวัตกรรมใหม่ เช่น การหยุดการขาดทุน การทำกำไร และการยกเลิกข้อตกลง",
@@ -1340,6 +1489,7 @@
"2075608900": "สเปรดคงที่และตัวแปรที่สามารถแข่งขันได้",
"2075864188": "ฟรี",
"2080510282": "สร้างบัญชีจริงของ CFD ตามการตั้งค่าการค้าของคุณ",
+ "2086048243": "Certificate of incorporation",
"2087247269": "ไม่เลย การเข้าร่วมโปรแกรมตัวแทนชําระเงินฟรีไม่มีค่าใช้จ่าย\n",
"2089087110": "ดัชนีตะกร้า",
"2092854399": "เพลิดเพลินกับการฝากและถอนที่รวดเร็วราบรื่นและปลอดภัยด้วย Trustly",
@@ -1349,6 +1499,7 @@
"2100068559": "ขยายฐานลูกค้าของคุณ เพื่อเพิ่มโอกาสทางธุรกิจและรับรายได้เพิ่มขึ้นเมื่อคุณสมัครเป็นตัวแทนชำระเงินใน Deriv",
"2100986179": "แพลตฟอร์มการซื้อขาย CFD ที่เหมาะกับสไตล์ของคุณ",
"2101514198": "สำรวจ Deriv.com",
+ "2102247413": "You’ll need the following documents to verify your account:",
"2108488100": "หยุดการสูญเสียสูตร pip",
"2108799022": "<0>ขึ้น/ลง0> คาดการณ์ราคาว่าจุดออกจะสูงกว่าหรือต่ำกว่าจุดเข้า เมื่อสิ้นสุดระยะเวลาของสัญญา",
"2108938379": "5. ตัวแปรที่สร้างขึ้นใหม่พร้อมใช้งานในระบบแล้ว",
@@ -1365,6 +1516,7 @@
"2120092418": "รอการตอบกลับของเรา",
"2121227568": "NEO/USD",
"2121253634": "แม้ว่าจะสามารถเพลิดเพลินกับการซื้อขายบน MetaTrader 5 ได้เหมือนเดิม จากที่ได้รับฟังความคิดเห็น ทำให้มีการปรับปรุงประสบการณ์ให้กับลูกค้า จะพบได้ว่าการลงทะเบียนกับบัญชี MT5 แดชบอร์ดนั้นมีประสิทธิภาพมากกว่าใน Deriv.com ทำให้สามารถจัดการบัญชีและมุ่งเน้นไปที่การซื้อขายได้อย่างง่ายดาย",
+ "2123318546": "RTS28 2021",
"2124129338": "Deriv เป็นแพลตฟอร์มการซื้อขายออนไลน์ที่มีบริการอนุพันธ์ที่หลากหลายให้เลือกซื้อได้ใน",
"2125422488": "สามารถ <0>ติดต่อเรา0> เพื่อปรับการตั้งค่าการป้องกันตนเอง หรือวงเงินการซื้อขายของคุณ",
"2126327198": "ประมาณการมาร์จิ้นที่คุณต้องการเพื่อดำรงตำแหน่งของคุณ ผลลัพธ์ขึ้นอยู่กับเลเวอเรจปริมาณล็อตและยอดเงินในบัญชี DMT5 ของคุณ",
@@ -1445,8 +1597,6 @@
"-23722102": "พันธมิตร",
"-890622347": "พันธมิตร & IB",
"-199351188": "ค่าหัวแมลง",
- "-1434418017": "<1>หากคุณมีคำถามใด ๆ โปรดส่งอีเมลถึงเราที่ 1><2>info@besquare.my2>",
- "-1429361008": "ในสหภาพยุโรป ผลิตภัณฑ์ทางการเงินมีให้บริการโดย Deriv Investments (Europe) Limited, W Business Centre, Level 3, Triq Dun Karm, Birkirkara, BKR 9033 ประเทศมอลตาได้รับอนุญาตโดยผู้ให้บริการการลงทุนประเภทที่ 3 Malta Financial Services Authority (<0>ใบอนุญาตหมายเลข IS/701560>)",
"-316493159": "บริการของเว็บไซต์นี้ไม่มีให้บริการในบางประเทศ รวมทั้งสหรัฐอเมริกา แคนาดา และฮ่องกง หรือแก่บุคคลที่มีอายุต่ำกว่า 18 ปี",
"-1497908566": "ผลิตภัณฑ์ที่กล่าวถึงที่นี่อาจได้รับผลกระทบจากการเปลี่ยนแปลงของอัตราแลกเปลี่ยนเงินตราต่างประเทศ หากคุณลงทุนในผลิตภัณฑ์เหล่านี้คุณอาจสูญเสียการลงทุนบางส่วนหรือทั้งหมดและมูลค่าของการลงทุนของคุณอาจผันผวน คุณไม่ควรลงทุนเงินที่คุณไม่สามารถที่จะสูญเสียและไม่เคยซื้อขายด้วยเงินที่ยืมมา",
"-1991343658": "ซื้อ-ขาย",
@@ -1595,6 +1745,11 @@
"-1483718536": "เราไม่ได้จ่ายค่าคอมมิชชั่นให้กับตัวแทนชำระเงิน คุณสามารถกำหนดค่าคอมมิชชั่นของคุณเองต่อการทำธุรกรรมและทางลูกค้าของเราจะรับผิดชอบค่าธรรมเนียมที่จำเป็น",
"-1016133415": "สามารถโฆษณาการบริการให้กับลูกค้า Deriv ได้หรือไม่?",
"-876582984": "ใช่หากคุณปฏิบัติตามข้อกำหนดและเงื่อนไขที่เกี่ยวข้องทั้งหมด (ดูแท็บที่ชื่อว่า 'สำหรับพันธมิตรทางธุรกิจ' ในหน้าข้อกำหนดและเงื่อนไขของเรา)",
+ "-1434418017": "<1>หากคุณมีคำถามใด ๆ โปรดส่งอีเมลถึงเราที่ 1><2>info@besquare.my2>",
+ "-618539786": "บัญชีของคุณมีกำหนดจะปิด",
+ "-905560792": "โอเคผมเข้าใจแล้ว",
+ "-168971942": "สิ่งนี้มีความหมายสำหรับคุณ",
+ "-1308593541": "คุณจะสูญเสียการเข้าถึงบัญชีของคุณเมื่อมันถูกปิด ดังนั้นอย่าลืมถอนเงินทั้งหมดของคุณ",
"-1496158755": "ไปที่ Deriv.com",
"-373212993": "เว็บไซต์ Deriv",
"-1788474476": "ลงชื่อ พันธมิตร & IB",
@@ -1769,35 +1924,69 @@
"-2062968282": "ไม่พบคำตอบของคุณใช่หรือไม่? เราสามารถช่วยคุณได้",
"-978362988": "แชท",
"-1299484872": "บัญชี",
- "-1059028037": "ทำไมไม่สามารถสร้างบัญชีได้",
"-1310262676": "เราจะเปลี่ยนรายละเอียดส่วนตัวได้อย่างไร",
+ "-251180453": "How can I change the currency of my account?",
+ "-221810226": "Can I change my email address?",
+ "-1059028037": "ทำไมไม่สามารถสร้างบัญชีได้",
"-2043299631": "เราจะยกเลิกการสมัครรับอีเมลทางการตลาดได้อย่างไร",
+ "-214877260": "How can I set self-exclusion limits on my account?",
+ "-2064918290": "How do I verify my account?",
+ "-425061473": "What documents do I need to verify my account?",
+ "-172153561": "Why do I need to verify my account?",
+ "-1619463465": "Can I trade without verifying my account?",
+ "-414862292": "การตรวจสอบใช้ระยะเวลานานเท่าไหร่?",
+ "-790757582": "ทำไมเอกสารถึงถูกปฏิเสธ?",
"-1049383996": "ดัชนีหุ้นคืออะไร?",
"-1633933174": "ดัชนีสังเคราะห์คืออะไร?",
"-226333706": "วิธีการซื้อขาย",
+ "-1859881435": "What assets are available for trading on weekends?",
"-1612801567": "การฝากและถอนเงิน",
- "-977028772": "สนับสนุนวิธีการชําระเงินในรูปแบบใด",
- "-181763764": "ใช้เวลานานแค่ไหนในการดำเนินการฝากและถอนเงิน?",
+ "-1315176976": "What payment methods can I use for deposits and withdrawals?",
+ "-1547685378": "How long does it take for my deposits and withdrawals to be processed?",
"-840116640": "จำนวนเงินของการฝากหรือถอนขั้นต่ำ?",
+ "-1847412788": "My withdrawal verification link has expired. What should I do?",
"-1689659144": "การถอนเงิน",
- "-223315135": "จะเพิ่มวงเงินในการถอนได้อย่างไร?",
- "-1339949921": "ทำไมการฝากเงินผ่านบัตรเครดิตถึงถูกปฏิเสธ?",
+ "-1861727138": "How can I remove the withdrawal limit on my account?",
"-1108803896": "การฝาก",
"-2135274535": "สามารถถอนโบนัสเงินฝากได้ไหม?",
- "-1686360438": "ทำไมไม่สามารถถอนเงินไปยัง Maestro หรือ Mastercardได้?",
+ "-383099370": "Can I deposit with my friend's/family member's debit/credit card or e-wallet?",
+ "-560703263": "Why can't I see any payment methods on the Withdrawal page?",
+ "-222181522": "จําเป็นต้องตรวจสอบบัญชี Deriv หรือไม่?",
+ "-35912880": "Affiliate programme",
+ "-1134652564": "What type of commission plans do you offer?",
+ "-504946033": "Who can apply as an affiliate?",
+ "-940672929": "Where can I find my referral link?",
+ "-2082521397": "What type of reports will I have access to?",
+ "-860666463": "IB programme",
+ "-1062769315": "How do I sign up as an introducing broker (IB)?",
+ "-118302649": "Why should I join your introducing broker (IB) programme?",
+ "-153524655": "How much do you pay in commission?",
+ "-548897585": "Are there any charges for joining your introducing broker programme?",
+ "-1236285182": "How and when will I receive my IB commission payout?",
+ "-1557693454": "When can I withdraw my commission?",
+ "-253752482": "Where is my money held?",
"-1787820992": "แพลตฟอร์ม",
- "-1445755525": "จะทำการถอนเงินออกจากบัญชีเงินจริงของ DMT5 ได้อย่างไร?",
- "-1833809949": "ทำไมรายละเอียดของการเข้าสู่ระบบ DMT5 จึงแตกต่างจากรายละเอียดของการเข้าสู่ระบบบัญชี Deriv",
- "-2114093568": "จะทำการรีเซ็ตรหัสผ่านบัญชี DMT5 ได้อย่างไร",
- "-1519123821": "จะทำการฝากเงินเข้าบัญชีจริงของ DMT5 ได้อย่างไร?",
+ "-1288798840": "What are the main differences between your digital options and CFD platforms?",
+ "-1834333990": "How can I change my Deriv MT5 password?",
+ "-1723900573": "How do I log in to my Deriv MT5 account?",
+ "-1698836439": "What is the name of my Deriv MT5 server?",
+ "-617194580": "Do you offer swap-free Deriv MT5 accounts?",
+ "-227242365": "Can I change the leverage on my Deriv MT5 account?",
+ "-941684403": "What time is shown in the MT5 terminal?",
+ "-1728332105": "For how long can I use my Deriv MT5 demo account?",
+ "-1972914987": "What is the minimum volume for micro forex pairs?",
"-1531872373": "ตลาดอะไรบ้างที่สามารถซื้อขายได้ใน Deriv X?",
"-385265783": "จำนวนเงินขั้นต่ำและสูงสุดในการซื้อขายบน Deriv X คืออะไร?",
- "-663022568": "ฉันจะสร้างบัญชี Deriv X ได้อย่างไร",
+ "-976858633": "What's the difference between Deriv MT5 and Deriv X?",
"-1798013905": "อะไรคือความแตกต่างระหว่างบัญชี Synthetics และบัญชีการเงิน?",
"-114658193": "รหัสผ่าน Deriv X ของฉันแตกต่างจากรหัสผ่าน Deriv ของฉันอย่างไร?",
"-156237172": "ฉันจะรีเซ็ตรหัสผ่าน Deriv X ของฉันได้อย่างไร",
"-2038952853": "ฉันจะหาข้อมูลบัญชี Deriv X ได้ที่ไหน",
+ "-315976084": "What contract types do you offer on DTrader?",
"-1952371760": "สัญญา",
+ "-1677125826": "Can I download the chart on DTrader?",
+ "-1980078854": "ตัวคูณคืออะไร?",
+ "-771604768": "How do I trade multipliers?",
"-918450098": "บล็อก",
"-315611205": "กลยุทธ์",
"-122062690": "กลยุทธ์ Martingale คืออะไร?",
@@ -1809,24 +1998,79 @@
"-2133437022": "คืออะไร Deriv P2P?",
"-1568899385": "Deriv P2P ปลอดภัยแค่ไหน?",
"-1567244911": "การชำระเงิน",
- "-532895895": "ฉันสามารถเพิ่มขีดจำกัดการซื้อหรือขายรายวันของฉันได้หรือไม่",
- "-1101543580": "วงเงิน",
+ "-1812070043": "Where can I see the terms of use for Deriv P2P?",
+ "-696921894": "Why is my Deriv P2P account blocked?",
+ "-425611884": "How do I create an ad?",
+ "-1050528217": "How do I make an order?",
+ "-1745867197": "Why can't I see my ad in the Buy/Sell tab?",
"-214996581": "ข้อ พิพาท",
+ "-586363837": "How do I ensure my Deriv P2P transactions are successful?",
"-190084602": "การทำธุรกรรม",
- "-222181522": "จําเป็นต้องตรวจสอบบัญชี Deriv หรือไม่?",
- "-414862292": "การตรวจสอบใช้ระยะเวลานานเท่าไหร่?",
- "-790757582": "ทำไมเอกสารถึงถูกปฏิเสธ?",
+ "-1257202503": "How do I get in touch with the trader I’m dealing with?",
+ "-1101543580": "วงเงิน",
"-1819888683": "ขออภัย, เราไม่พบผลลัพธ์ที่ค้นหา'{{search}}'",
"-859753143": "เคล็ดลับการสืบค้น",
"-177264246": "ใช้คำค้นสั้นๆ เนื่องจากกลไกสืบค้นของเราทำงานได้ดีกับเงื่อนไขคำค้นสั้นๆ",
- "-1475429047": "เพื่อให้สอดคล้องกับการปฏิบัติกลุ่มของเรา เรากำหนดเกณฑ์ดังต่อไปนี้สำหรับการสมัครลูกค้า:",
- "-908523895": "ลูกค้าจะต้องมีอายุอย่างน้อย 18 ปี",
- "-1385123522": "หากบัญชีที่ได้รับรองความถูกต้องครบถ้วนคุณสามารถส่งตั๋วเพื่อขอการเปลี่ยนแปลงที่ต้องการ โปรดแนบหลักฐานแสดงตัวและที่อยู่ของคุณ",
- "-1967507831": "เมื่อคุณทำการฝากหรือสร้างบัญชี DMT5 คุณสามารถเปลี่ยนสกุลเงินของคุณได้โดยติดต่อฝ่ายบริการลูกค้า",
- "-1294180117": "หากคุณลืมรหัสผ่านบัญชี Google/Facebook/Apple คุณสามารถ <0>รีเซ็ตรหัสผ่านบัญชี Deriv0> เพื่อเข้าสู่ระบบ Deriv ",
- "-1588331606": "หากต้องการปิดบัญชีของคุณ ไปที่ <0>ปิดใช้งานบัญชี0>",
- "-292833690": "ก่อนที่จะปิดบัญชี Deriv ของคุณให้ปิดตําแหน่งที่เปิดอยู่ทั้งหมดและถอนเงินทั้งหมดในบัญชีซื้อขายของคุณรวมถึง DMT5",
- "-1760393932": "สามารถทำได้โดยไปที่ <0>การตั้งค่า > โปรไฟล์>0> <1>รายละเอียดส่วนบุคคล1> ยกเลิกการทำเครื่องหมายในช่องการตั้งค่าอีเมลแล้วคลิกปุ่ม \"ยื่นยัน\" เพื่อยกเลิกการสมัคร",
+ "-1681655860": "the Malta Financial Services Authority",
+ "-435600202": "Help centre | Frequently asked questions | About | Deriv",
+ "-254542421": "Here are some possible reasons you aren't able to create an account:",
+ "-1739646504": "You’re below 18 years old.",
+ "-1116525030": "You may already have a Deriv account.",
+ "-1910608693": "Our services aren't available in your country of residence.",
+ "-2073215708": "You can do so on the <0>Personal details0> page. If you’re unable to update your details, please <1>contact us via live chat1>. We may need you to send us some documents for verification.",
+ "-785517434": "While the currencies of your virtual and cryptocurrency accounts are fixed, you can change the currency of your fiat account by following the steps below.",
+ "-582231303": "Select <0>Fiat currencies,0> choose the currency you want, and click <0>Change currency.0>",
+ "-703297687": "If you have open positions, close them first.",
+ "-599281490": "For your Deriv real account, go to <0>Cashier0> to withdraw your funds.",
+ "-188538325": "For your Deriv MT5 and Deriv X real accounts, go to your dashboard to withdraw your funds.",
+ "-1129279211": "<0>Contact us via live chat0> and we’ll help you change the currency of your account.",
+ "-894612350": "Hit <0>Forgot password?0> on the <1>login page.1>",
+ "-1582535828": "Enter the same email address you use for your Apple/Google/Facebook account.",
+ "-2136863307": "Now, you'll be able to log in to your Deriv account using your email address and password.",
+ "-803818887": "It's a fee that we charge for accounts that have been inactive for the last 12 months. Refer to <0>our terms0> for more info.",
+ "-1244219585": "Name of entity",
+ "-1523686418": "Authorisation to manage the account (if your business has more than one director)",
+ "-1883441858": "Passport and utility bill/bank statement of the person managing the account and of each director and shareholder (if your business has more than 1)",
+ "-482992615": "Utility bill/bank statement containing the address of the business",
+ "-337933411": "It depends on the laws in your country of residence. Please get professional advice on whether you're required to pay taxes on <0>your profits0>.",
+ "-464076737": "You can do so on the <0>Self-exclusion0> page.",
+ "-1687067691": "If you reside in any other country, you can adjust or remove your limits on the <1>Self-exclusion1> page. If you’re unable to change your limits, <0>let us know via live chat0>.",
+ "-1411245754": "We’ll prompt you to verify your account when it’s needed.",
+ "-1057679672": "When we prompt you to verify your account, follow these steps:",
+ "-1715758584": "<0>Log in0> to your Deriv account.",
+ "-1960993308": "Go to <0>Settings0> > <1>Proof of identity1> or <1>Proof of address1>.",
+ "-400895399": "Follow the instructions on the screen to verify your account.",
+ "-1464239544": "<0>Note:0> The <0>Proof of identity0> and <0>Proof of address0> pages will not be available if your account doesn’t need verification at this time.",
+ "-759539756": "<0>Proof of identity0>",
+ "-1047117142": "You’ll need a valid government-issued identity document such as a national ID card, passport, or driver's licence. Your document must clearly show your name, photo, and date of birth.",
+ "-864022561": "You’ll need a bank statement, credit card statement, tax statement, or utility bill. Your document must be issued within the last 6 months. It must contain your name, address, the name of the company that issued the document, and the issue date.",
+ "-469258978": "No, you must verify your account before trading.",
+ "-1403118121": "If you’re in any other country:",
+ "-1945892745": "We try to review your verification documents within the same day. In some cases, due to high traffic, it may take up to 3 business days. You’ll get a confirmation email from us once the review is complete. You can also check the status of your documents at",
+ "-217527343": "<0>Settings > Proof of identity0>",
+ "-1746837387": "We may have declined your documents because they were unclear, invalid, expired, had cropped edges, or showed details that did not match your Deriv profile. If you need help, please <0>contact us via live chat0>.",
+ "-1248152791": "When you join our affiliate programme,",
+ "-640475298": "You'll be able to take advantage of our multilingual platforms and reach clients wherever they are.",
+ "-179421588": "You'll receive prompt monthly payouts via your preferred payment method.",
+ "-874599648": "You won't be charged any hidden fees. You'll be able to see exactly what your earnings are.",
+ "-1456353153": "You'll have a dedicated account manager to help you.",
+ "-1835477277": "<0>Cost per acquisition0> (For the EU only)",
+ "-2057848186": "Earn 100 USD in commission for each successful referral. Your referred client must open a real account using your tracking link and deposit 100 USD or more (one-time or accumulative).",
+ "-1264084852": "We encourage you to become our affiliate if you are:",
+ "-317355829": "<0>A webmaster0> \n Do you have a trading-related website? Join our network of affiliates and turn your traffic into revenue by promoting our products and services.",
+ "-643644414": "<0>A trading mentor0> \n Do you mentor other traders? Help them become better traders and earn commission when they sign up and trade on our platforms.",
+ "-67585950": "A referred client is a client who signed up using your tracking link, made a deposit in their account, and started trading on our platforms. As an affiliate, you stand to earn commission from the trades performed by your referred clients.",
+ "-1388788058": "Follow these steps to get your referral link:",
+ "-379292041": "<0>Log in0> to your affiliate dashboard.",
+ "-1245795523": "Click the <0>Marketing<0/> tab.",
+ "-976921122": "Follow these steps to change your payment method:",
+ "-257221931": "<0>Log in0> to your dashboard.",
+ "-1109489026": "Click the <0>Finances0> tab and select <0>Payment instructions0>.",
+ "-1408956818": "Select your preferred payment method, enter the necessary details, and click <0>Update0>.",
+ "-817404641": "Go to <0>Reports0>, and select <0>Detailed activity report0>.",
+ "-1204121083": "Set the duration and filters and click <0>Display report0> or <0>Download report0>.",
+ "-1507095704": "Help centre | Frequently asked questions | Affiliate programme | Deriv",
+ "-1973882807": "Frequently asked questions - Affiliate programme",
"-994905306": "1. คลิก 'เริ่มต้น' ที่มุมซ้ายบนเพื่อเปิดเมนูบล็อก",
"-1285759343": "ค้นหา",
"-588159121": "ลบบล็อก",
@@ -1866,46 +2110,122 @@
"-822031479": "ตารางสรุป",
"-224804428": "การทำธุรกรรม",
"-1609246392": "คลิก 'แผนภูมิ' ที่มุมซ้ายล่างของพื้นที่ทำงานเพื่อดูแผนภูมิ",
- "-1144380171": "รายการ <0>วิธีการชำระเงินที่รองรับ0> รวมถึงการโอนเงินผ่านธนาคารบัตรเครดิตและเดบิต e-wallets และ สกุลเงินดิจิตอล",
- "-765332281": "การฝากและถอนเงินจะถูกดำเนินการภายในหนึ่งวันทำการ (จันทร์ ถึง ศุกร์, 9:00 am – 5: 00 pm GMT + 8) เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดทราบว่าธนาคารหรือบริการโอนเงินอาจต้องใช้เวลาเพิ่มเติมในการดำเนินการตามคำขอรายการ",
- "-2129519303": "ไม่มีจํานวนเงินขั้นต่ำสําหรับการฝากเงินสกุลดิจิตอล",
- "-130293452": "สามารถเพิ่มวงเงินของการถอนได้โดยการยืนยันตัวตนและที่อยู่ปัจจุบัน หากต้องการดูข้อ จำกัด การถอนเงินปัจจุบันโปรดไปที่ <0>การตั้งค่า> ความปลอดภัย >0> <1>วงเงินบัญชี1>",
- "-849531377": "การถอนเงินจาก Mastercard และ Maestrocard มีให้บริการสำหรับลูกค้าในสหราชอาณาจักรเท่านั้น หากนอกเขตพื้นที่สหราชอาณาจักรโปรดทำการถอนออกโดยใช้ e-wallet หรือ สกุลเงินดิจิตอลแทน",
+ "-346303383": "You can use debit and credit cards, e-wallets, cryptocurrency wallets, and payment agents for deposits and withdrawals (see our <0>payment methods page0> for a complete list). Once you log in to your Deriv account, you’ll be able to see payment methods available in your country on the <1>Cashier page1>.",
+ "-2134684262": "You can get a new link on the Cashier page. Go to <0>Withdrawal0> and click Verify my request. We'll email you a new link; please remember to use it within 1 hour.",
+ "-1855944698": "Here are some reasons why your credit card deposit was declined:",
+ "-1435852820": "Your 3D SecureCode may not be activated. Please contact your bank to check.",
+ "-805026662": "Your country of residence does not match the country that your card was issued in.",
+ "-336747115": "If you need help, please contact us via <0>live chat0>.",
+ "-1168460620": "Yes, but only once your turnover exceeds an amount that's 25 times the deposit bonus value. The bonus is to help you get familiar with our trading platforms, so we'd love for you to use it to trade and earn a potential profit (which you may withdraw at any time).",
+ "-1955486267": "Mastercard and Maestro card withdrawals are only available for UK clients. If you are not from the UK, you’ll need to use a withdrawal method that’s available in your country.",
+ "-670805289": "The currency conversion for your deposits and withdrawals are done by your payment service provider. For example, if you use Skrill, your transaction amount will be converted by Skrill. Please check with your service provider regarding the conversion rates used for your deposits and withdrawals.",
+ "-1185520887": "your withdrawal request has already been authorised and processed",
+ "-1543634856": "To cancel your withdrawal, follow these steps:",
+ "-410744792": "Go to <0>Cashier > Withdrawal0>.",
+ "-1736064743": "We'll send you an email with a verification link. Click that link.",
+ "-1439607156": "Your payment method will only appear on the Withdrawal page after you've made your first deposit. If you've made a deposit and still don't see your payment method on the Withdrawal screen, it's probably because the payment method you used for the deposit cannot be used for withdrawals. In this case, you may need to use a different payment method that supports withdrawals, too. <0>Contact us via live chat0> if you need help.",
"-1257106357": "ศูนย์ช่วยเหลือ| คําถามที่ถามบ่อย| การฝากและถอนเงิน| Deriv",
"-524318410": "คําถามที่พบบ่อย - การฝากและถอนเงิน",
- "-342557323": "ในการฝากเงินเข้าบัญชี Deriv ของคุณคุณสามารถ 'ซื้อ' เงินที่ได้รับในสกุลเงินท้องถิ่นของคุณ (หรือสกุลเงินที่รองรับใด ๆ ) จากเพื่อนเทรดเดอร์และจํานวนเงินที่คุณ 'ซื้อ' จะถูกฝากเข้าบัญชีของคุณ",
- "-993408638": "เรายืนยันตัวตนของผู้ใช้แต่ละคนก่อนที่จะเริ่มใช้บริการของ Deriv P2P ผู้ใช้จะต้องส่งเอกสาร POI (หลักฐานยืนยันตัวตน) เพื่อยืนยันตัวตนก่อนที่จะซื้อหรือขายบน Deriv P2P",
- "-2050983631": "นอกจากนี้ ธุรกรรมทั้งหมดยังได้รับการคุ้มครองโดยเอสโครว์ Escrow ล็อคกองทุน Deriv จนกว่าทั้งสองฝ่ายจะยืนยันการทำธุรกรรมเสร็จสิ้น",
- "-558939780": "คุณสามารถโอนเงินให้เพื่อนเทรดเดอร์ผ่านการโอนเงินผ่านธนาคาร บัตร e-wallets หรือวิธีการชําระเงินใดๆ ที่ตกลงไว้กับบุคคลที่คุณกําลังติดต่อด้วย",
- "-1985070919": "โปรดทราบว่า Deriv ไม่สามารถควบคุมการชําระเงินระหว่างผู้ค้า P2P ที่ได้รับ ดังนั้นโปรดตรวจสอบให้แน่ใจว่าคุณทําตามคําแนะนําการชําระเงินตามที่ตกลงกันระหว่างคุณและผู้ค้าที่คุณกําลังติดต่อด้วยและให้วิธีการชําระเงินและคําแนะนําที่คุณต้องการเมื่อคุณโพสต์โฆษณาของคุณ",
+ "-993497460": "<0>Deriv P2P0> is our peer-to-peer deposit and withdrawal service that’s part of our trading platform. Using Deriv P2P, you can get money in and out of your account in minutes via exchanges with fellow traders. We launched this service mainly for our clients in countries where currency exchange services are not widely accessible.",
+ "-1279056201": "We verify everyone’s identity before they can start using Deriv P2P. No anonymous transactions are allowed.",
+ "-296729461": "Additionally, all transactions are protected by escrow: the order amount is locked in escrow until both parties confirm that the transaction has been completed from their end.",
+ "-1476852890": "Yes, you’ll need a Deriv real account before you can start using Deriv P2P. Deriv P2P is a way to move funds in and out of your Deriv account.",
+ "-154362819": "Click <0>Real0>. Under <0>Deriv accounts0>, click <0>Add0>.",
+ "-1627487675": "Your Deriv P2P balance may not include all deposits made to your Deriv account. Deposits via credit cards, Skrill, Neteller, and ZingPay will not be available in Deriv P2P.",
+ "-568906967": "Go to Section 4, ‘Deriv P2P’ of <0>our terms0>.",
+ "-461691496": "Your Deriv account is suspended. Please <0>contact us0> via live chat for more info.",
+ "-1029239301": "You have cancelled 3 orders in the last 24 hours. Your account will be unblocked automatically after 24 hours.",
+ "-1141509742": "Yes, just contact us <0>via live chat0> to request a limit increase.",
+ "-1410699505": "You can use any payment method you want as long as it is agreed with the trader you’re dealing with.",
+ "-86797398": "<0>Note:0> Deriv has no control over payments made between Deriv P2P traders. Please ensure you follow the payment instructions as agreed between you and the trader you are dealing with, and provide your preferred method of payment and instructions when you post your ads.",
+ "-338149677": "Go to <0>Deriv P2P0> > <1>My ads1>.",
+ "-67297475": "Your ads are available in the <1>My ads1> tab at <0>Cashier > Deriv P2P0>.",
+ "-1869445525": "Select Buy or Sell ads.",
+ "-1378864427": "Choose the ad you want by clicking <0>Buy0> or <0>sell0>.",
+ "-1278209777": "You'll only be able to make an order once your account has been verified.",
+ "-1669612535": "If you're selling, you'll need to wait for the buyer's payment before completing the order.",
+ "-1239568034": "หากคุณพบปัญหาใด ๆ กับการทําธุรกรรมใน Deriv P2P ก่อนอื่นให้ลองแก้ไขกับเทรดเดอร์ที่คุณกําลังเผชิญอยู่ หากพวกเขาไม่เต็มใจที่จะช่วยแก้ไขสถานการณ์โปรด <0>แจ้งให้เราทราบ0> ผ่านการแชทสดและเราจะช่วยคุณแก้ไข",
+ "-989166377": "To dispute a Deriv P2P transaction, follow these steps:",
+ "-1567088047": "Once the order has expired, click <0>Complain0> on the order details screen.",
+ "-1543692084": "We’ll seek more info on the transaction by reaching out to you and the trader you are dealing with, and we’ll try to resolve the issue within 24 hours. We’ll keep you informed of the status.",
+ "-1095411583": "For successful Deriv P2P transactions, follow these guidelines:",
+ "-693174976": "Avoid creating ads with identical amounts and exchange rates.",
+ "-2112170016": "Ensure that your account balance is sufficient to support your ads and orders.",
+ "-1098565506": "If you’re buying:",
+ "-1941726245": "Check your bank or e-wallet balance to confirm that the buyer has made payment before completing the order.",
+ "-1964387231": "Once you’ve received the payment from the buyer, try to complete the order as soon as you can.",
+ "-1705206253": "For more guidelines on using Deriv P2P, see our <0>terms of use0> (refer to Section 4 ‘Deriv P2P’).",
"-90598465": "ไม่มีเงินฝากขั้นต่ำ คุณสามารถฝากเงินได้สูงสุด 2,500 USD สิบสองครั้งต่อวัน",
"-307502515": "คุณสามารถซื้อขาย CFD บน forex, cryptocurrencies, สินค้าโภคภัณฑ์ และดัชนีสังเคราะห์ที่เป็นกรรมสิทธิ์ของเราบน Deriv X",
"-577476222": "DTrader ช่วยให้คุณสามารถซื้อขายสินทรัพย์มากกว่า 50 รายการในรูปแบบของตัวเลือกดิจิตอลตัวคูณและ lookbacks",
"-2134519372": "Deriv MT5 (DMT5) และ Deriv X เป็นทั้งแพลตฟอร์มการซื้อขายแบบหลายสินทรัพย์ ซึ่งคุณสามารถซื้อขายสปอต forex และ CFD ด้วยเลเวอเรจในสินทรัพย์หลายประเภท ความแตกต่างที่สำคัญระหว่างพวกเขาคือเลย์เอาต์ของแพลตฟอร์ม — MT5 มีมุมมองแบบ all-in-one ที่เรียบง่าย ในขณะที่ใน Deriv X คุณสามารถปรับแต่งเลย์เอาต์ได้ตามที่คุณต้องการ",
+ "-1529587893": "Follow these steps to add a Deriv X account:",
+ "-1383710718": "Select <0>Real account0> or <0>Demo account0>.",
+ "-780401736": "If you’re adding your first Deriv X account, you’ll need to set your Deriv X password. If you’ve already set your Deriv X password before, you’ll need to enter it now.",
+ "-1285898327": "Your new Deriv X account is now ready.",
+ "-527968812": "You'll need to add a Deriv X account first. After that, follow these steps to log in:",
"-2055925090": "บัญชีการเงินเป็นที่ที่คุณซื้อขายสัญญาส่วนต่าง (CFD) ในตลาดการเงิน เช่น ฟอเร็กซ์ สกุลเงินดิจิทัล และสินค้าโภคภัณฑ์",
"-1720135689": "ไปที่ <0>การตั้งค่าบัญชี0> ของคุณ คลิกเมนูแบบเลื่อนลง \"ความปลอดภัยและความปลอดภัย\" แล้วเลือก \"รหัสผ่าน\" ภายใต้ \"รหัสผ่าน Deriv X\" คลิก \"เปลี่ยนรหัสผ่าน\" เพื่อรีเซ็ตรหัสผ่านของคุณ",
"-535620163": "ในการถอนเงินจากบัญชี Deriv X ของคุณบน Deriv ก่อนอื่นคุณต้องโอนเงินไปยังบัญชี Deriv ของคุณ ไปที่ แคชเชียร์ > โอนเงินระหว่างบัญชี และทำตามคำแนะนำบนหน้าจอ",
"-2015877045": "ศูนย์ช่วยเหลือ | คำถามที่พบบ่อย | Deriv X | Deriv",
"-529738098": "คําถามที่พบบ่อย - Deriv X",
"-971172690": "ฉันสามารถฝากขั้นต่ำ/สูงสุดในบัญชี Deriv X ได้สูงสุดเท่าใด?",
- "-844199531": "DMT5 เป็นแพลตฟอร์มการซื้อขายแบบหลายสินทรัพย์ที่คุณสามารถใช้เพื่อทำการแลกเปลี่ยนนะจุดอัตราแลกเปลี่ยน และ สัญญาสำหรับส่วนต่าง (CFDs) ด้วย leverage",
- "-35355043": "บัญชี DMT5 Advanced STP เป็นบัญชี 100% ที่หนังสือธุรกิจการค้าถูกส่งผ่านไปยังตลาดโดยตรงทำให้เข้าถึงผู้ให้บริการสภาพคล่อง ฟอเร็กซ์ โดยตรง ",
- "-315308558": "บัญชีสังเคราะห์ DMT5 อนุญาตให้ทำสัญญาซื้อขายในส่วนต่าง (CFD) กับดัชนีสังเคราะห์ที่เลียนแบบการเคลื่อนไหวจริง และมีให้บริการทุกวันตลอด 24 ชั่วโมง ผ่านการตรวจสอบความเป็นธรรมโดยกลุ่มบุคคลที่สาม",
- "-1390301231": "ในการฝากเงินเข้าบัญชี MT5 ของ Deriv จะต้องใช้เงินทุนในบัญชีของ Deriv ไปที่ <0>แคชเชียร์ >0> <1>โอนเงินระหว่างบัญชี1> และทำตามคำแนะนำบนหน้าจอ",
- "-1374692096": "หากต้องการถอนเงินจากบัญชี MT5 ของ Deriv ทำการโอนเงินไปยังบัญชี Deriv ไปที่ <0>แคชเชียร์>0> <1> โอนเงินระหว่างบัญชี1> และทำตามคำแนะนำบนหน้าจอ",
- "-1538690809": "MT5 ใน Deriv เป็นแพลตฟอร์มการซื้อขายแบบสแตนด์อโลนที่ไม่ได้โฮสต์บนเว็บไซต์ของเรา รายละเอียดในการเข้าสู่ระบบ DMT5 เพื่อเข้าถึงแพลตฟอร์ม MT5 ในขณะที่รายละเอียดของการเข้าสู่ระบบ Deriv จะเป็นการเข้าถึงโฮสต์บนเว็บไซต์ของเรา เช่น DTrader และ DBot\n\n",
+ "-935980097": "The Deriv MT5 Synthetic account offers contracts for difference (CFDs) on synthetic indices. Our proprietary synthetic indices mimic the price movement of real financial markets but are not affected by market events. Trading on synthetic indices is available 24/7, even on weekends and holidays. There are more than 15 indices to choose from, with different levels of volatility and market behaviour.",
+ "-787503172": "The Deriv MT5 Financial account offers CFDs on forex, commodities, cryptocurrencies, stocks, and stock indices, with high leverage and variable spreads for maximum flexibility. This account offers more than 100 assets, and 24/7 trading is available on cryptocurrencies.",
+ "-300839534": "You'll need to transfer funds from your Deriv account to your Deriv MT5 account. You can do this on the <0>Cashier page0>. Transfers are instant; your funds will be available in your Deriv MT5 account as soon as you complete the transfer.",
+ "-1348787775": "Follow these steps to reset your Deriv MT5 password:",
+ "-1111031408": "Go to your <0>Deriv MT5 dashboard0>.",
+ "-985140221": "Click <0>Confirm0>.",
+ "-1222605568": "We'll send you an email. Click the <0>Change password0> button in that email.",
+ "-1184173356": "You'll be taken to the Change password screen. Enter a new password and click <0>Create0>.",
+ "-1462766296": "You can log in to your Deriv MT5 account via the MT5 desktop app, web terminal, or mobile app. You'll need the login ID and server name from <0>your Deriv MT5 dashboard0>. Please remember to use your Deriv MT5 password to log in to Deriv MT5.",
+ "-1089619392": "You can set the investor password on your <0>Deriv MT5 dashboard0>. Click <1>Password1> on your Deriv MT5 account, and select <1>Investor password1> to set a new password.",
+ "-351288377": "No, we don't.",
+ "-1987596175": "You can't reactivate your Deriv MT5 account. Instead, you can create a new one on your Deriv <0>MT5 dashboard0>.",
+ "-38304396": "No, you can't. There's a fixed default amount for each asset. The leverage applied to your account can be found on your <0>Deriv MT5 dashboard0>.",
+ "-88115138": "Greenwich Mean Time (GMT).",
+ "-1741073621": "If you need a statement of your trades on Deriv MT5, follow these steps to download a 3-month statement:",
+ "-1684440937": "Log in to your MT5 account via the desktop app.",
+ "-1374165891": "Right-click on <0>Time0>, click <0>Report0>, and select <0>Open XML0>.",
+ "-1795964107": "If you need a statement for a more extended period, contact us via <0>live chat0>, and we'll help you with it.",
+ "-309622502": "Yes, we’ll transfer your balance to your Deriv account before your Deriv MT5 account is deactivated.",
+ "-586122892": "No, this isn’t possible on MT5.",
+ "-518416448": "No, you can't, but you may have multiple Deriv MT5 Synthetic accounts on different servers.",
+ "-2007650229": "Yes, you can trade micro forex pairs with a Deriv MT5 Financial account.",
"-1593152023": "ศูนย์ช่วยเหลือ| คําถามที่ถามบ่อย| DMT5 | Deriv",
- "-1762311912": "รูปแบบสัญญามีทั้งหมดสามประเภทใน DTrader: ขึ้น & ลง, สูง & ต่ำ และ กำหนดตัวเลข",
+ "-1402025716": "<0>DTrader0> is one of our trading platforms. It offers digital options and multipliers on a variety of assets in financial and synthetic markets. ",
+ "-798714068": "You can trade forex, stocks, stock indices, commodities, cryptocurrencies, and synthetic indices on DTrader. Some markets may not be available in certain countries.",
+ "-1758753185": "These contracts are available on DTrader:",
+ "-1572548510": "Ups & Downs",
+ "-922253974": "ขึ้น/ลง",
+ "-1361254291": "สูงกว่า/ต่ำกว่า",
+ "-1691868913": "สัมผัส/ไม่สัมผัส",
+ "-763273340": "ตัวเลข",
+ "-330437517": "ตรงกัน/ต่างกัน",
+ "-657360193": "สูงกว่า/ต่ำกว่า",
"-1442307043": "ศูนย์ช่วยเหลือ| คําถามที่ถามบ่อย| DTrader | Deriv",
"-1544998943": "คําถามที่พบบ่อย - DTrader",
+ "-1301260207": "You'll earn commission whenever your clients trade CFDs on MT5, even on weekends and public holidays.",
+ "-110767819": "You'll have access to various marketing tools to help promote our products and services to your clients.",
+ "-289567912": "Find out more about our IB programme <0>here0>.",
+ "-898871903": "No, it's completely free of charge.",
"-17396892": "ต้องการความช่วยเหลือหรือไม่? มีคําถามเกี่ยวกับบริการ Deriv และแพลตฟอร์มการซื้อขายออนไลน์หรือไม่? สามารถอ่านคําถามที่พบบ่อยที่สุดหรือถามคําถามกับเรา",
+ "-199125243": "Multipliers (also known as multiplier options) is a trade type that gives you an opportunity to amplify your profit without risking more than your stake. To find out more, visit <0>the Multipliers page0>.",
+ "-1755209362": "Watch <0>this video0> to know more about trading multipliers.",
+ "-1343499861": "Help centre | Frequently asked questions | Multipliers | Deriv",
"-11499858": "ไม่จำเป็นต้องทำการยืนยันบัญชี Deriv เว้นแต่จะได้รับแจ้ง หากบัญชีต้องการยืนยันจะได้รับการติดต่อผ่านทางอีเมลเพื่อเริ่มกระบวนการและให้คำแนะนำที่ชัดเจนเกี่ยวกับวิธีการส่งเอกสาร",
- "-1314529357": "สินค้าที่มีการปลูกหรือผลิตขึ้นตามธรรมชาติในสภาพแวดล้อม ตัวอย่างเช่นน้ำมันดิบโลหะทองคำ และ เงิน",
- "-720675222": "ดัชนีสังเคราะห์ Deriv คือ ดัชนีสังเคราะห์ของเราที่ออกแบบมาเพื่อจำลองการเคลื่อนไหวของตลาดในโลกแห่งความเป็นจริงไม่ได้รับผลกระทบจากเหตุการณ์จริงและการหยุดชะงักจากภายนอกอื่นๆ",
- "-817895916": "ตัวเลือกดิจิทัลเป็นเครื่องมือทางการเงินที่มีการจ่ายเงินคงที่ซึ่ง ทำนายผลลัพธ์จากผลลัพธ์ที่เป็นไปได้เพียงสองรายการ",
- "-634329620": "เรามีแพลตฟอร์มของการซื้อขายสามแพลตฟอร์ม DTrader, DBot และ DMT5 แต่ละแพลตฟอร์มรองรับรูปแบบการซื้อขายและประสบการณ์ที่หลากหลายไม่ว่าจะเป็นผู้ค้ารายใหม่หรือผู้ประกอบธุรกิจที่มีประสบการณ์",
- "-1689847421": "คุณสามารถดูวงเงินการซื้อขายของบัญชีได้โดยไปที่ <0>การตั้งค่า > ความปลอดภัย >0> <1>ข้อ จำกัด บัญชี1> โปรดทราบว่าหากยอดเงินในบัญชีของคุณเกินยอดเงินสดในบัญชีสูงสุด คุณต้องถอนเงินออกจากบัญชีของคุณเพื่อให้ยอดคงเหลือในบัญชีของคุณต่ำกว่าขีดจำกัดสูงสุด",
- "-1889877048": "ดัชนีสังเคราะห์มีให้บริการทุกวันตลอด 24 ชั่วโมง",
+ "-1846766027": "การแลกเปลี่ยนเงินตราต่างประเทศหรือ forex เป็นตลาดโลกของสกุลเงินของโลกที่มูลค่าของสกุลเงินที่แตกต่างกันจะถูกหลุมกับแต่ละอื่น ๆ ในรูปแบบของคู่ฟอเร็กซ์เช่น EUR/USD, AUD/JPY ฯลฯ ตลาดฟอเร็กซ์จะกําหนดอัตราแลกเปลี่ยนของแต่ละสกุลเงิน",
+ "-192959524": "Read <0>this article0> to learn more about trading forex on Deriv.",
+ "-1879171974": "A commodity is either grown or produced naturally in the environment, such as agricultural products, livestock, crude oil, and precious metals like gold and silver.",
+ "-339093963": "Read <0>this article0> to learn more about trading commodities on Deriv.",
+ "-691446230": "Stock indices measure the value of a group of companies in the stock market. This allows investors to see how a particular set of assets is performing.",
+ "-1412546523": "Read <0>this article0> to learn more about trading stocks on Deriv.",
+ "-367005179": "Read <0>this article0> to learn more about trading synthetic indices on Deriv.",
+ "-1542650156": "CFDs let you predict the price movement of underlying assets without actually owning them. With CFDs, you open a position based on your prediction, and you'll earn a profit if you close your position when the price moves in your favour.",
+ "-1790114248": "We have a diverse suite of 6 trading platforms: <0>Deriv MT50>, <1>Deriv X1>, <2>DTrader2>, <3>DBot3>, <4>SmartTrader4>, and <5>Binary Bot5>. Each of these platforms is designed to fit any trading style, regardless of your trading experience.",
+ "-639381175": "Note: DBot, SmartTrader, and Binary Bot are not available in the EU and UK.",
+ "-626094848": "Build your trading bot for free on <0>DBot0> or <1>Binary Bot1>; no coding is needed. You’ll also find free pre-built strategies on DBot that you can customise to your needs.",
+ "-578264817": "Trading limits are only applicable to your Deriv real account. You can see the limits on your account on the <0>Account limits0> page (you must be <1>logged in1>).",
"-1618901770": "ศูนย์ช่วยเหลือ| คําถามที่ถามบ่อย| บริการ| Deriv",
"-2085755369": "คําถามที่พบบ่อย - การซื้อขาย",
"-396178446": "มีสินทรัพย์ที่ซื้อขายได้มากกว่า 100 รายการ",
@@ -2149,7 +2469,6 @@
"-1669418686": "AUD/CAD",
"-1548588249": "AUD/CHF",
"-79700881": "NZD/USD",
- "-1800672151": "ดัชนี GBP",
"-1402324349": "CAD/CHF",
"-1398238048": "CAD/JPY",
"-244869624": "CHF/JPY",
@@ -2246,17 +2565,11 @@
"-1522453105": "<0>Swiss 200> ติดตามผลการดำเนินงานของ 20 หุ้นที่ใหญ่ที่สุดและมีสภาพคล่องมากที่สุดในสวิตเซอร์แลนด์",
"-1848325573": "<0>UK 1000> ติดตามผลการดำเนินงานของหุ้นบริษัทที่จดทะเบียน 100 แห่งในสหราชอาณาจักร",
"-1650735154": "ดัชนีเหล่านี้มีความผันผวนระหว่างจุดราคาสองจุด (เส้นขอบ) ซึ่งบางครั้งอาจทะลุผ่านแนวต้าน เพื่อสร้างช่วงแนวใหม่โดยเฉลี่ยทุกๆ 100 หรือ 200 ครั้งที่แตะแนวนั้นๆ\n\n",
- "-962930783": "<0>ดัชนี AUD0> จะวัดค่าเงินดอลลาร์ออสเตรเลียเทียบกับตะกร้าสกุลเงินทั่วโลกห้าสกุล (USD, EUR, GBP, JPY, CAD) ซึ่งมีน้ําหนัก 20%",
- "-1910214848": "<0>ดัชนี EUR0> จะวัดค่าของยูโรเทียบกับตะกร้าสกุลเงินทั่วโลกห้าสกุล (USD, AUD, GBP, JPY, CAD) ซึ่งมีน้ําหนัก 20%",
- "-1763966856": "<0>ดัชนี GBP0> วัดค่าเงินปอนด์อังกฤษเทียบกับตะกร้าสกุลเงินทั่วโลก 5 สกุล (USD, EUR, AUD, JPY, CAD) แต่ละตัวถ่วงน้ําหนัก 20%",
- "-1448477512": "<0>ดัชนี Gold0> วัดมูลค่าของทองคํากับตะกร้าสกุลเงินทั่วโลกห้าสกุล (EUR, GBP, JPY, AUD, USD) แต่ละรูปถ่วงน้ําหนัก 20%",
"-754071100": "<0>ตะกร้า GBP0> วัดค่าเงินปอนด์อังกฤษเทียบกับตะกร้าสกุลเงินทั่วโลก 5 สกุล (USD, EUR, AUD, JPY, CAD) แต่ละตัวถ่วงน้ําหนัก 20%",
"-1164156648": "ดัชนีเหล่านี้สอดคล้องกับตลาดจำลองที่มี <0>ความผันผวนคงที่ที่ 200% และ 300%0>",
"-475767247": "<0>Australia 2000> ติดตามประสิทธิภาพการทำงานของหุ้นของบริษัทที่จดทะเบียนใหญ่ที่สุด 200 แห่งในออสเตรเลีย",
"-2035089048": "<0>Spain 350> ติดตามผลการดำเนินงานของหุ้นบริษัทที่จดทะเบียน 35 แห่งในสหราชอาณาจักร",
"-1312740087": "<0>สูงกว่า/ต่ำกว่า0> คาดการณ์ราคาว่าจุดออกจะสูงกว่าหรือต่ำกว่าราคาเป้าหมาย (barrier) เมื่อสิ้นสุดระยะเวลาของสัญญา\n",
- "-1691868913": "สัมผัส/ไม่สัมผัส",
- "-763273340": "ตัวเลข",
"-467543474": "<0>ตรงกัน/ต่างกัน0> คาดการณ์ว่าตัวเลขใดจะเป็นเลขหลักสุดท้ายของค่า tick ในสัญญานี้",
"-12379677": "<0>คู่/คี่0> คาดการณ์ว่าตัวเลขหลักสุดท้ายของค่า tick ในสัญญานี้จะเป็นเลขคู่หรือเลขคี่",
"-1048378719": "รีเซ็ตการเรียก/รีเซ็ตการใส่",
@@ -2315,21 +2628,26 @@
"-963218544": "ตัดสินใจไม่ได้ว่าแผนโปรแกรมค่าคอมมิชชั่นใดที่เหมาะกับคุณ?",
"-1930772663": "Deriv MT5 Synthetics",
"-1016171176": "สินทรัพย์",
+ "-2082672713": "1",
"-549581742": "ดัชนีความผันผวน 10 ",
"-456885316": "ดัชนีความผันผวน 75 ",
"-1649127643": "1.75",
"-2068763730": "5",
"-2083395832": "7.5",
+ "-1587730975": "10",
+ "-784871058": "15",
"-524043424": "1.25",
"-849512762": "2.50",
"-1925239974": "ข้อตกลงสำหรับ 1 ล็อตของดัชนี Volatility 75 ในราคา 500,000 เหรียญสหรัฐจะจ่ายค่าคอมมิชชั่น 25 เหรียญสหรัฐตามสูตรต่อไปนี้:",
"-55785537": "รับผลตอบแทนเมื่อลูกค้าของคุณซื้อขายในบัญชี MT5 Financial",
"-978761772": "USD 2",
"-543177967": "ดัชนีหุ้น",
- "-1587730975": "10",
+ "-1097570263": "สำหรับ forex มีค่าคอมมิชชั่นคงที่ USD 2 ต่อล็อต (ใช้ได้กับล็อตมาตรฐานเท่านั้น) ข้อตกลงสำหรับ 1 ล็อตของ EUR/USD จะจ่ายเป็นค่าคอมมิชชั่น 2 USD ตามสูตรต่อไปนี้:",
"-834024219": "DMT5 Financial คำนวณก่อน",
- "-1981982611": "สำหรับสินทรัพย์สกุลเงินดิจิทัลดีลสำหรับ 1 ล็อตของ BTC/USD (โดยมีอัตราแลกเปลี่ยน BTC ถึง USD 50,000 USD) จะจ่ายค่าคอมมิชชัน 10 USD ตามสูตรต่อไปนี้:",
+ "-800044382": "สำหรับโลหะมีค่าคอมมิชชั่นคงที่ที่ USD 4 ต่อล็อต ดีลสำหรับ XAU/USD 1 ล็อตจะจ่ายเป็นค่าคอมมิชชั่น 4 ดอลลาร์สหรัฐ ตามสูตรต่อไปนี้:",
"-1825768469": "DMT5 การเงินคำนวณวินาที",
+ "-1923011108": "For cryptocurrency assets, a deal for 1 lot of BTC/USD (with a BTC to USD exchange rate of USD 50,000) will pay out USD 5 in commission based on the following formula:",
+ "-1268684459": "DMT5 การเงินคำนวณที่สาม",
"-2061883933": "2.5",
"-1587788256": "DMT5 Financial STP คำนวณวินาที",
"-921778308": "วิธีการคํานวณ",
@@ -2410,9 +2728,6 @@
"-854296036": "หลังจากที่ได้รับการอนุมัติจากทีมการปฏิบัติตามกฎระเบียบของเราแล้ว จะทำการแสดงรายละเอียดของคุณในรายการตัวแทนชําระเงินของเรา",
"-1340544588": "ทำการฝากและถอนเงินหลายครั้งต่อวัน\n",
"-5296999": "ค้นหาวิธีเป็นตัวแทนการชำระเงินบน Deriv เพื่อขยายฐานลูกค้าของคุณและรับรายได้พิเศษ",
- "-119617711": "RTS27 2020",
- "-1439749066": "RTS27 2019",
- "-1364758050": "Deriv Investments (Europe) Limited ได้จัดทํารายงานการเปิดเผยข้อมูล Pillar III ตามรายงาน Capital Requirements Directive IV และ Capital Requirements Regulation อ่านรายงานของเราเพื่อให้เข้าใจถึงวิธีการที่เราปฏิบัติตามหลักการของตลาดในฐานะผู้มีส่วนร่วมในตลาด\n",
"-1601657282": "Deriv Investments (Europe) Limited ได้จัดทํารายงานการเปิดเผยข้อมูล Financial ตามรายงาน Investment Firms Regulation และ Directive อ่านรายงานของเราเพื่อให้เข้าใจถึงวิธีการที่เราปฏิบัติตามหลักการของตลาดในฐานะผู้มีส่วนร่วมในตลาด",
"-1695974481": "เอกสารเหล่านี้ให้ข้อมูลสำคัญเกี่ยวกับผลิตภัณฑ์การลงทุนของเรา ข้อมูลนี้มีขึ้นตามที่กำหนดโดยกฎหมายเพื่อช่วยให้คุณเข้าใจถึงธรรมชาติ ความเสี่ยง ต้นทุน ศักยภาพกำไร และขาดทุน ของผลิตภัณฑ์เหล่านี้ และช่วยคุณเปรียบเทียบกับผลิตภัณฑ์อื่น ๆ",
"-1127433262": "RTS",
@@ -2438,12 +2753,16 @@
"-431262594": "CFD - ดัชนีสังเคราะห์",
"-1311570171": "ใบอนุญาตและข้อมูลระเบียบข้อบังคับ | Deriv",
"-1833153607": "Derive ให้บริการในท้องที่เขตอำนาจตามกฎหมายที่ถูกกำกับต่อ Binary.com มีใบอนุญาตต่างๆ ที่ได้รับตามหลักเกณฑ์ของพื้นที่ต่างๆ ทั่วโลก",
- "-1720897015": "บริการที่นำเสนอของ Deriv.com และ Binary.com นั้นให้บริการโดยกลุ่ม Deriv โดยกลุ่มมีบริษัทย่อยหลายแห่งที่ได้รับใบอนุญาตให้ดําเนินการ Deriv.com และ Binary.comในเขตอํานาจศาลที่จดทะเบียน",
+ "-1488849807": "บริการที่นำเสนอของ Deriv นั้นให้บริการโดยกลุ่ม Deriv โดยกลุ่มมีบริษัทย่อยหลายแห่งที่ได้รับใบอนุญาตให้ดําเนินการ Deriv ในเขตอํานาจศาลที่จดทะเบียน",
"-1131400885": "Deriv Investments (Europe) Limited",
- "-959669250": "Deriv Investments (Europe) Limited มีสิทธิ์ให้บริการในรัฐสมาชิกสหภาพยุโรปอื่น ๆ ผ่านสิทธิ์การทําหนังสือเดินทางของสหภาพยุโรป ด้านบนเป็นรายชื่อประเทศในสหภาพยุโรปที่สามารถเข้าถึง Deriv.com ผ่านสิทธิ์การทําหนังสือเดินทางของสหภาพยุโรป",
+ "-430532854": "Deriv Investments (Europe) Limited – W Business Centre, Level 3, Triq Dun Karm, Birkirkara BKR 9033, Malta – ได้รับใบอนุญาตในมอลตา (<0>ใบอนุญาตหมายเลข IS/701560>) และได้รับอนุญาตจาก Malta Financial Services Authority ภายใต้พระราชบัญญัติบริการการลงทุนเพื่อให้บริการการลงทุนในสหภาพยุโรป\n",
+ "-2051445931": "ลูกค้าในสหภาพยุโรปที่ต้องการซื้อขายเครื่องมือทางการเงินสามารถมีบัญชีภายใต้ Deriv Investments (Europe) Limited",
"-112814932": "Deriv (FX) Ltd",
+ "-246692869": "Deriv (FX) Ltd – F16, Level 1, Paragon Labuan, Jalan Tun Mustapha, Labuan 87000, Malaysia – ได้รับอนุญาตจาก Labuan Financial Services Authority (<0> หมายเลขใบอนุญาต MB/18/00240>)",
"-1474169625": "ลูกค้าในส่วนที่เหลือของโลก (ยกเว้นประเทศที่ถูกจำกัด เช่น สหรัฐอเมริกา แคนาดา และฮ่องกง) ที่ต้องการซื้อขาย CFD บน forex และ cryptocurrencies สามารถมีบัญชี DMT5 Financial STP ภายใต้ Deriv (FX) Ltd.",
"-2019617323": "Deriv (BVI) Ltd",
+ "-689442324": "Deriv (BVI) Ltd – Kingston Chambers, PO กล่อง 173, Road Town, Tortola หมู่เกาะบริติชเวอร์จิน – ได้รับอนุญาตจาก British Virgin Islands Financial Services Commission <0>หมายเลขใบอนุญาต SIBA/L/18/11140>).",
+ "-1186445863": "ลูกค้าในส่วนที่เหลือของโลก (ยกเว้นประเทศที่ถูกจำกัด เช่น สหรัฐอเมริกา แคนาดา และฮ่องกง) ที่ต้องการซื้อขาย CFD ในเครื่องมือทางการเงิน รวมถึงสกุลเงินดิจิทัล สามารถมีบัญชี DMT5 Financial STP ภายใต้ Deriv (BVI) Ltd.",
"-1089385344": "Deriv (SVG) LLC",
"-951213826": "Deriv (SVG) LLC ตั้งอยู่ที่ Hinds Buildings, Kingstown, St. Vincent and the Grenadines (หมายเลขบริษัท 273 LLC 2020)",
"-1179448605": "Deriv Limited",
@@ -2554,7 +2873,6 @@
"-976479290": "คุณไม่สามารถใช้คุณสมบัติการหยุดขาดทุน และการยกเลิกข้อตกลงได้ในเวลาเดียวกัน",
"-1088149692": "นี่คือการป้องกันคุณจากการสูญเสียเงินเมื่อใช้การยกเลิกข้อตกลง การยกเลิกข้อตกลงจะอนุญาตให้คุณเรียกคืนจํานวนเงินเดิมพันทั้งหมดคืนเต็มจำนวนหากคุณยกเลิกสัญญาภายในหนึ่งชั่วโมงของหลังจากเปิดตำแหน่ง กลับกัน การหยุดขาดทุน จะปิดสัญญาของคุณด้วยการขาดทุนหากตลาดเคลื่อนเข้าหาตำแหน่งของคุณ อย่างไรก็ตามเมื่อการยกเลิกข้อตกลงหมดอายุ คุณสามารถกำหนดระดับการหยุดขาดทุนในสัญญาที่เปิดอยู่",
"-993588400": "คุณไม่สามารถใช้คุณสมบัติทำกำไร และการยกเลิกข้อตกลงได้ในเวลาเดียวกัน",
- "-1980078854": "ตัวคูณคืออะไร?",
"-715015407": "ตัวคูณ Deriv รวมข้อดีของการซื้อขายเลเวอเรจกับความเสี่ยงที่จำกัดของออปชัน หมายความว่าเมื่อตลาดเคลื่อนไหวไปตามทิศทางที่คุณคาดการณ์ไว้จะเพิ่มผลกำไรที่เกิดขึ้นเป็นทวีคูณ หากตลาดเคลื่อนไหวไปในทิศทางที่ตรงกันข้ามกับการคาดการณ์ของคุณ การสูญเสียจะถูกจำกัดไว้ที่เงินเดิมพันของคุณเท่านั้น",
"-2055316208": "<0>ไม่มีตัวคูณ0> หากตลาดเพิ่มขึ้น 25% คุณจะได้รับ 25% * $100 = <1>กำไร $25<1>\n",
"-222486173": "<0>ด้วยตัวคูณ x50> หากตลาดเพิ่มขึ้น 25% คุณจะได้รับ 25% * $100 * 5 = <1>กำไร $1251>",
@@ -2587,10 +2905,8 @@
"-1192024363": "เก็งกำไรกับการเคลื่อนไหวของราคาหุ้นโภคภัณฑ์หลักของโลก เงิน ทอง น้ำมัน และพลังงาน\n",
"-1421344186": "ออปชันการซื้อขายใน Deriv",
"-412753503": "ออปชันการมองย้อนกลับไปมีเฉพาะในดัชนีสังเคราะห์เท่านั้น",
- "-922253974": "ขึ้น/ลง",
"-513919250": "หากคุณเลือก ‘ต่ำกว่า’ คุณจะได้รับเงินก็ต่อเมื่อ จุดออกมีค่าต่ำกว่าจุดเข้า\n",
"-780207001": "หากคุณเลือก ‘เท่ากับ’ คุณจะได้รับเงินก็ต่อเมื่อ จุดออกมีค่าสูงกว่าหรือเท่ากับจุดเข้า สำหรับ ‘สูงกว่า’ ทำนองเดียวกัน คุณจะได้รับเงินก็ต่อเมื่อ จุดออกมีค่าต่ำกว่าหรือเท่ากับจุดเข้า สำหรับ ‘ต่ำกว่า’\n",
- "-1361254291": "สูงกว่า/ต่ำกว่า",
"-1813951531": "หากคุณเลือก ‘ต่ำกว่า’ คุณจะได้รับเงินก็ต่อเมื่อ จุดออกมีค่าต่ำกว่าค่า barrier",
"-1350745673": "หากจุดออกมีค่าเท่ากับ barrier คุณจะไม่ได้รับเงิน",
"-1673960856": "สิ้นสุดระหว่าง/สิ้นสุดภายนอก",
@@ -2598,10 +2914,8 @@
"-1039129655": "หากคุณเลือก ‘สิ้นสุดภายนอก’ คุณจะได้รับเงินก็ต่อเมื่อ จุดออกมีค่าสูงกว่าค่า barrier สูง หรือ มีค่าต่ำกว่าค่า barrier ต่ำ อย่างใดอย่างหนึ่ง",
"-1326361265": "อยู่ระหว่าง/ออกข้างนอก",
"-248048003": "หากคุณเลือก \"ออกข้างนอก\" คุณจะได้รับเงินก็ต่อเมื่อ ตลาดแตะค่า barrier สูง หรือ barrier ต่ำ ณ เวลาใดๆ ในระหว่างระยะเวลาของสัญญา\n\n\n",
- "-330437517": "ตรงกัน/ต่างกัน",
"-972537755": "หากคุณเลือก ‘ตรงกัน’ คุณจะได้รับเงินก็ต่อเมื่อ เลขหลักสุดท้ายของค่า tick เป็นเลขเดียวกันกับที่คุณคาดการณ์ไว้",
"-1754746990": "หากคุณเลือก ‘ต่างกัน’ คุณจะได้รับเงินก็ต่อเมื่อ ตัวเลขหลักสุดท้ายของค่า tick สุดท้ายมีค่า ต่างจากค่าที่คุณคาดการณ์ไว้",
- "-657360193": "สูงกว่า/ต่ำกว่า",
"-1163143636": "หากคุณเลือก ‘ต่ำ’ คุณจะได้รับเงินก็ต่อเมื่อ ตัวเลขหลักสุดท้ายของค่า tick สุดท้าย น้อยกว่าตัวเลขที่คุณคาดการณ์ไว้",
"-878562744": "หากคุณเลือก \"รีเซ็ตการเรียก\" คุณจะได้รับเงินก็ต่อเมื่อ จุดออกมีค่าสูงกว่าจุดเข้า หรือ จุด ณ เวลารีเซ็ต",
"-1521910502": "หากคุณเลือก ‘รีเซ็ตการใส่’ คุณจะได้รับเงินก็ต่อเมื่อ จุดออกมีค่าต่ำกว่าจุดเข้า หรือ จุด ณ เวลารีเซ็ต\n",
@@ -2751,7 +3065,7 @@
"-515732698": "ประธานเจ้าหน้าที่บริหารความเสี่ยง",
"-864130274": "หัวหน้าฝ่ายบัญชี",
"-234962411": "เราคือใคร | แพลตฟอร์มการซื้อขายออนไลน์ | Deriv.com",
- "-355907358": "Deriv.com กับ Binary.com ซึ่งเป็นผู้บุกเบิกและเป็นแพลตฟอร์มการซื้อขายออนไลน์ที่ได้รับรางวัลในตลาดการซื้อขาย",
+ "-719133900": "Deriv เป็นแพลตฟอร์มการซื้อขายออนไลน์ที่บุกเบิกและได้รับรางวัลซึ่งมีอนุพันธ์ให้เลือกมากมายสําหรับทุกคนทุกที่ในการซื้อขาย",
"-599033718": "Deriv ไม่ได้ใช้เงินของคุณเพื่อผลประโยชน์ทางธุรกิจ คุณสามารถถอนเงินของคุณได้ตลอดเวลา เงินทั้งหมดของคุณจะถูกแยกออกและจัดเก็บในสถาบันการเงินที่ปลอดภัยและ ด้วยวิธีนี้ Deriv จะส่งคืนเงินให้คุณ เพราะมันจะไม่ถูกรวมเข้ากับของเรา",
"-392665367": "การบริการช่วยเหลือ",
"-367457070": "Deriv ช่วยให้ทุกคนเริ่มทำการซื้อขายเข้าใจความเสี่ยง และตัดสินใจซื้อขายได้ง่ายขึ้น เครื่องมือและแพลตฟอร์มของเรามีคำแนะนำที่ชัดเจน เรียบง่าย และใช้งานง่าย นอกจากนี้เรายังให้บริการข่าวสารการตลาด การวิเคราะห์ การสัมมนาผ่านเว็บ ebooks วิดีโอแนะนำ และบทความในศูนย์ช่วยเหลือ เพื่อช่วยให้คุณรับทราบข้อมูลและซื้อขายได้ดียิ่งขึ้น",
diff --git a/src/translations/tr.json b/src/translations/tr.json
index 7be4e295662..f25ed15de7f 100644
--- a/src/translations/tr.json
+++ b/src/translations/tr.json
@@ -1,18 +1,23 @@
{
"1292590": "Sonra ne yapacağım?",
"2474877": "Ödeme yönteminizi değiştirmek için lütfen bizimle <0>canlısohbet0> yoluyla iletişime geçiniz.",
+ "4506932": "Bir Deriv X hesabını nasıl ekleyebilirim?",
+ "7128051": "Kendini-dışlama sınırlarını nasıl ayarlayabilir veya kaldırabilirim?",
"7228511": "Belirlenen eşiklerimize bağlı olarak, işlem başına komisyonunuzu belirleyiniz. ",
+ "11019706": "Deriv P2P için kullanılabilir bakiyeniz tüm Deriv bakiyenizi yansıtmayabilir. Bunun nedeni, bazı ödeme yöntemleriyle yapılan para yatırma işlemlerinin Deriv P2P için kullanılamamasıdır. Daha fazla bilgi için <0>Deriv P2P bakiyem neden Deriv hesap bakiyemden farklı?0> bölümüne bakın.",
"13119092": "müşteriler",
+ "15238581": "Medya galerisindeki ilk öğeye gidin ve <0>Medya al0> koduna tıklayın.",
"17217397": "Kripto Para",
"19552684": "USD Sepeti",
"21294053": "1999'dan beri gurup, dünya çapındaki tüccarlara dürüstlük ve güvenirlilik ile hizmet vermektedir. Kendimizi her zaman en yüksek etik standartlara ve yasal düzenlemelere bağlı tutarız. ",
"22146527": "Güvenli, uyumlu platform",
+ "22354933": "Paranız güvenli finansal kurumlarda tutulur ve para çekmek isterseniz her zaman sizin için kullanılabilirdir. Paranızı iş amaçlarımız için kullanmıyoruz.",
"22418565": "şu ana kadar takas edilen",
"22995280": "Başlangıç platformu. Güçlü fakat kullanımı kolay. ",
- "23846717": "Bonus tutarı değerinin 25 katı bir hesap cirosunu aştığınızda, ücretsiz bonus tutarını çekebilirsiniz. ",
"24763773": "Sony Group Corp",
"24900606": "Altın Sepeti",
"26480598": "Genel",
+ "26596220": "Finans",
"27830635": "Deriv (V) Ltd",
"28675270": "Mali İşler Müdürü",
"31131715": "Deriv.com'u keşfet",
@@ -21,11 +26,12 @@
"34997376": "Sayılarda Deriv",
"39296052": "Deriv.com'u nasıl tanıtabilirim?",
"39595561": "Botunuzun her bir işlemi yürütürken nasıl performans gösterdiğini görün ve Telegram aracılığı ile bildirimler alın. ",
- "39720204": "AUD Endeksi",
+ "40232884": "2 saat içinde doğru satıcıya ödeme yaptığınızdan emin olun.",
"45577689": "Müşterilerinizin DMT5'teki işlemlerinden komisyon kazanın. ",
- "48076235": "Evet. Web sitemizde bulunan canlı sohbet yolu ile günlük limitinizi artırmak için talepte bulunabilirsiniz ve size e-posta ile geri döneceğiz. ",
"48132512": "Katılın ve bizimle büyüyün.",
+ "48469443": "<0>Bu formu0> doldurun, ve birkaç gün içinde sizinle iletişime geçeceğiz. Gerçek bir Deriv ticaret hesabına da ihtiyacınız olacak. Hesabınız yoksa <1>buradan1> kaydolun. ",
"49026512": "DMT5 deneyimine katılın",
+ "49321507": "Deriv MT5'te mikro forex çiftleri sunuyor musunuz?",
"50586010": "Binary.com, Deriv.com olarak yeniden markalaştı ve partnerler için bu, şu anlama gelmektedir",
"53801223": "Hong Kong 50",
"54033225": "0.10",
@@ -34,15 +40,17 @@
"55394707": "Mobil uygulama kayıtları için broker kodunu <0>Deriv Limited0> olarak ayarlayın.",
"56714378": "Sık sorulan sorular - Deriv P2P",
"57395040": "Nokta Değeri",
+ "57885236": "Kartınızı veren kuruluş işleminizi engellemiş olabilir. Kontrol etmek için lütfen kartınızı veren kuruş ile iletişime geçin. ",
"59521256": "Sayfa bulunamadı",
"59678480": "5 - 3,000",
"60772773": "USD/RUB\n",
"61663093": "Sürekli endeksler",
- "68536923": "Forex için, 1 lot EUR/USD anlaşması, aşağıdaki formüle göre 5 EUR komisyon ödeyecektir:\n",
+ "67611998": "Deriv MT5 gerçek para hesabıma nasıl para yatırabilirim?",
"70604999": "Jump endeksleri sentetik olduğu için 7/24, 365 gün ticaretini yapabilirsiniz. ",
"71016232": "OMG/USD\n",
+ "71263224": "Para çekme işlemimi nasıl iptal edebilirim?",
"71535160": "Herhangi bir açık pozisyonu tutmanın gecelik ücretlerini hesaplayın. Ücretler swap oranınıza bağlı olarak pozitif veya negatif olabilir. ",
- "71650838": "Basit ve sade konuşun ve belirsizliğin arkasına saklanmayın",
+ "71650838": "Basit ve sade konuşur ve belirsizliğin arkasına saklanmayız",
"71969952": "Başka hangi değişiklikler göreceğim?",
"72267896": "Güvenli ve hızlı para transferlerini kullanarak kolay bir şekilde para yatırın ve çekin. ",
"74138086": "Deriv MT5'teki ticaretinizi kontrol altına alın. ",
@@ -52,38 +60,43 @@
"82730484": "Para transferi yapmak, ödeme almak ve çevirimiçi ödeme yapmak için basit bir yol sağlayan bir ödeme servis sağlayıcısı. ",
"83067481": "Takip sitemiz: t.deriv.com",
"84123624": "Ortaklık Programı | Deriv",
+ "85248718": "Memorandum ve ana sözleşme",
"87901857": "Bir üretim veritabanındaki rastgele sorgular",
- "90275414": "Ticaret <0/> basitleştirildi< 0/>",
+ "90275414": "Ticaret <0/>basitleştirildi<0/>",
"94912230": "Belarus",
"97694950": "Akıllıca ticaret yapın ve duygularınızın kararlarınızı etkilemesine izin vermeyin. Yorgun olduğunuzda veya alkolün etkisi altındayken ticaret yapmayın.\n",
"102299592": "Zarar durdur ve/veya kar al miktarı nasıl hesaplanır\n\n",
+ "105613424": "Deriv MT5'te pozisyon açmak için minimum tutar nedir?",
+ "106291991": "Sık sorulan sorular - Çarpanlar",
"109865596": "Deriv'de hafta sonu ticaretinin tadını çıkarın ve ticaretinizden en iyi şekilde yararlanın",
"110140669": "Profesyonel bir tüccarsanız, MT5 Ticaret Sinyalleri Servisi, stratejilerinizi diğer tüccarlarla ücretsiz veya belirlediğiniz bir abonelik ücreti ile paylaşmanıza olanak sağlar. Tüccarlar sinyalinize abone olduğunda, anlaşmalarınız siz her bir ticaret yaptığınızda onların hesaplarında otomatik olarak kopyalanır.\n\n",
"113378532": "ETH/USD",
- "113428590": "DERIV (V) Ltd (<0>Lisansı Görüntüle0>) - 1276, Kumul Highway, Port Vila, Vanuatu - Vanuatu Finansal Hizmetler Komisyonu tarafından lisanslanmıştır ve <1>Finansal Piyasalar Birliği<1/> üyesidir. ",
"117273069": "<0>Wall Street 300> ABD'deki ilk 30'da listelenen şirketlerin stok performanslarını takip eder. ",
+ "117920584": "<0>Koşullarımız0> uyarınca, müşteri başına yalnızca seçtiğiniz para biriminde (fiat veya kripto) açacağınız bir hesaba izin veriyoruz. Diğer para birimleriyle işlem yapmak istiyorsanız, profilinize birden fazla kripto para birimi hesabı ekleyebilirsiniz. ",
"119888059": "Kimler başvurabilir",
+ "121961018": "AB veya İngiltere'de ikamet ediyorsanız, <0>canlı sohbet aracılığı ile bizimle iletişime geçin0> ve size bu konuda yardımcı olalım.",
"122171127": "Çarpanlar ile sentetik endekslerde 7/24, yılda 365 gün ticaret yapın. Forex'te çarpanlar ile hafta içi gün boyunca ticaret yapın. ",
"123005346": "Müşteri para çekme işlemlerine yapay engeller yoktur",
"123291381": "Yeniden markalaşma ne anlama geliyor?",
"125131030": "Deriv Akademiye abone olduğunuz için teşekkür ederiz",
- "132574588": "<0>Deriv X panosu0> üzerinde açmak istediğiniz hesap türünü seçin (Gerçek veya Demo) ve \"Hesap ekle\"ye tıklayın. Yeni bir Deriv X hesabı oluşturmak için ekrandaki yönergeleri izleyin.",
"135210620": "Deriv, Malta Finansal Hizmetler Dairesi (MFSA), Labuan Finansal Hizmetler Dairesi (Labuan FSA), Vanuatu Finansal Hizmetler Komisyonu (VFSC) ve British Virgin Adaları Mali Hizmetler Komisyonu dahil olmak üzere çok sayıda kuruluş tarafından <0>denetlenir0>.",
"138055021": "Sentetik endeksler",
"140083133": "Hesabınıza para yatırın. Mobil uygulama, masaüstü uygulaması veya web tarayıcısında ticaret yapmaya başlayın.",
+ "141909159": "Kasiyer sayfasına geri getirileceksiniz. <0>İnceleme beklemede0> ögesine tıklayın ve iptal etmek istediğiniz işlemi seçin. ",
"143734792": "Deriv'de fonların tutulmasını ve aktarılmasını ve elde edebileceğiniz bonusları düzenleyen şartlar ",
"144377171": "Günlük para çekme limitleri",
"146650698": "Beni DP2P'ye götür",
"148382928": "American Airlines Group Inc",
"150593055": "Para birimi takascıları",
+ "152299772": "Affiliate programınıza neden katılmalıyım?",
"152524253": "Popüler kullanıcı dostu platformumuzla dünya piyasalarında ticaret yapın.\n",
"154463429": "Demo ticaret deneyimimiz, özellikle sözleşme fiyatlandırması ve ticaret kısıtlamaları ile gerçek para ticaretini temsil edecektir.",
- "156791387": "Lütfen <0>DMT5 kontrol paneline0> gidin ve ilgili DMT5 hesabının <1>Şifre1> düğmesine tıklayın.",
"159321990": "Deriv ile online olarak ticaret yapın. Bir demo hesabı açın, esnek ve sezgisel ticaret platformlarımızda çok çeşitli para birimi çiftlerinin keyfini çıkarın.",
"159937924": "RTS28 2020",
"161870324": "En iyi fiyatları seçin ve bir emir verin veya istediğiniz oranlar için bir reklam oluşturun.",
"163040015": "Deriv affiliate ve IB programlarına katılın ve güvenilir bir online ticaret sağlayıcısıyla ortak olma şansı elde edin.",
"166309424": "Aylık ve günlük hızlı ödemelerle sıfır masraf\n\n",
+ "167985771": "<0>Kişisel bilgiler0> sayfasına giderek abonelikten çıkabilirsiniz. Sayfanın alt kısmındaki \"Deriv ürünleri, hizmetleri ve etkinlikleri hakkında güncellemeler alın\" yazan onay kutusunun işaretini kaldırın ve <1>Gönder1> ögesine tıklayın.",
"171302334": "Öyleyse bu senaryoda, zarar durdur miktarınızı <0>-7.23 USD0> olarak ayarlarsınız.",
"171586173": "Dünyanın dört bir yanındaki ofis konumlarımızda Deriv'deki kariyer fırsatlarını keşfedin.",
"171638706": "Değişkenler",
@@ -93,14 +106,15 @@
"178716803": "Botu çalıştır ",
"179737767": "Miras opsiyon ticaret platformumuz.",
"180412186": "Çıkış noktasının, sözleşme süresinin sonundaki giriş noktasından kesinlikle daha yüksek veya daha düşük olup olmayacağını tahmin edin.",
- "181253755": "Ticaret limitlerim nelerdir?",
"181316740": "Bu işlem, ticaret türüne bağlıdır. Bunu öğrenmek için ilgili varlığa sağ tıklayın ve \"Enstrüman bilgileri\" öğesini seçin.",
"182438100": "Sıkça sorulan sorular - DBot",
"187267434": "Sonra, çalışma alanının üstündeki araç çubuğundaki 'Kaydet'i tıklayın. Bilgisayarınıza veya Google Sürücünüze kaydetmeyi seçebilirsiniz. Stratejiniz XML biçiminde kaydedilecektir.",
"192531494": "Gelişmiş grafik araçları\n\n",
"193611235": "Dakikalar içinde takas yapın. Daha az bekleme, daha fazla alım satım. Dakikalar içinde para yatırma ve para çekme.",
- "194431525": "Bir temsilci demo deneyimi sağlar",
+ "194431525": "Bir temsili demo deneyimi sağlarız",
"194961269": "Opsiyon sözleşmeleri nasıl çalışır",
+ "198087093": "Dijital seçenekler, dayanak varlıkların fiyat hareketini gerçekten onlara sahip olmadan tahmin etmenizi sağlar. Dijital seçeneklerle, tahmininize dayalı bir pozisyon açarsınız ve pozisyonunuzu otomatik olarak kapatan belirli bir süre vardır. Fiyat, sizin lehinize olduğunda pozisyonunuz kapanırsa kar elde edersiniz.",
+ "198900889": "Birden fazla Deriv hesabı açabilir miyim?",
"200040108": "Sıfır",
"202417731": "Emtia piyasası | Emtia ticareti | Deriv",
"202712649": "Hızlı ve güvenli para yatırma ve çekme seçenekleri",
@@ -116,7 +130,6 @@
"222070679": "Komisyonlarınızı her ayın 15'inden sonra en kısa sürede doğrudan hesabınıza yatıracağız.\n",
"223659990": "Lot başına komisyon (1 standart lot 100k birimdir)",
"224650827": "IOT/USD",
- "224785887": "Financial Conduct Authority tarafından yetki ve düzenlememizin kapsamı hakkında ayrıntılar talep üzerine bizden temin edilebilir.",
"227166061": "Deriv.com güvenli mi? ",
"228957856": "Diyelim ki, bir gece için 400.000 USD varlık fiyatı olan Volatilite 75 endeksinin 0.01 lotunu ve bir gece için -7.5.swap oranını açık tutmak istiyorsunuz. ",
"230596356": "DBOT Stratejinizi Özelleştirin",
@@ -124,9 +137,12 @@
"231711709": "İstediğiniz zaman ticaret yapın. ",
"231722280": "Emtialar nelerdir?",
"232837971": "Hızlı strateji nedir ve onu nasıl kullanılırım?",
+ "233475101": "Deriv'de CFD ticareti hakkında daha fazla bilgi edinmek için <0>bu makaleyi0> okuyun.",
+ "234782678": "Affiliate şifrenizi <0>burada0> sıfırlayabilirsiniz. ",
"236080779": "Özellik bakımından zengin grafikler",
"236845507": "Fark sözleşmeleri (CFD'ler) nelerdir?",
"239216026": "XMR/USD",
+ "239395164": "DERIV (V) Ltd – 1276, Kumul Highway, Port Vila, Vanuatu – Vanuatu Finansal Hizmetler Komisyonu tarafından lisanslanmıştır ve <1>Finansal Piyasalar Birliği<1/> üyesidir. ",
"241331061": "Deriv GO gerçekten iyi! Böyle kullanımı kolay bir uygulama arıyordum.",
"242139148": "PARTNER",
"242356757": "Bir rapor gönder",
@@ -135,11 +151,14 @@
"246106761": "Parolamı unuttum. Ne yapmalıyım?",
"247341426": "Labuan ofisimizde IT, uyumluluk ve muhasebe bölümü işlerine göz atın, bulun ve başvurun.",
"248446741": "Beş tik serisinden en yüksek veya en düşük tikin hangisi olacağını tahmin edin.\n",
+ "250681139": "Deriv X'e nasıl giriş yapabilirim?",
"253813203": "12'den fazla dünya endeksleri",
"255124284": "HKD/JPY",
"256855210": "Hızlı ve güvenli peer-to-peer para yatırma ve çekme hizmeti.",
"256942335": "Birden fazla gelir fırsatı ve cömert komisyonlar",
+ "257449963": "Kazançlarınızı görmek için şu adımları izleyin:",
"258310842": "Çalışma alanı",
+ "261542396": "Bir önceki aya ait komisyonunuzu, her ayın 15'inden sonra işlem hesabınıza aktaracağız. Bir affiliate olarak, yönlendirilen müşterileriniz opsiyon ve çarpanlarda işlem yaptığında komisyon kazanacaksınız. Müşterilerinizin MT5 işlemlerinden kazanmak için, bir tanıtıcı broker olarak kaydolmanız gerekir. (bkz <0>Tanıtıcı broker (TB) olarak nasıl kaydolabilirim?0>)",
"262590832": "Tercih ettiğiniz ticaret stratejisine bağlı olarak uzun ve kısa pozisyonlar açın.\n",
"263232709": "1 - 2 iş günü",
"264391901": "Tahmin edilemeyen gerçek dünya kesintileri olmadan gerçek dünya pazarlarının heyecanını taklit eden sentetik piyasaların tadını çıkarın.",
@@ -148,20 +167,23 @@
"267527172": "DMT5 Standard hesabı, maksimum esneklik için yeni ve deneyimli tüccarlara yüksek kaldıraç ve değişken spreadler sunar. DMT5 Gelişmiş Hesabı, ticaretlerinizin doğrudan pazara geçtiği, forex likidite sağlayıcılarına doğrudan erişim sağlayan %100 bir A Book hesabıdır. DMT5 Sentetik Endeksleri Hesabı, gerçek dünya hareketlerini taklit eden sentetik endekslerde fark sözleşmeleri (CFDS) ile ticaret yapmanıza olanak sağlar. 7/24 ticaret yapmak için hazırdır ve bağımsız bir üçüncü taraf tarafından tarafsızlık için denetlenmektedir.\n\n",
"268108542": "1. 'Google Drive'ı seçin ve 'Devam'a tıklayın.",
"271560771": "Ticaret yapmak istediğiniz tutarı girin.",
+ "272283021": "Artık yeni şifrenizle Deriv MT5'e giriş yapabilirsiniz.",
"274268819": "Volatilite 100 Endeksi",
+ "274392779": "Labuan Finasal Hizmetler Kurumu",
"275116637": "Deriv X",
"276341434": "Yeniden markalaşma uygulamamızın bir parçası olarak, affiliate oturum açma URL'niz değişecektir. ",
+ "276482397": "Hayır, yapamazsınız. ",
"276645072": "2. Google Hesabınızı seçin ve Google Drive'ınıza erişmek için DBOT'un gerekli iznini verin.",
"278499050": "Deriv hesabınıza para yatırmak ve bu hesaptan para çekmek için yerel para biriminizi kullanın.",
"281247370": "Marjin Hesaplayıcısı",
+ "286879509": "Hesabımı ne zaman doğrulamam gerekir?",
"287556583": "DMT5'teki bir sözleşmenin pip değeri şu formüle göre hesaplanır:",
"288004682": "Gizli ücret veya komisyon yok.",
"288719886": "Çek Cumhuriyeti",
"289008060": "Facebook Inc",
"289731075": "Başlayın",
"291605393": "Yunanistan",
- "298511755": "Bu genellikle kredi kartlarını kullanarak ilk kez bize para yatırma işlemi yapan müşterilere olur. Lütfen bankanızdan \"Deriv\" ile yapılacak işlemleri yetkilendirmesini isteyin.\n",
- "300084741": "Fark sözleşmesi (CFD), bir varlığın bir ticareti açarkenki değeri ile ticareti kapatmadaki değeri arasındaki farkı ödeyen bir sözleşmedir.\n\n",
+ "292497263": "Hesap bakiyenize tıklayın ve <0>Hesap ekle veya yönet.0> ögesini seçin.",
"300201586": "Deriv'de bir demo hesabı açın ve ödüllü platformlarımızda sınırsız miktarda sanal fonla pratik yapın.",
"305547463": "Kullanıcı dostu özellikler",
"306846388": "Çevrimiçi ticaret heyecan vericidir ancak riskler içerir ve bağımlılığa yol açabilir. Deriv olarak, müşterilerimizin çıkarlarına dikkat ediyor ve onları <0>güvenli ve sorumlu ticaret0> pratiği yapmaya teşvik ediyoruz. Bu konuda yeniyseniz, paranızı riske atmadan önce sınırsız sanal fonla alım satım işlemleri de yapabilirsiniz.",
@@ -176,9 +198,9 @@
"318239044": "Pfizer",
"318433321": "Opsiyon ticareti için mevcut araçlar",
"318815297": "İstediğiniz gibi ticaret yapın",
+ "319619035": "Aktif olmayan Deriv MT5 hesabım hala bakiyem olmasına rağmen devre dışı bırakılacak mı?",
"319934137": "Avrupa<0>0> endeksleri",
"320565687": "<0>Altın Sepeti0> altının değerini, her biri 20% ağırlıkta, beş küresel para birimi (EUR, GBP, JPY, AUD, USD) sepetine karşı karşılaştırır.",
- "322580327": "Anlaşmazlığı çözmek için uygulama içi sohbet ile ilgilendiğiniz tüccarla sohbet edebilirsiniz. Her iki taraf da bir anlaşmaya varamazsa, uygulama içi anlaşmazlık aracı aracılığıyla bize ulaşabilirsiniz. İlgili taraflarla iletişim kuracağız ve anlaşmazlığı mümkün olduğunca çabuk çözmek için çalışacağız.",
"323564058": "Ödemeler basitleştirildi. Yerel para biriminize para yatırmanın hızlı ve güvenilir yolu.",
"325128398": "3. Süre",
"326242312": "Lotlarda ki hacim",
@@ -186,12 +208,13 @@
"332441329": "Interim | DMT5",
"332961148": "Kabul edilen ödeme yöntemlerimi nasıl ekleyebilir, kaldırabilir veya değiştirebilirim?",
"335040248": "Hakkımızda",
- "336359962": "Dormant ücreti, 12 ay boyunca bir işlem yapmayan herhangi bir hesaba tahsil edilen bir miktardır.",
+ "337214156": "Deriv MT5 Sentetik, Finansal ve Finansal STP hesapları arasındaki farklar nelerdir?",
"337900732": "Danimarka",
"339084000": "YASAL",
"339879944": "GBP/USD",
"341589956": "Air France KLM SA",
"342146000": "<0>bilgisayarınıza kaydetme0>",
+ "342722863": "Komisyon planlarımız hakkında daha fazla bilgiyi <0>Affiliate ve IB Programı sayfamız0> üzerinden edinebilirsiniz.",
"343021270": "Gerçek bir CFD hesabıyla ticaret yapın. Mevcut sermayenizden daha büyük kaldıraç ve ticaret pozisyonlarına erişim sağlayın.",
"343586987": "Bu senaryoda, kar al seviyenizi <0>6.83 USD0> olarak ayarlayabilirsiniz.",
"349098817": "Deriv.com'deki yenilikler nelerdir?",
@@ -201,7 +224,8 @@
"352403472": "CSP'yi baypas etmeyen ve başka bir kullanıcının oturumunda yetkisiz işlemleri gerçekleştirmeyen XSS",
"354260859": "Gerçek bir Deriv MT5 (DMT5) veya gerçek Deriv X hesabıyla işlem yapın ve mevcut sermayenizden daha büyük pozisyonlarda ticaret yapmak için yüksek kaldıraç erişimi elde edin.",
"355340164": "Deriv X online ticaret platformu",
- "358838306": "Müşteri Desteği Başkan Yardımcısı",
+ "358838306": "Müşteri Desteği Müdür Yardımcısı",
+ "358998585": "Deriv MT5 Finansal STP hesabı, Forex ve kripto birimleri üzerinde CFD'ler sunar ve Finansal hesaptan daha düşük kaldıraçlıdır. Bu bir %100 A-book hesabıdır, bu nedenle işlemleriniz doğrudan piyasaya geçerek likidide sağlayıcılarına doğrudan erişiminizi sağlar. Bu hesap aynı zamanda kripto para birimleri üzerinde 7/24 işlem sunmaktadır. ",
"361051814": "Diyelim ki, 249.5961 USD fiyatla 3 lot Volatilite 50 Endeksi'ni 84 USD kar al miktarı ile satmak istediğinizde kar al seviyesini ve pip değerini hesaplamak istiyorsunuz.\n",
"361599549": "Filipinler'deki müşteriler için online banka transferlerine olanak sağlayan bir ödeme imkanı. Para yatırma ve para çekme işlemleri için kullanılabilir.\n\n",
"365224830": "Sepet endeksleri ticareti online | Sepet endeksleri ticareti demo hesabı | Deriv",
@@ -218,22 +242,24 @@
"376677604": "Tüm bunlar DMT5 platformumuzda mevcuttur",
"378043056": "Bu endekslerin her biri Asya/ Okyanusya bölgesindeki bir finansal piyasadaki önde gelen halka açık şirketlerin performansını taklit ediyor. ",
"378788991": "Yepyeni sentetik endeksler artık DTrader ve Deriv MT5'te (DMT5) mevcut",
+ "379401010": "Partnerler",
"379730266": "Tüm varlıklar için komisyon ödemesi, en son döviz kuruna göre mevduat para biriminize dönüştürülecektir.",
"383145223": "Hisse senetleri E-kitabı",
"386443705": "Deriv IB komisyonlarımı nasıl ve ne zaman alacağım?",
- "387541185": "Müşterilerimizin çoğu, doğrudan Deriv'de bulunmayan ödeme yöntemlerini kullanarak hesaplarını finanse etmenin yollarını arıyor. Bir ödeme acentesi olarak, işlem başına sabit bir komisyon alarak hesaplarını finanse etmelerine yardımcı olabileceksiniz.",
+ "387541185": "Müşterilerimizin çoğu, doğrudan Deriv'de bulunmayan ödeme yöntemlerini kullanarak hesaplarını finanse etmenin yollarını arıyor. Bir ödeme aracısı olarak, işlem başına sabit bir komisyon alarak hesaplarını finanse etmelerine yardımcı olabileceksiniz.",
"390409172": "Daha hızlı para yatırma ve çekme işlemleri için 3 adım",
"390647540": "Gerçek hesap",
"392031899": "Yakında hazır olacak",
"392840594": "Affiliate ve IB programlarımız hakkında sorularınız için",
+ "393215173": "Britanya Virjin Adaları Finansal Hizmetler Komisyonu",
"393841045": "<0>Not:0>",
"393899903": "Yalnızca ikamet ettiğiniz ülkedeki Deriv müşterilerine hizmet edebilirsiniz.",
- "394545276": "E-cüzdanlar kullanarak minimum 5 USD/EUR/GBP/AUD para yatırıp veya para çekebilirsiniz. Diğer ödeme yöntemlerinin minimum tutarları farklı olacaktır.",
"395057342": "Biz kimiz\n",
"396609660": "Formu Deriv MT5 hesap kimlik bilgilerinizle doldurun. 0>Broker0> alanına hesap sunucunuzun adını girin:<1/><0>-Deriv-Demo0> sinyaliniz yalnızca demo hesapları için ise <1/><0>-Deriv-Server0> veya sinyaliniz sadece gerçek hesaplar için ise <0>Deriv-Server-020>\n(Hesap sunucusu adını size ait <2>Deriv MT5 pano2> üzerinde bulabilirsiniz.)",
"396992773": "Deriv, sundukları varlıklar, para çekme ve mevduat kolaylığı ve diğer hizmetler açısından dünyanın en iyi Brokeridir. Bize en iyisini vermeye devam edin, Deriv!",
"397235089": "Forex, sentetik endeksler, hisse senetleri, hisse senetleri & endeksleri, kriptopara birimleri ve emtialar dahil olmak üzere Deriv ile online ticaret yapabileceğiniz piyasalar hakkında bilgi edinin. ",
"398319738": "DMT5 nedir?",
+ "399948438": "<0>Yeni reklam oluştur0> ögesine tıklayın.",
"400968378": "konumlar",
"406075956": "‘Odd’ seçeneğini seçerseniz, son tikin son basamağı tek sayı ise (örn 1, 3, 5, 7 veya 9) ödemeyi kazanırsınız.\n",
"408925924": "x1000'e kadar",
@@ -247,6 +273,7 @@
"419208082": "MetaQuotes ile CFD Ticaret Platformumuz: trade.mql5.com",
"419648873": "Küresel hisse senetleri ve hisse senedi endeksleri işlemlerinizi şimdi DMT5 platformumuzda yapın. ",
"420161092": "Deriv.com'u ilk deneyenlerden biri olun",
+ "421158556": "Daha fazla bilgi için <0>koşullarımız0> bölümüne bakabilirsiniz. Hesabınıza girmek için yardıma ihtiyacınız varsa <1>canlı sohbet aracılığıyla bizimle iletişime geçin.1>",
"421232681": "Ek koşullar",
"422714856": "Açık olmak gerekirse, bu yeniden markalaşma sizden ilham alınmıştır. Sizi Deriv.com'da istediğiniz şeyi, istediğinizi zaman ve istediğiniz şekilde takas edebileceğiniz yeni ve gelişmiş bir ticaret deneyimine yükseltmenin heyecanını yaşıyoruz.",
"424703192": "Dünyanın geri kalan bölgelerindeki (ABD, Kanada ve Hong Kong gibi kısıtlanmış ülkeler hariç) finansal araçlarla CFD'leri takas etmek isteyen müşteriler, Deriv(V) Ltd. Altında DMT5 Finansal hesaplarına ve Deriv X Finansal hesaplarına sahip olabilir. Bu şirket, kriptopara birimleri için CFD'ler sunmaz.",
@@ -267,8 +294,11 @@
"439798157": "İthalat stratejisi",
"441557166": "Deriv X - Deriv'de mevcut olan çok varlığa sahip bir CFD ticaret platformu",
"442177402": "Kripto Çiftler",
+ "443594501": "Deriv MT5 ve Deriv X gerçek hesaplarınızla ilgili, açık pozisyonları kapatmak için giriş yapın. ",
+ "443887309": "Kredi kartı bakiyeniz yetersiz olabilir.",
"447476086": "0>Ülkeler0> raporu: Tıklamalarınızın geldiği ülkelerin listesini görüntüler",
"447711315": "Subdomain devralma",
+ "448874206": "Aktif siparişleriniz varsa, siparişleriniz tamamlanana kadar uygulamayı açık tutun (telefonunuzda veya bilgisayarınızda). Siparişlerinizi 2 saat içinde tamamlamaya çalışın. ",
"448985812": "%0-19.999",
"449277904": "Deriv Go nedir",
"451624200": "XTZ/USD",
@@ -277,9 +307,9 @@
"455897892": "Kriptopara E-Kitabı",
"456825069": "Ticaret Uzmanları",
"459886707": "E-cüzdanlar",
- "460766210": "Deriv Investments (Europe) Limited, W Business Centre, Level 3, Triq Dun Karm, Birkirkara BKR 9033, Malta, Malta'da lisanslıdır (<0>lisans no. IS/701560>) ve Malta Finansal Hizmetler Kurumu tarafından Avrupa Birliği'nde yatırım hizmetleri sağlamak üzere Yatırım Hizmetleri Yasası kapsamında düzenlenmiştir. Ayrıca, İngiltere'deki Finansal Yürütme Otoritesi tarafından yetkilendirilmiş ve sınırlı düzenlemeye tabidir. Finansal Yürütme Otoritesi tarafından yetki ve düzenlememizin kapsamı hakkında ayrıntılar talep üzerine bizden temin edilebilir.\n\n",
"460878453": "5 - 10,000",
"465003790": "DMT5 giriş",
+ "465522807": "<0>Bir sinyal sağlayıcı0> \nBaşkalarının takip etmesi için ticaret verileri sağlıyor musunuz? Tüccar topluluğunuzu büyütün ve platformlarımıza kaydolduklarında ve ticaret yaptıklarında komisyon kazanın. ",
"467590240": "hisse senetleri & endeksler",
"469222213": "0>İstatistiklerim0> sekmesine tıklayın ve sinyal sağlayıcınızı seçin.",
"473760456": "Belirsizliği önlemek için açıkça konuşuruz, tüm sözleşmelerin şartlarını açıklarız ve ticaretin riskleri ve nasıl para kazandığımız konusunda açığız.",
@@ -289,7 +319,8 @@
"476621330": "Hesap açma",
"479311128": "İşlemleri daha düşük maliyetle açın ve potansiyel kazançlarınızı artırın.",
"480442479": "Siteler arası talep sahteciliği (kritik olmayan)",
- "482031216": "Forex, para birimlerinin satın alınması ve satışına yönelik, küresel, merkezi olmayan bir piyasadır.",
+ "481274667": "Deriv MT5 gerçek para hesabımdan nasıl para çekebilirim?",
+ "481411401": "Düzenleme",
"482369277": "Deriv’in affiliate ve IB programları heyecan verici gelir fırsatları sunmaktadır. Platformlarımızda yönlendirdiğiniz müşterilerin işlemlerinden komisyon kazanın.",
"486935836": "Google/Facebook/Apple hesap şifremi unuttum. Deriv hesabıma nasıl giriş yapabilirim?",
"487236738": "Nasıl hesaplanır",
@@ -303,12 +334,14 @@
"493622337": "Nasıl yardımcı olabiliriz?",
"494843334": "DTrader'da forex, hisse senedi endeksleri, emtia ve sentetik endeksleri takas edebilirsiniz.",
"495686884": "Online ticaretiniz için neden bizi seçmelisiniz | Deriv",
- "497469280": "Müşterilerimize, düşük hızlı mobil veri ağlarında bile yüksek çalışma süresi ve düşük gecikme süresi olan güvenilir sistemler sunmayı hedefliyoruz. Tüm büyük masaüstü ve mobil cihazlar için iyi bir güvenlik ve cihazlar arası uyumluluk sağlıyoruz.",
- "497717591": "Deriv P2P ile hangi ödeme yöntemlerini kullanabilirim?",
+ "497469280": "Müşterilerimize, düşük hızlı mobil veri ağlarında bile yüksek kesintisiz çalışma ve düşük gecikme süresi olan güvenilir sistemler sunmayı hedefliyoruz. Tüm büyük masaüstü ve mobil cihazlar için iyi bir güvenlik ve cihazlar arası uyumluluk sağlıyoruz.",
+ "497567508": "Deriv MT5 geçmişiniz XML dosyası olarak indirilecektir.",
+ "497905436": "Deriv P2P için kullanılabilir bakiyemi nasıl kontrol edebilirim?",
+ "500999639": "Bazı ticaret türleri belirli ülkelerde kullanılamayabilir. ",
"501413836": "750+",
"501620507": "Müşterilerimi nasıl etkileyecek?",
"501763239": "Ana çiftler",
- "502554477": "DMT5 Sentetik Endeksler, Finansal ve Finansal STP hesapları arasındaki farklar nelerdir?",
+ "504465748": "Size e-posta ile bir doğrulama bağlantısı göndereceğiz. Bu bağlantıya tıklayın ve Deriv hesabınız için yeni bir parola belirleyin.",
"506797447": "0>EUR Sepeti0> her biri %20 ağırlıkla, beş küresel para birimini (USD, AUD, GBP, JPY, CAD) Euro değerine karşı ölçer.",
"509964491": "Çoğu finans piyasası kapalı olduğunda bile ticaret yapın",
"510309290": "Deriv X: DevExperts tarafından CFD Ticaret Uygulamamız (<0>Android app0>, <1>iOS app1>)",
@@ -324,7 +357,7 @@
"521013301": "DBot deneyimine katılın",
"521140114": "3 basit adımda Deriv'de emptia ticareti yapmaya başlayın",
"521703211": "Yeni bir adımız ve görünümümüz olabilir, ancak müşterilerimize olağanüstü bir online ticaret çözümü sunmak için 1999'den bu yana sıkı bir şekilde çalışan aynı ekip olduğumuzdan emin olabilirsiniz.",
- "524082501": "Ödeme acentesi olarak bağımsız bir takascısınız. Şunları yapabilirsiniz:",
+ "524082501": "Ödeme aracısı olarak bağımsız bir takascısınız. Şunları yapabilirsiniz:",
"524230462": "Deriv IB olarak nasıl kaydolabilirim?",
"524459540": "Değişkenleri nasıl oluşturabilirim?",
"524754401": "Çarpan ticareti için mevcut araçlar",
@@ -332,8 +365,8 @@
"527660774": "Ticari araçlar | Swap, pip ve marj hesaplayıcıları | Deriv",
"528858838": "Lead/USD",
"529056539": "Opsiyonlar",
+ "529597350": "Herhangi bir açık pozisyonunuz varsa, onları kapattık ve size geri ödeme yaptık.",
"529901734": "Sepet endeksleri ticaretinde, bir para biriminin değerindeki değişiklik dünyadaki en likit para birimlerinin sepetine göre ölçülür. ",
- "533583221": "Transferler anında gerçekleşir. Tüm adımları tamamladıktan sonra DMT5 hesap bakiyeniz hemen güncellenecektir.",
"538228086": "Kapanış-Düşük\n",
"538682015": "Diğer uygulamalarımıza göz atın",
"539645627": "Dünyada güvenilen pazar lideri ürünler sunmayı amaçlıyoruz.",
@@ -351,12 +384,14 @@
"555580651": "1. Çalışma alanının sağındaki panelde \"İstatistikleri Temizle\" öğesine tıklayın.",
"557095822": "Hizmeti yenilemek için <0>Yenile0> düğmesine veya aboneliği iptal etmek için <0>Aboneliği İptal Et0> düğmesine tıklayın.",
"558327984": "Çarpanlar için kar ve zarar hesaplayıcımız, kayıpları en aza indirmek ve kazançları en üst düzeye çıkarmak için alım satımlarınızda zarar durdur ve/veya kar al seviyesini belirlemeye yardımcı olur.",
+ "561889537": "Sizin aleyhinizde bir anlaşmazlık ortaya çıktı. Daha fazla bilgi için lütfen canlı sohbet yoluyla <0>bizimle iletişime geçin0> ",
"562246914": "Yeniden markalama uygulaması, müşterilerimizden ilham almıştır. 20 yıllık hizmetten sonra sizi daha iyi anladığımızı hissediyoruz. Yeniden markalama, tüm ihtiyaçlarınızı karşılamak için gelişmiş bir online ticaret çözümü uygulamamız için bir fırsattır.",
"562528971": "Çinko/USD",
"562753315": "Guernsey | Ofisimiz – Kanal Adaları | Deriv",
"566274201": "1. Piyasa",
+ "567739189": "Deriv MT5 pozisyonlarım neden her zaman kayıpla başlıyor?",
"568954877": "3. Herhangi bir zamanda yalnızca bir DMT5 hesabı olan bir sinyal sağlayıcısına abone olabilirsiniz. Sinyalinizi en fazla 3 bilgisayarda kullanabilirsiniz.",
- "569354588": "Hizmet ülkenizde mevcutsa, paranızı bir ödeme acentesi aracılığıyla da yönetebilirsiniz.",
+ "570656160": "Deriv MT5 demo hesabınızı istediğiniz kadar kullanabilirsiniz. Ancak, hesabınız 30 gün boyunca etkin değilse otomatik olarak devre dışı bırakırız. ",
"575210404": "Ödeme gönderme veya alma",
"575534504": "Düşük Spreadler",
"577779861": "Para çekme",
@@ -369,6 +404,7 @@
"586006302": "0>Üzerinde/Altında:0> bir sözleşmenin son tikinin son basamağının belirli bir sayıdan daha yüksek veya daha düşük olup olmayacağını tahmin edin.",
"586789100": "0.35$ gibi düşük bahislere ve bir saniye kadar kısa sürelere sahip çeşitli özelleştirilebilir ticaret türleri arasından seçim yapın.",
"590858519": "Gecelik ücretlere elveda deyin, pozisyonlarınızı istediğiniz kadar açık tutun.\n",
+ "593539508": "Evet, soldaki araç çubuğundaki <0>İndir0> ögesine tıklayarak DTrader'daki (in .csv and .png) grafiği indirebilirsiniz.",
"593838951": "Çeşitli fırsatlar",
"595278941": "Varlık fiyatı",
"595722471": "Ortalama %87 civarında olan 1 ve 1m süre çarpanı için lookbacks için % oyuncuya (RTP) dönün ",
@@ -391,28 +427,28 @@
"622253642": "Zamandan tasarruf edin - işlemleri açmaya, izlemeye ve kapatmanıza gerek yok.",
"623188171": "Kripto para birimleri ve sentetik endeksleri hafta sonları ve tatillerde bile istediğiniz zaman takas edin.",
"624256060": "Zarar durdur, kar al, ve anlaşma iptali dahil olmak üzere alım satım işlemleri üzerinde daha fazla kontrol sahibi olmak için isteğe bağlı parametreleri tanımlayın.",
+ "625438255": "Piyasa tekliflerimizdeki değişikliklerin bir parçası olarak, İngiltere müşteri hesaplarımızı kapatacağız. ",
"627388563": "CFD'lerde daha fazlası",
"627774646": "Aylık aboneliklerden ek gelir akışı.",
"627845959": "Çarpanlar ticareti yaparken akılda tutulması gerekenler",
"629101274": "‘Only Downs’ seçeneğini seçerseniz, giriş noktasından sonra art arda tikler düşerse ödeme kazanırsınız. Herhangi bir tik yükselirse veya önceki tiklerden herhangi birine eşitse ödeme yapılmaz.",
"630520732": "Deriv IB Programı tamamen ücretsizdir.",
- "631458864": "Eşik iş",
+ "631458864": "Edge iş",
"631607286": "Binary.com, Deriv.com olarak yeniden markalaştı ve bilmeniz gereken her şey burada",
"632409475": "TER/USD\n",
- "634033595": "Deriv P2P, Deriv'in peer-to-peer mevduat ve para çekme hizmetidir ve bu hizmet sayesinde, diğer tüccarlarla yapılan işlemler aracılığıyla Deriv hesabınızdan kolayca para giriş ve çıkışı yapabilirsiniz.",
"635121138": "Affiliate ve IB programı | Deriv",
"635797490": "Interim | DBot",
"636070520": "3.Ticarete Başlayın",
"636073620": "Deneyimli tüccarların ticaretlerini kopyalamak için Deriv MetaTrader 5 ticaret sinyallerine abone olun veya sinyal sağlayıcısı olun ve stratejilerinizi paylaşın.",
"637013579": "İleri düzey kullanıcılar için açılır ticaret tablolarına sahip ticari botlar oluşturmak için klasik \"sürükle ve bırak\" aracımız.",
- "639707096": "Müşteriler, Belarus, Kanada, Hong Kong, İsrail, Jersey, Malezya, Malta, Paraguay, Ruanda, BAE, ABD, Malezya, Malta, Paraguay, Ruanda, BAE, ABD veya Finansal Eylem Görev Gücü (FATF) tarafından stratejik eksiklikleri olduğu tespit edilen kısıtlı bir ülkede ikamet ediyor olamazlar.",
- "640307277": "Mühendislik Başkan Yardımcısı",
+ "640307277": "Mühendislik Müdür Yardımcısı",
"640405784": "Güney Afrika için nakit çek ödeme çözümüyle kolayca para yatırma işlemi yapın.",
"641347172": "Seçtiğiniz ödeme yönteminin gerekli işleme süresinin ardından, paralarınız kişisel hesabınıza yatırılır. İşleme sürelerini <0>Ödeme yöntemleri0> sayfamızdan kontrol edebilirsiniz.",
"642403892": "2. XML dosyası, internet tarayıcınızın 'Yüklemeler' klasörüne kaydedilecek.",
"642995056": "E-mail",
"643554455": "Hızlı yanıtlar almak için popüler konular hakkında sık sorulan sorulara bakın.",
"643810262": "Müşterilerin kaybetmesine neden olabilecek etkileşimli mantık sorunlarından faydalanma",
+ "645317079": "Hesabınız doğrulandıktan sonra <0>para çekme limitinizi0> kaldıracağız. ",
"645902266": "EUR/NZD\n",
"645954408": "Piyasa fiyatı 8,700 USD'ye tırmandığında, zarar durdur seviyesini 8.200 USD olarak ayarlamaya karar verdiniz. Birkaç tikin ardından, fiyat 8,100 USD'ye iniyor, zarar durdur seviyenizi aşıyor. Ticaretiniz otomatik olarak 8,100 USD'de kapanacaktır.\n\n",
"646017912": "Ticaret opsiyonları ve çarpanlar için amiral gemisi uygulamamız.",
@@ -423,9 +459,11 @@
"654674908": "Martingale stratejisi, tüccarları bir kayıptan sonra iki kat sözleşme boyutuna teşvik eden klasik bir ticaret tekniğidir; böylece kazandıklarında kaybettiklerini yeniden kazanacaklardır.\n",
"655249194": "Deriv X, MT5'ten sonraki ikinci CFD platformumuzdur. Özelliklerle doludur ve alım satım tarzınıza uyacak şekilde tasarlanmıştır.",
"655519080": "Deutsche Bank AG",
+ "655902997": "E-posta adresiniz ve şifrenizle <1>giriş yaparak1> hesabınızı yeniden etkinleştirebilirsiniz. Bunu yapamıyorsanız, lütfen <0>canlı sohbet yoluyla bizimle iletişime geçin0>, ve size daha fazla yardımcı olalım.",
"658337631": "0>Binary.com0> hesabınız var mı? 0>Binary.com0> kullanıcı adınız ve şifrenizle <0>Deriv0>'de <1>oturum1> açabilirsiniz",
"662679188": "DTrader | Online ticaret platformu | Deriv",
"663180477": "Müşteri odaklı ticaret deneyimi",
+ "665599274": "Formu doldurun ve <0>Onayla0> seçeneğine tıklayın. ",
"665777772": "XLM/USD",
"666199378": "Haftanın 7 günü, zenginleştirilmiş bir Yardım merkezine, güler yüzlü müşteri desteğine ve diğer faydalı içeriklere erişim sağlayın.\n\n",
"666906792": "Cep telefonunuzu kullanarak kolayca para yatırma işlemi yapın. Gana ve Uganda'daki müşteriler için.",
@@ -434,14 +472,15 @@
"672008428": "ZEC/USD\n",
"680204734": "Minimum para çekme tutarı, en son döviz kurlarına bağlı olarak değişiklik gösterir. Burada gösterilen rakamlar yuvarlanmıştır.",
"680953516": "PİYASALAR",
+ "682063263": "Deriv P2P hesabınız aşağıdaki nedenlerden birisi yüzünden engellenmiş olabilir:",
"682108610": "İster yeni başlayan ister deneyimli bir tüccar olun, ticari deneyimimiz seveceğiniz bir şeydir.",
"682657885": "Deriv X kontrol paneline git",
"683810917": "Günlük IB komisyonunuzu kontrol edin",
"685027643": "\"İşlemler\" sekmesi, süre, bariyer, başlangıç ve bitiş saatleri, vb. her bir ticaret hakkında daha ayrıntılı bilgi verir.",
"686385193": "Diyelim ki, Volatilite 100 Endeksi için 10 USD hisse tutarı, X100'ün çarpan değeri ve aşağı yönde 7.54 USD kar al miktarı, ile 3376.24 USD fiyatlı bir pozisyon açtığınızda, kar al seviyesini hesaplamak istediğinizi düşünelim.\n\n\n",
"686387939": "İşlem günlüğümü nasıl temizlerim?",
- "686417047": "DTrader, dijitaller, çarpanlar ve lookback opsiyonları şeklinde 50'den fazla varlığın ticaretini yapmanızı sağlar.",
"688617121": "Yüksek kaldıraç",
+ "689068852": "İlanlarımı nerede görebilirim?",
"689400450": "Dünyanın en iyi brokeridir. Her gün, her zaman, herkese tavsiye edeceğim. Destek temsilcileri gerçekten tüm alanlarda yardımcılar. ",
"690238026": "Afişler, videolar, yorumlar ve metin reklamları da dahil olmak üzere denenmiş ve test edilmiş bir referans araçları seçeneğimiz var. Bazı araçların sitenizin gereksinimlerine göre özelleştirilmesini isterseniz, lütfen <0>affiliates@deriv.com0> adresindeki hesap yöneticinize başvurun.",
"690959930": "Parola sıfırlama | Deriv",
@@ -452,6 +491,7 @@
"700128691": "Yüksek etik standartlara olan bağlılığımız konusunda kararlıyız. Deriv'in neden online tüccarların tercihi olduğunu öğrenmek için daha fazla neden keşfedin.\n",
"701775446": "Volatilite 200 Endeksi",
"701840176": "100k USD ciro başına komisyon",
+ "704465777": "Ödemenizi yaptıktan sonra, makbuzu Deriv P2P'deki sohbet özelliği aracılığıyla satıcı ile paylaşın.",
"704532260": "Yalnızca e-postanız ile kaydolun. Kredi kartı veya minimum depozito gerekmez.",
"706069088": "Deriv hakkında",
"710137133": "Şimdi başvur",
@@ -483,18 +523,21 @@
"743105449": "Deriv X reel para hesabıma nasıl para yatırabilirim?",
"743623600": "Referans",
"746874005": "Swap forex formülü\n",
+ "747290779": "<0>Bir yazılım geliştirici0> \nAPI'mizi kullanarak kendi ticaret platformunuzu oluşturun ve müşterileriniz kaydolduğunda ve işlem yaptığında komisyon kazanın.",
"751493857": "4 USD \n",
"752024971": "Maksimum basamak sayısına ulaşıldı",
+ "752304655": "<0>Ciro0> \nMüşterileriniz tarafından satın alınan her bir sözleşme için %1.5'a kadar komisyon kazanın. Kazanma olasılığınız ne kadar düşük olursa, komisyon ödemeniz de o kadar yüksek olur. \n",
"755433132": "Dijital seçenekler nelerdir?",
"756066527": "0>şartlar ve koşulları0> kabul ediyorum",
"756310599": "Müşterilerin bilgilendirilmiş seçimler yapabilmesi için tüm sözleşmelerin şartları hakkında şeffaf olacağız.",
"758038191": "Malezya'nın Melaka'daki Deriv iş fırsatlarına göz atarak bizimle rolünüzü keşfedin.",
+ "759844711": "Evet, <0>katılmak0> tamamen ücretsizdir. ",
"760192418": "Akıllıca ticaret yapın ve duygularınızın kararlarınızı etkilemesine izin vermeyin. Yanlış karar almaya meyilli olduğunuzda işlem yapmayın.",
"760233310": "DevExperts tarafından CFD Ticaret Uygulamamız: dx.deriv.com",
"762478389": "Forex, emtialar, hisse senetleri ve sentetik endeksler - istediğiniz ticareti yapın. ",
"763072092": "MT5 alım satım sinyal abonelikleri bir ay sonra otomatik olarak sona erer. Bir aboneliği yenilemek veya iptal etmek için aşağıdaki adımları izleyin.",
"763514492": "Entegre yardım alın",
- "764856444": "Çok büyük bir görev, inanılmaz bir ekip ve hızlı bir büyümemiz var.",
+ "764856444": "Çok büyük bir görev, inanılmaz bir ekip ve hızlı bir büyümeye sahibiz.",
"768795461": "3 basit adımda Deriv'de kriptopara işlemleri yapmaya başlayın",
"769728384": "<0>100 USD0> Hacim",
"770100372": "Anında erişim",
@@ -504,6 +547,7 @@
"777848993": "alıp satılabilir varlıklar ve büyüme",
"778624300": "CFD ve çarpan ticareti için swap, pip, kar ve kayıplarınızı hesaplamanıza yardımcı olan Deriv'in ticaret hesap makinelerinden yararlanın.",
"779522948": "İpoh | Ofisimiz – Malezya | Deriv",
+ "780041225": "If you already have a demo account, here’s how to add a real account:",
"781723751": "10 - 17,000\n",
"783010200": "En büyük uluslararası borsa endekslerinde komisyonsuz ticaret ile portföyünüzü çeşitlendirin. Wall Street 30, US Tech 100, UK 100 gibi dünyaca ünlü endekslerle ticaret yapın ve çok daha fazlası. 5 ABD Doları kadar düşük miktarlla ticarete başlayın. ",
"783153785": "Sınırsız sanal fonlar",
@@ -516,25 +560,32 @@
"785973496": "Portekiz",
"786796042": "0>3 Haziran 20200> tarihinde canlı",
"788015089": "*seçili çiftler için mevcuttur:",
+ "788744327": "Click <0>Change0> next to the password field, then click <0>Change Deriv MT5 password0>.",
"789376489": "USD/HKD\n",
- "790534726": "Yasadışı etkinliği önlemek için kontrolleri uygular",
+ "790534726": "Yasadışı etkinliği önlemek için kontroller uygularız",
"793647899": "Binary.com affiliate hesabınız Deriv.com için de geçerli olacak. Binary.com veya Deriv.com'da işlem yaptıklarında müşterilerinizden komisyon kazanabileceksiniz.",
"795493132": "Polonya",
"798018540": "kar al miktarı yukarı formülü",
"799457743": "Kolay.",
"800183478": "Güvenlik bizim için önemlidir. Dünya çapında bağımsız güvenlik araştırmacıları ile işbirliği yaparak ürünlerimizi ve hizmetlerimizi sürekli olarak geliştiriyoruz. ",
"800934856": "Ofis konumlarımızı keşfedin | Deriv",
+ "802021852": "If you're buying, you'll need to make payment and share your payment confirmation with the seller. Once the seller has confirmed that they've received your payment, the exchange amount will be credited into your Deriv account.",
"803989222": "Sentetikler hesabı, Deriv’in 7/24 mevcut olan tescilli sentetik endekslerinde işlem yapmanıza ve gerçek dünya piyasa hareketlerini simüle etmenize olanak tanır.\n\n\n\n\n\n",
"806165583": "Avustralya 200",
+ "806951253": "AB'de finansal ürünler Deriv Investments (Europe) Limited, W Business Centre, Level 3, Triq Dun Karm, Birkirkara BKR 9033, Malta, tarafından sunulmaktadır ve Malta tarafından lisanslıdır (<0>lisans no. IS/701560>) ve Malta Finansal Hizmetler Kurumu, Triq l-Imdina, Zone 1, Central Business District, Birkirkara CBD 1010, Malta, tarafından Yatırım Hizmetleri Yasası kapsamında düzenlenmektedir. Finansal Yürütme Kurumu tarafından yetkilendirilmiş ve izin değişikliği olarak kabul edilmiştir. Finansal Yürütme Kurumu tarafından yapılan düzenlemeye tabidir. Tüketici korumalarının niteliği ve kapsamı, Birleşik Krallık'ta bulunan firmalarınkinden farklı olabilir. EEA merkezli firmaların, önceden var olan sözleşmelerin yerine getirilmesi için gerekli olan faaliyetleri yürütmek üzere sınırlı bir süre için Birleşik Krallık'ta faaliyet göstermesine izin verilen Finansal Hizmetler Sözleşmeleri Rejiminin ayrıntıları, Finansal Davranış Otoritesi'nin web sitesinde mevcuttur. ",
"808426886": "Agresif satış yapmıyoruz, finansal ya da ticaret tavsiyesi vermiyoruz, ya da garantili getiri vaatleri yapmıyoruz. Eğilimli kişileri ticaret yapmaya teşvik etmiyoruz ve herhangi bir yasa dışı faaliyeti önlemek için kontrolleri uyguluyoruz.",
"809146176": "Geçerli değil",
+ "809480545": "If you'd like to log in using your email address instead, follow these steps:",
"809649275": "Yardım Merkezi | Sık sorulan sorular | Deriv P2P | Deriv",
"809734567": "0>MQL5 sinyalleri gösterim sayfası0> içinde, sinyal oluştur düğmesini tıklayın.",
+ "811665902": "What is Deriv MetaTrader 5 (Deriv MT5)?",
"812101045": "Marjin için zarar durdur ve/veya kar al hesaplayıcısı",
- "812888944": "Eşik işler",
+ "812888944": "Edge işler",
"814009433": "Toplam ticaret cirosu",
+ "814289409": "Then, withdraw your funds.",
"814644033": "Bu küresel fiat-kripto borsası ile Deriv hesabınıza yükleme yapmak için kredi ve banka kartınızı kullanarak kripto satın alın.\n\n",
"815602603": "Deriv hesabınızda oturum açın. Eğer hesabınız yoksa, ücretsiz olarak kaydolun.",
+ "816534303": "To log in on your desktop, click <0>Trade on web terminal0>.",
"817637233": "Abone olduğunuz için teşekkür ederiz",
"818087675": "Deriv'de ticarete başlayın",
"818659471": "6. Zarar durdur\n",
@@ -545,6 +596,7 @@
"825675433": "Deriv'de mevcut olan hisse senetleri & endeksler",
"825815966": "Sabit, tahmin edilebilir ödeme",
"826511719": "USD/SEK\n",
+ "829379369": "You can automate your trading strategy using a trading bot. A trading bot is an automated computer program that purchases trade contracts for you while following a specific set of instructions that you provide.",
"829579058": "Güvenli",
"831164350": "Diyelim ki, 1.17524 USD fiyatla 24 USD zarar durdur tutarı ile bir lot EUR/USD satın almak istediğinizde zarar durdur seviyesini ve pip değerini hesaplamak istiyorsunuz.",
"831282685": "Bize bir e-posta gönderin",
@@ -580,21 +632,24 @@
"871486196": "Tek bir yerde forex, sentetik endeksler, hisse senetleri, hisse senedi endeksleri, kriptopara birimleri, ve emtia ticareti yapın.",
"874573741": "Tek bir yerde forex, hisse senetleri, hisse senedi endeksleri, ve emtia ticareti yapın.",
"874881951": "Dubai ofisimizde bulunan iş fırsatlarına göz atın. BT, pazarlama ve insan kaynaklarında rolünüzü keşfedin.",
+ "875311753": "The completion rate is the percentage of orders that the advertiser could complete within 2 hours.",
"875766134": "Bilgisayarınızdan içe aktarma",
"876581050": "Slovakya",
"877897643": "DTrader'da forex ticareti yapmanın avantajları",
+ "878441070": "Can I change the currency of my Deriv MT5 account?",
"878676836": "Önemli bilgi belgeleri",
"878922748": "CFD hesabı nedir?",
+ "878929504": "Complete the form and click <0>Submit0>.",
"879478126": "Dubai",
"881413021": "Neden Deriv'de emtia ticareti yapmalı",
"882216897": "E-posta gereklidir",
"885479216": "0>Hits & Impression0> raporu: Hit ve tıklama oranlarınızı gösterir",
"886712679": "Lisanslı ve düzenlenmiş",
"887282040": "Binary.com neden marka değişikliği yapıyor?",
+ "888619169": "If you have made a deposit or have added a real MT5 account, follow these steps:",
"888978991": "Bu endekslerin her biri, Avrupa'daki finans piyasalarındaki önde gelen halka açık şirketlerin performansını kopyalar.",
- "889704223": "{{trade_no}} esnek ticaret çeşitleri ile istediğiniz gibi ticaret yapın.",
+ "889704223": "{{trade_no}} esnek ticaret çeşidi ile istediğiniz gibi ticaret yapın.",
"890667695": "%45",
- "891097078": "USD Endeksi",
"893607771": "Gece gündüz (Pazartesi - Cuma) ticaret saatleri, yüksek likidite, giriş bariyerlerinin düşük olması, çok çeşitli teklifler ve dünya etkinliklerinde ticaret yapma fırsatlarından yararlanın.",
"893980632": "Başka sorularınız mı var? MQL5 web sitesindeki <0>SSS bölümüne0> göz atın.",
"895567953": "Botunuzu serbest bırakacak varlıklar",
@@ -604,22 +659,26 @@
"897072394": "deriv.app platform videosu",
"897114272": "2. Uygulamada Deriv hesabınızda oturum açarak Deriv P2P'ye kaydolun.",
"897325464": "CFD ticareti için mevcut araçlar",
- "901158881": "Bu özellik, piyasa sizin yararınıza hareket ettiğinde rahat hissettiğiniz kar düzeyini ayarlamanızı sağlar. Miktara ulaşıldığında pozisyonunuz otomatik olarak kapatılır ve kazançlarınız Deriv hesabınıza yatırılırılacak.",
+ "901158881": "Bu özellik, piyasa sizin yararınıza hareket ettiğinde rahat hissettiğiniz kar düzeyini ayarlamanızı sağlar. Miktara ulaşıldığında pozisyonunuz otomatik olarak kapatılacak ve kazançlarınız Deriv hesabınıza yatırılacak.",
"903422317": "Dilediğiniz zaman dilediğiniz yerden ticaretinize anında erişin.",
"905952695": "Web günlüğü adresimiz: https://deriv.com/academy/",
"906120998": "DTrader ile DMT5 arasındaki önemli farklar nelerdir?",
"909083576": "404-Sayfa Bulunamadı | Deriv",
+ "912406629": "Follow these steps:",
"912981300": "Bir şey daha: Sosyal medya profillerimizi Facebook, Instagram ve Twitter'da @Derivdotcom olarak yeniden adlandırdık. En son haberlerimizi takip etmek için bizi beğenin ve takip edin.",
"913091440": "Deriv.com'de DBot'u deneyin",
"913719394": "‘Over’ seçeneğini seçerseniz, son tikin son basamağı tahmininizden büyükse ödemeyi kazanırsınız.",
- "914005173": "AB dışında, finansal ürünler aşağıdaki şirketler tarafından sunulmaktadır: Deriv (FX) Ltd, F16, Level 1, Paragon Labuan, Jalan Tun Mustapha, 87000 Labuan, Malezya, Labuan Financial Services Authority tarafından lisanslanmıştır (<0>lisans no. MB/18/00240>); Deriv (BVI) Ltd, Kingston Chambers, PO Box 173, Road Town, Tortola, İngiliz Virgin Adaları, İngiliz Virgin Adaları Finansal Hizmetler Komisyonu tarafından lisanslanmıştır (<1>lisans no. SIBA/L/18/11141>); Deriv (V) Ltd (<2>lisansı görüntüle2>), 1276, Kumul Highway, Port Vila, Vanuatu, Vanuatu Finansal Hizmetler Komisyonu tarafından lisanslı ve düzenlenmektedir; ve Deriv (SVG) LLC, Hinds Buildings, Kingstown, St. Vincent ve Grenadinler.",
"915392164": "Piyasa fiyat hareketleriyle ilgili tahminlerinize dayanarak uzun veya kısa pozisyonlar açın.",
+ "920363635": "Frequently asked questions - IB programme",
"925239281": "Deriv X reel para hesabımdan nasıl para çekerim?",
+ "927364570": "<0>Setting > Proof of address0>",
"927510190": "Piyasanın sözleşme süresi boyunca herhangi bir zamanda içerde kalıp kalmayacağını veya iki fiyat hedefinin dışına çıkıp çıkmayacağını tahmin edin.",
"927827352": "Hepsi bir arada <0/>CFD ticaret<0/> platformu",
"927830157": "Güçlü grafik araçları içeren kullanıcı dostu platformlar",
"930211164": "7/24 ticaret\n",
"931190863": "3. \"Değişken oluştur\" ögesine tıklayın.",
+ "931793340": "AB'de finansal ürünler Deriv Investments (Avrupa) Limited, W Business Center, Level 3, Triq Dun Kam, Birkirkara BKR 9033, Malta, tarafından sunulmaktadır, Malta'da lisanslıdır (<0>licence no. IS/701560>) ve Malta Finansal Hizmetler Otoritesi, Triq l-Imdina, Bölge 1, Merkezi İş Bölgesi, Birkirkara CBD 1010, Malta tarafından Yatırım Hizmetleri Yasası kapsamında düzenlenmektedir.",
+ "931896911": "Go to the <0>History0> section.",
"932190946": "Günlük depozito limitleri",
"934777772": "1. Bloklar menüsünü açmak için \"Başlayın\" öğesine tıklayın.",
"935167918": "3.75\n",
@@ -638,12 +697,12 @@
"960618190": "Çeşitli varlıkları aynı anda birden fazla piyasada takas edin.",
"961530723": "Netflix Inc\n",
"962218636": "Airbus SE",
+ "963202666": "How do I sign up as an affiliate?",
"963922337": "2. Bloklar uygun şekilde kategorize edilir. İstediğiniz blokları seçin ve çalışma alanına sürükleyin.",
"964982895": "Cep telefonunuzu kullanarak kolayca para yatırma işlemi yapın. Uganda ve Tanzanya'daki müşteriler için.",
"968040107": "İhtiyacım olan blokları nasıl bulabilirim?",
"968576099": "Up/Down\n",
"968627888": "Hafta sonları ve resmi tatiller dahil 7/24 alım satım",
- "971351835": "Mali Açıklamalar Yıllık Raporu 2020",
"972090300": "Neden Deriv.com'a geçmeliyim?",
"973734471": "Finlandiya",
"973933650": "Transferler anında gerçekleşir. Tüm adımları tamamladıktan sonra Deriv X hesap bakiyeniz hemen güncellenecektir.",
@@ -657,13 +716,16 @@
"992485806": "Zarar durdur seviyeniz <0>1.17500> değerinde ve zarar durdur pip değeriniz <0>24 USD0> olduğunda pozisyonunuz otomatik olarak kapanır.",
"1000512133": "API",
"1001160515": "Sat",
+ "1001731723": "Yes, as long as you haven’t opened a Deriv MT5 Financial STP account, you can still trade without verifying your account.",
"1004480214": "Mobil",
"1005687893": "Deriv ile online ticaret | Kolay. Esnek. Güvenilir.",
"1005701957": "\"Stays Between''i seçerseniz, sözleşme süresi boyunca herhangi bir zamanda piyasa yüksek bariyer veya düşük bariyer arasında kalırsa (temas etmezse) ödemeyi kazanırsınız.",
"1005941063": "Litecoin'de para yatırın ve çekin, hızlı aktarım işlemi ile dayanıklı bir kripto para.\n\n",
"1009128101": "Kurulumu kolaydır; yükleme gerektirmez.",
+ "1010278278": "Can I delete my Deriv MT5 account history?",
"1010645311": "Gümüş, altın ve petrol gibi emtiaların fiyat hareketlerini tahmin edin ve olası kazancınızı artırmak için marjin kullanın.",
"1011699543": "Dünya ekonomisinin merkezindeki doğal kaynaklarının fiyat hareketleri ile ticaret yapın ve piyasa eylemlerinden en iyi şekilde yararlanın.",
+ "1012902658": "Evet. <0>Canlı sohbet aracılığıyla bizimle iletişime geçin0> ve size bu konuda yardımcı olalım.",
"1015510435": "BMW",
"1016174771": "<0>Zarar durdur ve/veya kar al tutarı aşağı yönde = Maksimum [{bahis × (-(zarar durdur VEYA kar al seviyesi - varlık fiyatı) ÷ varlık fiyatı × çarpan) - komisyon}, - bahis]0>",
"1016273887": "CFD'ler karmaşık türevler olarak kabul edilir ve perakende müşterileri için uygun olmayabilir.",
@@ -678,15 +740,17 @@
"1024953822": "Hareket halindeyken forex, sentetikler ve kriptopara birimleri ticareti yapın",
"1026160856": "Bir sözleşmenin son tikinin son basamağı çift sayı mı yoksa tek sayı mı olacağını tahmin edin.",
"1027197513": "DERİV X, tercihinize göre özelleştirebileceğiniz bir platform düzeninde çeşitli varlıklardaki CFD'leri takas edebileceğiniz, kullanımı kolay bir ticaret platformudur.",
- "1032383871": "DBot ile kendi otomatik ticaret stratejilerinizi oluşturabilir ve çalıştırabilirsiniz. DMT5 platformundaki ‘Market’ sekmesine gidip DMT5 için hazır ticari robotları da (Uzman Danışmanlar olarak da bilinir) indirebilirsiniz.",
"1032907147": "AUD/NZD\n",
"1033805779": "Tüm Deriv ortaklık programlarına katılım ücretsizdir. Endişe edilecek hiçbir ücret veya gizli harç yoktur.",
"1033824796": "mevcutBahis",
"1034695894": "Deriv P2P'nin nasıl çalıştığını öğrenin:",
"1034875052": "Mükemmel ve güvenilir hizmetler; test edildi ve güvenilir!",
+ "1035639511": "Deriv Limited - 13 Castle Street, St. Helier, JE2 3BT, Jersey - yukarıdaki yan kuruluşların holding şirketidir.",
"1035890756": "Gerçek bir Deriv hesabı ekleyin.",
"1037965324": "USD 10B+",
"1039678171": "MÜŞTERİLER İÇİN",
+ "1041343262": "You can chat with the trader you are dealing with via the chat feature in Deriv P2P.",
+ "1041405933": "Read <0>this article0> to learn more about automated trading on Deriv.",
"1044540155": "100+\n",
"1045309798": "Swap oranları (gecelik fonlama) ",
"1046578159": "GBP/SGD\n",
@@ -701,6 +765,7 @@
"1056821534": "Emin misiniz?",
"1057239639": "Ticaretiniz için isteğe bağlı parametreleri ayarlayın",
"1058440967": "Bu değişiklik tanıtıcı bir broker (IB) olarak beni nasıl etkiler?",
+ "1062240703": "Yes, we’re regulated by",
"1062246296": "Deriv.com'da DBot tanıtımı",
"1062691395": "Sizin rahatınız için raporları ayırdık.",
"1065635876": "2. Grafiği izleyin",
@@ -708,6 +773,7 @@
"1068264174": "Deriv affiliate panonuz,",
"1069671533": "Biz",
"1072277224": "Bizi takip edin",
+ "1072571985": "If you created your Deriv account using Apple/Google/Facebook, try resetting your Apple/Google/Facebook password. After that, you should be able to log in to Deriv as usual.",
"1074669784": "Nijerya'daki müşteriler için bu mobil uyumlu çözümle hızlı ve güvenli para yatırma ve çekme işlemleri yapın.",
"1077281998": "Bu endeksler, %10, %25, %50, %75, %100, %200 ve %300'lük sabit oynaklıklara sahip simüle piyasalara karşılık gelir.",
"1077779258": "General Motors Company\n",
@@ -715,10 +781,11 @@
"1079127917": "Deriv'in tescilli sentetik endeksleri, gerçek dünya piyasa hareketlerini simüle ediyor. Kriptografik olarak güvenli bir rastgele sayı üreticisi tarafından desteklenen bu endeksler 7/24 ticaret yapmak için kullanılabilir ve düzenli piyasa saatleri, küresel olaylar veya piyasadan ve likidite risklerinden etkilenmezler.",
"1079537687": "Biogen Inc\n",
"1079986638": "\"Deriv'in P2P web ve mobil uygulaması",
+ "1082899428": "Deriv: Çok çeşitli türevler ile 7/24 kullanılabilen çevrimiçi bir ticaret platformu.",
"1082977556": "1:500 kaldıraç ile, <0>eşdeğer bir $100 marjin ticareti ile0>, riskiniz 2% * $50,000 = <1>$1,000 kayıp1>.\n",
"1084407062": "Bu endeksler <0>%10, %25, %50, %75, ve %100 konstant volatilite0> ile simüle edilmiş piyasalara karşılık gelir. Ortalama olarak <0>her 20 dakikada0> bir yukarı veya aşağı atlama eşit olasılığı vardır. Atlama boyutu, ortalama olarak normal fiyat hareketinin <0>yaklaşık 30 katı0> şeklindedir.",
"1084702344": "Deriv hesabınızda <0>oturum açın0> veya oluşturun.",
- "1084960586": "Tüm sözleşmelerin şartlarını açıklar",
+ "1084960586": "Tüm sözleşmelerin şartlarını açıklarız",
"1088714501": "Bu, kayıp sınırınıza ulaşıldığında alım satım yapmayı durdurmak için kullanılır. İlk değeri \"doğru\" olarak ayarlayın.",
"1094162624": "<0>High-Close:0> Bir ‘High-Close’ sözleşmesi satın aldığınızda, kazancınız veya kaybınız, sözleşme süresi boyunca yüksek ve kapanış arasındaki fark ile çarpanın çarpımına eşit olacaktır.\n\n",
"1094997218": "<0>Bir tik0> <0>10 (1s), 25 (1s), 50 (1s), 75 (1s), 100 (1s), 200 (1s), ve 300 (1s)0> volatilite endeksleri için <0>her saniye0> üretilir0> ",
@@ -735,6 +802,7 @@
"1106746692": "Gerçek bir hesap açın, bir mevduat oluşturun, hisse senedi & endeksler ve diğer piyasalarda ticarete başlayın.",
"1107638944": "Ticaret için en yeni videolar, eğitimler, web seminerleri | Deriv",
"1108389724": "Tüm varlıklarda sıfır komisyon ile alım satım işleminin keyfini çıkarın. Ayrıca, seçilen forex çiftleri için gecelik pozisyonlarda swap ücreti ödemeyin. ",
+ "1113034090": "<0>Note:0> You'll only be able to create ads once your account has been verified.",
"1113469496": "Bu size USD cinsinden swap ücretini verir.",
"1114242450": "Deriv'de mevcut olan sentetik endeks ticareti",
"1115835371": "Sıkça Sorulan Sorular - Hesap",
@@ -745,10 +813,13 @@
"1123710409": "Marjin nasıl hesaplanır",
"1123908498": "MTC/USD",
"1124560181": "Birden fazla piyasa ile esneklik",
+ "1124829631": "What conversion rates do you use for deposits and withdrawals?",
"1124905330": "Ticaret türlerinizi özelleştirin",
+ "1126492980": "The <0>Buy/Sell0> tab shows you ads by other advertisers. You can see your ads in the <0>My ads0> tab.",
"1126725671": "Deriv'te işlem yaptığınızda ortaya çıkabilecek riskleri anlamanıza yardımcı olacak bir bildirim\n\n",
"1126917116": "Mikro çiftler",
"1127858885": "Beyaz Rusya, Minsk'deki Deriv iş fırsatlarına göz atarak bizimle rolünüzü keşfedin.",
+ "1128046384": "No. You can withdraw your commission whenever you want.",
"1135059547": "Herkese sorun",
"1136360582": "Bu e-kitapta ele alacağız",
"1136731907": "Bunların yalnızca yaklaşık değerler olduğunu ve hesabınız için ayarlanan kaldıraç ve işlem yapmak istediğiniz varlığa bağlı olarak farklılık göstereceğini unutmayın.\n",
@@ -759,16 +830,18 @@
"1151456638": "Departmanlar arasında alçakgönüllülük ve tutku ile birlikte işbirliği yapan ekip oyuncularına değer veriyoruz.",
"1151925602": "Bir sözleşmenin son tikinin son hanesinin belirli bir sayıdan daha yüksek veya daha düşük olup olmayacağını tahmin edin.",
"1152332043": "Kaldıraçlı forex, sentetik endeksler, hisse senetleri, hisse senedi endeksleri, kriptopara birimleri ve emtia ticareti yapın.",
+ "1155361880": "Need help? Please <0>contact us via live chat.0>",
+ "1155971726": "Click <0>here0> to close your account.",
"1158101648": "Google Drive'ınızdan içe aktarma",
- "1161300179": "Benzer şekilde, yerel para biriminizle (veya desteklenen herhangi bir para birimiyle) ödeme karşılığında Deriv fonlarını diğer yatırımcılara 'satarak' Deriv hesabınızdan para çekebilirsiniz.\n\n",
- "1161999797": "Forex, sentetikler, hisse senetleri ve endeksleri, kripto paralar ve emtialar ile ticaret yapın",
+ "1161999797": "Forex, sentetikler, hisse senetleri & endeksleri, kripto paralar ve emtialar ile ticaret yapın",
"1167224712": "İşlemlerinizi daha kolay hale getirmek için banka havaleleri, banka/kredi kartları, e-cüzdanlar ve kripto para birimleri gibi çeşitli ödeme yöntemleri sunuyoruz!",
"1168114406": "Bu, bot çalışırken kümülatif kar veya zararı depolar. Başlangıç değerini 0 olarak ayarlayın.",
"1168167679": "üyeler",
"1169206819": "1. Deriv P2P'yi <0>Google Play Store0>, <1>Apple App Store1> veya <2>Huawei AppGallery2>den indirin.",
- "1169378202": "Ödeme acenteleri | Ortaklık programları | Deriv",
+ "1169378202": "Ödeme aracıları| Ortaklık programları | Deriv",
"1171765024": "Step 3",
"1172611503": "‘Asian Fall’ı seçerseniz, son tik, tiklerin ortalamasından daha düşükse ödemeyi kazanırsınız.",
+ "1173289870": "<0>Revenue share0> \n Earn commission of up to 45% based on the monthly net revenue generated by your clients. The higher their net revenue, the higher your commission payout.",
"1175717636": "Affiliate hesabımdan ne tür raporlar oluşturabilirim?",
"1177080017": "DBot | Ticaret robotu | Deriv",
"1178873929": "Sitemiz, piyasada bulunan ve birisinin sitemize erişimini kısıtlamak için kullanılabilecek bir dizi filtreleme sistemi kullanılarak filtrelenebilir.\n",
@@ -777,34 +850,36 @@
"1181506313": "Deriv P2P harika bir uygulama, bayıldım!",
"1182198798": "Örneğin, pozisyonunuzu belirli bir noktada kapatırsanız, özkaynaklarınız hesap bakiyenizin toplamı artı o noktadaki kar veya zarardır. Bunun şu anda kullanılan marjininize oranı Deriv'in durdurma düzeyinden düşükse, durdurma uygulanabilir.",
"1182470294": "Henüz Deriv.com hesabınız yok mu?",
+ "1183868384": "Is Deriv regulated?",
"1184301560": "Deriv'in ortaklık programını keşfedin ve güvenilir bir öncü ile ortak olma şansı yakalayın. Tüm programlarımız gizli ücret ödemeden ücretsiz olarak mevcuttur.",
"1186450032": "Bot Google Drive'ı kaydet",
"1189491487": "Komisyon yok, ücret yok",
"1189875009": "Kanıtlanmış başarı geçmişi",
- "1190588251": "Tüm müşterilere eşit bir şekilde davranıyoruz, şikayetleri dürüstlükle ele alıyoruz ve gizli maliyetler olmadan rekabetçi fiyatlar sunuyoruz ve müşteri para çekme işlemlerinde yapay engeller yoktur. \n\n",
+ "1190588251": "Tüm müşterilere eşit bir şekilde davranıyoruz, şikayetleri dürüstlükle ele alıyoruz ve gizli maliyetler olmadan rekabetçi fiyatlar sunuyoruz ve müşteri para çekme işlemlerinde yapay engeller koymuyoruz.\n\n",
+ "1191311301": "How do I set an investor password for my Deriv MT5 account?",
"1191682103": "Kaydolmaya gerek yok. <0>Binary.com0> kimlik bilgilerinizle giriş yapın.",
"1195213035": "Kendini-dışlama süreniz dolduğunda ve kendini-dışlama özelliğini kaldırma talebinde bulunduktan sonra ticarete devam etmek istiyorsanız, sitemize erişmenize izin verilmeden önce 24 saatlik bir soğuma süresi olacaktır.",
"1196310280": "Intel",
"1197939158": "Kabul etme",
"1198781410": "Deriv için ziyaretçileri müşteriye dönüştürmek amacıyla optimize edilmiş müşteri odaklı ve sezgisel bir ticaret deneyimi tasarladık. Ayrıca, trafiği Deriv'e yönlendirmeniz için ihtiyacınız olan araçları ve yaratıcı materyalleri de size sunacağız.",
- "1202465815": "Deriv P2P bakiyeniz, Deriv hesap bakiyenizin bir bölümünden oluşur. E-cüzdanlar ve kripto para aracılığıyla tüm para yatırmalarınız Deriv P2P ile kullanılabilirken, kartlar aracılığıyla depozitolarınızın yalnızca bir kısmı kullanılabilir.",
"1205209576": "Deriv.com'da MT5 tanıtımı",
"1207865156": "Ücretsiz <0>Deriv demo hesabına0> kaydolun",
- "1208151831": "Strateji ve Proje Yönetimi Başkan Yardımcısı",
- "1208165195": "Para çekme doğrulama bağlantımın süresi doldu. Ne yapmalıyım?",
+ "1208151831": "Strateji ve Proje Yönetimi Müdür Yardımcısı",
+ "1208382171": "We may request more information during the signup process.",
"1211781148": "AdvCash ile hızlı, sorunsuz ve güvenli para yatırma ve çekme işlemlerinin keyfini çıkarın.",
"1211817306": "Deriv'de kripto para işlemleri mevcuttur",
"1213111346": "CFD ticareti nedir?",
"1213902291": "Her raporu almak için panonuza gidin ve Markalara göre Raporlar > Filtre Uygula'yı seçin. Ardından, komisyonu görüntülemek istediğiniz platformu seçin.",
"1214098313": "Stratejilerinizi Google Drive'ınızda saklamanın rahatlığının ve güvenliğinin keyfini çıkarın.",
"1215637769": "Astropay ile hızlı ve güvenli para yatırma ve çekme işlemlerinin keyfini çıkarın.",
+ "1216205330": "No. To keep your funds safe, you are strictly prohibited from using payment methods that are not yours. If you do use someone else’s payment method, we’ll suspend your Deriv account for security purposes.",
"1216280249": "Sorumlu ticaret",
"1217246029": "<0>My Players0> raporu: Kimliklerini ve kayıt tarihlerini içeren müşterilerinin listesini görüntüler",
"1219754757": "Güvenliğiniz, önceliğimiz",
"1220962322": "Deriv GO'nun kullanımı inanılmaz derecede kolaydır.",
"1221532796": "Çarpan sözleşmeleri nasıl çalışır?",
"1221671301": "Bu endekslerde, <0>0.1 sabit step boyutu0> olan bir fiyat serisinde up/down hareket olasılığı eşittir.",
- "1225275160": "Evet. Bir ödeme acentesi olarak, hesabınızla ticaret yapmaya devam edebileceksiniz.",
+ "1225275160": "Evet. Bir ödeme aracısı olarak, hesabınızla ticaret yapmaya devam edebileceksiniz.",
"1225761821": "Rise or fall? Hisse senetlerinin değerlendirilmesi",
"1226639859": "Güvenli & sorumlu ticaret",
"1229753077": "Sorularınız mı var? Yardıma ihtiyacınız mı var? Tüm yanıtlar için affiliate yöneticileri takımından oluşan özel bir ekibi arayın veya e-posta gönderin.",
@@ -820,12 +895,14 @@
"1254667788": "Deriv'de Dbot ticaret platformu",
"1254866713": "DMT5 Ticaret Panosu",
"1256295276": "Online ticaret heyecan verici olabilir, ancak risklerin söz konusu olduğunu hatırlatmak önemlidir. Tüm kullanıcılarımızı hesaplarını güvence altına almaya ve online ticarette en iyisini deneyimlemek için sorumlu bir şekilde ticaret yapmaya teşvik ediyoruz.",
+ "1256530668": "Go to your <0>Deriv X dashboard0>.",
"1257029444": "Lütfen e-postanızı kontrol edin ve şifrenizi sıfırlamak için sağlanan bağlantıya tıklayın.",
"1258668610": "Sürükle ve bırak özelliğini kullanarak botunuzu oluşturun",
"1259598687": "GBP/JPY\n",
- "1261154397": "Deriv Investments (Europe) Limited - W Business Centre, Level 3, Triq Dun Karm, Birkirkara BKR 9033, Malta - Malta'da lisanslıdır (<0>lisans no. IS/701560>) ve Avrupa Birliği'nde yatırım hizmetleri sağlamak için Yatırım Hizmetleri Yasası kapsamında Malta Financial Services tarafından yetkilendirilmiştir. Ayrıca Birleşik Krallık'taki Finansal Yürütme Kurumu tarafından yetkilendirilmiş ve sınırlı düzenlemeye tabidir.",
"1261634270": "Ödeme yöntemimi nasıl değiştirebilirim?",
+ "1268136992": "Go to <0>Deriv P2P0> > <1>Buy/Sell1>.",
"1268931688": "3 basit adımda Deriv'de sepet endeksleri ticaretine başlayın.",
+ "1269263572": "Fill up the form and click <0>Post ad0>.",
"1270782712": "20 yılı aşkın deneyime sahip güvenilir online ticaret markası tarafından oluşturulan bir hizmette güvenle ticaret yapın.",
"1272012156": "GBP/CHF",
"1274309337": "DOG/USD\n",
@@ -833,26 +910,32 @@
"1275674402": "Uzun ve kısa git",
"1276342366": "Bir affiliate olarak, en son teknoloji ürünü DTrader ve DBOT ticaret platformlarımız da dahil olmak üzere, ürünlerimizi ve hizmetlerimizi kitlenize tanıtacaksınız. Onlar kayıt olduktan ve gerçek parayla işlem yapmaya başladıktan sonra, işlemlerinden komisyon kazanacaksınız.",
"1280380287": "Macaristan",
- "1282417520": "Uygulama içi sohbet işlevi ile muhattap olduğunuz tüccar ile sohbet edebilirsiniz.",
+ "1284674803": "<0>Deriv MT50> offers CFD trading on forex, stocks, stock indices, commodities, cryptocurrencies, and synthetics. <1>Deriv X1> offers CFD trading on the same markets, except stocks and stock indices.",
"1285517993": "Kod yazmadan ticaret fikirlerinizi otomatikleştirin",
- "1286094280": "Para çek",
+ "1286094280": "Para Çekin",
"1286648079": "Çarpan seçenekleri için oynatıcıya dönüş, ortalama tüm endeksler için %95.0-99.9 aralığındadır. Farklı bir çarpan veya süre kullanmak RTP'yi etkileyebilir.\n\n",
+ "1288690494": "Can I increase my daily buy or sell limit on Deriv P2P?",
"1289363035": "Demo hesabımızı kullanın ve risksiz sanal fonları kullanarak nasıl işlem yapılacağını öğrenin.",
"1289646209": "Margin call",
"1291658124": "Çok kolay. Sadece Deriv.com'a gidin ve mevcut Binary.com kimlik bilgilerinizi girin. Deriv.com yeni görünümünü, hissini ve ek işlevselliğini hemen keşfedebileceksiniz.",
"1291852379": "50 - 5,000\n",
"1293479771": "Marjin için PnL ",
"1294884975": "%30\n",
+ "1298148281": "Go to the <0>Deriv X dashboard0>.",
"1299144461": "Şartlar ve Koşullar",
"1299666269": "Limasol | Ofisimiz – Kıbrıs | Deriv",
+ "1302849350": "You can find your Deriv MT5 server name on your <0>Deriv MT5 dashboard0>. Look for <1>server1> in between the broker name and login ID.",
"1304034020": "Bu marka değişikliği sonucunda sunulan yeni ürünler ve hizmetler nelerdir?",
+ "1308171976": "Do I need to pay taxes on my trades/profits?",
"1311522952": "Hafta sonu işlemleri, hızlı mevduatlar & para çekme işlemleri ve sentetik ticaret – bundan daha iyi ne olabilir?",
"1312475321": "1 iş günü. Yalnızca Birleşik Krallık müşterileri için",
+ "1312811555": "To learn more about disputes on Deriv P2P, see our <0>terms of use0> (refer to Section 4.4 ‘Deriv P2P’).",
"1312819271": "Diyelim ki 2 lot EUR/USD ticareti yapmak istiyorsunuz.",
"1316697520": "Çarpanların ticareti için mevcut piyasalar",
- "1317425969": "Deriv'in tescilli sentetik endeksleri piyasa ve likidite risklerinden arındırılmıştır. Deriv MT5, DTrader ve diğer platformlarımızda 7/24 sentetik ticaretin keyfini çıkarın.",
"1318017828": "Bir reklam bul veya oluştur",
+ "1320403859": "Click your account balance.",
"1322942144": "DBot'taki işlemlerimin durumunu nerede görebilirim?",
+ "1323472781": "Finansal Açıklama Yıllık Raporları 2021",
"1324235103": "DTrader'da ilk çarpan sözleşmenizi nasıl satın alırsınız?",
"1324376913": "Değerlerimiz kültürümüzün kumaşıdır.",
"1324779616": "Back-end koduna, dahili oturum çerezlerine veya diğer hassas bilgilere erişim sağlama",
@@ -870,13 +953,14 @@
"1353811622": "Deriv, Binary.com tarafından oluşturulan müşteri merkezli bir online ticaret deneyimidir. 20 yılı aşkın deneyim ve ödüllü inovasyon ile desteklenen online ticaret deneyimini, herkesin kolayca ticarete başlayabilmesi için sıfırdan yeniden hayal ettik.",
"1354275546": "Sorunsuz para yatırma ve çekme işlemleri",
"1354590562": "Kayıtlar",
- "1355243595": "Hesabınızın kimliği doğrulanmamışsa, <0>Ayarlar>0> <1>kişisel bilgiler1> ögesine giderek adınızı doğum tarihinizi veya vatandaşlığınızı değiştirebilirsiniz.",
"1355514813": "12M USD\n",
"1355808192": "SSS sayfamıza göz atın",
"1357493810": "Dünya ekonomisinin önde gelen doğal kaynakları ile ticaret yapın.",
+ "1359080808": "Deriv'in tescilli sentetik endeksleri piyasa ve likidite risklerinden arındırılmıştır. Deriv MT5, DTrader ve diğer platformlarımızda 7/24 sentetik ticaretin keyfini çıkarrın.",
"1359732815": "<0>Güvenlik açığı örneklerinin listesine bakın0>",
"1360754724": "Deriv.com'u şimdi ziyaret edin",
"1362578283": "Yüksek",
+ "1363124819": "You can cancel your withdrawal on the <0>Cashier page0> by following the steps mentioned in the next paragraph. Please note that you cannot cancel withdrawals if:",
"1363502727": "Çarpanlar için PnL",
"1364296672": "Müşterilerimizin web sitesindeki fiyatlarımıza güvenebilmeleri için, güvenilir veri beslemelerine dayanarak ve gereksiz gecikme olmaksızın tüm sözleşmeleri doğru ve adil bir şekilde fiyatlandıracak ve sonuçlandıracağız.",
"1364947573": "Dtrader artboard",
@@ -894,10 +978,11 @@
"1386344585": "Hızlı ve güvenli peer-to-peer para yatırma ve çekme hizmeti. Deriv hesabınıza para girişi ve çıkışı için diğer yatırımcılarla kolayca takas yapın.",
"1387503299": "Oturum Aç",
"1390275511": "Hesap ayarlarınızdan ticaretiniz için sınırlar belirleyebilirsiniz. Sınırlar her an güçlendirilebilir.",
- "1391134932": "Deriv MT5'teki müşteriler",
+ "1391134932": "Deriv MT5 müşterileri",
"1391269416": "<0>Kapanış-Düşük:0> Bir ‘Kapanış-Düşük’ sözleşmesi satın aldığınızda, kazancınız veya kaybınız, sözleşme süresi boyunca düşük ve kapanış arasındaki fark ile çarpanın çarpılmasına eşit olacaktır.\n\n",
"1391632806": "Yatırımcılar, tamamlanma oranlarına ve borsaların hızına göre derecelendirilir.\n",
"1393006010": "CFD ticaretinin temelleri",
+ "1393602451": "Click <0>Yes0> to confirm the cancellation. Your funds will be returned to your Deriv account, and your account balance will be updated accordingly.",
"1394697594": "21,000",
"1396179592": "Komisyon",
"1396417530": "Ayı Piyasası Endeksi",
@@ -908,30 +993,37 @@
"1406360927": "Minör çiftler",
"1407191858": "DTrader",
"1408071788": "Düşük sermaye gereksinimi",
+ "1409139116": "Ensure that you’ve entered the correct amount and exchange rate in your ads.",
"1410320737": "Deriv MT5 panosuna gidin",
"1411032790": "Online ticaretinizi görüntülemek için birden fazla grafik",
"1411975375": "Yardım merkezimizi ziyaret edin",
- "1415618534": "Avrupa Birliği'nde yatırım ürünleri ticareti yapmak isteyen müşteriler Deriv Investments (Europe) Limited altında hesaplara sahip olabilir.",
+ "1412644174": "We process your deposits and withdrawals internally within 1 to 3 business days (depending on your <0>payment method0>). It may take longer for your funds to reach you due to the different processing times by banks and payment service providers. See our <0>Payment methods0> page for a complete list of the processing times for each payment method.",
"1416248668": "En iyi oranları seçin",
- "1418467036": "Ödeme Acenteleri | Ortaklar | Deriv",
+ "1418467036": "Ödeme aracıları | Ortaklar | Deriv",
+ "1421464735": "You can get more info about this on our <0>Regulatory information0> page.",
"1423609990": "Popüler kripto-fiat çiftlerinin fiyat hareketleri üzerinde kaldıraç ile ticaret yapın.",
"1424805407": "Kendi müşterilerinizle değerli iş ortakları ağımızın bir parçası olarak, muhtemelen bu dönüşümün ne anlama geldiğini merak ediyor ve endişeleniyorsunuz. Yeniden markalamayı daha iyi anlamanıza yardımcı olmak ve müşterilerinizle iletişiminizde size destek olmak için bu kılavuzu bir araya getirdik.",
"1425594249": "Cep telefonunuzdaki en iyi ticaret deneyimimiz.",
"1425780786": "DTrader, forex, endeksler, emtialar ve sentetik endeksler ticareti yapmanızı sağlayarak online ticareti basitleştirir.",
+ "1426151926": "Can I change the server for my Deriv MT5 account?",
"1426790442": "Majör forex çiftlerinin fiyat hareketleri hakkında tahminde bulunun ve bahisinizden daha fazlasını kaybetmeden kar potansiyelinizi artırın.",
"1433223815": "Deriv'de mevcut sepet endeksi ticareti",
"1433574125": "Lütfen unutmayın:",
"1435127930": "SmartTrader'ı Deriv.com üzerinde deneyin",
- "1435321289": "Tüm mevduatları ve para çekme işlemlerini hızlı ve doğru şekilde işler",
+ "1435321289": "Tüm mevduatları ve para çekme işlemlerini hızlı ve doğru şekilde işleriz",
"1435793182": "Çıkış noktasının giriş noktasından mı yoksa sıfırlama zamanındaki noktadan mı daha yüksek veya daha düşük olacağını tahmin edin.",
"1437505451": "Pip Hesaplayıcı",
"1439020196": "Bu endekslerde, <0>1000, 500 or 300 tik serisi0> içerisinde meydana gelen fiyatlarda bir düşüş (crash) yada bir yükselişin (boom) bir ortalaması vardır. ",
"1441027550": "Ülkenizde mevcut olmayabilir veya belki bozuk bir bağlantı sizi buraya getirmiştir.",
"1445592224": "Yanlışlıkla bize başka bir e-posta adresi verdiniz (Genellikle kastettiğiniz e-posta yerine bir iş veya kişisel bir e-posta).",
+ "1445901371": "<0>Sentetik0>veya <0>Finansal0> hesaplar arasında seçim yapın. Ardından, <0>Gerçek hesap ekle0> veya <0>Demo hesabı ekle0> seçeneğini seçin.",
"1448470646": "4. Stratejinizi kaydetmek istediğiniz klasörü seçin ve 'Seç'e tıklayın.",
+ "1450233348": "If you haven’t made a deposit or added a real MT5 account, follow these steps:",
"1451636739": "Sezgisel araçlar",
"1454189755": "Çıkış noktası düşük bariyere veya yüksek bariyere eşitse, ödemeyi kazanamazsınız.",
"1454243296": "Minimum sermaye gereksinimleri, sınırlı risk",
+ "1456673219": "How and when will I receive my commission payout?",
+ "1456920032": "<0>Deriv X0> and <1>Deriv MT51> offer CFD trading on a similar range of assets, where you're able to open positions with leverage and your potential profit is only known when you close your positions. It's riskier than digital options trading because while you may potentially gain a lot if you win, you may also lose a lot if you don't. Deriv X and Deriv MT5 are popular among our traders who enjoy the risks as part of the excitement of CFD trading.",
"1458263388": "Müşterileriniz MT5 finansal STP hesabında ticaret yaptığında kazanın.",
"1458583383": "Akademi",
"1463614633": "Aşağıdaki üçüncü taraf uygulamalar bu programda yer almıyorlar:",
@@ -943,56 +1035,69 @@
"1472787414": "Hisse senetleri ve hisse senedi endeksleri: temel bilgiler",
"1475208422": "Paris",
"1479399998": "Ruanda, Kigali'deki Deriv iş fırsatlarına göz atarak bizimle rolünüzü keşfedin.",
+ "1480607246": "This difference is because MT5 is a third-party platform that requires its own login credentials. Your Deriv MT5 login gives you access to the MT5 platform, while your Deriv login gives you access to our digital options platforms such as DTrader and DBot.",
"1484774405": "0.25",
"1485752074": "Güçlü grafik teknolojisi ile güvenli, sezgisel ve kullanımı kolay platformlarda ticaret yapın.",
"1486874803": "Binary Bot'u seviyor musunuz?",
+ "1488554938": "If you don’t have a Deriv account yet, <0>sign up0> for free.",
+ "1489350747": "To become an IB, you'll need to be an existing affiliate with a Deriv account and an MT5 Synthetic real account. If you do, you can apply to become an IB by writing to us at <0>affiliates@deriv.com0>. <1>Get more info about our IB programme1>.",
"1489994179": "Paraguay, Asunción'daki Deriv iş fırsatlarına göz atarak bizimle rolünüzü keşfedin.",
"1490540125": "Ticaret stratejimi nasıl otomatikleştirebilirim?",
+ "1490936453": "For your Deriv real account, go to <0>Reports0> to close or sell your open positions.",
"1491012687": "Deriv P2P: Peer-to-peer ödeme uygulamamız (<0>Android app0>, <1>iOS app1>)",
"1491181763": "Range Break 100 Endeksi\n",
"1492594418": "Masaüstü ve mobil cihazlarınıza kolayca para yatırma ve çekme işlemi yapın.",
"1493671770": "<1>Not edin:1> Sinyal ekleyebilmek için MQL5 hesabınızı satıcı durumuna yükseltmeniz gerekir. Henüz yükseltme yapmadıysanız, satıcı olarak kaydolmak için <0>bu sayfadaki adımları izleyin0>",
"1493835906": "Fransa",
+ "1496486675": "Why can't I withdraw using Maestro or Mastercard?",
"1496810530": "GBP/AUD\n",
+ "1498651658": "Yes. <0>Contact us via live chat0>, and we'll help you through it. We'll need the following information:",
"1499981850": "330K+\n",
"1502162725": "Minimum sermaye gereksinimi olan esnek ticaret türleri",
"1502175389": "Bu, forex çiftleri için teklif para birimi cinsinden veya emtialar için temel varlığın sınıfında swap ücretini verir.",
+ "1502453121": "Your orders are available in the <1>Orders1> tab at <0>Cashier > Deriv P2P0>.",
"1502642397": "Sizin için tasarlanan üç güçlü platformdan birini seçin",
"1503602940": "Marjin seviyeniz Deriv'in marjin call düzeyinin altına düşerse, bir marjin call alırsınız, bu da hesabınızın durdurma seviyesine yaklaştığına dair bir uyarıdır.",
- "1504960339": "Deriv (FX) Ltd - F16, Level 1, Paragon Labuan, Jalan Tun Mustapha, Labuan 87000, Malezya - Labuan Finansal Hizmetler Kurumu tarafından lisanslanmıştır (<0> licence no. MB/18/00240>).",
+ "1504670496": "The minimum amount you’ll need to open a position on Deriv MT5 depends on the margin required for each asset. You can calculate the margin required using our <0>margin calculator0>.",
"1505978883": "<0>Tüm soruları görüntüle0>",
"1509244758": "Yöntem",
"1510075920": "Gold/USD\n",
+ "1516537408": "Artık Deriv'de işem yapamaz veya hesabınıza para yatıramazsınız.",
"1516676261": "Para yatırma",
"1521590614": "Bu, son satın alınan sözleşmede kullanılan bahis tutarını depolar. Stratejinize göre istediğiniz tutarı atayabilirsiniz.",
+ "1522587298": "Take note of your <0>username0> and password.",
"1524033858": "DTrader nedir?",
- "1525885795": "Bir ödeme acentesi olarak Deriv'ten komisyon alacak mıyım?",
+ "1525885795": "Bir ödeme aracısı olarak Deriv'ten komisyon alacak mıyım?",
"1528031455": "Zaten bir hesabınız var mı?",
"1529602839": "Seviye",
- "1534697187": "RTS28 2019\n",
"1536955851": "Opsiyon ticareti | Ticaret türleri | Deriv",
"1537212469": "Spot fiyat",
- "1539108340": "EUR Endeksi",
"1539984821": "Deriv destek ekibi, hafta sonları bile 7/24 canlı sohbet yoluyla ulaşılabilirdir. Ayrıca <0>Yardım merkezi0> ile cevap bulabilir ve <1>topluluk1> içerisinde diğer tüccarlardan yardım alabilirsiniz.",
+ "1540879673": "How do I change my affiliate payment method?",
"1541818425": "Parolayı sıfırla",
"1542393407": "Deriv'de CFD ticaret özellikleri",
"1542938499": "Güneydoğu Asya'nın önde gelen ödeme yazılımı çözümü. Şu anda Vietnam, Tayland ve Endonezya'da para yatırmak için kullanılmakta.",
+ "1546535785": "Are there any conditions that I should meet before I can withdraw my commission?",
"1546917177": "5 - 750\n",
"1550574351": "0.00001 nokta değeri ve -0.12 swap oranı ile iki lot EUR/USD'yi bir gece açık tutmak istediğinizi varsayalım.",
- "1550835977": "Dünyanın geri kalanında (ABD, Kanada ve Hong Kong gibi kısıtlı ülkeler hariç) finansal araçlar ve kripto para birimleri üzerinde CFD ticareti yapmak isteyen müşteriler Deriv (BVI) Ltd. altında DMT5 Financial STP hesaplarına sahip olabilir.",
"1551153165": "Deriv'de aşağıdaki opsiyonların ticaretini yapabilirsiniz:",
"1551172020": "AUD Sepeti",
- "1552847627": "Deriv'de nasıl ödeme acentesi olabileceğiniz hakkında tüm ayrıntıları öğrenin. Başvurmak için bize bir e-posta gönderin!",
+ "1552847627": "Deriv'de nasıl ödeme aracısı olabileceğiniz hakkında tüm ayrıntıları öğrenin. Başvurmak için bize bir e-posta gönderin!",
"1553783327": "İhtiyacınız olduğunda uzman ve güler yüzlü destek alın.",
"1553836855": "Demo hesabı oluştur",
"1553995374": "1 USD \n",
+ "1555213049": "List of shareholders",
"1556304768": "Sentetik endeks ticareti, gerçek dünyadaki piyasa hareketlerini simüle eden tescilli endekslerimizin fiyat hareketlerini doğru tahmin ederek yararlanmanızı sağlar.",
+ "1556776884": "To log in on your mobile, you'll need the app. If you haven't got the app, you can download it from your dashboard.",
"1556866509": "Anlaşma iptali olan bir sözleşme satın alırsanız, 'İptal' düğmesi sözleşmenizi feshetmenize ve tüm bahisinizi geri almanıza olanak tanır. Öte yandan, 'Kapat' düğmesini kullanmak, pozisyonunuzu mevcut fiyatla sonlandırmanıza izin verir, bu da kaybeden bir ticareti kapatırsanız zarara yol açabilir.",
"1556922066": "Deriv hesabınıza para girişi ve çıkışı yapmak için diğer yatırımcılarla kolayca alışveriş edin.",
+ "1557535154": "Is it free to join your affiliate programme?",
"1558114971": "Düşük önem düzeyine sahip sorunlar, son derece sınırlı miktarda veri açığa çıkarır. \nBir şeyin nasıl çalışması gerektiğine dair bir beklentiyi ihlal edebilirler, ancak ayrıcalık yükseltme olmadan veya istenmeyen davranışı tetikleme yeteneği. Örneğin:",
"1559712313": "Deriv'de mevcut emtia ticareti",
"1562241070": "Tüm favori piyasalar ve daha fazlası",
+ "1563919822": "You'll get daily commission payouts in your MT5 Synthetic account.",
"1564461474": "Mir kredi kartınızı veya banka kartınızı kullanarak para yatırın ve çekin.",
+ "1565220133": "you reside in the UK, or",
"1567023771": "Avrupa 50",
"1567026093": "ülkeler",
"1567745852": "Bot adı",
@@ -1001,6 +1106,7 @@
"1569834661": "Tek bir yerde forex, sentetik endeksler, hisse senetleri, hisse senedi endeksleri, kriptopara birimleri, sepet endeksleri, ve emtia ticareti yapın.",
"1571130376": "Önemli iş",
"1571653008": "Ücretsiz demo hesabımızı kullanın ve sınırsız sanal fonla işlem yapın. Ürünlerimizi nasıl kullanacağınızı öğrenmenin en kolay yoludur.",
+ "1571816719": "What is a referred client?",
"1573231398": "Neden Deriv'de kripto para birimi ticareti yapmalıdır?",
"1574476135": "Diyelim ki piyasanın yükseleceğini tahmin ettiniz.",
"1576607456": "Deriv Group - Deriv ve Binary.com markalarının sahipleri - dünyanın ilk sabit oranlı ticaret hizmetinin temelini attığımız 1999 yılına dayanan bir geçmişe sahiptir. O zamandan beri, güçlenerek büyüdük, dünyadaki tüccarların güvenini topladık.",
@@ -1017,16 +1123,21 @@
"1588850507": "<0>USD Sepeti0> ABD dolarının değerini, her biri %20 ağırlıklı, beş global parabiriminden (EUR, GBP, JPY, CAD, AUD) oluşan bir sepete karşı karşılaştırır.",
"1589165958": "\"Ticaret\"i deneyin",
"1591242575": "Bize verdiğiniz bilgileri nasıl kullanıyor ve koruyoruz",
+ "1591498220": "Do I need a Deriv account to use Deriv P2P?",
"1591623217": "Binary.com'da MT5'i seviyor musunuz?",
"1592543050": "$10,000'a kadar",
+ "1593423002": "Follow the instructions to create your real account.",
+ "1593716245": "What are the trading limits on my account?",
"1593723948": "1. Deriv hesabınızı oluşturun",
"1595539912": "İşleme süresi",
+ "1598664071": "List of directors",
"1599891822": "Aşağı yönde zarar durdur tutarı",
"1601324523": "5-10,000\n",
"1601498870": "Son Makaleler",
"1601664674": "Swap forex formülü mobil",
"1601968899": "Çarpanlarla işlem gören kripto para sözleşmelerinin bir zaman sınırı vardır. İşlem yaptığınız varlığa bağlıdır ve bir işlem gerçekleştirmeden önce DTrader panosunda görünür.",
"1602627054": "Yani pip değeriniz <0>2 USD0>.",
+ "1602716515": "When you join our IB programme,",
"1602800752": "Stratejilerinizi kaydedin",
"1604199439": "Deriv X, özelleştirilebilir çok varlıklı bir ticaret platformudur. Forex, emtialar, kripto para birimleri ve sentetikler üzerinde CFD'ler sunan Deriv X, ticaret ortamınızı özelleştirmenizi sağlayan çok yönlü bir ticaret deneyimi sunar.",
"1604222298": "Marjin Hesaplayıcı",
@@ -1038,19 +1149,22 @@
"1610511716": "Dtrader'a git",
"1611194169": "1. Deriv'e kaydolun",
"1611229342": "Küresel hisse senetleri ticareti ve hisse senedi endeksleri artık DMT5 platformumuzda\n",
+ "1611981849": "Where can I see my orders?",
"1613233789": "Blog",
"1613860853": "Sahip olduğunuz herhangi bir teşvik planını hesap yöneticinizle konuşmaktan çekinmeyin. Müşteri kayıtlanmasını teşvik etmek için onaylanmamış teşviklere, hediyelere ve ödemelere izin vermediğimizi lütfen unutmayın. Herhangi bir ihlal olursa, komisyonları durdurabiliriz.",
"1614426743": "DBOT platformları",
- "1615327604": "<0>USD Endeksi0> ABD dolarının değerini her biri %20 ağırlıklı beş küresel para biriminden oluşan bir sepete (EUR, GBP, JPY, CAD, AUD) karşı ölçer.",
+ "1615509866": "Esnek, kullanımı kolay platformlar",
"1615969878": "Neden yeniden markalaşıyorsunuz?",
"1616071522": "<0>Fransa 400> Fransa'da listelenen ilk 100 şirket arasında en çok işlem gören 40 hisse senedinin performansını takip ediyor.",
"1616502762": "<0>US Tech 1000> ABD'nin en büyük 100 finansal olmayan şirketinin hisse senedi performansını takip ediyor.",
- "1618280107": "Tüm ürünlerimizde rekabetçi fiyatlar sunar",
+ "1618280107": "Tüm ürünlerimizde rekabetçi fiyatlar sunarız",
"1619070150": "Harici bir web sitesine yönlendiriliyorsunuz.",
"1619579199": "Deriv P2P bakiyem neden Deriv hesap bakiyemden farklı?",
+ "1621224521": "How can I reactivate my Deriv account?",
"1621463985": "Ürünlerimize ve hizmetlerimize güvenen herkese hizmet etmekten onur duyuyoruz ve sadece en iyisini sunmak istiyoruz. Bu nedenle kim olduğumuzu, neyi neden yaptığımızı ve müşterilerimize ve birbirimize nasıl davrandığımızı tanımlamada ilkelerimiz ve değerlerimiz çok önemlidir. Uluslararası ofislerimizin tamamında, yaptığımız her şeyde aşağıdaki ilkelere bağlıyız.",
"1622130657": "Akademimize e-posta ile abone olun",
"1622334173": "EUR/ZAR\n",
+ "1623894448": "How do I create an API token?",
"1624895344": "Müşterilerden kabul edeceğiniz ödeme yöntemleri",
"1625424557": "<0>Hollanda 250> Hollanda'da en çok işlem gören 25 şirketin stok performansını takip ediyor.",
"1625517227": "Dünya çapında 20 milyondan fazla müşteri tarafından kullanılır. Nakit için kullanabileceğiniz anında erişim, ücretsiz para çekme ve ödül puanlarının tadını çıkarın.",
@@ -1059,15 +1173,17 @@
"1631620531": "Yılların Sektör Deneyimi",
"1631705059": "Çıkış noktasının, sözleşme süresinin sonunda bir fiyat hedefinden (bariyer) daha yüksek veya daha düşük olup olmayacağını tahmin edin. ",
"1632238343": "$500'a kadar",
+ "1633022779": "Synthetic indices and cryptocurrencies are available for trading 24/7.",
"1633102593": "Yazılım geliştiriciler",
"1634507782": "Range Break 200 Endeksi\n",
"1636066113": "Ortaklık fırsatları",
"1636527166": "Deriv'de mevcut olan Forex ticaretleri",
"1636782601": "Çarpanlar",
- "1637072557": "Bu sorun, 'Para Çek' düğmesine birden çok kez tıklamanın bir sonucu olabilir. Bir kez daha çekmeye çalışın ve ardından e-postanıza gönderilen en son doğrulama bağlantısına tıklayın. Lütfen bağlantıyı bir saat içinde kullandığınızdan emin olun.",
+ "1637050346": "Why did my credit card deposit get declined?",
"1637552314": "Ayarladığınız parametrelerden memnun olduktan sonra, sözleşmenizi satın almak için 'Up’ veya ‘Down’u seçin. Aksi takdirde, parametreleri özelleştirmeye devam edin ve koşullardan memnun olduğunuzda emrinizi oluşturun.",
"1643887982": "Amazon.com Inc\n",
"1644652204": "Hesabınıza tercih ettiğiniz ödeme yöntemiyle finanse edin.",
+ "1644929511": "<0>DTrader0>, <1>SmartTrader1>, <2>DBot2>, and <3>Binary Bot3> offer digital options trading on a range of underlying assets such as forex, stock indices, commodities, and synthetics. These platforms allow you to set the contract duration before opening positions, and you'll know exactly how much you'll earn if you win. You may find these platforms more intuitive if you're new to the trading world.",
"1645164568": "İnşa etmek için sıfır maliyet",
"1647478191": "Affiliate olarak bizimle ortak olun. Yönlendirilen müşterilerinizin DTrader ve DBot'taki alım-ticaretlerinin toplam net gelirinden komisyon kazanın.",
"1648545897": "Vince Stanzione.\n",
@@ -1077,10 +1193,12 @@
"1658580871": "Bu ödeme yöntemleri sadece kripto ticaret hesapları olan müşterilerimiz için kullanılabilir.",
"1659675491": "Mobil uygulamadan, masaüstü uygulamasından veya web tarayıcınızdan işlem yapın.",
"1660776335": "Deriv'deki Deriv X hesabınıza para yatırmak için, Deriv hesabınızdaki paraları kullanmanız gerekir. Kasiyer > <0>Hesaplar arasında transferler0> ögesine gidin ve ekrandaki yönergeleri izleyin.",
+ "1661263248": "How can I download my Deriv MT5 history?",
+ "1661791574": "Available 24/7, our synthetic indices emulate price movements of real-world markets with varying levels of volatility. As they aren't based on actual underlying assets, they are unaffected by real-world market events.",
"1661832115": "Bug raporlarınız, etki ve önem düzeyine göre gözden geçirilir ve ödüllendirilir.",
"1664747386": "Paypal",
"1665738338": "Bakiye",
- "1667409996": "Nasıl para kazandığımızı açıklar",
+ "1667409996": "Nasıl para kazandığımızı açıklarız",
"1669172828": "Dünyanın en iyi performans gösteren hisse ve endekslerini satarak piyasa trendlerini tahmin edin ve risklerinizi çeşitlendirin.",
"1672776151": "Şimdi ücretsiz bir e-kitap talep edin!",
"1673976740": "Sentetik endeksler gerçek dünyadaki piyasa hareketini taklit etmek için tasarlanmıştır; gerçek hayat riski hariç. Sentetik endekslerde 7/24 çarpan ticaret yapın ve yüksek kaldıraç, sıkı spreadler ve sabit üretim aralıklarından yararlanın.",
@@ -1091,14 +1209,13 @@
"1677622373": "Hesap çeşidi",
"1678627286": "Bu endekslerle, <0>1000 veya 500 tik serisi0> içinde meydana gelen fiyatlarda ortalama bir düşüş (crash) veya bir ani artış (boom) vardır.",
"1679379528": "Deriv'in CFD işlem platformlarındaki sıkı spreadlerden yararlanın.",
- "1680490573": "Tüm affiliate'lerimiz, tanıtıcı brokerler, API kullanıcıları ve ödeme acenteleri için şartlar ve etik standartlar",
+ "1680490573": "Tüm affiliate'lerimiz, tanıtıcı brokerler, API kullanıcıları ve ödeme aracıları için şartlar ve etik standartlar",
"1680831768": "Ödeme yönteminizi değiştirmek için lütfen livechat üzerinden bizimle iletişime geçin.",
"1681352464": "CFD'ler karmaşık araçlardır ve kaldıraç nedeniyle hızlı bir şekilde para kaybetme riski yüksektir. Perakende yatırımcı hesaplarının %{{loss_percent}}'sı bu sağlayıcıyla CFD ticareti yaparken para kaybediyor. CFD'lerin nasıl çalıştığını anlayıp anlamadığınızı ve paranızı kaybetme riskini alıp alamayacağınızı düşünmelisiniz.",
"1682675914": "Yüksek Kaldıraç, Düşük Spreadler",
"1683034855": "DTrader, dijital, çarpan ve lookback opsiyonları şeklinde 50'den fazla varlık ticareti yapmanıza izin veren gelişmiş bir ticaret platformudur.",
"1686378613": "DBot, dijital seçeneklerin ticareti için web tabanlı bir strateji oluşturucudur. Sürükle ve bırak 'bloklarını' kullanarak kendi ticaret botunuzu oluşturabileceğiniz bir platformdur.",
"1686846461": "Deriv'de DTrader ile volatilite endeksleri ticareti yapın",
- "1689738742": "Altın Endeksi\n",
"1691349777": "20 yılı aşkın süredir güvenilen ödüllü platform Deriv.com ve Binary.com ile ticaret yapan 1 milyondan fazla kişiye katılın.",
"1692148560": "Altının değerini, her biri %20 ağırlıklı beş küresel para biriminden (EUR, GBP, JPY, AUD, USD) oluşan bir sepete karşı ölçer.",
"1692290832": "Hangi pazarlama desteğini sağlıyorsunuz?",
@@ -1107,12 +1224,15 @@
"1707301172": "Hisse senetleri, kilidi açıldı",
"1708242802": "Google Chrome gibi güvenli bir web tarayıcısı kullanın. Güvenlik yamaları içerdiğinden, her zaman en son yazılım güncelleştirmelerini yükleyin.",
"1709273595": "Bir standart forex lot = 100.000 birim",
+ "1709893717": "You'll have access to reports that show your hits, impressions, click-through rates, clients' trading activity, and more.",
"1711575167": "Deriv MT5 ve Deriv X (marjinli), DTrader (opsiyonlar ve çarpanlar ile) ve Deriv GO (çarpanlar ile) üzerinde işlem yapmak için mevcuttur.",
"1713857763": "<0>Yukarı yönde zarar durdur ve/veya kar al miktarı = Maks [{bahis × ((zarar durdur VEYA kar al seviyesi - varlık fiyatı) ÷ varlık fiyat × çarpan) - komisyon}, -bahis]0>",
"1714709402": "İşlem başına komisyon oranını kim belirliyor?",
"1715011380": "Jump 25 Endeksi\n",
+ "1715241142": "How do I see my earnings?",
"1715491803": "$100'a kadar",
"1717346758": "Siteler arası ve sunucu taraflı talep sahteciliği (dahili ağımıza erişim olmadan)",
+ "1719304654": "The pricing of our synthetic indices is backed by algorithms that are audited for fairness by an independent third party. Due to regulatory requirements, synthetic indices are unavailable in some countries. Refer to ‘Product offering’ in our <0>terms of use0> for more info.",
"1720725354": "DMT5 Standart, Gelişmiş ve Sentetik Endeks hesapları arasındaki farklar nelerdir?",
"1721296073": "DMT5 Finansal STP önce hesaplandı",
"1723694822": "Ana sayfamızı ziyaret edin",
@@ -1127,14 +1247,16 @@
"1739086943": "Wall Street 30\n",
"1741049129": "Minumum para çekme",
"1742122525": "Ticaretinizi DBot ile otomatikleştirin, Deriv'in kod yazmadan yapabileceğiniz Ticaret Robotu.",
- "1743448290": "Ödeme acenteleri",
+ "1743448290": "Ödeme aracıları",
"1743752393": "Genel iş",
"1745193633": "Yönlendirme bildirimi",
- "1745471992": "Hisse senedi endeksleri, borsadaki çeşitli şirketlerin değerini ölçar. Bu, yatırımcıların belirli bir varlık kümesinin nasıl performans gösterdiğini görmelerini sağlar.",
"1746633126": "Binary.com'a ne olacak?",
- "1746782390": "Ödeme acentesi olarak kaydolduktan sonra hesabımla ticaret yapmaya devam edebilecek miyim?",
+ "1746782390": "Ödeme aracısı olarak kaydolduktan sonra hesabımla ticaret yapmaya devam edebilecek miyim?",
"1748626120": "Gizli maliyet yok",
+ "1748925202": "How can I reactivate my Deriv MT5 account?",
"1751673286": "Güvenlik bir işbirliğidir. Bugları bildirin ve ödül kazanın.",
+ "1752586208": "What payment methods can I use to exchange with other traders?",
+ "1753559268": "We'll pay your IB commission into your MT5 Synthetic account daily.",
"1755228338": "Hesabınızın güvenliğini sağlama",
"1758111931": "aktif kullanıcılar",
"1760376318": "Evet, ilgili tüm hüküm ve koşulları takip etmeniz koşuluyla <0>şartlar ve koşullar0> sayfamızdaki 'İş ortakları için' başlıklı sekmeye bakın).",
@@ -1145,16 +1267,21 @@
"1768089459": "Paris | Ofisimiz – Fransa | Deriv",
"1770479100": "'Higher''i seçerseniz, çıkış noktası kesinlikle bariyerden daha yüksekse ödemeyi kazanırsınız.",
"1770534439": "Swap sentetik formülü mobil",
+ "1772047578": "Why are my Deriv MT5 login details different from my Deriv login details?",
"1772406884": "Deriv P2P iyidir. Küçük tüccarlar için para yatırmak ve çekmek kolaydır.",
"1774467475": "<0>sadece0> önemli güvenlik sorunlarını gidermemize yardımcı olurlarsa düşük düzeyli güvenlik açıkları ile ilgili raporları ödüllendireceğiz ve ödül tutarına vaka bazında karar vereceğiz.",
"1774791951": "Çıkış noktasının sözleşme döneminin sonunda iki fiyat hedefinin içinde mi yoksa dışında mı olacağını tahmin edin.",
"1777934033": "7/24 gerçek dünya piyasa hareketlerini simule eden, özel, tescilli sentetik endekslerimiz ile CFD ticareti yapın.",
"1782308283": "Hızlı strateji",
"1782703044": "Kayıt ol",
+ "1784343675": "Please <0>contact us via live chat0> immediately, and we'll help to disable 2FA on your account. When you have a new phone, please <1>re-enable 2FA1>.",
"1784680288": "Her işlemden önce hesabınızdaki marjin etkisinden her zaman haberdar olacaksınız.",
"1786089908": "Deriv'de opsiyon ticareti hakkında bilgi edinin. Forex, sentetik endeksler ve diğer popüler finansal piyasalardaki fiyat hareketlerini doğru bir şekilde tahmin ederek ödemeler kazanın.",
+ "1786747559": "Our regulators require us to verify your account in accordance with anti-money laundering (AML) and Know Your Customer (KYC) laws. If we have prompted you to upload your documents to verify your account, it means that you'll only be able to continue using our services after your account is verified.",
+ "1790839584": "<0>A social media admin0> \n Promote our products and services on your social media pages, and earn commission when you convert your audience into traders.",
"1791730321": "Tanımladığınız pozisyondan memnunsanız sözleşmeyi satın alın.",
"1795749796": "Yardım merkezi | Sık sorulan sorular | DBot | Deriv",
+ "1798765888": "Copy the link in the <0>Landing page URL0> field. This is the referral link that you can share with your clients.",
"1799377913": "{{market_name}} ile mevcut opsiyon ticaretleri",
"1802409084": "Pip değeri",
"1804642811": "Demo hesabı oluştur",
@@ -1162,19 +1289,25 @@
"1806416151": "Deriv IB Programı, yeni müşterileri DMT5 platformumuzda işlem yapmaya yönlendirerek kazanç sağladığınız bir ortaklıktır.",
"1807936072": "Kıbrıs",
"1808393236": "Giriş",
+ "1810304465": "You'll need to transfer the funds from your Deriv MT5 account to your Deriv account. You can do this on the <0>Cashier page0>. Your funds will be available in your Deriv account as soon as you complete the transfer.",
"1810957214": "Volatilite 100 Endeksi için 10 USD hisse tutarı, x100 çarpan değeri ve yukarı yönde 7.54 USD zarar durdur tutarı ile 3376.24 USD fiyatlı bir pozisyon açtığınızda zarar durdur seviyesini hesaplamak istediğinizi söyleyelim.",
+ "1812325040": "Source of wealth documentation",
"1812969702": "Interim | SSS",
"1813700208": "Boom 300 Endeksi\n",
"1813703795": "Affiliate ve IB'miz olarak kaydolun",
"1815044592": "‘Only UPS’ seçeneğini seçerseniz, giriş noktasından sonra ardışık tikler art arda yükselirse ödeme kazanırsınız. Herhangi bir tik önceki tiklerden herhangi birine eşit veya aşağı düşerse ödeme yapılmaz.",
+ "1815324634": "The minimum deposit and withdrawal amount varies depending on the payment method. The lowest deposit and withdrawal amount is 5 USD/EUR/GBP/AUD via e-wallets. See our <0>Payment methods0> page for a complete list of payment methods and their minimum deposit and withdrawal amounts.",
"1816009319": "faiz",
- "1817888235": "Crash/Boom endekslerimiz ile heyecan verici spikes ve dips tahmin yapın ve kazanın.",
+ "1816305227": "If you’re in the EU or UK:",
+ "1817888235": "Crash/Boom endekslerimiz ile heyecan verici spikes ve dips tahmini yapın ve kazanın.",
"1819952453": "Tanıtıcı broker (IB) programımız tüm Deriv affiliate'ler için mevcuttur.",
"1820212843": "Deriv'un online ticaret akademisindeki ticaret videolarımızı ve eğitimlerimizi kullanarak ticaret yapmayı öğrenin.",
+ "1823119628": "the Vanuatu Financial Services Commission",
"1823770507": "DOT/USD\n",
"1824094317": "7x24 ticaret",
"1826550764": "Neden bizi seçmelisiniz",
"1828442573": "Emtialar",
+ "1830057548": "We have 3 commission plans:",
"1831254808": "Herhangi bir pozisyonu gece boyunca açık tutarsanız, bu pozisyonu açık tutmanın maliyetini telafi etmek için alım satım hesabınıza bir ayarlama (swap oranı) uygulanacaktır. Platformlarımızda işlem gören enstrümanlar farklı takas oranlarına tabidir. Bu oranlar, pozisyonlarınızı açık tuttuğunuz resmi tatiller de dahil olmak üzere saat ve gün sayısı gibi koşullara bağlıdır.",
"1831680837": "para çekme",
"1832974109": "SmartTrader",
@@ -1191,26 +1324,28 @@
"1841852640": "Deriv ortaklık programları",
"1842713118": "3. Çalışma alanının üst kısmındaki araç çubuğundaki arama alanını kullanarak istediğiniz blokları da arayabilirsiniz.",
"1845394200": "Deriv olarak, hesabınızı ve kişisel verilerinizi korumak için SSL şifreleme gibi sınıfının en iyisi güvenlik önlemlerini uyguluyoruz.\n",
- "1846521577": "Deriv Ödeme Acente Programı Deriv P2P (DP2P) ile aynı mı? ",
+ "1846521577": "Deriv Ödeme Aracı Programı Deriv P2P (DP2P) ile aynı mı? ",
"1849054373": "3. Bir işlem yapın",
- "1851993047": "Hafta sonları hangi sözleşmeler işlem yapmak için kullanılabilir?",
"1852402040": "Genel işler",
"1853363847": "Deriv MT5 ve Deriv X (marjinli) ve DTrader (çarpanlı) üzerinde işlem yapmak için mevcuttur.",
"1854618305": "'Higher' ögesini seçerseniz, çıkış noktası giriş noktasından kesinlikle daha yüksekse ödemeyi kazanırsınız.",
+ "1857302542": "Can I open a corporate or business account?",
"1857508131": "Doğrudan mobil cihazınızdan güvenli para yatırma işlemleri yapın. Gana'daki müşteriler için.",
"1858594477": "Değişimin ürkütücü olabileceğini anlıyoruz. Bu nedenle, Binary.com'den Deriv.com'e geçişinizin mümkün olduğunca sorunsuz olmasını sağlamak için çok çalışıyoruz.",
"1860012910": "Para transferinin kolay, ucuz ve hızlı bir yolu. Dünya çapındaki bankalar ve satıcılar tarafından desteklenir.",
"1860472068": "Online bankacılık",
- "1862400286": "DTrader'da hangi sözleşme türlerini kullanabilirim?",
"1866193342": "DTrader, dijitaller, çarpanlar ve lookback seçenekleri şeklinde 50'den fazla varlık ile ticaret yapmanızı sağlar. DMT5, spot forex ve fark sözleşmeleri (CFD'ler) için kaldıraçla ticaret yapmak için kullanabileceğiniz çok varlıklı bir ticaret platformudur.",
"1868860566": "EUR/SEK\n",
"1869497149": "Kullanımı kolay grafikler ve hoş bir koyu tema ile sorunsuz bir alım satım deneyiminin keyfini çıkarın.",
"1872384056": "Daha keyifli bir deneyim için açık ve koyu mod özellikleri",
"1872568231": "GBP/TRY",
"1873099524": "Bir varlığın fiyat hareketini tahmin ederek sabit ödemeler kazanın.",
+ "1874424045": "I lost my phone. How can I disable two-factor authentication (2FA)?",
"1876344462": "Novartis AG\n",
"1876748041": "Size 20 yıllık hizmetten sonra, sizi daha iyi anladığımızı hissediyoruz. Yeniden markalaşma, tüm ihtiyaçlarınızı karşılamak için geliştirilmiş bir online ticaret çözümü uygulamamız için bir fırsattır.\n\n",
- "1879930260": "Agresif satış yok",
+ "1876786466": "This is due to the spread, which is the difference between the ‘bid’ and ‘ask’ prices. Your positions will start earning a profit when the market moves in your favour.",
+ "1877410120": "Şimdi yapmanız gerekenler",
+ "1879930260": "Agresif satış yapmıyoruz",
"1880965589": "Gelir payı",
"1881114347": "Deriv'de ticaret yapılacak piyasalar\n",
"1881441674": "Deriv'in veri akışlarını, güvenliği, gizliliği ve daha fazlasını nasıl yönettiğini bilmek için hüküm ve koşullarımızı okuyun.",
@@ -1220,6 +1355,7 @@
"1889326047": "Web ve mobil uygulamalar olarak mevcuttur",
"1890990339": "<0>Hong Kong 500> Hong Kong'daki listelenen en büyük 50 şirketin hisse senedi performansını takip eder.",
"1893015908": "Uber Technologies Inc\n",
+ "1894801487": "Deriv MT5 is a CFD trading platform that gives you access to forex, stocks, stock indices, commodities, cryptocurrencies, and synthetics. Learn more about Deriv MT5 <0>here0>.",
"1897018869": "ETC/USD\n",
"1897907613": "Maestro banka kartınızı kullanarak para yatırın ve çekin.",
"1898130358": "Bilgisayarınızda",
@@ -1229,16 +1365,17 @@
"1902951214": "Ofislerimiz",
"1903393516": "Deriv destek topluluğumuz yanıtları bulmanıza yardımcı olabilir.",
"1903495030": "Sentetik hesaplar için zarar durdur ve/veya kar al pip değeri ABD doları iledir.",
+ "1904617508": "AB dışında, finansal ürünler aşağıdaki şirketler tarafından sunulmaktadır: Deriv (FX) Ltd, F16, Level 1, Paragon Labuan, Jalan Tun Mustapha, 87000 Labuan, Malaysia, Labuan Finansal Hizmetler Otoritesi tarafından lisanslanmıştır (<0>lisans no. MB/18/00240>); Deriv (BVI) Ltd, Kingston Chambers, P.O. Box 173, Road Town, Tortola, British Virgin Islands, İngiliz Virgin Adaları Finansal Hizmetler Komisyonu tarafından lisanslanmıştır (<1>lisans no. SIBA/L/18/11141>); Deriv (V) Ltd, 1276, Kumul Highway, Port Vila, Vanuatu, Vanuatu Finansal Hizmetler Komisyonu tarafından lisanslanmış ve düzenlenmiştir; ve Deriv (SVG) LLC, Hinds Binaları, Kingstown, St. Vincent ve Grenadinler.",
"1904774976": "0>Almanya 400> Almanya'da listelenmiş 40 büyük şirketin hisse senedi performansını takip eder.",
- "1905213812": "Deriv (BVI) Ltd - Kingston Chambers, P.O. Box 173, Road Town, Tortola, British Virgin Adaları - British Virgin Adaları Finansal Hizmetler Komisyonu tarafından lisanslanmıştır (<0> lisans no. SIBA/L/18/11140>).",
"1905380076": "İşleminizin karşı tarafı ile ödemeyi tamamlayın.",
"1905702565": "Müşteri para koruması",
"1905714256": "Gelişmiş bir deneyim",
- "1906771172": "Hesabımın para birimini nasıl değiştirebilirim?",
+ "1906101554": "You’ll earn a payout based on the volume of your clients' trades. Find out more <0>here0>.",
"1907226338": "Coca-Cola\n",
"1909647105": "TRX/USD\n",
"1909809509": "Swap Hesaplayıcı",
"1914949637": "Deriv Affiliate Programı nedir?",
+ "1915387440": "If you’re selling:",
"1916887645": "Kazancı en üst düzeye çıkar, zararları sınırla",
"1922529883": "Boom 1000 Endeksi\n",
"1923530212": "Esnek.",
@@ -1259,24 +1396,30 @@
"1941116009": "Binary.com kaldırılacak mı?",
"1942214601": "Yukarı yönde zarar durdur seviyesi",
"1942485223": "Affiliate hesabıma ne olacak?",
+ "1947069292": "You can create an API token <0>here0>. Give your token a name, select the scope, and click <1>Create1>.",
"1948092185": "GBP/CAD",
"1948630262": "Bir tane almak için önce Binary.com affiliate panonuza giriş yapın.\n\n\n\n",
"1949701571": "Bir Deriv gerçek hesabı oluşturun.",
"1953016421": "Neden Deriv'de opsiyonlar ticareti yapmalı",
"1959548433": "İşleminizin süresini ayarlayın. Piyasalara kısa veya uzun vadeli bir bakış açısına sahip olup olmadığınıza bağlı olarak, 1 ila 10 tik veya 15 saniyeden 365 güne kadar tercih ettiğiniz süreyi ayarlayabilirsiniz.",
- "1963811607": "İşlemimin karşı taraflarıyla nasıl iletişime geçerim?",
+ "1959678342": "Highs & Lows",
+ "1962097923": "Help centre | Frequently asked questions | IB programme | Deriv",
+ "1963262703": "What does ‘completion rate’ mean?",
"1963884651": "USD olarak sabitlenmiş bir kripto para olan Paxos Standard'a para yatırın ve çekin.",
+ "1964475042": "Frequently asked questions - About",
"1964675673": "Güvenilir bir çevrimiçi ticaret sağlayıcısıyla ortaklık yapın.",
"1966310384": "Yani bu senaryoda, kar al seviyenizi <0>3350.110> olarak ayarlarsınız.",
"1967743855": "Tüm ücret ve masraflar hakkında net olacağız.",
"1969128618": "Online ticaret, yatırım veya kişisel finans konusunda tutkulu olan aktif bir online topluluğu yönetir.",
"1971963414": "ÜRÜNLER",
"1975644912": "Yeni tüccarlar için bile sezgisel, kullanımı kolay bir arabirimin keyfini çıkarın.",
+ "1976307636": "Deriv Investment (Avrupa) Limited, Finansal açıklamalar raporunu Sermaye Gereksinimleri Direktifi IV ve Sermaye Gereksinimleri Yönetmeliği'ne uygun olarak hazırlanmıştır. Bir piyasa katılımcısı olarak piyasa disiplinine nasıl uyduğumuzu anlamak için raporumuzu okuyun. ",
"1977160541": "Amerikan<0>0> endeksler",
"1978148367": "Gerçek bir hesap açın, bir mevduat oluşturun ve reel ticaret yapmaya başlayın. Forex, endeksler, emtialar ve daha fazlası ile ticaret yapın.",
"1979503547": "Ticaret koşulları",
"1980724783": "Nokta değeri, varlığın geçerli basamaklarından türetilir. Bu örnekte rakam 5'dir, bu nedenle nokta değeri 0.00001'dir. ",
"1982404952": "Teklif al",
+ "1984996183": "I forgot my affiliate password. What should I do?",
"1985905708": "Bu endeksler, <0>%200 ve %300 sabit volatilite0> olan simüle edilmiş piyasalara karşılık gelir.",
"1986250253": "Oscar'ın Grind stratejisi nedir?",
"1986498784": "BTC/LTC\n",
@@ -1287,16 +1430,19 @@
"1991711258": "LNK/USD\n",
"1994023526": "Girdiğiniz e-posta adresi bir hata veya yazım hatası içerdi (en iyilerimizin bile başına geliyor)",
"1995896523": "DMT5 size en iyi CFD alım satım deneyimini sunmak için geliştirilmiştir. MT5 tüccarımıza masaüstü ve hatta mobil ile erişebilirsiniz.",
+ "1996252043": "Once your ad is created successfully, it will appear in the <0>Buy/Sell0> tab.",
"1997138507": "Eğer son tik, tiklerin ortalamasına eşitse ödemeyi kazanamazsınız. ",
"1997646348": "Yüksek lisans program sitemiz: besquare.deriv.com",
"1998840050": "Hayır, değil. DP2P müşterimizin yerel para birimlerini kullanarak para yatırma ve para çekme işlemleri gerçekleştirmeleri için peer-to-peer bir hizmettir. Ödeme aracımız olarak, DP2P platformunu kullanarak hizmetlerinizi ülkenizdeki Deriv müşterilerine sunabilirsiniz.",
"2003802343": "IB komisyonlarınızı çekmek için kesinlikle hiçbir zorunluluk yoktur.",
"2005074806": "Marjin hesaplayıcı için PNL'yi deneyin",
+ "2006479988": "<0>Proof of address0>",
"2007092908": "Başarılı işlemlerde daha iyi getiri için kaldıraç ve düşük spreadler ile ticaret yapın.",
- "2010744433": "Sohbet isteyen herhangi bir müşteri için aracıları ulaşılabilir yapmak için 7/24 canlı sohbet hizmeti sunmaya çalışacağız. Servisle ilgili ilgili soruları cevaplamak için aracılar eğitilecektir.",
+ "2010744433": "Bir görüşme isteyen herhangi bir müşteri için aracıları ulaşılabilir yapmak için 7/24 canlı sohbet hizmeti sunmaya çalışacağız. Servisle ilgili soruları cevaplamak için aracılar eğitilecektir.",
"2015114251": "Deriv X hesabıma yatırabileceğim minimum/maksimum değer nedir?",
"2017042641": "2 - 3 iş günü",
"2018198484": "Kripto para birimleri ticareti, temel dijital paralara sahip olmadan fiyat hareketlerinden kar elde etme şansı verir. Başka bir deyişle, bir kripto para biriminin fiyatının artacağını veya düşeceğini doğru bir şekilde tahmin ederek kazanabilirsiniz.",
+ "2018600727": "Deriv Investments (Avrupa) Limited, AB pasaport hakları aracılığıyla diğer AB üye ülkelerinde hizmet sunma hakkında sahiptir. Yukarıda, AB pasaport hakları aracılığıyla Deriv.com erişimi olan AB ülkelerinin bir listesi bulunmaktadır. ",
"2019140039": "Neden Deriv'de sepet endeksleri ticareti yapmalı",
"2019968401": "Neden Deriv X ile ticaret yapmalı",
"2023310659": "Para birimleri",
@@ -1311,19 +1457,21 @@
"2035207280": "5 - 1,000\n",
"2035670983": "Daha az dikkat dağıtıcı",
"2036526456": "Ödeme yöntemlerimiz ve bunların nasıl kullanılacağıyla ilgili daha fazla bilgi edinin.",
- "2037297857": "Deriv - 7/24 ticaret yapmak için çok çeşitli türevler sunan online bir ticaret platformu. ",
+ "2041763181": "Once we've paid your commission into your account, you can withdraw whenever you want.",
"2042445787": "Güvenlik açıkları, zor senaryolara veya ön koşullara bağlıdır",
+ "2044967354": "You can see your available balance in the <0>My profile0> tab.",
"2044999022": "Jump endeksleri ticareti yapın, bir twist ile yeni sentetikler",
"2046788283": "DTrader'da hangi piyasalarda işlem yapabilirim? ",
"2047029510": "<0>Yukarı yönde zarar durdur ve/veya kar al seviyesi = varlık fiyatı × {(zarar durdur VEYA kar al tutarı + komisyon) ÷ (bahis × çarpan) + 1}0>",
"2047349922": "0.013\n",
"2050080282": "Affiliate & IB girişi",
"2051986867": "Bu nedenle pozisyonu bir gece açık tutmak için 0,24 USD swap ücretine ihtiyacınız olacaktır.",
+ "2053617863": "Lütfen hesabınızdan tüm paranızı çekin.",
"2053673142": "\"Demo hesabı oluştur\" ögesine basarak, 18 yaş ve üzeri olduğunuzu onaylamış olursunuz. Size piyasa haberlerinin yanısıra Deriv ürünleri ve hizmetleri hakkında bilgi göndermek için e-postanızı kullanabileceğimizi anlamış olursunuz. Hesap ayarlarınızda ki e-postalardan her zaman abonelikten çıkabilirsiniz. Daha fazla bilgi için lütfen Deriv'in <0>Güvenlik ve gizlilik0> bölümüne bakın.",
"2056079566": "Yardımımızı alın",
"2056339251": "15 - 10,000\n",
"2058893631": "Finansal bildirim raporu",
- "2060309075": "Bu, müşterinin kendi tercihiyle veya şirket tarafından bir karar olarak kendini-dışlama altında olması durumunda geçerli değildir. ",
+ "2060102881": "<0>A blogger/vlogger0> \n Promote our products and services and earn commission when you convert your audience into traders.",
"2060368992": "dk. okuma",
"2061191384": "Deriv peer-to-peer (DP2P)",
"2061681232": "<0>Ends Between/Ends Outside:0> Çıkış noktasının sözleşme döneminin sonunda iki fiyat hedefinin içinde mi yoksa dışında mı olacağını tahmin eder.",
@@ -1333,6 +1481,7 @@
"2067437902": "EUR olarak sabitlenmiş bir kripto para olan STASIS Euro'da para yatırın ve çekin.",
"2068667424": "Diğer uygulamamıza göz atın",
"2070356006": "Yönlendirilen müşterilerinizin oluşturduğu toplam net gelirin %45'ine kadar seçtiğiniz komisyon planına göre kazanmaya başlayın.",
+ "2071458958": "The minimum volume for micro forex pairs is 0.1 lot.",
"2071808494": "Uzman ve güler yüzlü destek",
"2072504778": "Deriv affiliate olarak kimler başvurabilir?",
"2074119658": "Zarar durdur, kar al ve anlaşma iptali gibi yenilikçi özellikleri kullanarak sözleşmelerinizi risk iştahınıza uyacak şekilde özelleştirin.",
@@ -1340,15 +1489,17 @@
"2075608900": "Rekabetçi sabit ve değişken spreadler",
"2075864188": "FREE",
"2080510282": "Ticari tercihinize göre bir CFD gerçek hesabı oluşturun.",
- "2087247269": "Katiyen. Ödeme acentesi programımıza katılmak tamamen ücretsizdir.",
+ "2086048243": "Certificate of incorporation",
+ "2087247269": "Katiyen. Ödeme aracısı programımıza katılmak tamamen ücretsizdir.",
"2089087110": "Sepet Endeksi",
"2092854399": "Trustly ile hızlı, sorunsuz ve güvenli para yatırma ve çekme işlemlerinin keyfini çıkarın.",
"2096641458": "Ad değişkeni",
"2096910271": "adresine e-posta gönderin",
"2099783388": "CFD ticareti: emir türleri",
- "2100068559": "Deriv'e ödeme acentesi olarak kaydolduğunuzda müşteri tabanınızı genişletin, ilave iş tecrübesi edinin, ve daha fazla gelir kazanın. \n",
+ "2100068559": "Deriv'e ödeme aracısı olarak kaydolarak müşteri tabanınızı genişletir, ilave iş tecrübesi edinir, ve daha fazla gelir kazanırsınız. \n",
"2100986179": "CFD işlem platformu tarzınıza uyacak şekilde.",
"2101514198": "Deriv.com'u şimdi keşfedin",
+ "2102247413": "You’ll need the following documents to verify your account:",
"2108488100": "zarar durdur pip formülü",
"2108799022": "<0>Rise/Fall:0> Çıkış noktasının sözleşme döneminin sonundaki giriş noktasından kesinlikle daha yüksek mi yoksa daha düşük mü olacağını tahmin edin. ",
"2108938379": "5. Yeni oluşturulan değişken artık stratejinizde kullanılabilir.",
@@ -1365,6 +1516,7 @@
"2120092418": "Yanıtımızı bekleyin",
"2121227568": "NEO/USD\n",
"2121253634": "Daha önce olduğu gibi siz MetaTrader 5'de işlem yapmaktan keyif almaya devam ederken geri bildiriminizi dinledik ve deneyiminizi sizin için güncelledik. MT5 hesap kaydınızın ve pano deneyiminizin Deriv.com'da çok daha verimli olduğunu göreceksiniz. Böylece hesabınızı kolayca yönetebilir ve işlem deneyimlerinize daha kolay odaklanabilirsiniz.",
+ "2123318546": "RTS28 2021",
"2124129338": "Deriv - ticarete çok çeşitli türevler sunan online bir ticaret platformudur",
"2125422488": "Kendini-dışlama veya ticaret limitlerinizi ayarlamak veya düzenlemek için isterseniz <0>bize ulaşın0>.",
"2126327198": "Pozisyonlarınızı tutmak için ihtiyacınız olan marjini tahmin edin. Sonuç; kaldıraç, hacim lot ve DMT5 hesap bakiyenize bağlıdır.",
@@ -1438,16 +1590,14 @@
"-1306639327": "Ödeme yöntemleri",
"-62915554": "DMT5 Sinyalleri",
"-1467371190": "E-postanızı almadınız mı?",
- "-1076138910": "Ticaret",
+ "-1076138910": "Ticaret Yapın",
"-663862998": "Piyasalar",
"-787291267": "Durum sayfası",
"-2045194514": "Güvenli ve sorumlu ticaret",
"-23722102": "Partner",
"-890622347": "Affiliate ve IB'ler",
"-199351188": "Hata ödülü",
- "-1434418017": "<1>Herhangi bir sorunuz varsa, bize e-posta gönderin1><2>info@besquare.my2>",
- "-1429361008": "AB'de, Deriv Investments (Europe) Limited, W Business Centre, Level 3, Triq Dun Karm, Birkirkara BKR 9033, Malta, tarafından sunulan finansal ürünler, Malta Finansal Hizmetler Kurumu tarafından kategori 3 yatırım hizmetleri sağlayıcısı olarak lisanslandı (<0> Lisans no. / 70156 0>).",
- "-316493159": "Bu web sitesinin hizmetleri, ABD, Kanada ve Hong Kong dahil olmak üzere belirli ülkelerde veya 18'in altındaki kişiler tarafından kullanılamaz.",
+ "-316493159": "Bu web sitesinin hizmetleri, ABD, Kanada ve Hong Kong dahil olmak üzere belirli ülkelerde veya 18 yaş altındaki kişiler tarafından kullanılamaz.",
"-1497908566": "Burada sözü edilen ürünler döviz kurlarındaki değişikliklerden etkilenebilir. Bu ürünlere yatırım yaparsanız, yatırımınızın bir kısmını veya tamamını kaybedebilir ve yatırımınızın değeri dalgalanabilir. Kaybetmeyi göze alamayacağınız parayı asla yatırmamalı ve borç para ile asla ticaret yapmamalısınız.\n\n",
"-1991343658": "TİCARET",
"-298021142": "DerivX",
@@ -1473,7 +1623,7 @@
"-920766207": "Sentetik endeksler ile ticaret yapın",
"-1772599587": "Gerçek dünya piyasalarının hareketlerini taklit eden Volatilite ve Crash/Boom endeksleri ile ticaret yapın.",
"-1429891690": "Daha iyi risk yönetimi",
- "-866630583": "Pratik Yap",
+ "-866630583": "Pratik Yapın",
"-704828346": "Online ticaret platformu | Forex, emtialar, sentetik endeksler, hisse senetleri, ve hisse senedi endeksleri | Deriv",
"-1293694434": "3 basit adım",
"-68718669": "Deriv, dünya çapında güvenilen piyasa lideri ürünler sunma konusunda kanıtlanmış bir sicile sahip olan Binary.com'un evriminin bir sonraki adımıdır.",
@@ -1481,7 +1631,7 @@
"-183146919": "Geçen ay gerçekleşen ticaret",
"-1974212061": "Affiliate ve IB programları",
"-767762875": "Çeşitli affiliate ve broker programları arasından seçim yapma esnekliğinin tadını çıkarın. Ticaret platformlarımızı tanıtarak % 45 komisyon kazanın veya ciro bazlı komisyonların tadını çıkarın.",
- "-1725180490": "Ödeme acentesi programı",
+ "-1725180490": "Ödeme aracısı programı",
"-1319775835": "API'lerimiz tarafından desteklenen ticaret uygulamanızı başlatın. Müşterilerinizin uygulamanızda yaptığı her işlemden %5'e kadar kar marjı elde edin.",
"-1943991243": "Güvenilir bir lider ile ortaklık",
"-1781913728": "20 yılı aşkın kapsamlı deneyimimizden ve uluslararası alanda takdir edilen itibarımızdan yararlanın.",
@@ -1563,38 +1713,43 @@
"-64934031": "DMT5 Financial hesabı, forex, hisse senetleri, hisse senedi endeksleri, emtialar, sentetik endeksler ve kripto para birimlerinde fark (CFD) sözleşmesi ticareti yapmak için kaldıraç sunar.",
"-1807088090": "Tüm sözleşmeleri adil, doğru ve hızlı bir şekilde karara bağlarız",
"-666356424": "Kasiyer sistemlerimizi mümkün olduğunca sorunsuz çalışacak, para yatırma ve çekme işlemlerini verimli ve hızlı bir şekilde işleyecek şekilde tasarlayacağız. AML veya dolandırıcılıkla mücadele gerekliliklerinin neden olduğu gecikmeleri mümkün olduğunca en aza indireceğiz.",
- "-1096649509": "Yüksek çalışma süresi, iyi güvenlik ve düşük gecikme ile güvenilir çevrimiçi ticaret yapın",
- "-1847094306": "Tüm müşterilere yardımcı müşteri desteği sağlar",
- "-1244412808": "Tüm müşterilere eşit şekilde davranın",
+ "-1096649509": "Yüksek çalışma süresi, iyi güvenlik ve düşük gecikme ile güvenilir çevrimiçi ticaret sağlarız",
+ "-1847094306": "Tüm müşterilere yardımcı müşteri desteği sağlarız",
+ "-1244412808": "Tüm müşterilere eşit şekilde davranırız",
"-1447821734": "Nereden geldiklerine veya hesaplarının boyutuna bakılmaksızın tüm müşterilere eşit davranacağız.",
- "-688825946": "Bütün şikayetleri bütünlüğü ile ele alır",
+ "-688825946": "Bütün şikayetleri dürüstlük ile ele alırız",
"-826237637": "Herhangi bir şikayet durumunda, sorunu hız ve bütünlük ile çözmeyi amaçlıyoruz.",
"-1306637437": "Tüm ürünlerimiz ve hizmetlerimiz için fiyatlandırma konusunda rekabetçi olmayı hedefliyoruz.",
"-1881644246": "Bir müşteri kazançlar veya bakiyeler konusunda adil bir şekilde hak sahibiyse ve herhangi bir dolandırıcılık endişesi veya AML gereksinimi yoksa, bu parayı istediği zaman çekebilmelidir.",
"-539702624": "Tüm ürünlerimiz, hizmetlerimizde ve iletişimimizde anlaşılır bir dil kullanacağız.",
- "-976431156": "Ticarette yer alan riskleri belirgin ve akıllıca açığa vurur ",
+ "-976431156": "Ticarette yer alan riskleri belirgin ve akıllıca ortaya koyarız",
"-1181926649": "Ticaretle ilgili tüm riskler hakkında şeffaf olacağız çünkü müşterilerimizin risk iştahlarına göre bilgilendirilmiş seçimler yapmasını istiyoruz.",
"-217281793": "Biz nasıl para kazandığımız konusunda şeffaf olacağız, ticari bir karşı taraf olduğumuzda ya da broker olarak hareket etmek de dahil olmak üzere.",
"-353585365": "İlanlarımızda dürüst olacağız. Pazarlama materyallerimizde makul olmayan finansal başarı görüntüleri kullanmayacağız.",
- "-1617890467": "Finansal veya ticaret tavsiyesi yoktur",
+ "-1617890467": "Finansal veya ticaret tavsiyesi vermiyoruz",
"-709676773": "Piyasa yönü veya herhangi bir ticaretin uygunluğu hakkında hiçbir görüş vermeyeceğiz.",
- "-356979088": "Garantili iade vaadi yoktur",
+ "-356979088": "Garantili geri iade vaadi vermiyoruz",
"-1516665514": "Ticaret yapmanın birinin finansal endişelerini çözdüğünü veya güvenilir bir gelir elde edebileceğini ima etmeyeceğiz. Ticaretten gelen garantili veya risksiz getirilerin olmadığını açıkça belirteceğiz.",
- "-1356010780": "Eğilimli kişilerin ticaretten korunması için politikaları uygular",
+ "-1356010780": "Eğilimli kişilerin ticaretten korunması için politikalar uygularız",
"-1186213423": "Reşit olmayan kişilerin erişimini reddedecek ve finansal kapasitelerinin ötesinde ticaret yapan müşterileri belirlemek için süreçleri uygulayacağız.",
"-220003669": "Müşterini tanı (KYC) kontrolleri uygulayacak ve platformlarımızda kara para aklamayı ve diğer yasa dışı faaliyetleri önleyeceğiz.",
- "-1573099251": "Deriv Ödeme Acentesi Programı nedir?",
- "-456233007": "Bir ödeme acentesine müşterilerimiz için para yatırma ve çekme işlemlerini işleme yetkisi veren bir ortaklık düzenlemesidir.",
- "-1246163204": "Müşterilerin neden bir ödeme acentesine ihtiyacı var?",
- "-898245410": "Deriv'de ödeme acentesi olmak için ödemem gereken ücretler var mı?",
- "-173947736": "Bir ödeme acentesi olarak, belirlenen eşiklerimize bağlı olarak işlem başına komisyonunuzu belirlersiniz.",
- "-628267707": "Bir ödeme acentesi belirlenen komisyon eşiğinden daha fazla ücret alırsa ne olur?",
- "-280157831": "Haklı şikayetler alırsak, ilgili ödeme acenteleri platformumuzdan derhal yasaklanacaktır.",
- "-1794636525": "Ödeme acenteleri Deriv'in çalışanları veya affiliate'leri mi?",
- "-1333773557": "Hayır. Ödeme acenteleri bağımsız takascı olarak çalışır ve Deriv affiliate değildir.",
- "-1483718536": "Ödeme acentelerine komisyon ödemiyoruz. İşlem başına kendi komisyon oranınızı kendiniz belirlerseniz, müşterilerimiz gerekli ücretlere uyacaklardır.",
+ "-1573099251": "Deriv Ödeme Aracısı Programı nedir?",
+ "-456233007": "Bir ödeme aracısına müşterilerimiz için para yatırma ve çekme işlemlerini işleme yetkisi veren bir ortaklık düzenlemesidir.",
+ "-1246163204": "Müşterilerin neden bir ödeme aracısına ihtiyacı var?",
+ "-898245410": "Deriv'de ödeme aracısı olmak için ödemem gereken ücretler var mı?",
+ "-173947736": "Bir ödeme aracısı olarak, belirlenen eşiklerimize bağlı olarak işlem başına komisyonunuzu belirlersiniz.",
+ "-628267707": "Bir ödeme aracısı belirlenen komisyon eşiğinden daha fazla ücret alırsa ne olur?",
+ "-280157831": "Haklı şikayetler alırsak, ilgili ödeme aracıları platformumuzdan derhal yasaklanacaktır.",
+ "-1794636525": "Ödeme aracıları Deriv'in çalışanları veya affiliate'leri mi?",
+ "-1333773557": "Hayır. Ödeme aracıları bağımsız takascı olarak çalışır ve Deriv affiliate değildir.",
+ "-1483718536": "Ödeme aracılarına komisyon ödemiyoruz. İşlem başına kendi komisyon oranınızı kendiniz belirlerseniz, müşterilerimiz gerekli ücretlere uyacaklardır.",
"-1016133415": "Hizmetlerimin reklamını Deriv müşterilerine yapabilir miyim?",
"-876582984": "Evet, ilgili tüm hüküm ve koşulları uygulamanız koşuluyla (Hüküm ve koşullar sayfamızdaki \"İş ortakları için\" başlıklı sekmeye bakın).",
+ "-1434418017": "<1>Herhangi bir sorunuz varsa, bize e-posta gönderin1><2>info@besquare.my2>",
+ "-618539786": "Hesabınız kapatılmak için planlandı. ",
+ "-905560792": "Tamam, Anlıyorum",
+ "-168971942": "Bu sizin için şu anlama geliyor",
+ "-1308593541": "Kapatıldığı zaman hesabınıza erişiminizi kaybedeceksiniz, bu nedenle tüm paranızı çektiğinizden emin olun.",
"-1496158755": "Deriv.com'a gidin",
"-373212993": "Deriv web sitesi",
"-1788474476": "Affiliate ve IB kayıt",
@@ -1615,7 +1770,7 @@
"-745080059": "Bir bug raporu gönder",
"-1771893322": "Raporunuzu <0>security@deriv.com0> adresine e-posta ile gönderin ve ilgili tüm videoları, sistem tanılama raporlarını ve çökme günlüklerini ekleyin. Büyük dosyaları bizimle paylaşmak için Dropbox veya Google Drive kullanabilirsiniz.",
"-908674373": "Programa katılmadan önce lütfen Deriv Hata Ödül Programının <0>şartlar ve koşullarını0> okuyun ve anlayın.",
- "-1425332024": "Hata ödül programı",
+ "-1425332024": "Ödül avcılığı programı",
"-1372358243": "Kritik",
"-945348451": "$5,000'a kadar",
"-1042333567": "Orta",
@@ -1697,7 +1852,7 @@
"-1613115256": "Deriv X nedir",
"-1809914704": "Özel ticaret deneyimi",
"-339366518": "Ticaret ortamınızı kolayca özelleştirin. Widget'ları sürükleyip bırakın, kendi düzenlemelerinizi oluşturun ve ihtiyacınız olduğunda ihtiyacınız olan bilgileri alın.",
- "-841245558": "Pano ile ilerlemenizi takip edin, günlükle yapılan geçmiş işlemlerden öğrenin ve favori varlıklarınız için özel izleme listeleri oluşturun.",
+ "-841245558": "Kontrol paneli ile ilerlemenizi takip edin, günlük ile geçmiş işlemlerden bilgi edinin ve favori varlıklarınız için özel izleme listeleri oluşturun.",
"-1905254299": "Marjininizi bilin",
"-282795677": "Tek bir platformda birden fazla piyasa",
"-1956694920": "Deriv X ile ticarete başlayın",
@@ -1769,35 +1924,69 @@
"-2062968282": "Cevabınızı bulamadınız mı? Yardım edebiliriz.",
"-978362988": "Sohbet",
"-1299484872": "Hesap",
- "-1059028037": "Neden bir hesap oluşturamıyorum?",
"-1310262676": "Kişisel bilgilerimi nasıl değiştirebilirim?",
+ "-251180453": "How can I change the currency of my account?",
+ "-221810226": "Can I change my email address?",
+ "-1059028037": "Neden bir hesap oluşturamıyorum?",
"-2043299631": "Pazarlama e-postalarının aboneliğini nasıl iptal ederim?",
+ "-214877260": "How can I set self-exclusion limits on my account?",
+ "-2064918290": "How do I verify my account?",
+ "-425061473": "What documents do I need to verify my account?",
+ "-172153561": "Why do I need to verify my account?",
+ "-1619463465": "Can I trade without verifying my account?",
+ "-414862292": "Doğrulama ne kadar sürer?",
+ "-790757582": "Belgelerim neden reddedildi?",
"-1049383996": "Hisse senedi endeksleri nelerdir?",
"-1633933174": "Sentetik endeksler nelerdir?",
"-226333706": "Ticaret nasıl yapılır",
+ "-1859881435": "What assets are available for trading on weekends?",
"-1612801567": "Para yatırma ve çekme",
- "-977028772": "Hangi ödeme yöntemlerini destekliyorsunuz?",
- "-181763764": "Para yatırma ve çekme işlemlerinin işlenmesi ne kadar sürer?",
+ "-1315176976": "What payment methods can I use for deposits and withdrawals?",
+ "-1547685378": "How long does it take for my deposits and withdrawals to be processed?",
"-840116640": "Minimum para yatırma veya çekme tutarı nedir?",
+ "-1847412788": "My withdrawal verification link has expired. What should I do?",
"-1689659144": "para çekme işlemleri ",
- "-223315135": "Para çekme limitlerimi nasıl kaldırabilirim?",
- "-1339949921": "Kredi kartı depozitom neden sürekli reddediliyor?",
+ "-1861727138": "How can I remove the withdrawal limit on my account?",
"-1108803896": "Para yatırma",
"-2135274535": "Mevduat bonusumu geri çekebilir miyim?",
- "-1686360438": "Maestro/Mastercard'ıma neden para çekemiyorum?\n",
+ "-383099370": "Can I deposit with my friend's/family member's debit/credit card or e-wallet?",
+ "-560703263": "Why can't I see any payment methods on the Withdrawal page?",
+ "-222181522": "Deriv hesabımı doğrulamam gerekiyor mu?",
+ "-35912880": "Affiliate programme",
+ "-1134652564": "What type of commission plans do you offer?",
+ "-504946033": "Who can apply as an affiliate?",
+ "-940672929": "Where can I find my referral link?",
+ "-2082521397": "What type of reports will I have access to?",
+ "-860666463": "IB programme",
+ "-1062769315": "How do I sign up as an introducing broker (IB)?",
+ "-118302649": "Why should I join your introducing broker (IB) programme?",
+ "-153524655": "How much do you pay in commission?",
+ "-548897585": "Are there any charges for joining your introducing broker programme?",
+ "-1236285182": "How and when will I receive my IB commission payout?",
+ "-1557693454": "When can I withdraw my commission?",
+ "-253752482": "Where is my money held?",
"-1787820992": "Platformlar",
- "-1445755525": "DMT5 gerçek para hesabımdan nasıl para çekebilirim?",
- "-1833809949": "DMT5 giriş bilgilerim neden Deriv giriş ayrıntılarımdan farklı?",
- "-2114093568": "DMT5 hesap parolamı nasıl sıfırlayabilirim?",
- "-1519123821": "DMT5 gerçek para hesabıma nasıl para yatırabilirim?",
+ "-1288798840": "What are the main differences between your digital options and CFD platforms?",
+ "-1834333990": "How can I change my Deriv MT5 password?",
+ "-1723900573": "How do I log in to my Deriv MT5 account?",
+ "-1698836439": "What is the name of my Deriv MT5 server?",
+ "-617194580": "Do you offer swap-free Deriv MT5 accounts?",
+ "-227242365": "Can I change the leverage on my Deriv MT5 account?",
+ "-941684403": "What time is shown in the MT5 terminal?",
+ "-1728332105": "For how long can I use my Deriv MT5 demo account?",
+ "-1972914987": "What is the minimum volume for micro forex pairs?",
"-1531872373": "Deriv X'te hangi piyasalarda işlem yapabilirim?",
"-385265783": "Deriv X'te işlem yapmak için minimum ve maksimum miktar nedir?",
- "-663022568": "Bir Deriv X hesabını nasıl oluşturabilirim?",
+ "-976858633": "What's the difference between Deriv MT5 and Deriv X?",
"-1798013905": "Sentetikler ve Finansal hesaplar arasındaki farklar nelerdir?",
"-114658193": "Deriv X parolamın Deriv parolamdan farkı nedir?",
"-156237172": "Deriv X parolamı nasıl sıfırlarım?",
"-2038952853": "Deriv X hesap bilgilerimi nerede bulabilirim?",
+ "-315976084": "What contract types do you offer on DTrader?",
"-1952371760": "Sözleşmeler",
+ "-1677125826": "Can I download the chart on DTrader?",
+ "-1980078854": "Çarpanlar nedir?",
+ "-771604768": "How do I trade multipliers?",
"-918450098": "Bloklar",
"-315611205": "Strateji",
"-122062690": "Martingale stratejisi nedir?",
@@ -1809,24 +1998,79 @@
"-2133437022": "Deriv P2P nedir?",
"-1568899385": "Deriv P2P ne kadar güvenlidir?",
"-1567244911": "Ödeme",
- "-532895895": "Günlük satın alma veya satış sınırımı artırabilir miyim?",
- "-1101543580": "Limit",
+ "-1812070043": "Where can I see the terms of use for Deriv P2P?",
+ "-696921894": "Why is my Deriv P2P account blocked?",
+ "-425611884": "How do I create an ad?",
+ "-1050528217": "How do I make an order?",
+ "-1745867197": "Why can't I see my ad in the Buy/Sell tab?",
"-214996581": "Anlaşmazlık",
+ "-586363837": "How do I ensure my Deriv P2P transactions are successful?",
"-190084602": "İşlem",
- "-222181522": "Deriv hesabımı doğrulamam gerekiyor mu?",
- "-414862292": "Doğrulama ne kadar sürer?",
- "-790757582": "Belgelerim neden reddedildi?",
+ "-1257202503": "How do I get in touch with the trader I’m dealing with?",
+ "-1101543580": "Limit",
"-1819888683": "Üzgünüz, '{{search}}' ile eşleşen bir sonuç bulamadık. ",
"-859753143": "Arama ipuçları:",
"-177264246": "Arama özelliklerimiz kısa arama terimleriyle en iyi şekilde çalıştığından arama terimlerinizi kısa tutun ",
- "-1475429047": "Grup uygulamamız doğrultusunda, müşteri kayıtları için aşağıdaki kriterleri belirledik:",
- "-908523895": "Müşteriler en az 18 yaşında olmalıdır. ",
- "-1385123522": "Hesabın kimliği tam olarak doğrulandıysa, istediğiniz değişiklikleri talep eden bir bilet sunabilirsiniz. Lütfen kimlik ve adres belgenizi ekleyin.",
- "-1967507831": "Para yatırdıktan veya bir DMT5 hesabı oluşturduktan sonra, para biriminizi yalnızca Müşteri Desteği ile iletişime geçerek değiştirebilirsiniz.",
- "-1294180117": "Google/Facebook/Apple hesap parolanızı unuttuysanız, Deriv'de oturum açmak için <0>Deriv hesap parolanızı sıfırlayabilirsiniz0>.",
- "-1588331606": "Hesabınızı kapatmak için <0> Hesabı devre dışı bırak. 0> ögesine gidin.",
- "-292833690": "Deriv hesabınızı kapatmadan önce, tüm açık pozisyonlarınızı kapatın ve DMT5 dahil olmak üzere ticaret hesaplarınızdaki tüm fonları çekin.",
- "-1760393932": "Bunu kolayca <0>Ayarlar > Profil>0> <1> Kişisel bilgiler1> ögesine giderek yapabilirsiniz. E-posta tercih kutusunun işaretini kaldırın ve abonelikten çıkmak için 'Gönder' düğmesini tıklayın.",
+ "-1681655860": "Malta Finansal Hizmetler Kurumu",
+ "-435600202": "Help centre | Frequently asked questions | About | Deriv",
+ "-254542421": "Here are some possible reasons you aren't able to create an account:",
+ "-1739646504": "You’re below 18 years old.",
+ "-1116525030": "You may already have a Deriv account.",
+ "-1910608693": "Our services aren't available in your country of residence.",
+ "-2073215708": "You can do so on the <0>Personal details0> page. If you’re unable to update your details, please <1>contact us via live chat1>. We may need you to send us some documents for verification.",
+ "-785517434": "While the currencies of your virtual and cryptocurrency accounts are fixed, you can change the currency of your fiat account by following the steps below.",
+ "-582231303": "Select <0>Fiat currencies,0> choose the currency you want, and click <0>Change currency.0>",
+ "-703297687": "If you have open positions, close them first.",
+ "-599281490": "For your Deriv real account, go to <0>Cashier0> to withdraw your funds.",
+ "-188538325": "For your Deriv MT5 and Deriv X real accounts, go to your dashboard to withdraw your funds.",
+ "-1129279211": "<0>Contact us via live chat0> and we’ll help you change the currency of your account.",
+ "-894612350": "Hit <0>Forgot password?0> on the <1>login page.1>",
+ "-1582535828": "Enter the same email address you use for your Apple/Google/Facebook account.",
+ "-2136863307": "Now, you'll be able to log in to your Deriv account using your email address and password.",
+ "-803818887": "It's a fee that we charge for accounts that have been inactive for the last 12 months. Refer to <0>our terms0> for more info.",
+ "-1244219585": "Name of entity",
+ "-1523686418": "Authorisation to manage the account (if your business has more than one director)",
+ "-1883441858": "Passport and utility bill/bank statement of the person managing the account and of each director and shareholder (if your business has more than 1)",
+ "-482992615": "Utility bill/bank statement containing the address of the business",
+ "-337933411": "It depends on the laws in your country of residence. Please get professional advice on whether you're required to pay taxes on <0>your profits0>.",
+ "-464076737": "You can do so on the <0>Self-exclusion0> page.",
+ "-1687067691": "If you reside in any other country, you can adjust or remove your limits on the <1>Self-exclusion1> page. If you’re unable to change your limits, <0>let us know via live chat0>.",
+ "-1411245754": "We’ll prompt you to verify your account when it’s needed.",
+ "-1057679672": "When we prompt you to verify your account, follow these steps:",
+ "-1715758584": "<0>Log in0> to your Deriv account.",
+ "-1960993308": "Go to <0>Settings0> > <1>Proof of identity1> or <1>Proof of address1>.",
+ "-400895399": "Follow the instructions on the screen to verify your account.",
+ "-1464239544": "<0>Note:0> The <0>Proof of identity0> and <0>Proof of address0> pages will not be available if your account doesn’t need verification at this time.",
+ "-759539756": "<0>Proof of identity0>",
+ "-1047117142": "You’ll need a valid government-issued identity document such as a national ID card, passport, or driver's licence. Your document must clearly show your name, photo, and date of birth.",
+ "-864022561": "You’ll need a bank statement, credit card statement, tax statement, or utility bill. Your document must be issued within the last 6 months. It must contain your name, address, the name of the company that issued the document, and the issue date.",
+ "-469258978": "No, you must verify your account before trading.",
+ "-1403118121": "If you’re in any other country:",
+ "-1945892745": "We try to review your verification documents within the same day. In some cases, due to high traffic, it may take up to 3 business days. You’ll get a confirmation email from us once the review is complete. You can also check the status of your documents at",
+ "-217527343": "<0>Settings > Proof of identity0>",
+ "-1746837387": "We may have declined your documents because they were unclear, invalid, expired, had cropped edges, or showed details that did not match your Deriv profile. If you need help, please <0>contact us via live chat0>.",
+ "-1248152791": "When you join our affiliate programme,",
+ "-640475298": "You'll be able to take advantage of our multilingual platforms and reach clients wherever they are.",
+ "-179421588": "You'll receive prompt monthly payouts via your preferred payment method.",
+ "-874599648": "You won't be charged any hidden fees. You'll be able to see exactly what your earnings are.",
+ "-1456353153": "You'll have a dedicated account manager to help you.",
+ "-1835477277": "<0>Cost per acquisition0> (For the EU only)",
+ "-2057848186": "Earn 100 USD in commission for each successful referral. Your referred client must open a real account using your tracking link and deposit 100 USD or more (one-time or accumulative).",
+ "-1264084852": "We encourage you to become our affiliate if you are:",
+ "-317355829": "<0>A webmaster0> \n Do you have a trading-related website? Join our network of affiliates and turn your traffic into revenue by promoting our products and services.",
+ "-643644414": "<0>A trading mentor0> \n Do you mentor other traders? Help them become better traders and earn commission when they sign up and trade on our platforms.",
+ "-67585950": "A referred client is a client who signed up using your tracking link, made a deposit in their account, and started trading on our platforms. As an affiliate, you stand to earn commission from the trades performed by your referred clients.",
+ "-1388788058": "Follow these steps to get your referral link:",
+ "-379292041": "<0>Log in0> to your affiliate dashboard.",
+ "-1245795523": "Click the <0>Marketing<0/> tab.",
+ "-976921122": "Follow these steps to change your payment method:",
+ "-257221931": "<0>Log in0> to your dashboard.",
+ "-1109489026": "Click the <0>Finances0> tab and select <0>Payment instructions0>.",
+ "-1408956818": "Select your preferred payment method, enter the necessary details, and click <0>Update0>.",
+ "-817404641": "Go to <0>Reports0>, and select <0>Detailed activity report0>.",
+ "-1204121083": "Set the duration and filters and click <0>Display report0> or <0>Download report0>.",
+ "-1507095704": "Help centre | Frequently asked questions | Affiliate programme | Deriv",
+ "-1973882807": "Frequently asked questions - Affiliate programme",
"-994905306": "1. Blok menüsünü açmak için sol üst köşedeki 'Başlayın' ögesine tıklayın.",
"-1285759343": "Arama",
"-588159121": "Bloğu çıkarın",
@@ -1866,46 +2110,122 @@
"-822031479": "Özet sekmesi",
"-224804428": "İşlemler",
"-1609246392": "Grafiği görüntülemek için çalışma alanının sol alt köşesindeki 'Grafik'e tıklayın.",
- "-1144380171": "<0>desteklenen ödeme yöntemleri0> listemiz banka havalesi, kredi ve banka kartları, e-cüzdanlar ve kripto para birimlerini içerir.",
- "-765332281": "Aksi belirtilmedikçe para yatırma ve çekme işlemleriniz bir iş günü içinde (Pazartesiden Cumaya, 09:00-17:00 GMT+8) yapılacaktır. Lütfen, bankanızın veya para transfer servisinizin talebinizi işleme koymak için ek süre gerektirebileceğini unutmayın.",
- "-2129519303": "Kripto para mevduatları için minimum bir miktar yoktur.",
- "-130293452": "Kimliğinizi ve adresinizi doğrulayarak para çekme limitlerinizi kaldırabilirsiniz. Mevcut para çekme limitlerinizi görmek için lütfen <0>Ayarlar >Güvenlik ve emniyet>0>Hesap limitleri1> ögesine gidin.",
- "-849531377": "Mastercard ve Maestro kart para çekme işlemleri yalnızca İngiltere'deki müşteriler için kullanılabilir. İngiltere'den değilseniz, lütfen bunun yerine bir e-cüzdan veya kripto para kullanarak para çekin.",
+ "-346303383": "You can use debit and credit cards, e-wallets, cryptocurrency wallets, and payment agents for deposits and withdrawals (see our <0>payment methods page0> for a complete list). Once you log in to your Deriv account, you’ll be able to see payment methods available in your country on the <1>Cashier page1>.",
+ "-2134684262": "You can get a new link on the Cashier page. Go to <0>Withdrawal0> and click Verify my request. We'll email you a new link; please remember to use it within 1 hour.",
+ "-1855944698": "Here are some reasons why your credit card deposit was declined:",
+ "-1435852820": "Your 3D SecureCode may not be activated. Please contact your bank to check.",
+ "-805026662": "Your country of residence does not match the country that your card was issued in.",
+ "-336747115": "If you need help, please contact us via <0>live chat0>.",
+ "-1168460620": "Yes, but only once your turnover exceeds an amount that's 25 times the deposit bonus value. The bonus is to help you get familiar with our trading platforms, so we'd love for you to use it to trade and earn a potential profit (which you may withdraw at any time).",
+ "-1955486267": "Mastercard and Maestro card withdrawals are only available for UK clients. If you are not from the UK, you’ll need to use a withdrawal method that’s available in your country.",
+ "-670805289": "The currency conversion for your deposits and withdrawals are done by your payment service provider. For example, if you use Skrill, your transaction amount will be converted by Skrill. Please check with your service provider regarding the conversion rates used for your deposits and withdrawals.",
+ "-1185520887": "your withdrawal request has already been authorised and processed",
+ "-1543634856": "To cancel your withdrawal, follow these steps:",
+ "-410744792": "Go to <0>Cashier > Withdrawal0>.",
+ "-1736064743": "We'll send you an email with a verification link. Click that link.",
+ "-1439607156": "Your payment method will only appear on the Withdrawal page after you've made your first deposit. If you've made a deposit and still don't see your payment method on the Withdrawal screen, it's probably because the payment method you used for the deposit cannot be used for withdrawals. In this case, you may need to use a different payment method that supports withdrawals, too. <0>Contact us via live chat0> if you need help.",
"-1257106357": "Yardım merkezi | Sık sorulan sorular | Para yatırma ve çekme | Deriv",
"-524318410": "Sık sorulan sorular - Para yatırma ve çekme",
- "-342557323": "Deriv hesabınıza para almak için, bir tüccar arkadaşınızdan yerel para biriminizde (veya desteklenen herhangi bir para biriminde) Deriv fonları satın alabilirsiniz ve 'satın aldığınız' tutar hesabınıza yatırılır.",
- "-993408638": "Deriv P2P'nin hizmetlerini kullanmaya başlamadan önce her kullanıcının kimliğini doğrularız - kullanıcıların Deriv P2P'de satın alım veya satış yapmadan önce kimlik doğrulaması için bir POI (kimlik kanıtı) belgesi göndermeleri gerekir.",
- "-2050983631": "Ayrıca, tüm işlemler escrow ile korunur. Escrow, her iki taraf da işlemin tamamlandığını onaylayana kadar Deriv fonlarını kilitler.",
- "-558939780": "Banka havaleleri, kartlar, e-cüzdanlar veya uğraştığınız kişiyle üzerinde anlaşmaya varılan herhangi bir ödeme yöntemiyle diğer yatırımcılara para aktarabilirsiniz.",
- "-1985070919": "Deriv P2P yatırımcıları arasında yapılan ödemeler üzerinde Deriv'in hiçbir kontrolü olmadığını lütfen unutmayın. Bu nedenle, lütfen siz ve işlem yaptığınız tüccar arasında kararlaştırılan ödeme talimatlarını takip ettiğinizden emin olun ve reklamlarınızı yayınlarken tercih ettiğiniz ödeme yöntemini ve talimatları sağlayın.",
+ "-993497460": "<0>Deriv P2P0> is our peer-to-peer deposit and withdrawal service that’s part of our trading platform. Using Deriv P2P, you can get money in and out of your account in minutes via exchanges with fellow traders. We launched this service mainly for our clients in countries where currency exchange services are not widely accessible.",
+ "-1279056201": "We verify everyone’s identity before they can start using Deriv P2P. No anonymous transactions are allowed.",
+ "-296729461": "Additionally, all transactions are protected by escrow: the order amount is locked in escrow until both parties confirm that the transaction has been completed from their end.",
+ "-1476852890": "Yes, you’ll need a Deriv real account before you can start using Deriv P2P. Deriv P2P is a way to move funds in and out of your Deriv account.",
+ "-154362819": "Click <0>Real0>. Under <0>Deriv accounts0>, click <0>Add0>.",
+ "-1627487675": "Your Deriv P2P balance may not include all deposits made to your Deriv account. Deposits via credit cards, Skrill, Neteller, and ZingPay will not be available in Deriv P2P.",
+ "-568906967": "Go to Section 4, ‘Deriv P2P’ of <0>our terms0>.",
+ "-461691496": "Your Deriv account is suspended. Please <0>contact us0> via live chat for more info.",
+ "-1029239301": "You have cancelled 3 orders in the last 24 hours. Your account will be unblocked automatically after 24 hours.",
+ "-1141509742": "Yes, just contact us <0>via live chat0> to request a limit increase.",
+ "-1410699505": "You can use any payment method you want as long as it is agreed with the trader you’re dealing with.",
+ "-86797398": "<0>Note:0> Deriv has no control over payments made between Deriv P2P traders. Please ensure you follow the payment instructions as agreed between you and the trader you are dealing with, and provide your preferred method of payment and instructions when you post your ads.",
+ "-338149677": "Go to <0>Deriv P2P0> > <1>My ads1>.",
+ "-67297475": "Your ads are available in the <1>My ads1> tab at <0>Cashier > Deriv P2P0>.",
+ "-1869445525": "Select Buy or Sell ads.",
+ "-1378864427": "Choose the ad you want by clicking <0>Buy0> or <0>sell0>.",
+ "-1278209777": "You'll only be able to make an order once your account has been verified.",
+ "-1669612535": "If you're selling, you'll need to wait for the buyer's payment before completing the order.",
+ "-1239568034": "Deriv, P2P'deki herhangi bir işlem ile ilgili bir sorunla karşılaşırsanız, öncelikle ilgili olduğunuz tüccar ile çözmeye çalışın. Eğer durumu çözmeye yardımcı olmak istemiyorlarsa, lütfen canlı sohbet yoluyla <0>bize bildirin0> ve biz sorunu çözmek için size yardımcı olacağız. ",
+ "-989166377": "To dispute a Deriv P2P transaction, follow these steps:",
+ "-1567088047": "Once the order has expired, click <0>Complain0> on the order details screen.",
+ "-1543692084": "We’ll seek more info on the transaction by reaching out to you and the trader you are dealing with, and we’ll try to resolve the issue within 24 hours. We’ll keep you informed of the status.",
+ "-1095411583": "For successful Deriv P2P transactions, follow these guidelines:",
+ "-693174976": "Avoid creating ads with identical amounts and exchange rates.",
+ "-2112170016": "Ensure that your account balance is sufficient to support your ads and orders.",
+ "-1098565506": "If you’re buying:",
+ "-1941726245": "Check your bank or e-wallet balance to confirm that the buyer has made payment before completing the order.",
+ "-1964387231": "Once you’ve received the payment from the buyer, try to complete the order as soon as you can.",
+ "-1705206253": "For more guidelines on using Deriv P2P, see our <0>terms of use0> (refer to Section 4 ‘Deriv P2P’).",
"-90598465": "Minimum depozito yoktur. Günde on iki kez maksimum 2.500 USD para yatırabilirsiniz.",
"-307502515": "Forex, kripto para birimleri, emtialar ve Deriv X'teki tescilli sentetik endekslerimizde CFD ticareti yapabilirsiniz.",
"-577476222": "DTrader, dijital seçenekler, çarpanlar ve lookbacks şeklinde 50'den fazla varlıkla işlem yapmanıza olanak tanır.",
"-2134519372": "Deriv MT5 (DMT5) ve Deriv X, spot forex ve CFD'ler birden fazla varlık sınıfında kaldıraçla takas edebileceğin çok varlıklı işlem platformlarıdır. Aralarındaki en büyük fark platform düzenidir - MT5 basit bir hepsi bir arada görünüme sahipken, Deriv X'te düzeni tercihinize göre özelleştirebilirsiniz.",
+ "-1529587893": "Follow these steps to add a Deriv X account:",
+ "-1383710718": "Select <0>Real account0> or <0>Demo account0>.",
+ "-780401736": "If you’re adding your first Deriv X account, you’ll need to set your Deriv X password. If you’ve already set your Deriv X password before, you’ll need to enter it now.",
+ "-1285898327": "Your new Deriv X account is now ready.",
+ "-527968812": "You'll need to add a Deriv X account first. After that, follow these steps to log in:",
"-2055925090": "Finansal hesap, forex, kripto para birimleri ve emtialar gibi finansal piyasalarda fark (CFD) sözleşmeleri takas ettiğiniz yerdir.",
"-1720135689": "<0>Hesap ayarları0> sekmesine gidin. \"Güvenlik ve emniyet\" açılır menüsüne tıklayın ve \"Parolalar\"ı seçin. \"Deriv X şifresini\" altında, şifrenizi sıfırlamak için \"Şifreyi değiştir\"i tıklayın.",
"-535620163": "Deriv X hesabınızdan Deriv'deki para çekmek için öncelikle parayı Deriv hesabınıza aktarmanız gerekir. Kasiyer > Hesaplar arasında transfer'e gidin ve ekrandaki talimatları izleyin.",
"-2015877045": "Yardım Merkezi | Sık sorulan sorular | Deriv X | Deriv",
"-529738098": "Sık sorulan sorular - Deriv X",
"-971172690": "Deriv X hesabıma yatırabileceğim minimum / maksimum ne kadardır?",
- "-844199531": "DMT5, kaldıraçla spot forex ve fark sözleşmeleri (CFD'ler) ticaret yapmak için kullanabileceğiniz çok varlıklı bir ticaret platformudur.",
- "-35355043": "DMT5 gelişmiş hesabı, işlemlerinizin doğrudan piyasaya geçirildiği ve forex likidite sağlayıcılarına doğrudan erişim sağlayan %100 A Book hesabıdır.",
- "-315308558": "DMT5 Sentetik Endeksler hesabı, gerçek dünyadaki hareketleri taklit eden sentetik endekslerde fark (CFD) sözleşmesi ticareti yapmanıza olanak tanır. 7/24 işlem yapmak için kullanılabilir ve bağımsız bir üçüncü taraf tarafından adil bir şekilde denetlenir.",
- "-1390301231": "Deriv'deki MT5 hesabınıza para yatırmak için, Deriv hesabınızdaki paraları kullanmanız gerekir. <0>Kasiyer>0> <1>Hesaplar arasında transfer1> ögesine gidin ve ekrandaki yönergeleri izleyin.",
- "-1374692096": "Deriv'teki MT5 hesabınızdan para çekmek için parayı Deriv hesabınıza aktarmanız gerekir. <0>Kasiyer >0> <1>Hesaplar arası transfer1> ögesine gidin ve ekrandaki yönergeleri izleyin.",
- "-1538690809": "Deriv'deki MT5, web sitemizde barındırılmayan bağımsız bir ticaret platformudur. DMT5 giriş bilgileriniz MT5 platformuna erişmenizi sağlarken, Deriv giriş bilgileriniz DTrader ve DBot gibi web sitemizde barındırılan platformlara erişmenizi sağlar.",
+ "-935980097": "The Deriv MT5 Synthetic account offers contracts for difference (CFDs) on synthetic indices. Our proprietary synthetic indices mimic the price movement of real financial markets but are not affected by market events. Trading on synthetic indices is available 24/7, even on weekends and holidays. There are more than 15 indices to choose from, with different levels of volatility and market behaviour.",
+ "-787503172": "The Deriv MT5 Financial account offers CFDs on forex, commodities, cryptocurrencies, stocks, and stock indices, with high leverage and variable spreads for maximum flexibility. This account offers more than 100 assets, and 24/7 trading is available on cryptocurrencies.",
+ "-300839534": "You'll need to transfer funds from your Deriv account to your Deriv MT5 account. You can do this on the <0>Cashier page0>. Transfers are instant; your funds will be available in your Deriv MT5 account as soon as you complete the transfer.",
+ "-1348787775": "Follow these steps to reset your Deriv MT5 password:",
+ "-1111031408": "Go to your <0>Deriv MT5 dashboard0>.",
+ "-985140221": "Click <0>Confirm0>.",
+ "-1222605568": "We'll send you an email. Click the <0>Change password0> button in that email.",
+ "-1184173356": "You'll be taken to the Change password screen. Enter a new password and click <0>Create0>.",
+ "-1462766296": "You can log in to your Deriv MT5 account via the MT5 desktop app, web terminal, or mobile app. You'll need the login ID and server name from <0>your Deriv MT5 dashboard0>. Please remember to use your Deriv MT5 password to log in to Deriv MT5.",
+ "-1089619392": "You can set the investor password on your <0>Deriv MT5 dashboard0>. Click <1>Password1> on your Deriv MT5 account, and select <1>Investor password1> to set a new password.",
+ "-351288377": "No, we don't.",
+ "-1987596175": "You can't reactivate your Deriv MT5 account. Instead, you can create a new one on your Deriv <0>MT5 dashboard0>.",
+ "-38304396": "No, you can't. There's a fixed default amount for each asset. The leverage applied to your account can be found on your <0>Deriv MT5 dashboard0>.",
+ "-88115138": "Greenwich Mean Time (GMT).",
+ "-1741073621": "If you need a statement of your trades on Deriv MT5, follow these steps to download a 3-month statement:",
+ "-1684440937": "Log in to your MT5 account via the desktop app.",
+ "-1374165891": "Right-click on <0>Time0>, click <0>Report0>, and select <0>Open XML0>.",
+ "-1795964107": "If you need a statement for a more extended period, contact us via <0>live chat0>, and we'll help you with it.",
+ "-309622502": "Yes, we’ll transfer your balance to your Deriv account before your Deriv MT5 account is deactivated.",
+ "-586122892": "No, this isn’t possible on MT5.",
+ "-518416448": "No, you can't, but you may have multiple Deriv MT5 Synthetic accounts on different servers.",
+ "-2007650229": "Yes, you can trade micro forex pairs with a Deriv MT5 Financial account.",
"-1593152023": "Yardım merkezi | Sık sorulan sorular | DMT5 | Deriv",
- "-1762311912": "DTrader'da üç sözleşme türü sunuyoruz: Yukarı & Aşağı, Yüksek & Düşük, ve Digits.",
+ "-1402025716": "<0>DTrader0> is one of our trading platforms. It offers digital options and multipliers on a variety of assets in financial and synthetic markets. ",
+ "-798714068": "You can trade forex, stocks, stock indices, commodities, cryptocurrencies, and synthetic indices on DTrader. Some markets may not be available in certain countries.",
+ "-1758753185": "These contracts are available on DTrader:",
+ "-1572548510": "Ups & Downs",
+ "-922253974": "Çıkış/İniş",
+ "-1361254291": "Higher/Lower",
+ "-1691868913": "Touch/No Touch",
+ "-763273340": "Digits",
+ "-330437517": "Matches/Differs",
+ "-657360193": "Üzerinde/Altında",
"-1442307043": "Yardım merkezi | Sık sorulan sorular | DTrader | Deriv",
"-1544998943": "Sık sorulan sorular - DTrader",
+ "-1301260207": "You'll earn commission whenever your clients trade CFDs on MT5, even on weekends and public holidays.",
+ "-110767819": "You'll have access to various marketing tools to help promote our products and services to your clients.",
+ "-289567912": "Find out more about our IB programme <0>here0>.",
+ "-898871903": "No, it's completely free of charge.",
"-17396892": "Yardıma ihtiyacınız var mı? Deriv hizmetleri ve online ticaret platformları hakkında sorularınız mı var? SSS'mizi okuyun veya bize bir soru sorun.",
+ "-199125243": "Multipliers (also known as multiplier options) is a trade type that gives you an opportunity to amplify your profit without risking more than your stake. To find out more, visit <0>the Multipliers page0>.",
+ "-1755209362": "Watch <0>this video0> to know more about trading multipliers.",
+ "-1343499861": "Help centre | Frequently asked questions | Multipliers | Deriv",
"-11499858": "Hayır, istenmedikçe Deriv hesabınızı doğrulamanız gerekmez. Hesabınız doğrulama gerektiriyorsa, işlemi başlatmak ve belgelerinizi nasıl sunacağınız hakkında net talimatlar vermek için sizinle e-posta yoluyla iletişime geçeceğiz.",
- "-1314529357": "Bir emtia ya yetiştirilir ya da çevrede doğal olarak üretilir. Örnekler arasında ham petrol, metaller, altın ve gümüş verilebilir.",
- "-720675222": "Deriv'e özel sentetik endeksler, gerçek olayların ve diğer dış aksaklıkların etkilerinden etkilenmeden, gerçek dünya piyasa hareketlerini simüle etmek için tasarlanmış kendi sentetik piyasa setimizdir.",
- "-817895916": "Dijital seçenek, yalnızca iki olası sonuçtan sonucu tahmin ettiğiniz sabit ödemeli bir finansal araçtır.",
- "-634329620": "Üç ticaret platformu sunuyoruz: DTrader, DBot ve DMT5. Her platform, ister yeni ister deneyimli bir tüccar olun, çeşitli ticaret stillerine ve deneyimlerine hitap eder.",
- "-1689847421": "<0>Ayarlar > Güvenlik ve Emniyet>0> <1>Hesap limitleri1> ayarına giderek hesabınızın işlem limitlerini görebilirsiniz. Hesap bakiyeniz maksimum hesap nakit bakiyesini aşarsa, hesap bakiyenizi maksimum sınırın altına çekmek için hesabınızdan para çekmeniz gerektiğini lütfen unutmayın.",
- "-1889877048": "Sentetik endeksler 7/24 ticaret yapmaya hazırdır.",
+ "-1846766027": "Döviz veya forex, farklı para birimi değerlerinin EUR/USD, AUD/JPY, gibi forex çiftleri şeklinde birbirleriyle karşı karşıya getirildiği, dünya para birimlerinin küresel piyasasıdır.",
+ "-192959524": "Read <0>this article0> to learn more about trading forex on Deriv.",
+ "-1879171974": "A commodity is either grown or produced naturally in the environment, such as agricultural products, livestock, crude oil, and precious metals like gold and silver.",
+ "-339093963": "Read <0>this article0> to learn more about trading commodities on Deriv.",
+ "-691446230": "Stock indices measure the value of a group of companies in the stock market. This allows investors to see how a particular set of assets is performing.",
+ "-1412546523": "Read <0>this article0> to learn more about trading stocks on Deriv.",
+ "-367005179": "Read <0>this article0> to learn more about trading synthetic indices on Deriv.",
+ "-1542650156": "CFDs let you predict the price movement of underlying assets without actually owning them. With CFDs, you open a position based on your prediction, and you'll earn a profit if you close your position when the price moves in your favour.",
+ "-1790114248": "We have a diverse suite of 6 trading platforms: <0>Deriv MT50>, <1>Deriv X1>, <2>DTrader2>, <3>DBot3>, <4>SmartTrader4>, and <5>Binary Bot5>. Each of these platforms is designed to fit any trading style, regardless of your trading experience.",
+ "-639381175": "Note: DBot, SmartTrader, and Binary Bot are not available in the EU and UK.",
+ "-626094848": "Build your trading bot for free on <0>DBot0> or <1>Binary Bot1>; no coding is needed. You’ll also find free pre-built strategies on DBot that you can customise to your needs.",
+ "-578264817": "Trading limits are only applicable to your Deriv real account. You can see the limits on your account on the <0>Account limits0> page (you must be <1>logged in1>).",
"-1618901770": "Yardım merkezi | Sık sorulan sorular | Ticaret | Deriv",
"-2085755369": "Sık sorulan sorular - Ticaret",
"-396178446": "100'den fazla işlem yapılabilir varlık",
@@ -1915,7 +2235,7 @@
"-1235219375": "Büyük markaların hisse senedi fiyat hareketleri ile ticaret yapın ve bir piyasanın genel performansını ölçen endeksler ile daha geniş pazar eğilimlerini tahmin edin. ",
"-295883723": "Dijital bir cüzdan sahibi olmanıza gerek kalmadan en popüler kripto para birimlerinin yükselen ve düşen fiyatları üzerinde ticaret yapın.",
"-305466448": "En favori parabiriminizi majör parabirimlerinden oluşan bir sepete karşı takas edin ve azaltılmış risk ve oynaklıktan yararlanın. \n\n",
- "-2124080301": "{{platforms_no}} güçlü platformlar arasından seçiminizi yapın - her biri ihtiyaçlarınız düşünülerek tasarlandı.",
+ "-2124080301": "{{platforms_no}} güçlü platform arasından seçiminizi yapın - her biri ihtiyaçlarınız düşünülerek tasarlandı.",
"-502915460": "Potansiyel kârınızı, bahsinizden daha fazla riske girmeden katlayın.",
"-1745745605": "Bir varlığın fiyat hareketini tahmin ederek sabit ödemeler kazanın.",
"-674746835": "Opsiyonlarda daha fazlası",
@@ -1968,7 +2288,7 @@
"-342425409": "Deriv.com'a nasıl başlarım?",
"-1039306572": "Değerli ortağımız olarak, Deriv.com ile ortaklığınızın durumu hakkında endişeleriniz olacağına şüphe yok. Endişelenmeyin, ağınızı oluşturmaya devam edebilmeniz ve kazanç potansiyelinizi artırabilmeniz için geçişi sizin için mümkün olduğunca sorunsuz hale getirdik.",
"-298402103": "Deriv.com komisyonunu Binary.com'un komisyonundan nasıl ayırt edebilirim?",
- "-2059998599": "Deriv.com bir ödeme acentesi programına sahip mi?",
+ "-2059998599": "Deriv.com bir ödeme aracısı programına sahip mi?",
"-1872383739": "Deriv.com'u tanıtmaya nasıl başlayabilirim?",
"-1380231131": "Ortaklığınızın bu yeniden markalaşma sürecinde çok önemli olduğundan emin olabilirsiniz. Aslında, bunun müşteri ağınızdaki kendi konumunuzu güçlendirmeniz için bir fırsat olduğuna inanıyoruz. Ve bu çabanızda size duyarlı ve destekleyici olacağımıza kesinlikle güvenebilirsiniz.",
"-1293447063": "Bildiğiniz gibi, Binary.com'u Deriv.com olarak yeniden markalaştırdık. Bu, kolay, esnek ve güvenilir çözümlerle online ticareti zahmetsiz ve herkes için erişilebilir hale getirme konusundaki yenilenen taahhüdümüzün bir parçasıdır.",
@@ -2149,7 +2469,6 @@
"-1669418686": "AUD/CAD",
"-1548588249": "AUD/CHF",
"-79700881": "NZD/USD",
- "-1800672151": "GBP Endeksi",
"-1402324349": "CAD/CHF",
"-1398238048": "CAD/JPY",
"-244869624": "CHF/JPY",
@@ -2246,17 +2565,11 @@
"-1522453105": "<0>İsviçre 200> İsviçre'deki en büyük ve en likit 20 hisse senedinin performansını takip ediyor.",
"-1848325573": "<0>UK 1000> İngiltere'de listelenen ilk 100 şirketin hisse senedi performansını takip ediyor.",
"-1650735154": "Bu endeksler iki fiyat noktası (sınır) arasında dalgalanır ve zaman zaman sınırları aşarak sınırlara vurdukları ortalama her 100 veya 200 defada bir kez yeni bir aralık oluşturur.",
- "-962930783": "<0>AUD Endeksi0> Avustralya dolarının değerini her biri %20 ağırlıklı beş küresel para biriminden oluşan bir sepete (USD, EUR, GBP, JPY, CAD) karşı ölçer.",
- "-1910214848": "<0>EUR Endeksi0> Euro'nun değerini her biri %20 ağırlıklı beş küresel para biriminden oluşan bir sepete (USD, AUD, GBP, JPY, CAD) karşı ölçer.",
- "-1763966856": "<0>GBP Endeksi0> İngiliz Sterlini'nin değerini her biri %20 ağırlıklı beş küresel para biriminden oluşan bir sepete (USD, EUR, AUD, JPY, CAD) karşı ölçer.",
- "-1448477512": "<0>Gold Endeksi0> altının değerini her biri %20 ağırlıklı beş küresel para biriminden oluşan bir sepete (EUR, GBP, JPY, AUD, USD) karşı ölçer.",
"-754071100": "<0>GBP Sepeti0> İngiliz sterlininin değerini her biri %20 ağırlıklı beş küresel parabiriminden (USD, EUR, AUD, JPY, CAD) oluşan bir sepete karşı karşılaştırır.",
"-1164156648": "Bu endeksler <0>%200 ve %300 sabit volatilite0> ile simüle edilmiş piyasalara karşılık gelir>",
"-475767247": "<0>Australia 2000> Avustralya'da listelenen en büyük 200 şirketin hisse senedi performansını takip ediyor.",
"-2035089048": "<0>Spain 350> İspanya'nın en büyük 35 şirketinin hisse senedi performansını takip ediyor.",
"-1312740087": "<0>Higher/Lower:0> çıkış noktasının, sözleşme döneminin sonunda bir fiyat hedefinden (bariyer) daha yüksek veya daha düşük olup olmayacağını tahmin eder.",
- "-1691868913": "Touch/No Touch",
- "-763273340": "Digits",
"-467543474": "<0>Matches/Differs:0> Bir sözleşmenin son tikinin son hanesinin hangi sayı olacağını tahmin edin.",
"-12379677": "<0>Even/Odd:0> Bir sözleşmenin son tikinin son hanesinin çift sayı mı yoksa tek bir sayı mı olacağını tahmin edin.",
"-1048378719": "Reset Call/Reset Put",
@@ -2315,21 +2628,26 @@
"-963218544": "Hangi program veya komisyon planının size uygun olduğuna karar veremiyor musunuz?",
"-1930772663": "Deriv MT5 Sentetikleri ",
"-1016171176": "Varlık",
+ "-2082672713": "1",
"-549581742": "Volatilite 10 Endeksi",
"-456885316": "Volatilite 75 Endeksi",
"-1649127643": "1.75",
"-2068763730": "5",
"-2083395832": "7.5",
+ "-1587730975": "10",
+ "-784871058": "15",
"-524043424": "1.25",
"-849512762": "2.50",
"-1925239974": "Volatilite 75 Endeksi'nin 1 lotunun 500.000 USD fiyatla yaptığı anlaşma, aşağıdaki formüle dayanarak komisyon olarak 25 USD ödeyecektir:",
"-55785537": "Müşterileriniz bir MT5 Finansal hesabında işlem yaptığında kazanın.",
"-978761772": "2 USD ",
"-543177967": "Hisse senedi endeksleri",
- "-1587730975": "10",
+ "-1097570263": "Forex için, lot başına 2 USD'lik sabit bir komisyon vardır (yalnızca standart lotlar için geçerlidir). 1 lot EUR/USD için bir anlaşma, aşağıdaki formüle dayanarak komisyon olarak 2 USD ödeyecektir. ",
"-834024219": "DMT5 Finansal önce hesaplanır",
- "-1981982611": "Kripto para varlıkları için, 1 lot BTC/USD için bir anlaşma (BTC ile USD 50.000 ABD Doları döviz kuruyla) aşağıdaki formüle dayanarak komisyon olarak 10 USD ödeyecektir: \n\n",
+ "-800044382": "Metaller için, lot başına 4 USD'lik sabit bir komisyon vardır. 1 lot XAU/USD için bir anlaşma, aşağıdaki formüle dayanarak komisyon olarak 4 USD ödeyecektir. ",
"-1825768469": "DMT5 Finansal hesaplanan ikinci \n\n",
+ "-1923011108": "For cryptocurrency assets, a deal for 1 lot of BTC/USD (with a BTC to USD exchange rate of USD 50,000) will pay out USD 5 in commission based on the following formula:",
+ "-1268684459": "DMT5 Finansal hesaplanan üçüncü",
"-2061883933": "2.5",
"-1587788256": "DMT5 Finansal STP ikinci olarak hesaplandı",
"-921778308": "Nasıl hesaplanır?",
@@ -2392,7 +2710,7 @@
"-2066779239": "SSS'ler",
"-1726610269": "Bunun yerine Deriv P2P'yi mi arıyorsunuz?",
"-2095321039": "Diğer tüccarlar ile borsalar aracılığıyla dakikalar içinde para yatırma ve çekme yapabileceğiniz bir <0>peer-to-peer ödeme hizmeti0> sunuyoruz.",
- "-351693684": "Deriv'de ödeme acentesi olun",
+ "-351693684": "Deriv'de bir ödeme aracısı olun",
"-760840942": "Başvurmak için bize bir e-posta gönderin",
"-280262126": "Yerleşik ve büyüyen bir piyasaya girin",
"-1926485360": "Yerel banka havaleleri ve e-ödeme yöntemleriyle hesaplarını finanse etmenin yollarını arayan platformumuzdaki yüzlerce yatırımcıya ulaşın.",
@@ -2407,12 +2725,9 @@
"-994970777": "Müşterilerin mevduat ve para çekme işlemlerinde talep edeceğiniz komisyon. ",
"-884991621": "Başvurunuzu gözden geçireceğiz, daha fazla bilgi ve sonraki adımlar için iletişim kuracağız.",
"-41141774": "Listeye girin",
- "-854296036": "Uyumluluk ekibimizden yapılan son onaylamadan sonra, detaylarınızı ödeme acentesi listemizle yayınlayacağız.",
+ "-854296036": "Uyumluluk ekibimizden yapılan son onaylamadan sonra, detaylarınızı ödeme aracısı listemizle yayınlayacağız.",
"-1340544588": "Günde birden çok mevduat ve para çekme işlemi yapın.",
"-5296999": "Müşteri tabanınızı genişletmek ve ekstra gelir kazanmak için Deriv'de nasıl ödeme aracısı olacağınızı öğrenin.",
- "-119617711": "RTS27 2020",
- "-1439749066": "RTS27 2019",
- "-1364758050": "Deriv Investments (Europe) Limited, Pillar III bilgilendirme raporunu Sermaye Gereksinimleri Direktifi IV ve Sermaye Gereksinimleri Yönetmeliğine uygun olarak hazırladı. Piyasa disiplinine piyasa katılımcısı olarak nasıl uyduğumuzu anlamak için raporumuzu okuyun.",
"-1601657282": "Deriv Investments (Europe) Limited, Finansal açıklamalar raporunu Yatırım Firmaları Yönetmeliği ve Yönergesi uyarınca hazırlamıştır. Piyasa katılımcısı olarak piyasa disiplinine nasıl uyduğumuzu anlamak için raporumuzu okuyun.",
"-1695974481": "Bu belgeler size yatırım ürünlerimiz hakkında önemli bilgiler sağlar. Bu bilgiler, bu ürünlerin doğasını, risklerini, maliyetlerini, potansiyel kazançlarını ve kayıplarını anlamanıza ve bunları diğer ürünlerle karşılaştırmanıza yardımcı olmak için yasalar tarafından gerekli tutulmaktadır.",
"-1127433262": "RTS",
@@ -2438,12 +2753,16 @@
"-431262594": "CFD - sentetik endeksler",
"-1311570171": "Lisans ve yönetmelik bilgileri | Deriv",
"-1833153607": "Deriv, dünyadaki düzenleyici gerekliliklere uymak için birden fazla lisansa sahip Binary.com yetkisi altında faaliyet göstermektedir.",
- "-1720897015": "Deriv.com ve Binary.com'da sunulan hizmetler Deriv Group tarafından sağlanmaktadır. Grup, kayıtlı bölgelerinde Deriv.com ve Binary.com'u işletmek üzere lisanslanmış birkaç bağlı şirkete sahiptir.",
+ "-1488849807": "Deriv.com'da sunulan hizmetler Deriv Group tarafından sağlanmaktadır. Grup, kayıtlı yetki bölgelerinde Deriv.com'u işletme için lisansına sahip birkaç bağlı şirkete sahiptir.",
"-1131400885": "Deriv Investments (Europe) Limited",
- "-959669250": "Deriv Investments (Europe) Limited, AB pasaport hakları yoluyla başka herhangi bir AB üye ülkede hizmet sunma hakkına sahiptir. Yukarıda, AB pasaport hakları yoluyla Deriv.com erişimi olan AB ülkelerinin bir listesi yer almaktadır.",
+ "-430532854": "Deriv Investments (Europe) Limited – W Business Centre, Level 3, Triq Dun Karm, Birkirkara BKR 9033, Malta – Malta'da lisanslıdır (<0>licence no. IS/701560>) ve Malta Finansal Hizmetler Kurumu tarafından Yatırım Hizmetleri Yasası kapsamında Avrupa Birliği'nde yatırım hizmetleri sağlamak üzere yetkilendirilmiştir.",
+ "-2051445931": "Avrupa Birliği'nde finansal araçların ticaretini yapmak isteyen müşteriler, Deriv Investments (Avrupa) Limited altında hesaplara sahip olabilirler. ",
"-112814932": "Deriv (FX) Ltd",
+ "-246692869": "Deriv (FX) Ltd - F16, Level 1, Paragon Labuan, Jalan Tun Mustapha, Labuan 87000, Malezya - Labuan Finansal Hizmetler Otoritesi tarafından lisanslanmıştır (<0>lisans no. MB/18/00240>).",
"-1474169625": "Forex ve kripto para birimlerinde CFD ticareti yapmak isteyen dünyanın geri kalanındaki müşteriler (ABD, Kanada ve Hong Kong gibi kısıtlı ülkeler hariç) Deriv (FX) Ltd. altında DMT5 Financial STP hesaplarına sahip olabilir.",
"-2019617323": "Deriv (BVI) Ltd",
+ "-689442324": "Deriv (BVI) Ltd - Kingston Chambers, P.O. Box 173, Road Town, Tortola British Virgin Islands - İngiliz Virgin Adaları Finansal Hizmetler Komisyonu tarafından lisanslanmıştır <0>lisans no. SIBA/L/18/11140>).",
+ "-1186445863": "Dünyanın geri kalanındaki (ABD, Kanada ve Hong Kong gibi kısıtlı ülkeler hariç) kripto birimleri de dahil olmak üzere finansal araçlarda CFD ticareti yapmak isteyen müşteriler, Deriv (BVI) Ltd. altında DMT5 Finansal STP hesaplarına sahip olabilirler. ",
"-1089385344": "Deriv (SVG) LLC",
"-951213826": "Deriv (SVG) LLC Hinds Buildings, Kingstown, St. Vincent ve Grenadinler'de (şirket no. 273 LLC 2020) yer almaktadır.",
"-1179448605": "Deriv Limited",
@@ -2475,7 +2794,7 @@
"-776458472": "Genel Kullanım Koşulları",
"-2083825503": "Affiliate'ler ve tanıtıcı brokerler (IBs)",
"-28284335": "Affiliate'ler ve tanıtıcı brokerlerimiz için ek şartlar",
- "-1107735764": "Ödeme acentelerimiz için ek şartlar",
+ "-1107735764": "Ödeme aracılarımız için ek şartlar",
"-1445828212": "Hata Ödül Programı",
"-1138506403": "Hata Ödül Programımızdaki katılımcılar için ek koşullar",
"-1279391666": "Deriv'i kullanmak için kaydolduğunuzda kabul ettiğiniz şey",
@@ -2554,7 +2873,6 @@
"-976479290": "Zarar durdur ve anlaşma iptal özelliklerini aynı anda kullanamazsınız.",
"-1088149692": "Bu, anlaşma iptali özellğini kullanırken, paranızı kaybetmekten korumak içindir. Anlaşma iptali ile, pozisyonu açtıktan sonraki bir saat içinde sözleşmenizi iptal ederseniz, tüm bahis tutarınızı geri almanıza izin verilir. Zarar durdur ise, piyasa pozisyonunuza karşı hareket ederse sözleşmenizi zararına kapatacaktır. Ancak, anlaşma iptali sona erdiğinde, açık sözleşmede bir zarar durdur seviyesi ayarlayabilirsiniz.",
"-993588400": "Kar al ve anlaşma iptali özelliklerini aynı anda kullanamazsınız.",
- "-1980078854": "Çarpanlar nedir?",
"-715015407": "Deriv çarpanları, kaldıraç ticaretinin avantajını sınırlı opsiyon riskiyle birleştirir. Bu, piyasa sizin lehinize hareket ettiğinde, potansiyel karınızı çarpacağınız anlamına gelir. Piyasa tahmininizin aleyhinde hareket ederse, kayıplarınız yalnızca bahislerinizle sınırlıdır.",
"-2055316208": "<0>Bir çarpan olmadan0>, piyasa yukarı yönlü %25 artarsa, %25 * $100 = <1>25$ kar<1> elde edeceksiniz.",
"-222486173": "<0>Bir x5 çarpan ile0>, piyasa yukarı yönlü %25 artarsa, %25 * $100 * 5 = <1>125$ kar<1> elde edeceksiniz.",
@@ -2587,10 +2905,8 @@
"-1192024363": "Gümüş, altın, petrol ve enerji gibi dünyanın önde gelen emtialarının fiyat hareketleri hakkında tahminde bulunun. ",
"-1421344186": "Deriv'de ticaret opsiyonları",
"-412753503": "Lookback seçenekleri yalnızca sentetik indekslerde kullanılabilir.",
- "-922253974": "Çıkış/İniş",
"-513919250": "‘Lower’ seçeneğini seçerseniz, çıkış noktası giriş noktasından kesinlikle daha düşükse ödemeyi kazanırsınız.",
"-780207001": "\"Allow equals’ seçeneğini seçerseniz, çıkış noktası ‘Higher’ için giriş noktasından daha yüksek veya buna eşitse ödemeyi kazanırsınız. Benzer şekilde, çıkış noktası 'Lower' için giriş noktasından daha düşük veya eşitse ödemeyi kazanırsınız.",
- "-1361254291": "Higher/Lower",
"-1813951531": "'Lower' seçeneğini seçerseniz, çıkış noktası kesinlikle bariyerden daha düşükse ödemeyi kazanırsınız.",
"-1350745673": "Çıkış noktası bariyere eşitse, ödemeyi kazanamazsınız.",
"-1673960856": "Ends Between/Ends Outside",
@@ -2598,10 +2914,8 @@
"-1039129655": "'Ends Outside' seçeneğini seçerseniz, çıkış noktası yüksek bariyerden kesinlikle daha yüksekse veya kesinlikle düşük bariyerden daha düşükse ödemeyi kazanırsınız.",
"-1326361265": "Arada Kalır/Dışarı Çıkar",
"-248048003": "'‘Goes Outside’ seçeneğini seçerseniz, piyasa sözleşme süresi boyunca herhangi bir zamanda yüksek bariyere veya düşük bariyere dokunursa ödemeyi kazanırsınız.",
- "-330437517": "Matches/Differs",
"-972537755": "'Matches' seçeneğini seçerseniz, son tikin son hanesi tahmininizle aynıysa ödemeyi kazanırsınız.",
"-1754746990": "'Differs' seçeneğini belirlerseniz, son tikin son hanesi tahmininizle aynı değilse ödemeyi kazanırsınız.",
- "-657360193": "Üzerinde/Altında",
"-1163143636": "'Altında' seçeneğini seçerseniz, son tikin son hanesi tahmininizden azsa ödemeyi kazanırsınız.",
"-878562744": "'Reset-Call'u seçerseniz, çıkış noktası giriş noktasından veya sıfırlama zamanındaki noktadan kesinlikle daha yüksekse ödemeyi kazanırsınız.",
"-1521910502": "'Reset-Put'u seçerseniz, çıkış noktası giriş noktasından veya sıfırlama zamanındaki noktadan kesinlikle daha düşükse ödemeyi kazanırsınız.",
@@ -2649,7 +2963,7 @@
"-1382112538": "PnL çarpanları",
"-1939560439": "Tüccar araçları",
"-626406870": "sağ ok",
- "-1091456569": "Marjin Hesaplayıcımız, pozisyonlarınızı Gece boyunca MT5 (DMT5) üzerinde açık tutmak için gereken marjini tahmin etmenize yardımcı olur.",
+ "-1091456569": "Marjin Hesaplayıcımız, pozisyonlarınızı Gece boyunca Deriv MT5 (DMT5) üzerinde açık tutmak için gereken marjini tahmin etmenize yardımcı olur.",
"-1788261316": "Gerekli Marjin",
"-345754673": "Sembol",
"-781132577": "Kaldıraç",
@@ -2717,7 +3031,7 @@
"-2014076452": "Deriv, dünyanın en büyük çevrimiçi brokerlerinden biridir. Dünya genelinde milyonlarca kayıtlı kullanıcıya forex, endeksler, kripto para birimleri, emtialar ve sentetikler üzerinde CFD'ler ve diğer türevler sunuyoruz.",
"-77779780": "En başından beri amacımız, geleneksel brokerler tarafından sunulan yüksek komisyonlardan ve hantal ürünlerden kurtulmaktı. Ayrıca, hesaplarının boyutu ne olursa olsun, dijitale istekli yatırımcılara birinci sınıf bir deneyim sunmayı amaçlıyoruz.",
"-1468738308": "22 yılı aşan bir yolculukta, dünya çapında 2,5 milyondan fazla müşteriye ulaştık. Ama misyonumuz hep aynı kaldı.",
- "-554746075": "Bütünlük",
+ "-554746075": "Dürüstlük",
"-1917169640": "Müşterilerimize adil ve şeffaf bir şekilde hizmet ederiz. Tüm sözleşmeleri kurallara göre çözümleriz ve açık ve doğru konuşuruz.",
"-1679427554": "Müşteri odaklı",
"-411750591": "Müşteriyi ilk sıraya koyuyoruz ve en iyi müşteri deneyimini sunan ürünler inşa etmeye çalışıyoruz.",
@@ -2732,7 +3046,7 @@
"-1625504236": "Guernsey\n",
"-1165835520": "çalışanlar",
"-1373949478": "50+",
- "-651384976": "milliyetler",
+ "-651384976": "milletler",
"-1763366011": "2.5M+\n",
"-1400973409": "USD 26M+",
"-275117592": "geçen ay çekilen para",
@@ -2746,12 +3060,12 @@
"-1277783292": "Baş Operasyon Sorumlusu",
"-216767904": "Baş İdari Sorumlu",
"-197772643": "Pazarlama & Global Ortaklıklar Sorumlusu",
- "-290006480": "Ürün Başkan Yardımcısı",
- "-871474425": "IT Operasyonları Başkan Yardımcısı",
+ "-290006480": "Ürün Müdür Yardımcısı",
+ "-871474425": "IT Operasyonları Müdür Yardımcısı",
"-515732698": "Risk Uzmanı",
"-864130274": "Müşteri Direktörü",
"-234962411": "Biz Kimiz | Online Ticaret Platformu | Deriv.com",
- "-355907358": "Deriv.com - Bir Binary.com markası, ticaret piyasasında öncü ve ödüllü bir online ticaret platformudur.",
+ "-719133900": "Deriv, herkese, her yerde işlem yapabilmeleri için geniş bir türev yelpazesi sunan öncü ve ödüllü bir çevrimiçi ticaret platformudur. ",
"-599033718": "Deriv paranızı ticari çıkarları için kullanmaz ve paranızı istediğiniz zaman çekmenize izin verilir. Tüm paranız ayrılır ve güvenli finansal kurumlarda tutulur. Bu sayede, Deriv'in beklenmedik bir şekilde iflas etmesi durumunda, tüm paranız size iade edilecektir, çünkü paranız asla bizimkiyle birleştirilmez. ",
"-392665367": "İhtiyacınız olduğunda yardım",
"-367457070": "Deriv, herkesin ticarete başlamasını, riski anlamasını ve daha iyi ticaret kararları vermesini kolaylaştırır. Araçlarımız ve platformlarımız açık ve basit talimatlara sahiptir ve sezgisel olarak gezinmesi kolaydır. Ayrıca, bilgi sahibi olmanıza ve daha iyi bir tüccar olmanıza yardımcı olmak için düzenli olarak piyasa haberleri, analizler, web seminerleri, e-kitaplar, video eğitimleri ve yardım merkezi makaleleri sunuyoruz.",
diff --git a/src/translations/vi.json b/src/translations/vi.json
index ee8910aaac9..2841b589d82 100644
--- a/src/translations/vi.json
+++ b/src/translations/vi.json
@@ -1,18 +1,23 @@
{
"1292590": "Tôi cần phải làm gì tiếp theo?",
"2474877": "Để thay đổi phương thức thanh toán, vui lòng liên hệ tới chúng tôi qua <0>livechat0>.",
+ "4506932": "Làm thế nào để thêm một tài khoản Deriv X?",
+ "7128051": "How can I adjust or remove my self-exclusion limits?",
"7228511": "Xác định phí hoa hồng dựa trên các giới hạn.",
+ "11019706": "Your available balance for Deriv P2P may not reflect your entire Deriv balance. This is because deposits made via some payment methods won’t be available for Deriv P2P. See <0>Why is my Deriv P2P balance different from my Deriv account balance?0> for more info.",
"13119092": "khách hàng",
+ "15238581": "Go to the first item in the media gallery and click <0>Get media0> code.",
"17217397": "Tiền kỹ thuật số",
"19552684": "Giỏ USD",
"21294053": "Từ năm 1999, chúng tôi đã luôn phục vụ các nhà giao dịch trên khắp thế giới bằng sự chính trực và độ tin cậy. Chúng tôi luôn duy trì các chuẩn mực đạo đức và điều kiện quản lý của mình một cách tuyệt đối.",
"22146527": "Nền tảng tương thích và bảo mật",
+ "22354933": "Your money is held in secure financial institutions and is always available to you, should you wish to withdraw. We don't use your money for our business purposes.",
"22418565": "tỷ giá theo ngày",
"22995280": "Nền tảng dành cho người mới bắt đầu. Mạnh mẽ và dễ sử dụng.",
- "23846717": "Bạn có thể rút số tiền thưởng miễn phí khi vốn luân chuyển của bạn đã vượt quá 25 lần giá trị của tiền thưởng.",
"24763773": "Tập đoàn Sony",
"24900606": "Giỏ Vàng",
"26480598": "Tổng quan",
+ "26596220": "Finance",
"27830635": "Deriv (V) Ltd",
"28675270": "Giám đốc tài chính",
"31131715": "Khám phá Deriv.com",
@@ -21,11 +26,12 @@
"34997376": "Deriv theo số liệu",
"39296052": "Làm cách nào để tôi quảng bá Deriv.com?",
"39595561": "Kiểm tra độ hiệu quả của bot của bạn khi nó thực hiện mỗi giao dịch và nhận thông báo thông qua Telegram.",
- "39720204": "Chỉ số AUD",
+ "40232884": "Ensure that you make payment to the correct seller within 2 hours.",
"45577689": "Nhận tiền hoa hồng từ các giao dich của khách hàng của bạn trên DMT5.",
- "48076235": "Đúng. Bạn có thể yêu cầu tăng giới hạn giao dịch trong ngày qua live chat trên trang web của chúng tôi và chúng tôi sẽ liên lạc lại cho bạn qua email.",
"48132512": "Hãy tham gia và phát triển cùng chúng tôi.",
+ "48469443": "Complete <0>this form0>, and we'll get in touch with you in a couple of days. You'll need a real Deriv trading account, too. If you don't have one, sign up <1>here1>.",
"49026512": "Tham gia và trải nghiệm DMT5",
+ "49321507": "Do you offer micro forex pairs on Deriv MT5?",
"50586010": "Bianry.com đã đổi tên thành Deriv.com và sau đây là ý nghĩa của nó đối với các đối tác",
"53801223": "Hong Kong 50",
"54033225": "0,10",
@@ -34,13 +40,15 @@
"55394707": "Để đăng nhập vào ứng dụng di động, cài đặt mã sàn giao dịch về <0>Deriv Limited0>.",
"56714378": "Các câu hỏi thường gặp - Deriv P2P",
"57395040": "Giá trị điểm",
+ "57885236": "Your card issuer may have blocked your transaction. Please contact your card issuer to check.",
"59521256": "Không tìm thấy trang",
"59678480": "5 - 3.000",
"60772773": "USD/RUB",
"61663093": "Những chỉ số liên tiếp",
- "68536923": "Với giao dịch ngoại hối, một giao dịch cho 1 lô EUR/USD sẽ thu về 5 EUR tiền hoa hồng dựa theo công thức sau: ",
+ "67611998": "How can I deposit funds into my Deriv MT5 real money account?",
"70604999": "Vì các chỉ số nhảy là tổng hợp, bạn có thể giao dịch chúng 24/7, 365 ngày trong năm.",
"71016232": "OMG/USD",
+ "71263224": "How can I cancel my withdrawal?",
"71535160": "Tính phí duy trì qua đêm cho bất kỳ giao dịch mở nào. Khoản phí có thể dương hoặc âm tùy thuộc vào tỷ giá hoán đổi của bạn.",
"71650838": "Nói đơn giản và rõ ràng, và không ẩn sau sự mơ hồ",
"71969952": "Tôi sẽ thấy những thay đổi nào khác?",
@@ -52,38 +60,43 @@
"82730484": "Nhà cung cấp dịch vụ thanh toán đưa ra một phương thức đơn giản để chuyển tiền, nhận thanh toán và thanh toán trực tuyến.",
"83067481": "Trang web tra cứu của chúng tôi: t.deriv.com",
"84123624": "Chương trình Đối tác | Deriv",
+ "85248718": "Memorandum and articles of association",
"87901857": "Truy vấn tùy ý trên cơ sở dữ liệu sản xuất",
"90275414": "Giao dịch<0/>dễ dàng<0/>",
"94912230": "Belarus",
"97694950": "Giao dịch khôn ngoan, và đừng để cảm xúc ảnh hưởng đến các quyết định của bạn. Không nên tham gia giao dịch khi bạn cảm thấy không tỉnh táo hoặc sau khi uống rượu bia.",
"102299592": "Cách tính toán mức dừng lỗ và/hoặc lấy lãi",
+ "105613424": "What is the minimum amount to open a position on Deriv MT5?",
+ "106291991": "Frequently asked questions - Multipliers",
"109865596": "Tận hưởng giao dịch cuối tuần trên Deriv và tận dụng tối đa các giao dịch của bạn",
"110140669": "Nếu bạn là một nhà giao dịch chuyên nghiệp, dịch vụ tín hiệu giao dịch MT5 cho phép bạn chia sẻ chiến lược của mình với các nhà giao dịch khác miễn phí hoặc một khoản phí đăng ký mà bạn xác định. Khi các nhà giao dịch đăng ký tín hiệu của bạn, các giao dịch của bạn sẽ tự động được sao chép trên tài khoản của họ mỗi khi bạn thực hiện giao dịch.",
"113378532": "ETH/USD",
- "113428590": "Deriv (V) Ltd (<0>xem giấy phép0>) - 1276, Kumul Highway, Port Vila, Vanuatu - được cấp phép bởi Ủy ban Dịch vụ Tài chính Vanuatu, và là thành viên của <1>Hiệp hội thị trường tài chính<1/>.",
"117273069": "<0>Wall Street 300> theo dõi hoạt động chứng khoán của top 30 công ty lớn tại Mỹ.",
+ "117920584": "As per <0>our terms0>, we only allow one account per client, which you can open in the currency of your choice (either fiat or crypto). If you want to trade with other currencies, you can add multiple cryptocurrency accounts to your profile.",
"119888059": "Ai có thể tham gia",
+ "121961018": "If you're residing in the EU or UK, <0>contact us via live chat0>, and we'll help you with it.",
"122171127": "Giao dịch số nhân trên các chỉ số tổng hợp 24/7, 365 ngày một năm. Giao dịch số nhân trên forex xuyên suốt các ngày trong tuần.",
"123005346": "Không có rào cản nhân tạo nào đối với việc rút tiền của khách hàng",
"123291381": "Việc thay đổi thương hiệu có ý nghĩa gì?",
"125131030": "Cảm ơn bạn đã đăng ký Deriv Academy",
- "132574588": "Trên <0>bảng điều khiển Deriv X0>, chọn loại tài khoản bạn muốn mở (Thực hoặc Demo) và nhấp vào “Thêm tài khoản”. Làm theo hướng dẫn trên màn hình để tạo một tài khoản Deriv X mới.",
"135210620": "Deriv được <0>quản lý0> bởi nhiều tổ chức bao gồm Cơ quan Dịch vụ Tài chính Malta (MFSA), Cơ quan Dịch vụ Tài chính Labuan (Labuan FSA), Ủy ban Dịch vụ Tài chính Vanuatu (VFSC) và Ủy ban Dịch vụ Tài chính Quần đảo Virgin thuộc Anh .\n",
"138055021": "Các chỉ số tổng hợp",
"140083133": "Nạp tiền vào tài khoản của bạn. Bắt đầu giao dịch trên ứng dụng di động, ứng dụng dành cho máy tính để bàn hoặc trình duyệt web.",
+ "141909159": "You’ll be brought back to the Cashier page. Click <0>Review pending0> and select the transaction that you'd like to cancel.",
"143734792": "Các điều khoản quản lý việc giữ và chuyển vốn trong Deriv và khoản thưởng bạn có thể sẽ nhận được",
"144377171": "Giới hạn rút tiền hàng ngày",
"146650698": "Đưa tôi đến DP2P",
"148382928": "American Airlines Group Inc",
"150593055": "Đại lý Đổi tiền",
+ "152299772": "Why should I join your affiliate programme?",
"152524253": "Giao dịch trên các thị trường toàn cầu cùng nền tảng phổ biến và thân thiện với người dùng của chúng tôi.",
"154463429": "Trải nghiệm giao dịch demo của chúng tôi sẽ đại diện cho giao dịch tiền thật, đặc biệt là với các hạn chế giao dịch và định giá theo hợp đồng.",
- "156791387": "Vui lòng đi tới <0>Bảng điều khiển DMT50> và nhấn vào nút <1>Mật khẩu1> của tài khoản DMT5 đó.",
"159321990": "Thực hiện giao dịch ngoại hối trực tuyến với Deriv. Hãy mở một tài khoản demo và trải nghiệm với một loạt các cặp tiền tệ trên các nền tảng giao dịch trực quan và nhạy bén của chúng tôi.",
"159937924": "Tiêu chuẩn quy định kỹ thuật 28 (RTS 28) năm 2020",
"161870324": "Chọn mức giá tốt nhất và đặt hàng hoặc tạo quảng cáo cho mức giá bạn muốn.",
"163040015": "Tham gia chương trình Liên kết và Môi giới (IB) của Deriv để có cơ hội trở thành đối tác với một nhà cung cấp giao dịch trực tuyến uy tín.",
"166309424": "Không tính phí với các khoản thanh toán nhanh chóng hàng tháng và hàng ngày",
+ "167985771": "You can unsubscribe by going to the <0>Personal details0> page. Uncheck the checkbox that says \"Get updates about Deriv products, services and events.\" at the bottom of the page, and click <1>Submit.1>",
"171302334": "Vậy trong trường hợp này, bạn sẽ đặt mức dừng lỗ của mình ở <0>-7.23 USD0>.",
"171586173": "Khám phá cơ hội việc làm tại Deriv tại khắp các văn phòng của chúng tôi trên toàn cầu.",
"171638706": "Biến số",
@@ -93,7 +106,6 @@
"178716803": "Chạy bot",
"179737767": "Nền tảng giao dịch quyền chọn đặc trưng của chúng tôi.",
"180412186": "Dự đoán liệu điểm thoát sẽ cao hơn hoặc thấp hơn điểm vào ở cuối thời gian hợp đồng.",
- "181253755": "Các giới hạn giao dịch của tôi là gì?",
"181316740": "Điều này phụ thuộc vào loại giao dịch. Để nắm rõ hơn, nhấn chuột phải vào loại tài sản và chọn \"thông tin tài sản\".",
"182438100": "Các câu hỏi thường gặp - DBot",
"187267434": "Tiếp theo, nhấn 'Lưu' trên thanh công cụ ở trên cùng của cửa sổ hoạt động. Bạn có thể chọn lưu vào máy tính của mình hoặc lưu trên Google Drive. Chiến lược của bạn sẽ được lưu dưới dạng file XML.",
@@ -101,6 +113,8 @@
"193611235": "Giao dịch từng phút. Giao dịch nhanh và nhiều. Gửi và rút tiền chỉ trong vài phút.",
"194431525": "Cung cấp trải nghiệm demo đại diện",
"194961269": "Hợp đồng quyền chọn hoạt động như thế nào",
+ "198087093": "Digital options allow you to predict the price movement of underlying assets without actually owning them. With digital options, you open a position based on your prediction, with a set duration that closes your position automatically. You'll earn a profit if your position is closed when the price is in your favour.",
+ "198900889": "Can I open more than one Deriv account?",
"200040108": "Không",
"202417731": "Thị trường hàng hóa | Kinh doanh hàng hóa | Deriv",
"202712649": "Các lựu chọn gửi và rút tiền nhanh và an toàn",
@@ -116,7 +130,6 @@
"222070679": "Chúng tôi sẽ gửi tiền hoa hồng trực tiếp vào tài khoản của bạn càng sớm càng tốt thường là sau ngày 15 hàng thàng.",
"223659990": "Hoa hồng cho mỗi lô (1 lô tiêu chuẩn có 100k đơn vị)",
"224650827": "IOT/USD",
- "224785887": "Chúng tôi cung cấp thông tin chi tiết về phạm vi ủy quyền và quy định của chúng tôi bởi Cơ quan quản lý tài chính theo yêu cầu.",
"227166061": "Deriv.com có đảm bảo an toàn?",
"228957856": "Giả sử bạn muốn giữ 0,01 lô Chỉ số Biến động 75 mở trong một đêm với giá tài sản là 400.000 USD và \bphí qua đên là -7,5",
"230596356": "Tùy chỉnh chiến lược DBot của bạn",
@@ -124,9 +137,12 @@
"231711709": "Giao dịch bất kỳ lúc nào",
"231722280": "Có các loại hàng hóa nào?",
"232837971": "Một chiến lược nhanh là gì và cách để sử dụng nó?",
+ "233475101": "Read <0>this article0> to learn more about trading CFDs on Deriv.",
+ "234782678": "You can reset your affiliate password <0>here0>.",
"236080779": "Biểu đồ với nhiều tính năng",
"236845507": "Hợp đồng cho sự chênh lệch (CFD) là gì?",
"239216026": "XMR/USD",
+ "239395164": "Deriv (V) Ltd – 1276, Kumul Highway, Port Vila, Vanuatu – được cấp phép bởi Ủy ban Dịch vụ Tài chính Vanuatu và là thành viên của <1>Hiệp hội thị trường tài chính<1/>.",
"241331061": "Deriv GO thực sự tốt! Tôi đang tìm kiếm một ứng dụng như thế này vì nó dễ sử dụng.",
"242139148": "ĐỐI TÁC",
"242356757": "Nộp báo cáo",
@@ -135,11 +151,14 @@
"246106761": "Tôi đã quên mật khẩu. Tôi phải làm gì?",
"247341426": "Duyệt, tìm và ứng tuyển các công việc tại bộ phận IT, Pháp lý và Tài khoản tại văn phòng của chúng tôi ở Labuan.",
"248446741": "Dự đoán đâu sẽ là tick cao nhất hoặc thấp nhất trong một loạt năm tick.\n",
+ "250681139": "How do I log in to Deriv X?",
"253813203": "12+ chỉ số toàn cầu",
"255124284": "HKD/JPY",
"256855210": "Dịch vụ nạp và rút tiền ngang hàng nhanh chóng và an toàn.",
"256942335": "Rất nhiều cơ hội thu nhập và các khoản tiền hoa hồng hậu hĩnh",
+ "257449963": "Follow these steps to see your earnings:",
"258310842": "Không gian làm việc",
+ "261542396": "We'll credit your commission for the previous month into your trading account after the 15th of every month. As an affiliate, you’ll earn commission when your referred clients trade on options and multipliers. To earn from your clients' MT5 trades, you'll need to sign up as an introducing broker. (see <0>How do I sign up as an introducing broker (IB)?0>)",
"262590832": "Mở các vị thế dài và ngắn, tùy thuộc vào chiến lược giao dịch ưa thích của bạn.",
"263232709": "1 - 2 ngày làm việc",
"264391901": "Tận hưởng thị trường tổng hợp nơi mô phỏng sự thú vị của thị trường thực, mà không có những gián đoạn bất thường.",
@@ -148,20 +167,23 @@
"267527172": "Tài khoản DMT5 Tiêu chuẩn cung cấp cho các nhà giao dịch mới và có kinh nghiệm đòn bẩy cao và mức chênh lệch biến đổi để có sự linh hoạt tối đa. Tài khoản DMT5 Cap cấp là một tài khoản A Book 100% nơi các giao dịch của bạn được chuyển thẳng đến thị trường, cho phép bạn truy cập trực tiếp đến các nhà thanh khoản ngoại hối. Tài khoản DMT5 Chỉ số tổng hợp cho phép bạn giao dịch hợp đồng chênh lệch (CFDs) về các chỉ số tổng hợp mô phỏng biến động thị trường thực. Các CFDs này có thể được giao dịch 24/7 và được kiểm định tính công bằng bởi một bên thứ ba độc lập.",
"268108542": "1. Chọn 'Google Drive' rồi chọn 'Tiếp tục'.",
"271560771": "Nhập số tiền bạn muốn giao dịch.",
+ "272283021": "You can now log in to Deriv MT5 with your new password.",
"274268819": "Chỉ số biến động 100",
+ "274392779": "the Labuan Financial Services Authority",
"275116637": "Deriv X",
"276341434": "Như một phần trong việc chuyển đổi thương hiệu, đường dẫn liên kết của bạn cũng sẽ thay đổi",
+ "276482397": "No, you can't.",
"276645072": "2. Chọn tài khoản Google và cấp phép cần thiết để DBot có thể truy cập vào Google Drive của bạn.",
"278499050": "Thực hiện gửi và rút tiền từ tài khoản của Deriv của bạn bằng nội tệ.",
"281247370": "Máy tính tiền ký quỹ",
+ "286879509": "When do I need to verify my account?",
"287556583": "Giá trị pip cho một hợp đồng trên DMT5 được tính theo công thức:",
"288004682": "Không có phí hoặc hoa hồng ẩn.",
"288719886": "Cộng hòa Séc",
"289008060": "Facebook Inc",
"289731075": "Bắt đầu",
"291605393": "Hy Lạp",
- "298511755": "Việc này thường xảy đến với những khách hàng đang gửi tiền cho chúng tôi lần đầu tiên qua thẻ tín dụng. Vui lòng yêu cầu ngân hàng của bạn cho phép giao dịch với 'Deriv'.",
- "300084741": "Một hợp đồng chênh lệch (CFD) là một hợp đồng chi trả sự chênh lệch giữa giá trị của một loại tài sản tại thời điểm bắt đầu giao dịch và giá trị của nó lúc kết thúc giao dịch.",
+ "292497263": "Click on your account balance and click <0>Add or manage account.0>",
"300201586": "Mở tài khoản demo trên Deriv và thực hành với số tiền ảo không giới hạn trên các nền tảng đã giành giải thưởng của chúng tôi.",
"305547463": "Tính năng thân thiện với người sử dụng",
"306846388": "Giao dịch trực tuyến rất thú vị nhưng cũng có nhiều rủi ro và có thể gây nghiện. Tại Deriv, chúng tôi quan tâm đến các lợi ích tốt nhất cho khách hàng và khuyến khích họ tham gia <0>giao dịch an toàn và có trách nhiệm0>. Nếu bạn mới tham gia, bạn có thể luyện tập giao dịch với vốn ảo trước khi dùng vốn thực của mình.",
@@ -176,9 +198,9 @@
"318239044": "Pfizer",
"318433321": "Các công cụ cần thiết cho các giao dịch quyền chọn",
"318815297": "Giao dịch theo cách của bạn",
+ "319619035": "Will my inactive Deriv MT5 account be deactivated even though I still have a balance?",
"319934137": "Chỉ số<0>0>Châu Âu",
"320565687": "<0>Giỏ vàng0> tính toán giá trị của vàng so với một loạt 5 loại tiền tệ toàn cầu (EUR, GBP, JPY, CAD, AUD), mỗi loại có trọng số 20%.",
- "322580327": "Bạn có thể trao đổi với người giao dịch mà bạn đang giao dịch cùng qua chat trong ứng dụng để giải quyết tranh chấp. Nếu cả hai bên không thể đạt được thỏa thuận, bạn có thể liện hệ với chúng tôi qua bộ phận giải quyết tranh chấp trong ứng dụng. Chúng tôi sẽ liên hệ đến các bên liên quan để làm việc và giải quyết tranh chấp nhanh nhất có thể.",
"323564058": "Thanh toán được đơn giản hóa. Cách nhanh chóng và đáng tin cậy để gửi tiền bằng nội tệ của bạn ",
"325128398": "3. Thời lượng",
"326242312": "Số lượng theo lô",
@@ -186,12 +208,13 @@
"332441329": "Tạm thời | DMT5",
"332961148": "Làm cách nào tôi có thể thêm, xóa hoặc thay đổi phương thức thanh toán đã được chấp nhận của mình?",
"335040248": "Về chúng tôi",
- "336359962": "Phí ngủ đông là số tiền được tính cho bất kỳ tài khoản nào không thực hiện giao dịch trong khoảng thời gian liên tục 12 tháng.",
+ "337214156": "What are the differences between the Deriv MT5 Synthetic, Financial, and Financial STP accounts?",
"337900732": "Đan Mạch",
"339084000": "HỢP PHÁP",
"339879944": "GBP/USD",
"341589956": "Air France KLM SA",
"342146000": "<0>Lưu về máy0>",
+ "342722863": "\n Learn more about our commission plans on <0>our Affiliate and IB Programme page0>.",
"343021270": "Giao dịch bằng tài khoản CFD thực. Nhận quyền truy cập tới giao dịch đòn bẩy và các vị thế giao dịch lớn hơn số vốn hiện có của bạn.",
"343586987": "Vậy trong trường hợp này, bạn sẽ đặt mức lấy lại ở <0>6.83 USD0>.",
"349098817": "Có gì mới trên Deriv.com?",
@@ -202,6 +225,7 @@
"354260859": "Giao dịch bằng một tài khoản thực Deriv MT5 (DMT5) hoặc Deriv X để được truy cập vào các vị thế giao dịch có đòn bẩy cao hơn số vốn bạn hiện có.",
"355340164": "Nền tảng giao dịch trực tuyến Deriv X",
"358838306": "Phó trưởng ban hỗ trợ khách hàng",
+ "358998585": "The Deriv MT5 Financial STP account offers CFDs on forex and cryptocurrencies, with lower leverage than the Financial account. This is a 100% A-book account, so your trades pass straight through to the market, giving you direct access to liquidity providers. This account also offers 24/7 trading on cryptocurrencies.",
"361051814": "Giả sử bạn muốn tính toán mức lấy lãi và giá trị pip khi bạn muốn bán 3 lô Chỉ số biến động 50 có giá 249.5961 USD với mức lấy lãi là 84 USD.",
"361599549": "Một phương tiện thanh toán cho phép chuyển khoản ngân hàng trực tuyến cho khách hàng ở Philippines. Khả dụng cho cả nạp và rút tiền.",
"365224830": "Chỉ số giỏ giao dịch trực tuyến | Tài khoản demo giao dịch chỉ số giỏ | Deriv",
@@ -218,6 +242,7 @@
"376677604": "Tất cả đều có sẵn trên nền tảng DMT5 của chúng tôi",
"378043056": "Mỗi chỉ số này mô phỏng hiệu suất của các công ty được giao dịch công khai hàng đầu trên một thị trường tài chính ở khu vực Châu Á/Châu Đại Dương.",
"378788991": "Các chỉ số tổng hợp hoàn toàn mới hiện đã có trên DTrader và Deriv MT5 (DMT5)",
+ "379401010": "Partners",
"379730266": "Khoản thanh toán hoa hồng cho tất cả tài sản sẽ được chuyển đổi sang loại tiền gửi của bạn dựa trên tỷ giá hối đoái mới nhất.",
"383145223": "Ebook chứng khoán",
"386443705": "Làm thế nào và khi nào tôi nhận được tiền hoa hồng Deriv IB của mình?",
@@ -226,14 +251,15 @@
"390647540": "Tài khoản thực",
"392031899": "Sẽ sớm được ra mắt",
"392840594": "Để biết thêm về các chương trình liên kết và IB của chúng tôi",
+ "393215173": "the British Virgin Islands Financial Services Commission",
"393841045": "<0>Lưu ý:0>",
"393899903": "Bạn chỉ có thể phục vụ khách hàng Deriv tại quốc gia bạn đang cư trú.",
- "394545276": "Bạn có thể gửi hoặc rút số tiền tối thiểu 5 USD/EUR/GBP/AUD sử dụng ví điện tử. Các hình thức thanh toán khác nhau sẽ có mức giao dịch tối thiểu khác nhau.",
"395057342": "Chúng tôi là ai",
"396609660": "Hoàn thành biểu mẫu với thông tin đăng nhập tài khoản Deriv MT5 của bạn. Trong trường <0>Nhà Môi Giới0>, hãy nhập tên tài khoản máy chủ của bạn: <1 /> <0>- Deriv-Demo0> nếu tín hiệu của bạn chỉ dành cho tài khoản demo <1 /> <0>- Deriv-Server0> hoặc <0>Deriv-Server-020> nếu tín hiệu của bạn chỉ dành cho tài khoản thực <1 />\n(Bạn có thể tìm thấy tên tài khoản máy chủ trên <2>bảng điều khiển Deriv MT52> của mình.)",
"396992773": "Deriv là nhà môi giới tốt nhất trên thế giới cho đến nay về tài sản mà họ cung cấp, dễ dàng rút tiền và gửi tiền, cùng với các dịch vụ khác. Hãy tiếp tục cho chúng tôi những điều tốt nhất, Deriv!",
"397235089": "Tìm hiểu về các thị trường bạn có thể giao dịch trực tuyến với Deriv, bao gồm ngoại hối, chỉ số tổng hợp, chứng khoán, tiền điện tử và các loại hàng hóa khác.",
"398319738": "DMT5 là gì?",
+ "399948438": "Click <0>Create new ad0>.",
"400968378": "các địa điểm",
"406075956": "Nếu bạn chọn ‘Lẻ', bạn sẽ giành được khoản chi trả nếu chữ số cuối cùng của tick cuối cùng là một số lẻ (tức là: 1, 3, 5, 7 hoặc 9).",
"408925924": "Lên đến x1000 lần",
@@ -247,6 +273,7 @@
"419208082": "Nền tảng giao dịch CFD của chúng tôi bởi MetaQuotes: trade.mql5.com",
"419648873": "Giao dịch cổ phiếu toàn cầu và chỉ số chứng khoán ngay bây giờ trên nền tảng DMT5 của chúng tôi.",
"420161092": "Hãy là một trong những người đầu tiên dùng thử Deriv.com",
+ "421158556": "You may refer to <0>our terms0> for more information. If you need help getting into your account, <1>contact us via live chat.1>",
"421232681": "Các điều khoản bổ sung",
"422714856": "Rất rõ ràng, việc đổi thương hiệu được lấy cảm hứng từ chính các bạn. Chúng tôi luôn mong muốn đem đến cho các bạn một nghiệm giao dịch mới và tân tiến hơn trên Deriv.com nơi mà bạn có thể giao dịch mọi thứ, mọi nơi , và mọi lúc theo cách bạn muốn.",
"424703192": "Khách hàng ở các nước còn lại trên thế giới (ngoại trừ các quốc gia bị hạn chế như Hoa Kỳ, Canada và Hồng Kông) muốn giao dịch CFD trên các công cụ tài chính có thể có tài khoản Tài chính DMT5 và tài khoản Tài chính Deriv X của Deriv (V) Ltd. Các khiếu nại này không cung cấp CFDs trên tiền điện tử.",
@@ -267,8 +294,11 @@
"439798157": "Tải lên chiến lược",
"441557166": "Deriv X - một nền tảng giao dịch CFD đa tài sản có sẵn trên Deriv",
"442177402": "Cặp crypto",
+ "443594501": "For your Deriv MT5 and Deriv X real accounts, log in to close any open positions.",
+ "443887309": "Your credit card balance may be insufficient.",
"447476086": "Báo cáo <0>quốc gia0>: Hiển thị một danh sách các quốc gia nơi các nhấp chuột của bạn đang đến từ",
"447711315": "Tiếp quản miền phụ",
+ "448874206": "If you have active orders, keep the app open (either on your phone or computer) until your orders are completed. Try to complete your orders within 2 hours.",
"448985812": "0-19,999%",
"449277904": "Deriv GO là gì",
"451624200": "XTZ/USD",
@@ -277,9 +307,9 @@
"455897892": "Sách điện tử về tiền mã hóa",
"456825069": "Chuyên gia giao dịch",
"459886707": "Ví điện tử",
- "460766210": "Deriv Investments (Europe) Limited, W Business Center, Tầng 3, Triq Dun Karm, Birkirkara BKR 9033, Malta, được cấp phép tại Malta (<0>giấy phép số IS/7015 0>) và được quản lý bởi Dịch vụ Tài chính Malta Cơ quan theo Đạo luật Dịch vụ Đầu tư để cung cấp các dịch vụ đầu tư ở Liên minh Châu Âu. Công ty cũng được ủy quyền và tuân theo quy định hạn chế của Cơ quan Quản lý Tài chính ở Vương quốc Anh. Chúng tôi cung cấp thông tin chi tiết về phạm vi ủy quyền và quy định của chúng tôi bởi Cơ quan quản lý tài chính theo yêu cầu.",
"460878453": "5 - 10.000",
"465003790": "Đăng nhập DMT5",
+ "465522807": "<0>A signal provider0> \n Do you provide trading data for others to follow? Grow your community of traders and earn commission when they sign up and trade on our platforms.",
"467590240": "chứng khoán & chỉ số",
"469222213": "Nhấp vào tab <0>Thống kê của tôi0> và chọn nhà cung cấp tín hiệu của bạn.",
"473760456": "Chúng tôi nói một cách thẳng thắn để tránh sự mơ hồ, tiết lộ các điều khoản của tất cả các hợp đồng và rõ ràng về rủi ro giao dịch cũng như cách chúng tôi kiếm tiền.",
@@ -289,7 +319,8 @@
"476621330": "Mở một tài khoản",
"479311128": "Mở giao dịch với chi phí thấp hơn và tăng lợi nhuận tiềm năng của bạn.",
"480442479": "Giả mạo yêu cầu trên nhiều trang web (không quan trọng)",
- "482031216": "Forex là thị trường phi tập trung toàn cầu cho việc mua và bán tiền tệ.",
+ "481274667": "How can I withdraw funds from my Deriv MT5 real money account?",
+ "481411401": "Regulation",
"482369277": "Các chương trình liên kết và IB của Deriv mang lại cơ hội thu nhập thú vị. Kiếm tiền hoa hồng từ các giao dịch của khách hàng thông qua giới thiệu của bạn trên nền tảng của chúng tôi.",
"486935836": "Tôi quên mật khẩu tài khoản Google/Facebook/Apple. Làm cách nào để tôi đăng nhập được vào tài khoản Deriv của mình?",
"487236738": "Cách tính toán",
@@ -304,11 +335,13 @@
"494843334": "Bạn có thể giao dịch ngoại hối, chỉ số chứng khoán, hàng hóa, và các chỉ số tổng hợp trên DTrader.",
"495686884": "Tại sao chọn chúng tôi cho các giao dịch trực tuyến của bạn | Deriv",
"497469280": "Chúng tôi mong muốn cung cấp cho khách hàng các hệ thống đáng tin cậy có thời gian hoạt động cao và độ trễ thấp, ngay cả trên các mạng dữ liệu di động tốc độ thấp. Chúng tôi cung cấp khả năng bảo mật tốt và khả năng tương thích trên phần lớn các bộ máy tính để bàn cũng như thiết bị di động",
- "497717591": "Các hình thức thanh toán nào tôi có thể sử dụng với Deriv P2P?",
+ "497567508": "Your Deriv MT5 history will be downloaded as an XML file.",
+ "497905436": "How do I check my available balance for Deriv P2P?",
+ "500999639": "Some trade types may not be available in certain countries.",
"501413836": "750+",
"501620507": "Việc này sẽ có ảnh hưởng như thế nào đến các khách hàng của tôi?",
"501763239": "Cặp chính",
- "502554477": "Sự khác biệt giữa các Chỉ số Tổng hợp DMT5, Tài khoản STP tài chính và tài khoản Tài chính là gì?",
+ "504465748": "We'll email you a verification link. Click that link and set a new password for your Deriv account.",
"506797447": "<0>Giỏ EUR0> đánh giá giá trị của đồng Euro so với một gói năm loại tiền tệ khác trên thế giới (USD, AUD, GBP, JPY, CAD), mỗi loại có trọng số 20%.",
"509964491": "Giao dịch kể cả khi hầu hết các thị trường tài chính đều đang đóng cửa",
"510309290": "Deriv X: Ứng dụng giao dịch CFD của chúng tôi bởi DevExperts (<0>ứng dụng Android0>, <1>ứng dụng iOS1>)",
@@ -332,8 +365,8 @@
"527660774": "Công cụ giao dịch | Tính toán ký quỹ, pip và hoán đổi | Deriv",
"528858838": "Lead/USD",
"529056539": "Quyền chọn",
+ "529597350": "Nếu bạn có bất kỳ đơn hàng nào đang mở, chúng tôi đã đóng chúng và hoàn lại tiền cho bạn.",
"529901734": "Khi giao dịch giỏ các chỉ số, sự thay đổi giá trị của một loại tiền tệ được đo lường dựa trên một giỏ các loại tiền tệ có tính thanh khoản cao nhất trên thế giới.",
- "533583221": "Chuyển khoản diễn ra ngay lập tức. Khi bạn đã hoàn thành tất cả các bước, số dư tài khoản DMT5 của bạn sẽ ngay lập tức được cập nhật.",
"538228086": "Đóng-Thấp",
"538682015": "Tìm hiểu thêm các ứng dụng khác của chúng tôi",
"539645627": "Chúng tôi hướng tới cung cấp các sản phẩm dẫn đầu thị trường và được tin dùng trên toàn thế giới.",
@@ -351,12 +384,14 @@
"555580651": "1. Ở thanh bên phải của không gian làm việc, chọn \"Xóa dữ liệu'.",
"557095822": "Nhấp vào nút <0>Gia hạn0> để gia hạn dịch vụ hoặc nút <0>Hủy đăng ký0> để hủy đăng ký.\n",
"558327984": "Bộ tính lãi và lỗ cho cấp số nhân của chúng tôi giúp bạn xác định mức dưng lỗ và/hoặc lấy lãi trong các giao dịch của bạn để giảm thiểu thua lỗ và tối ưu lãi suất.",
+ "561889537": "A dispute was raised against you. Please <0>contact us0> via live chat for more info.",
"562246914": "Việc đổi thương hiệu được thực hiện lấy cảm hứng từ các bạn, các khách hàng của chúng tôi. Sau 20 năm phục vụ, chúng tôi cảm thấy đã hiểu rõ hơn các khách hàng của mình. Việc thay đổi thương hiệu là cơ hội để chúng tôi áp dụng một giải pháp giao dịch trực tuyến ưu việt hơn để đáp ứng hết các nhu cầu của các bạn.",
"562528971": "Zinc/USD",
"562753315": "Guernsey | Văn phòng của chúng tôi – Quần đảo Channel | Deriv",
"566274201": "1. Thị trường",
+ "567739189": "Why do my Deriv MT5 positions always start with a loss?",
"568954877": "3. Bạn chỉ có thể đăng ký một nhà cung cấp tín hiệu với một tài khoản DMT5 tại bất kỳ thời điểm nào. Bạn có thể sử dụng tín hiệu của mình trên tối đa 3 máy tính.",
- "569354588": "Bạn cũng có thể quản lý vốn của mình qua một đại lý thanh toán nếu dịch vụ đó có sẵn tại quốc gia của bạn.",
+ "570656160": "You can use your Deriv MT5 demo account for as long as you want. However, if your account is inactive for 30 days, we'll deactivate it automatically.",
"575210404": "Gửi hoặc nhận thanh khoản",
"575534504": "Chênh lệch thấp",
"577779861": "Rút tiền",
@@ -369,6 +404,7 @@
"586006302": "<0>Trên/Dưới:0> Dự đoán liệu chữ số cuối cùng của tick cuối cùng của hợp đồng sẽ cao hơn hoặc thấp hơn một con số cụ thể.",
"586789100": "Chọn từ một loạt các loại giao dịch có thể tùy chỉnh với số tiền đặt cược thấp đến mức 0,35 đô la và thời lượng ngắn nhất là một giây.",
"590858519": "Nói lời tạm biệt với phí qua đêm, giữ vị thế của bạn mở bao lâu bạn muốn.*",
+ "593539508": "Yes, you can download the chart on DTrader (in .csv and .png) by clicking <0>Download0> on the toolbar on the left. ",
"593838951": "Cơ hội đa dạng",
"595278941": "Giá tài sản",
"595722471": "% Mức hoàn trả cho người chơi (RTP) với quyền chọn lookbacks cho cấp số nhân của 1 và thời lượng 1 phút là trung bùnh 87%",
@@ -391,6 +427,7 @@
"622253642": "Tiết kiệm thời gian - không cần mở, theo dõi và đóng giao dịch.",
"623188171": "Giao dịch tiền điện tử và các chỉ số tổng hợp mọi lúc, kể cả vào các ngày cuối tuần và ngày lễ.",
"624256060": "Xác định các tham số tùy chọn cung cấp cho bạn quyền kiểm soát nhiều hơn đối với giao dịch của bạn, bao gồm dừng lỗ, chốt lời và hủy giao dịch.\n",
+ "625438255": "Là một phần của những thay đổi trong cách cung cấp thị trường, chúng tôi sẽ đóng các tài khoản của khách hàng ở Vương quốc Anh.",
"627388563": "Thêm về CFDs",
"627774646": "Nguồn thu nhập bổ sung từ đăng ký hàng tháng.",
"627845959": "Những điều cần lưu ý khi giao dịch cấp số nhân",
@@ -399,13 +436,11 @@
"631458864": "Kinh doanh cạnh tranh",
"631607286": "Bianry.com đã đổi thương hiệu thành Deriv.com và sau đây là những thông tin bạn cần biết",
"632409475": "TER/USD",
- "634033595": "Deriv P2P là dịch vụ gửi và rút tiền ngang hàng của Deriv cho phép bạn có thể nhận tiền vào và ra khỏi tài khoản Deriv của mình dễ dàng thông qua giao dịch với các nhà giao dịch giống bạn.",
"635121138": "Chương trình Liên kết và IB | Deriv",
"635797490": "Tạm thời | DBot",
"636070520": "3. Bắt đầu giao dịch",
"636073620": "Đăng ký với Deriv MetaTrader 5 tín hiệu giao dịch để học hỏi các giao dịch từ những người giao dịch có kinh nghiệm, hoặc trở thành một người cung cấp các tín hiệu giao dịch và chia sẻ chiến lược giao dịch của bạn.",
"637013579": "Công cụ \"kéo và thả\" cổ điển của chúng tôi để tạo bot giao dịch, có biểu đồ giao dịch dạng pop-up, dành cho người dùng nâng cao.",
- "639707096": "Khách hàng không được là cư dân ở Belarus, Canada, Hồng Kông, Israel, Jersey, Malaysia, Malta, Paraguay, Rwanda, UAE, Hoa Kỳ hoặc một quốc gia bị hạn chế đã được Lực lượng Đặc nhiệm Hành động Tài chính (FATF) xác định là có thiếu sót chiến lược.",
"640307277": "Phó giám đốc kỹ thuật",
"640405784": "Dễ dàng gửi tiền với giải pháp thanh toán voucher tiền mặt cho Nam Phi.",
"641347172": "Sau khoảng thời gian xử lý cần thiết của phương thức thanh toán bạn đã chọn, tiền sẽ được gửi vào tài khoản cá nhân của bạn. Bạn có thể kiểm tra thời gian xử lý trên trang <0>Phương thức thanh toán0> của chúng tôi.",
@@ -413,6 +448,7 @@
"642995056": "Email",
"643554455": "Xem những câu hỏi thường gặp trên các chủ đề phổ biến để nhận câu trả lời nhanh.",
"643810262": "Khai thác các vấn đề logic tương tác có thể gây ra tổn thất cho khách hàng",
+ "645317079": "We'll remove the <0>withdrawal limit0> once your account has been verified.",
"645902266": "EUR/NZD",
"645954408": "Khi giá thị trường leo lên mức 8700 USD, bạn quyết định đặt mức cắt lỗ là 8200 USD. Sau một vài tick, giá tụt về 8100 USD, vượt qua mức cắt lỗ của bạn. Giao dịch của bạn sẽ tự động đóng ở mức 8100 USD.",
"646017912": "Ứng dụng hàng đầu của chúng tôi cho các tùy chọn giao dịch và hệ số.",
@@ -423,9 +459,11 @@
"654674908": "Chiến lược Martingale là một chiến dịch giao dịch điển hình, nó khuyến khích người giao dịch gấp đôi mức hợp đồng sau khi lỗ để nêu thắng, họ sẽ bù lại được khoản lỗ của mình.",
"655249194": "Deriv X là nền tảng CFD thứ hai của chúng tôi, sau MT5. Nền tảng này có rất nhiều tính năng và được xây dựng để tương thích với phong cách giao dịch của bạn.",
"655519080": "Deutsche Bank AG",
+ "655902997": "You may reactivate your account by <1>logging in1> with your email address and password. If you're unable to do so, please <0>contact us via live chat0>, and we'll help you further.",
"658337631": "Nếu bạn đã có tài khoản <0>Binary.com0>? Bạn có thể <1>đăng nhập1> vào <0>Deriv0> bằng tên đăng nhập và mật khẩu <0>Binary.com0> của bạn",
"662679188": "DTrader | Sàn giao dịch trực tuyến | Deriv",
"663180477": "Trải nghiệm giao dịch đầu tiên của khách hàng",
+ "665599274": "Fill up the form and click <0>Confirm0>.",
"665777772": "XLM/USD",
"666199378": "Được tiếp cận với dịch vụ hỗ trợ khách hàng thân thiện hoạt động cả 7 ngày trong tuần, một Trung tâm trợ giúp phong phú, cùng các nội dung hữu ích khác.",
"666906792": "Nạp tiền dễ dàng qua điện thoại. Cho các khách hàng tại Ghana và Uganda.",
@@ -434,14 +472,15 @@
"672008428": "ZEC/USD",
"680204734": "Số tiền rút tối thiểu sẽ thay đổi tùy theo tỷ giá hối đoái mới nhất. Các số liệu hiển thị ở đây đã được làm tròn.",
"680953516": "CÁC THỊ TRƯỜNG",
+ "682063263": "Your Deriv P2P account may be blocked for one of the following reasons:",
"682108610": "Cho dù bạn chỉ mới tham gia giao dịch hay đã là một nhà giao dịch lão làng, thì trải nghiệm giao dịch chúng tôi cung cấp sẽ khiến bạn thích mê.",
"682657885": "Đi tới bảng điều khiển Deriv X",
"683810917": "Kiểm tra hoa hồng IB hàng ngày của bạn",
"685027643": "Bảng 'Giao dịch' hiển thị các thông tin chi tiết về mỗi giao dịch như thời gian, hạn mức, thời điểm bắt đầu và kết thúc, v.v.",
"686385193": "Giả sử bạn muốn tính toán mức lấy lãi khi bạn mở một giao dịch cho Chỉ số biến động 100 có giá là 3376.24 USD với một mức cược là 10 USD, cấp số nhân là x100, và một mức lấy lãi tại 7.54 USD theo hướng Giảm.",
"686387939": "Làm thế nào để xóa nhật ký giao dịch?",
- "686417047": "DTrader cho phép bạn giao dịch hơn 50 loại tài sản ở các lựa chọn số hóa, cấp số nhân, và lookback.",
"688617121": "Đòn bẩy cao",
+ "689068852": "Where can I see my ads?",
"689400450": "Đó là bên môi giới tốt nhất trên thế giới. Tôi sẽ giới thiệu nó cho bất cứ ai mỗi ngày, mọi lúc. Các đại lý hỗ trợ của họ thực sự hữu ích trong mọi lĩnh vực.",
"690238026": "Chúng tôi đã kiểm tra và thử nghiệm các công cụ giới thiệu bao gồm các biểu ngữ, đánh giá, video và quảng cáo văn bản. Nếu bạn muốn một số công cụ nhất định được tùy chỉnh theo sở thích của mình, vui lòng liên hệ với người quản lý tài khoản của bạn tại <0>affiliates@deriv.com0>.",
"690959930": "Lấy lại mật khẩu | Deriv",
@@ -452,6 +491,7 @@
"700128691": "Chúng tôi kiên định trong cam kết với các tiêu chuẩn đạo đức của mình. Hiểu thêm lý do để biết tại sao Deriv là sự lựa chọn của các nhà giao dịch trực tuyến.",
"701775446": "Chỉ số biến động 200",
"701840176": "Hoa hồng cho mỗi doanh thu 100k USD",
+ "704465777": "After making your payment, share the receipt with the seller via the chat feature in Deriv P2P.",
"704532260": "Đăng ký chỉ với email của bạn. Không yêu cầu thẻ tín dụng hay mức nạp tiền tối thiểu.",
"706069088": "Về Deriv",
"710137133": "Đăng ký ngay",
@@ -483,12 +523,15 @@
"743105449": "Làm cách nào để nạp tiền vào tài khoản tiền thật Deriv X của tôi?",
"743623600": "Tài liệu tham khảo",
"746874005": "Swap forex formula",
+ "747290779": "<0>A software developer0> \n Build your own trading platform using our API and earn commission when your clients sign up and trade.",
"751493857": "4 USD",
"752024971": "Đạt số chữ số tối đa",
+ "752304655": "<0>Turnover0> \n Earn up to 1.5% commission for each contract bought by your clients. The lower the probability of winning, the higher your commission payout.",
"755433132": "Các tuỳ chọn số là gì?",
"756066527": "Tôi đồng ý với <0>Các điều kiện và điều khoản sử dụng0>",
"756310599": "Chúng tôi sẽ minh bạch các điều khoản của tất cả các hợp đồng để khách hàng có những lựa chọn sáng suốt.",
"758038191": "Tìm kiếm vị trí phù hợp với chúng tôi bằng cách duyệt qua các cơ hội việc làm Deriv tại Melaka, Malaysia.",
+ "759844711": "Yes, it's completely free of charge <0>to join0>.",
"760192418": "Giao dịch thật khôn ngoan, và đừng để cảm xúc ảnh hưởng đến các quyết định của bạn. Đừng giao dịch khi bạn đang có xu hướng đưa ra các quyết định sai lầm.",
"760233310": "Ứng dụng giao dịch CFD của chúng tôi bởi Devexperts: dx.deriv.com",
"762478389": "Giao dịch những gì bạn thích - ngoại hối, hàng hóa, chứng khoán và các chỉ số tổng hợp.",
@@ -504,6 +547,7 @@
"777848993": "tài sản có thể giao dịch và tăng trưởng",
"778624300": "Tận dụng các công cụ tính toán giao dịch của Deriv để giúp bạn tính toán giao dịch hoán đổi, pip, lãi và lỗ cho giao dịch CFD và cấp số nhân.",
"779522948": "Ipoh | Văn phòng của chúng tôi – Malaysia | Deriv",
+ "780041225": "If you already have a demo account, here’s how to add a real account:",
"781723751": "10 - 17.000",
"783010200": "Đa dạng hóa danh mục đầu tư của bạn với giao dịch miễn hoa hồng trên các chỉ số thị trường chứng khoán quốc tế lớn nhất. Giao dịch trên các chỉ số nổi tiếng thế giới như Chỉ số Phố Wall 30, Chỉ số Công nghệ Hoa Kỳ 100, Chỉ số Vương quốc Anh 100, cùng với nhiều chỉ số khác. Nhận giao dịch với mức thấp nhất là $5.",
"783153785": "Vốn ảo không giới hạn",
@@ -516,6 +560,7 @@
"785973496": "Bồ Đào Nha",
"786796042": "bắt đầu vào <0>ngày 3 tháng 6 20200>",
"788015089": "*có sẵn cho các cặp đã chọn:",
+ "788744327": "Click <0>Change0> next to the password field, then click <0>Change Deriv MT5 password0>.",
"789376489": "USD/HKD",
"790534726": "Thực hiện các biện pháp kiểm soát để ngăn chặn hoạt động bất hợp pháp",
"793647899": "Tài khoản đối tác với Binary.com của bạn cũng vẫn sẽ có hiệu lực trên Deriv.com. Bạn vẫn sẽ có thể nhận hoa hồng từ khách hàng khi họ tham gia giao dịch trên Binary.com hoặc Deriv.com.",
@@ -524,17 +569,23 @@
"799457743": "Đơn giản.",
"800183478": "An ninh rất quan trọng đối với chúng tôi. Chúng tôi liên tục cải tiến các sản phẩm và dịch vụ của mình bằng cách cộng tác với các nhà nghiên cứu bảo mật độc lập trên toàn thế giới.",
"800934856": "Khám phá các địa điểm văn phòng của chúng tôi | Deriv",
+ "802021852": "If you're buying, you'll need to make payment and share your payment confirmation with the seller. Once the seller has confirmed that they've received your payment, the exchange amount will be credited into your Deriv account.",
"803989222": "Tài khoản Tổng hợp cho phép bạn giao dịch trên các chỉ số tổng hợp độc quyền của Deriv có sẵn 24/7 và mô phỏng các chuyển động thị trường trong thế giới thực.",
"806165583": "Australia 200",
+ "806951253": "Tại Liên minh Châu Âu, các sản phẩm tài chính được cung cấp bởi Deriv Investments (Europe) Limited, W Business Center, Tầng 3, Triq Dun Karm, Birkirkara BKR 9033, Malta, được cấp phép tại Malta (<0> giấy phép số IS / 70156 0> ) và được quy định bởi Cơ quan Dịch vụ Tài chính Malta, Triq l-Imdina, Khu 1, Khu Thương mại Trung tâm, Birkirkara CBD 1010, Malta, theo Đạo luật Dịch vụ Đầu tư. Được ủy quyền bởi Cơ quan quản lý tài chính và với sự cho phép khác nhau. Theo quy định của Cơ quan Quản lý Tài chính. Bản chất và mức độ của các biện pháp bảo vệ người tiêu dùng có thể khác với các biện pháp đối với các công ty có trụ sở tại Vương quốc Anh. Thông tin chi tiết về Chế độ hợp đồng dịch vụ tài chính, cho phép các công ty có trụ sở tại EEA hoạt động ở Vương quốc Anh trong một khoảng thời gian giới hạn để thực hiện các hoạt động cần thiết cho việc thực hiện các hợp đồng đã có từ trước, có sẵn trên trang web của Cơ quan quản lý hành vi tài chính.",
"808426886": "Chúng tôi không theo đuổi cách bán hàng cứng rắn, đưa ra lời khuyên về tài chính hoặc giao dịch, cũng như không đưa ra lời hứa về lợi nhuận được đảm bảo. Chúng tôi không khuyến khích những người dễ bị tổn thương tham gia giao dịch và thực hiện các biện pháp kiểm soát để ngăn chặn bất kỳ hoạt động bất hợp pháp nào.",
"809146176": "Không khả dụng",
+ "809480545": "If you'd like to log in using your email address instead, follow these steps:",
"809649275": "Trung tâm trợ giúp | Câu hỏi thường gặp | Deriv P2P | Deriv",
"809734567": "Trong <0>trang trưng bày tín hiệu MQL50>, nhấp vào nút Tạo tín hiệu.",
+ "811665902": "What is Deriv MetaTrader 5 (Deriv MT5)?",
"812101045": "Bộ tính mức dừng lỗ và/hoặc lấy lãi cho khoảng ký quỹ",
"812888944": "Kinh doanh cạnh tranh",
"814009433": "Tổng giá trị giao dịch thu được",
+ "814289409": "Then, withdraw your funds.",
"814644033": "Mua crypto sử dụng thẻ tín dụng và thẻ ghi nợ của bạn để nạp vào tài khoản Deriv của bạn với sàn đổi crypto toàn cầu này.",
"815602603": "Đăng nhập vào tài khoản Deriv của bạn. Nếu bạn chưa có một tài khoản hãy đăng ký, hoàn toàn miễn phí.",
+ "816534303": "To log in on your desktop, click <0>Trade on web terminal0>.",
"817637233": "Cảm ơn bạn đã đăng ký",
"818087675": "Giao dịch trên Deriv",
"818659471": "6. Dừng lỗ",
@@ -545,6 +596,7 @@
"825675433": "Giao dịch các chỉ số chứng khoán có sẵn trên Deriv",
"825815966": "Khoản thanh toán cố định, dễ dự đoán",
"826511719": "USD/SEK",
+ "829379369": "You can automate your trading strategy using a trading bot. A trading bot is an automated computer program that purchases trade contracts for you while following a specific set of instructions that you provide.",
"829579058": "An toàn",
"831164350": "Giả sử bạn muốn tính toán mức dừng lỗ và giá trị pip khi bạn mua một lô EUR/USD có giá 1.17524 USD với mức dùng lỗ là 24 USD.",
"831282685": "Gửi email cho chúng tôi",
@@ -580,21 +632,24 @@
"871486196": "Giao dịch ngoại hối, chỉ số tổng hợp, cổ phiếu, chỉ số chứng khoán, tiền điện tử và các loại hàng hóa ở một chỗ.",
"874573741": "Giao dịch ngoại hối, chỉ số cổ phiếu, và hàng hóa tại cùng một chỗ.",
"874881951": "Tìm cơ hội việc làm tại văn phòng Dubai của chúng tôi, với các vị trí IT, marketing và nhân lực.",
+ "875311753": "The completion rate is the percentage of orders that the advertiser could complete within 2 hours.",
"875766134": "Tải lên từ máy của bạn",
"876581050": "Slovakia",
"877897643": "Các lợi thế khi giao dịch ngoại hối trên DTrader",
+ "878441070": "Can I change the currency of my Deriv MT5 account?",
"878676836": "Tài liệu thông tin quan trọng",
"878922748": "Tài khoản CFD là gì?",
+ "878929504": "Complete the form and click <0>Submit0>.",
"879478126": "Dubai",
"881413021": "Tại sao nên giao dịch hàng hóa trên Deriv",
"882216897": "Bắt buộc phải có email",
"885479216": "Báo cáo <0>Lượt xem & truy cập0>: Hiển thị tỷ lệ nhấp chuột và lượt xem của bạn ",
"886712679": "Được cấp phép và giám sát",
"887282040": "Lý do Binary.com đổi thương hiệu?",
+ "888619169": "If you have made a deposit or have added a real MT5 account, follow these steps:",
"888978991": "Mỗi chỉ số này mô phỏng hiệu suất của các công ty được giao dịch công khai hàng đầu trên các thị trường tài chính của Châu Âu.",
"889704223": "Giao dịch theo cách bạn muốn với {{trade_no}} loại giao dịch linh hoạt.",
"890667695": "45%",
- "891097078": "Chỉ số USD",
"893607771": "Hưởng lợi từ giờ giao dịch trong cả ngày (Thứ Hai đến Thứ Sáu), tính thanh khoản cao, rào cản gia nhập thấp, một loạt các dịch vụ và cơ hội giao dịch trên các sự kiện thế giới.",
"893980632": "Có thêm thắc mắc? Xem phần <0>FAQ0> trên trang web MQL5.",
"895567953": "các tài sản bạn có thể dùng bot",
@@ -609,17 +664,21 @@
"905952695": "Địa chỉ weblog của chúng tôi: https://deriv.com/academy/",
"906120998": "Điểm khác biệt giữa DTrader và DMT5 là gì?",
"909083576": "404 - Không tìm thấy trang | Deriv",
+ "912406629": "Follow these steps:",
"912981300": "Một điều nữa: Chúng tôi đang đổi mới thương hiệu mạng xã hội của mình sang @Derivdotcom trên Facebook, Instagram, và Twitter. Hãy thích và theo dõi các trang mạng xã hội của chúng tôi để cập nhật các tin tức mới nhất. ",
"913091440": "Thử DBot trên Deriv.com",
"913719394": "Nếu bạn chọn 'Trên', bạn sẽ giành chiến thắng nếu con số cuối cùng của tick cuối cùng lớn hơn so với dự đoán bạn đưa ra.",
- "914005173": "Bên ngoài EU, các sản phẩm tài chính được cung cấp bởi các công ty sau: Deriv (FX) Ltd, F16, Level 1, Paragon Labuan, Jalan Tun Mustapha, 87000 Labuan, Malaysia, được cấp phép bởi Cơ quan dịch vụ tài chính Labuan (<0>giấy phép số MB/18/00240>); Deriv (BVI) Ltd, Kingston Chambers, P.O. Box 173, Road Town, Tortola, Quần đảo Virgin thuộc Anh, được cấp phép bởi Ủy ban Dịch vụ Tài chính Quần đảo Virgin thuộc Anh (<1>giấy phép số SIBA/L/18/11141>); Deriv (V) Ltd (<2>xem giấy phép2>), 1276, Kumul Highway, Port Vila, Vanuatu, được cấp phép và quản lý bởi Ủy ban Dịch vụ Tài chính Vanuatu; và Deriv (SVG) LLC, Hinds Buildings, Kingstown, St. Vincent và Grenadines.",
"915392164": "Mở các giao dịch dài hoặc ngắn hạn dựa trên dự đoán của bạn về các biến động giá của thị trường.",
+ "920363635": "Frequently asked questions - IB programme",
"925239281": "Làm cách nào để rút tiền từ tài khoản tiền thật Deriv X của tôi?",
+ "927364570": "<0>Setting > Proof of address0>",
"927510190": "Dự đoán rằng thị trường vẫn sẽ nằm ở bên trong hoặc ra bên ngoài 2 mức giá mục tiêu tại bất kì lúc nào trong kì hợp đồng.",
"927827352": "Nền tảng <0/>giao dịch CFD<0/> tích hợp",
"927830157": "Nền tảng thân thiện với người dùng tích hợp nhiều công cụ biểu đồ mạnh mẽ",
"930211164": "Giao dịch 24/7",
"931190863": "3. Chọn 'Tạo biến'",
+ "931793340": "Tại Liên minh Châu Âu, các sản phẩm tài chính được cung cấp bởi Deriv Investments (Europe) Limited, W Business Center, Tầng 3, Triq Dun Karm, Birkirkara BKR 9033, Malta, được cấp phép tại Malta (<0>giấy phép số IS / 701560>) và được quy định bởi Cơ quan Dịch vụ Tài chính Malta, Triq l-Imdina, Khu 1, Khu Thương mại Trung tâm, Birkirkara CBD 1010, Malta, theo Đạo luật Dịch vụ Đầu tư.",
+ "931896911": "Go to the <0>History0> section.",
"932190946": "Giới hạn tiền gửi hàng ngày",
"934777772": "1 Chọn 'Bắt đầu' để mở menu khung.",
"935167918": "3,75",
@@ -638,12 +697,12 @@
"960618190": "Giao dịch đồng thời nhiều tài sản khác nhau trên nhiều thị trường.",
"961530723": "Netflix Inc",
"962218636": "Airbus SE",
+ "963202666": "How do I sign up as an affiliate?",
"963922337": "2. Các khung đã được phân loại phù hợp. Chỉ cần chon khung bạn muốn và kéo chúng vào không gian làm việc.",
"964982895": "Nạp tiền dễ dàng qua điện thoại. Cho khách hàng tại Uganda và tanzania.",
"968040107": "Làm cách nào để tìm được khung bạn cần dùng?",
"968576099": "Lên/Xuống",
"968627888": "Giao dịch 24/7, kể cả cuối tuần và ngày nghỉ lễ",
- "971351835": "Công bố tài chính Báo cáo thường niên năm 2020",
"972090300": "Tại sao tôi nên chuyển sang Deriv.com? ",
"973734471": "Phần Lan",
"973933650": "Chuyển khoản diễn ra ngay lập tức. Khi bạn đã hoàn thành tất cả các bước, số dư tài khoản Deriv X của bạn sẽ ngay lập tức được cập nhật.",
@@ -657,13 +716,16 @@
"992485806": "Giao dịch của bạn sẽ tự động đóng khi mức dưng lỗ của bạn đạt đến <0>1.17500> và khi giá trị pip dừng lỗ là <0>24 USD0>.",
"1000512133": "API",
"1001160515": "Bán",
+ "1001731723": "Yes, as long as you haven’t opened a Deriv MT5 Financial STP account, you can still trade without verifying your account.",
"1004480214": "Di động",
"1005687893": "Giao dịch trực tuyến với Deriv | Đơn giản. Linh hoạt. Tin cậy.",
"1005701957": "Nếu bạn chọn 'Ở giữa', bạn sẽ giành chiến thắng nếu giá thị trường nằm giữa (không chạm) cả hai giới hạn trên và giới hạn dưới tại bất cứ thời điểm nào trong suốt thời gian giao dịch.",
"1005941063": "Nạp rút bằng Litecoin, một loại tiền điện tử bền bỉ với khả năng xử lý giao dịch nhanh.",
"1009128101": "Thao tác đơn giản - không cần cài đặt.",
+ "1010278278": "Can I delete my Deriv MT5 account history?",
"1010645311": "Dự đoán biến động giá của các hàng hóa như bạc, vàng và dầu thô, đồng thời sử dụng khoảng ký quỹ để tăng lợi nhuận của bạn.",
"1011699543": "Giao dịch biến động giá cả của các nguồn tài nguyên thiên nhiên quan trọng trong nền kinh tế thế giới và tận dụng tối đa các hoạt động của thị trường.",
+ "1012902658": "Phải. <0>Liên hệ với chúng tôi qua trò chuyện trực tuyến0> và chúng tôi sẽ giúp bạn với vấn đề đó.",
"1015510435": "BMW",
"1016174771": "<0>Mức dừng lỗ và/hoặc lấy lãi theo hướng Xuống = Max [{cổ phần × (-(mức dùng lỗ HOẶC lấy lãi - giá tài sản) ÷ giá tài sản × bộ số nhân) - hoa hồng}, -cổ phần]0>",
"1016273887": "CFDs được coi là các dẫn xuất phức tạp và có thể không phù hợp với các khách hàng bán lẻ.",
@@ -678,15 +740,17 @@
"1024953822": "Giao dịch ngoại hối, chỉ số tổng hợp, và tiền kỹ thuật số liên tục",
"1026160856": "Dự đoán liệu chữ số cuối của tick cuối cùng của hợp đồng sẽ là số chẵn hay số lẻ.",
"1027197513": "Deriv X là một nền tảng giao dịch dễ sử dụng tại đó bạn có thể giao dịch CFDs với nhiều loại tài sản đa dạng trên một lớp nền tảng mà bạn có thể dễ dàng tùy chỉnh theo sở thích của mình.",
- "1032383871": "Bạn có thể tạo và chạy chiến lược giao dịch tự động của riêng mình với DBot. Bạn cũng có thể tải về các robot giao dịch dựng sẵn (còn được gọi là Chuyên gia Tư vấn) của DMT5 bằng cách đi đến trang 'Thị trường' trong nền tảng DMT5.",
"1032907147": "AUD/NZD",
"1033805779": "Tất cả các chương trình hợp tác Deriv đều miễn phí tham gia. Hoàn toàn không có phí hoặc lệ phí ẩn.",
"1033824796": "currentStake",
"1034695894": "Tìm hiểu cách Deriv P2P hoạt động:",
"1034875052": "Dịch vụ tuyệt vời và đáng tin cậy; đã qua kiểm chứng và được tin dùng!",
+ "1035639511": "Deriv Limited – 13 Castle Street, St. Helier, JE2 3BT, Jersey – là công ty mẹ của các công ty con trên.",
"1035890756": "Thêm một tài khoản thực Deriv",
"1037965324": "10+ Tỷ USD",
"1039678171": "DÀNH CHO KHÁCH HÀNG",
+ "1041343262": "You can chat with the trader you are dealing with via the chat feature in Deriv P2P.",
+ "1041405933": "Read <0>this article0> to learn more about automated trading on Deriv.",
"1044540155": "100+",
"1045309798": "Tỷ giá hoán đổi (hoạt động qua đêm)",
"1046578159": "GBP/SGD",
@@ -701,6 +765,7 @@
"1056821534": "Bạn có chắc chắn?",
"1057239639": "Đặt các thông số tùy chỉnh cho giao dịch của bạn",
"1058440967": "Thay đổi này sẽ ảnh hưởng thế nào đến một Nhà Môi Giới (IB)?",
+ "1062240703": "Yes, we’re regulated by",
"1062246296": "Giới thiệu DBot trên Deriv.com",
"1062691395": "Chúng tôi đã tách riêng các báo cáo để tiện hơn cho bạn.",
"1065635876": "2. Theo dõi biểu đồ",
@@ -708,6 +773,7 @@
"1068264174": "Bảng điều khiển Liên kết Deriv,",
"1069671533": "chúng tôi là",
"1072277224": "Liên hệ với chúng tôi",
+ "1072571985": "If you created your Deriv account using Apple/Google/Facebook, try resetting your Apple/Google/Facebook password. After that, you should be able to log in to Deriv as usual.",
"1074669784": "Thực hiện gửi tiền và rút tiền nhanh chóng và an toàn với phương thức chuyển khoản này cho thiết bị di động dành cho khách hàng ở Nigeria.",
"1077281998": "Các chỉ số này tương xứng với nhau để mô phỏng thị trường với các biến động cố định ở mức 10%, 25%, 50%, 75%, 100%, 200% và 300%.",
"1077779258": "General Motors Company",
@@ -715,6 +781,7 @@
"1079127917": "Các chỉ số tổng hợp độc quyền của Deriv mô phỏng các chuyển động thị trường trong thế giới thực. Được hỗ trợ bởi trình tạo số ngẫu nhiên an toàn bằng mật mã, các chỉ số này có sẵn để giao dịch 24/7 và không bị ảnh hưởng bởi giờ thị trường thông thường, sự kiện toàn cầu hoặc thị trường và rủi ro thanh khoản.",
"1079537687": "Biogen Inc",
"1079986638": "\"Trang web P2P và ứng dụng di động của Deriv",
+ "1082899428": "Deriv: một nền tảng giao dịch trực tuyến hoạt động 24/7 với rất nhiều lựa chọn về các sản phẩm phái sinh.",
"1082977556": "<0>Với giao dịch ký quỹ tương đương 100 đô la0>, cùng đòn bẩy 1:500, bạn có rủi ro 2% * 50.000 đô la = <1>lỗ 1.000 đô la1>.",
"1084407062": "Các chỉ số này tương ứng với các thị trường mô phỏng với <0>độ biến động không đổi là 10%, 25%, 50%, 75% và 100%.0> Có một xác suất tăng hoặc giảm tương đương <0>mỗi 20 phút0>, trung bình. Kích thước bước nhảy trung bình là <0>khoảng 30 lần0> biến động giá bình thường.",
"1084702344": "Tạo hoặc <0>đăng nhập0> vào tài khoản Deriv của bạn",
@@ -735,6 +802,7 @@
"1106746692": "Mở một tài khoản thật, nạp tiền, và bắt đầu giao dịch các chứng khoán & chỉ số cùng nhiều loại thị trường tài chính khác.",
"1107638944": "Video, hướng dẫn, hội thảo trên web mới nhất về giao dịch | Deriv",
"1108389724": "Tận hưởng giao dịch không hoa hồng trên tất cả các tài sản. Ngoài ra, không phải trả phí hoán đổi đối với các vị trí qua đêm cho các cặp ngoại hối đã chọn.",
+ "1113034090": "<0>Note:0> You'll only be able to create ads once your account has been verified.",
"1113469496": "Điều này cung cấp cho bạn phí qua đêm bằng USD.",
"1114242450": "Giao dịch các chỉ số tổng hợp có sẵn trên Deriv",
"1115835371": "Các câu hỏi thường gặp - Tài khoản",
@@ -745,10 +813,13 @@
"1123710409": "Làm thế nào để tính toán khoảng ký quỹ",
"1123908498": "MTC/USD",
"1124560181": "Linh hoạt với nhiều thị trường",
+ "1124829631": "What conversion rates do you use for deposits and withdrawals?",
"1124905330": "Tùy chỉnh các loại giao dịch của bạn",
+ "1126492980": "The <0>Buy/Sell0> tab shows you ads by other advertisers. You can see your ads in the <0>My ads0> tab.",
"1126725671": "Một lưu ý giúp bạn hiểu thêm về các rủi ro có thể xảy ra khi giao dịch trên Deriv",
"1126917116": "Các cặp nhỏ",
"1127858885": "Tìm kiếm vị trí phù hợp với chúng tôi bằng cách duyệt qua các cơ hội việc làm Deriv ở Minsk, Belarus.",
+ "1128046384": "No. You can withdraw your commission whenever you want.",
"1135059547": "Hỏi mọi người",
"1136360582": "Trong sách điện tử này, chúng tôi sẽ đề cập đến",
"1136731907": "Lưu ý rằng đây chỉ là những giá trị gần đúng và sẽ khác nhau tùy thuộc vào đòn bẩy được đặt cho tài khoản của bạn và tài sản bạn muốn giao dịch.",
@@ -759,8 +830,9 @@
"1151456638": "Chúng tôi đánh giá cao những người chơi đồng đội cộng tác tự do giữa các bộ phận với sự khiêm tốn và tham vọng.",
"1151925602": "Dự đoán liệu chữ số cuối cùng của tick cuối cùng của hợp đồng sẽ cao hơn hoặc thấp hơn một con số cụ thể.",
"1152332043": "Giao dịch ngoại hối, chỉ số tổng hợp, cổ phiếu, chỉ số chứng khoán, tiền điện tử và các loại hàng hóa với đòn bẩy.",
+ "1155361880": "Need help? Please <0>contact us via live chat.0>",
+ "1155971726": "Click <0>here0> to close your account.",
"1158101648": "Tài lên từ Google Drive",
- "1161300179": "Tương tự, bạn có thể rút tiền từ tài khoản Deriv của mình bằng cách ‘bán’ tiền Deriv cho các nhà giao dịch khác để đổi lấy khoản thanh toán bằng nội tệ tại quốc gia của bạn (hoặc bất kỳ loại tiền tệ nào được hỗ trợ).",
"1161999797": "Giao dịch ngoại hối, tổng hợp, cổ phiếu & chỉ số, tiền mã hóa và hàng hóa.",
"1167224712": "Chúng tôi cung cấp các phương thức thanh toán khác nhau - Chuyển khoản ngân hàng, thẻ ghi nợ/thẻ tín dụng, ví điện tử và tiền điện tử để giao dịch của bạn thuận tiện hơn!",
"1168114406": "Chức năng này sẽ lưu trữ lợi nhuận hoặc lỗ lũy kế trong khi bot đang chạy. Đặt giá trị ban đầu thành 0.",
@@ -769,6 +841,7 @@
"1169378202": "Đại lý thanh toán | Các chương trình hợp tác | Deriv",
"1171765024": "Bước 3",
"1172611503": "Nếu bạn chọn \"Châu Á Giảm\", bạn sẽ thắng khoản chi trả nếu tick cuối cùng thấp hơn so với trung bình của các tick.",
+ "1173289870": "<0>Revenue share0> \n Earn commission of up to 45% based on the monthly net revenue generated by your clients. The higher their net revenue, the higher your commission payout.",
"1175717636": "Loại báo cáo nào tôi có thể lấy được từ tài khoản liên kết của mình?",
"1177080017": "DBot | Bot giao dịch | Deriv",
"1178873929": "Trang web của chúng tôi có thể được lọc bởi việc sử dụng hệ thống lọc có sẵn trên thị trường cái mà có thể được dùng để giới hạn truy cập của ai đó vào trang web của chúng tôi.",
@@ -777,27 +850,29 @@
"1181506313": "Deriv P2P là một ứng dụng tuyệt vời, tôi rất thích nó!",
"1182198798": "Ví dụ, nếu bạn đóng vị thế của mình tại một thời điểm nhất định, vốn chủ sở hữu của bạn là tổng số dư tài khoản của bạn cộng với lãi hoặc lỗ tại thời điểm đó. Nếu tỷ lệ này so với số tiền ký quỹ hiện đang sử dụng của bạn thấp hơn mức dừng của Deriv, thì mức dừng có thể được áp dụng.",
"1182470294": "Chưa có tài khoản Deriv.com?",
+ "1183868384": "Is Deriv regulated?",
"1184301560": "Khám phá chương trình hợp tác Deriv, và có cơ hội trở thành đối tác với nhà tiên phong uy tín. Tất cả các chương trình của chúng tôi là miễn phí, không có chi phí ẩn.",
"1186450032": "Lưu bot Google Drive",
"1189491487": "Không hoa hồng, không mất phí",
"1189875009": "Hồ sơ kinh doanh được xác nhận",
"1190588251": "Chúng tôi đối xử công bằng với tất cả khách hàng, xử lý các khiếu nại một cách chính trực và cung cấp giá cả cạnh tranh mà không có chi phí ẩn và không có rào cản nhân tạo đối với việc rút tiền của khách hàng.",
+ "1191311301": "How do I set an investor password for my Deriv MT5 account?",
"1191682103": "Không cần đăng ký. Đăng nhập bằng thông tin tài khoản <0>Binary.com0> của bạn.",
"1195213035": "Nếu bạn muốn tiếp tục giao dịch khi quyền tự loại trừ của bạn hết hạn và khi bạn đã yêu cầu xóa quyền tự loại trừ, sẽ có một khoảng thời gian tạm dừng là 24 giờ trước khi bạn được phép truy cập vào trang web của chúng tôi.",
"1196310280": "Intel",
"1197939158": "Không chấp nhận",
"1198781410": "Chúng tôi đã thiết kế một trải nghiệm giao dịch trực quan và lấy khách hàng làm trung tâm cho Deriv nơi đã tối ưu hóa để chuyển đổi khách truy cập thành khách hàng. Chúng tôi cũng sẽ cung cấp cho bạn các công cụ và tài liệu sáng tạo mà bạn cần để hướng lưu lượng truy cập đến Deriv.",
- "1202465815": "Số dư Deriv P2P của bạn bao gồm một phần của số dư tài khoản Deriv của bạn. Mặc dù tất cả các khoản tiền gửi của bạn qua ví điện tử và tiền điện tử đều có sẵn để sử dụng với Deriv P2P, nhưng chỉ một phần tiền gửi của bạn qua thẻ là khả dụng.",
"1205209576": "Giới thiệu MT5 trên Deriv.com",
"1207865156": "Đăng ký <0>tài khoản demo Deriv0> miễn phí",
"1208151831": "Phó giám đốc chiến lược & quản lý dự án",
- "1208165195": "Đường dẫn xác minh rút tiền đã hết hạn. Tôi phải làm gì?",
+ "1208382171": "We may request more information during the signup process.",
"1211781148": "Tận hưởng việc gửi và rút tiền nhanh chóng, trơn tru và an toàn với AdvCash.",
"1211817306": "Giao dịch tiền điện tử có sẵn trên Deriv",
"1213111346": "Giao dịch CFD gì?",
"1213902291": "Để nhận báo cáo, đi đến thanh điều khiển và chọn Báo Cáo > Phân loại bởi thương hiệu. Sau đó, chọn nền tảng mà bạn muốn xem số hoa hồng.",
"1214098313": "Tận hưởng sự tiện lợi và an toàn khi lưu trữ các chiến lược của bạn lên Google Drive.",
"1215637769": "Tận hưởng việc gửi và rút tiền nhanh chóng và an toàn với Astropay.",
+ "1216205330": "No. To keep your funds safe, you are strictly prohibited from using payment methods that are not yours. If you do use someone else’s payment method, we’ll suspend your Deriv account for security purposes.",
"1216280249": "Giao dịch có trách nhiệm",
"1217246029": "Báo cáo <0>Người chơi của tôi0>: Hiển thị danh sách khách hàng với ID và ngày đăng ký của họ\n",
"1219754757": "Sự đảm bảo cho bạn là ưu tiên của chúng tôi",
@@ -820,12 +895,14 @@
"1254667788": "Nền tảng giao dịch Dbot tại Deriv",
"1254866713": "Bảng điều khiển giao dịch DMT5",
"1256295276": "Giao dịch trực tuyến có thể rất thú vị, nhưng hãy luôn nhớ rằng nó cũng bao gồm nhiều rủi ro. Chúng tôi khuyến khích các khách hàng đảm bảo an toàn cho tài khoản của họ và giao dịch có trách nhiệm để có trải nghiệm tốt nhất khi giao dịch trực tuyến.",
+ "1256530668": "Go to your <0>Deriv X dashboard0>.",
"1257029444": "Vui lòng kiểm tra email và nhấn vào đường đẫn để đổi mật khẩu của bạn.",
"1258668610": "Tạo bot của bạn bằng cách kéo và thả",
"1259598687": "GBP/JPY",
- "1261154397": "Deriv Investments (Europe) Limited - W Business Centre, Tầng 3, Triq Dun Karm, Birkirkara BKR 9033, Malta - được cấp phép tại Malta (<0> giấy phép số IS/70156 0>) và được cấp phép bởi Cơ Quan Quản Lý Dịch Vụ Tài Chính Malta theo Đạo luật Dịch vụ Đầu tư để cung cấp các dịch vụ đầu tư ở Liên minh Châu Âu. Nó cũng được ủy quyền và tuân theo quy định hạn chế của Cơ quan Quản lý Tài chính ở Vương quốc Anh.",
"1261634270": "Làm thế nào để thay đổi phương thức thanh toán?",
+ "1268136992": "Go to <0>Deriv P2P0> > <1>Buy/Sell1>.",
"1268931688": "Bắt đầu giao dịch giỏ chỉ số trên Deriv với 3 bước đơn giản",
+ "1269263572": "Fill up the form and click <0>Post ad0>.",
"1270782712": "Tự tin giao dịch trên nền tảng được tạo ra từ một thương hiệu giao dịch trực tuyến đáng tin cậy, với hơn 20 năm kinh nghiệm.",
"1272012156": "GBP/CHF",
"1274309337": "DOG/USD",
@@ -833,26 +910,32 @@
"1275674402": "Đi dài và ngắn",
"1276342366": "Là một bên liên kết, bạn sẽ quáng bá các sản phẩm và dịch vụ của chúng tôi đến mọi người, cũng bao gồm các nền tảng giao dịch đi đầu DTrader và DBot. Sau khi có người đăng ký và bắt đầu giao dịch bằng tiền thật, bạn sẽ nhận được hoa hồng từ các giao dịch của họ.",
"1280380287": "Hungary",
- "1282417520": "Bạn có thể trò chuyện với người mà bạn đang giao dịch thông qua chức năng trò chuyện trong ứng dụng.",
+ "1284674803": "<0>Deriv MT50> offers CFD trading on forex, stocks, stock indices, commodities, cryptocurrencies, and synthetics. <1>Deriv X1> offers CFD trading on the same markets, except stocks and stock indices.",
"1285517993": "Tự động hóa các ý tưởng giao dịch mà không cần có kiến thức về lập trình",
"1286094280": "Rút tiền",
"1286648079": "Mức hoàn trả cho người chơi cho các đa tùy chọn có mức trung bình trong khoảng 95.0-99.9% cho tất cả các chỉ số. Việc sử dụng hệ số hoặc thời lượng khác có thể ảnh hưởng đến RTP.",
+ "1288690494": "Can I increase my daily buy or sell limit on Deriv P2P?",
"1289363035": "Sử dụng tài khoản dùng thử và học cách giao dịch bằng nguồn vốn ảo hoàn toàn không có rủi ro.",
"1289646209": "Gọi vốn biên",
"1291658124": "Nó rất đơn giản. Chỉ cần đi tới Deriv.com và nhập thông tin đăng nhập của tài khoản Bianry.com bạn đang có. Bạn sẽ ngay lập tức có thể khám phá giao diện, cảm nhận và các chức năng mới của Deriv.com.",
"1291852379": "50 - 5,000",
"1293479771": "Lỗ và lãi cho giao dịch ký quỹ",
"1294884975": "30%",
+ "1298148281": "Go to the <0>Deriv X dashboard0>.",
"1299144461": "Điều khoản và điều kiện",
"1299666269": "Limassol | Văn phòng của chúng tôi – Cyprus | Deriv",
+ "1302849350": "You can find your Deriv MT5 server name on your <0>Deriv MT5 dashboard0>. Look for <1>server1> in between the broker name and login ID.",
"1304034020": "Các sản phẩm và dịch vụ mới sẽ được cung cấp trong lần thay đổi thương hiệu này là gì?",
+ "1308171976": "Do I need to pay taxes on my trades/profits?",
"1311522952": "Giao dịch cuối tuần, gửi tiền nhanh & rút tiền, cộng với giao dịch tổng hợp - còn gì tốt hơn điều này?",
"1312475321": "1 ngày làm việc. Chỉ có sẵn cho khách hàng Vương quốc Anh",
+ "1312811555": "To learn more about disputes on Deriv P2P, see our <0>terms of use0> (refer to Section 4.4 ‘Deriv P2P’).",
"1312819271": "Giả sử bạn muốn giao dịch 2 lot EUR/USD.",
"1316697520": "Thị trường có sẵn cho giao dịch cấp số nhân",
- "1317425969": "Các chỉ số tổng hợp độc quyền của Deriv không có rủi ro thị trường và thanh khoản. Tận hưởng giao dịch tổng hợp 24/7 trên Deriv MT5, DTrader và các nền tảng khác của chúng tôi.",
"1318017828": "Tìm và tạo quảng cáo",
+ "1320403859": "Click your account balance.",
"1322942144": "Tôi có thể xem tình trạng của các giao dịch bằng DBot ở đâu?",
+ "1323472781": "Công bố tài chính Báo cáo thường niên năm 2021",
"1324235103": "Cách để mua hợp đồng cấp số nhân trên DTrader",
"1324376913": "Giá trị của chúng tôi là kết cấu của văn hóa doanh nghiệp chúng tôi",
"1324779616": "Có được quyền truy cập vào mã back-end, cookie phiên nội bộ hoặc thông tin nhạy cảm khác",
@@ -870,13 +953,14 @@
"1353811622": "Deriv là một trải nghiệm giao dịch hướng về người dùng, được tạo ra bởi Binary.com. Được hỗ trợ với hơn 20 năm kinh nghiệm và đổi mới đột phá, chúng tôi đã tái định hình trải nghiệm giao dich trực tuyến từ cơ bản, để mọi người có thể dễ dàng tham gia giao dịch.",
"1354275546": "Thoải mái nạp rút",
"1354590562": "Lịch sử",
- "1355243595": "Nếu tài khoản của bạn chưa được xác thực, bạn có thể thay đổi tên, ngày sinh hoặc quyền công dân bằng cách truy cập <0>Cài đặt >0> <1>Chi tiết cá nhân1>.",
"1355514813": "12Tr USD",
"1355808192": "Xem các câu hỏi thường gặp",
"1357493810": "Giao dịch tài nguyên thiên nhiên - trung tâm của nền kinh tế thế giới.",
+ "1359080808": "Các chỉ số tổng hợp độc quyền của Deriv không có rủi ro thị trường và thanh khoản. Tận hưởng giao dịch tổng hợp 24/7 trên Deriv MT5, DTrader và các nền tảng khác của chúng tôi.",
"1359732815": "<0>Xem danh sách các ví dụ về lỗ hổng bảo mật0>",
"1360754724": "Ghé thăm Deriv.com ngay",
"1362578283": "Cao",
+ "1363124819": "You can cancel your withdrawal on the <0>Cashier page0> by following the steps mentioned in the next paragraph. Please note that you cannot cancel withdrawals if:",
"1363502727": "Lỗ và lãi cho giao dịch cấp số nhân",
"1364296672": "Chúng tôi sẽ định giá và giải quyết tất cả các hợp đồng một cách chính xác và công bằng, dựa trên nguồn cấp dữ liệu đáng tin cậy và không có sự chậm trễ quá mức, để khách hàng có thể tin tưởng vào giá của chúng tôi trên toàn bộ trang web.",
"1364947573": "Bảng vẽ Dtrader",
@@ -898,6 +982,7 @@
"1391269416": "<0>Đóng-Thấp:0> Khi bạn mua hợp đồng ‘Đóng-Thấp', số tiền thắng hoặc thua của bạn sẽ bằng số nhân của số lần chênh lệch giữa mức đóng và mức thấp trong suốt thời gian của hợp đồng.",
"1391632806": "Các nhà giao dịch được đánh giá dựa trên tỷ lệ hoàn thành và tốc độ trao đổi của họ.",
"1393006010": "Kiến thức cơ bản về giao dịch CFD",
+ "1393602451": "Click <0>Yes0> to confirm the cancellation. Your funds will be returned to your Deriv account, and your account balance will be updated accordingly.",
"1394697594": "21000",
"1396179592": "Hoa hồng",
"1396417530": "Chỉ số thị trường Bear",
@@ -908,16 +993,19 @@
"1406360927": "Cặp thứ",
"1407191858": "DTrader",
"1408071788": "Yêu cầu vốn thấp",
+ "1409139116": "Ensure that you’ve entered the correct amount and exchange rate in your ads.",
"1410320737": "Đi tới bảng điều khiển Deriv MT5",
"1411032790": "Nhiều biểu đồ để quan sát các giao dịch trực tuyến của bạn",
"1411975375": "Ghé thăm Trung tâm Hỗ trợ",
- "1415618534": "Khách hàng thuộc Liên Minh Châu Âu muốn giao dịch sản phẩm đầu tư, đều có thể được mở tài khoản tại Deriv Investments (Europe) Limited.",
+ "1412644174": "We process your deposits and withdrawals internally within 1 to 3 business days (depending on your <0>payment method0>). It may take longer for your funds to reach you due to the different processing times by banks and payment service providers. See our <0>Payment methods0> page for a complete list of the processing times for each payment method.",
"1416248668": "Chọn tỷ giá tốt nhất",
"1418467036": "Đại lý thanh toán | Đối tác | Deriv",
+ "1421464735": "You can get more info about this on our <0>Regulatory information0> page.",
"1423609990": "Giao dịch bằng đòn bẩy đối với biến động giá của các cặp crypto phổ biến.",
"1424805407": "Là một phần của mạng lưới các đối tác quan trọng của chúng tôi với số khách hàng của riêng bạn, bạn chắc sẽ tò mò và có phần lo lắng liệu sụ thay đổi này sẽ mang đến những gì. Chúng tôi đã đưa ra các hướng dẫn này để giúp bạn hiểu rõ hơn về việc đổi thương hiệu và để hỗ trợ bạn trong việc trao đổi với khách hàng của mình về vấn đề này.",
"1425594249": "Trải nghiệm giao dịch tốt nhất của chúng tôi trên điện thoại di động của bạn.",
"1425780786": "DTrader giúp việc giao dịch trực tuyến trở nên đơn giản, cho phép bạn giao dịch forex, chỉ số chứng khoán, hàng hóa và các chỉ số tổng hợp.",
+ "1426151926": "Can I change the server for my Deriv MT5 account?",
"1426790442": "Dự đoán chuyển động giá của các cặp ngoại hối chính và nâng mức lợi nhuận tiềm năng của bạn mà không mất quá mức tiền cược của bạn.",
"1433223815": "Các giỏ chỉ số giao dịch có sẵn trên Deriv",
"1433574125": "Vui lòng lưu ý:",
@@ -928,10 +1016,14 @@
"1439020196": "Với các chỉ số này, trung bình có một lần giảm (crash) hoặc một lần tăng đột biến (boom) giá xảy ra trong <0>chuỗi 1000, 500 hoặc 300 tick0>.",
"1441027550": "Nó có thể không có sẵn ở quốc gia của bạn, hoặc có thể bạn đã tới đây thông qua một liên kết hỏng.",
"1445592224": "Bạn đã vô tình đưa cho chúng tôi một tài khoản email khác (Thường là một tài khoản cho công việc hoặc cá nhân thay vì tài khoản mà bạn định đăng ký).",
+ "1445901371": "Chọn giữa hai loại tài khoản <0>Tổng hợp0> hoặc <0>Tài chính0>. Sau đó, chọn <0>Thêm tài khoản thực0> hoặc <0>Thêm tài khoản demo0>.",
"1448470646": "4. Chọn thư mục bạn muốn lưu chiến lược vào rồi nhấn 'Chọn'.",
+ "1450233348": "If you haven’t made a deposit or added a real MT5 account, follow these steps:",
"1451636739": "Nhiều công cụ trực quan",
"1454189755": "Nếu điểm thoát bằng với rào cản thấp hoặc rào cản cao bạn không thắng khoản thanh toán.",
"1454243296": "Yêu cầu vốn tối thiểu, rủi ro được hạn chế",
+ "1456673219": "How and when will I receive my commission payout?",
+ "1456920032": "<0>Deriv X0> and <1>Deriv MT51> offer CFD trading on a similar range of assets, where you're able to open positions with leverage and your potential profit is only known when you close your positions. It's riskier than digital options trading because while you may potentially gain a lot if you win, you may also lose a lot if you don't. Deriv X and Deriv MT5 are popular among our traders who enjoy the risks as part of the excitement of CFD trading.",
"1458263388": "Kiếm tiền khi khách hàng của bạn giao dịch trên tài khoản tài chính STP MT5.",
"1458583383": "Học viện",
"1463614633": "Các ứng dụng của bên thứ ba sau đây không được đề cập trong chương trình này:",
@@ -943,56 +1035,69 @@
"1472787414": "Cổ phiếu và chỉ số chứng khoán: những điều cơ bản",
"1475208422": "Paris",
"1479399998": "Tìm kiếm vị trí phù hợp với bạn bằng cách duyệt qua các cơ hội việc làm Deriv ở Kigali, Rwanda.",
+ "1480607246": "This difference is because MT5 is a third-party platform that requires its own login credentials. Your Deriv MT5 login gives you access to the MT5 platform, while your Deriv login gives you access to our digital options platforms such as DTrader and DBot.",
"1484774405": "0,25",
"1485752074": "Giao dịch trên các nền tảng an toàn, trực quan, và dễ sử dụng với bộ công cụ bảng biểu mạnh mẽ.",
"1486874803": "Yêu thích Binary Bot?",
+ "1488554938": "If you don’t have a Deriv account yet, <0>sign up0> for free.",
+ "1489350747": "To become an IB, you'll need to be an existing affiliate with a Deriv account and an MT5 Synthetic real account. If you do, you can apply to become an IB by writing to us at <0>affiliates@deriv.com0>. <1>Get more info about our IB programme1>.",
"1489994179": "Tìm vị trí phù hợp với chúng tôi bằng cách duyệt các cơ hội việc làm Deriv ở Asunción, Paraguay.",
"1490540125": "Làm cách nào để tự động hóa các chiến lược giao dịch?",
+ "1490936453": "For your Deriv real account, go to <0>Reports0> to close or sell your open positions.",
"1491012687": "Deriv P2P: Ứng dụng thanh toán ngang hàng của chúng tôi (<0>ứng dụng Android0>, <1>ứng dụng iOS1>)",
"1491181763": "Chỉ số Range Break 100",
"1492594418": "Dễ dàng gửi tiền và rút tiền trên máy tính và di động của bạn.",
"1493671770": "<1>Lưu ý:1> Bạn cần nâng cấp tài khoản MQL5 của mình lên trạng thái người bán để có thể thêm tín hiệu. Nếu bạn chưa nâng cấp, hãy <0>làm theo các bước trên trang này0>0> để đăng ký làm người bán.",
"1493835906": "Pháp",
+ "1496486675": "Why can't I withdraw using Maestro or Mastercard?",
"1496810530": "GBP/AUD",
+ "1498651658": "Yes. <0>Contact us via live chat0>, and we'll help you through it. We'll need the following information:",
"1499981850": "330K+",
"1502162725": "Các loại hình giao dịch linh hoạt với yêu cầu vốn thấp",
"1502175389": "Điều này cung cấp cho bạn phí qua đêm bằng đồng tiền định giá cho các cặp ngoại hối hoặc theo mệnh giá của tài sản cơ bản cho hàng hóa.",
+ "1502453121": "Your orders are available in the <1>Orders1> tab at <0>Cashier > Deriv P2P0>.",
"1502642397": "Chọn từ ba nền tảng mạnh mẽ - được thiết kế dành cho bạn",
"1503602940": "Nếu mức ký quỹ của bạn giảm xuống dưới mức gọi ký quỹ của Deriv, bạn sẽ nhận được một yêu cầu ký quỹ, đây là một cảnh báo rằng tài khoản của bạn đang tiến đến mức dừng.",
- "1504960339": "Deriv (FX) Ltd - F16, Tầng 1, Paragon Labuan, Jalan Tun Mustapha, Labuan 87000, Malaysia - được cấp phép bởi Cơ quan Dịch vụ Tài chính Labuan (<0>giấy phép số MB/18/00240>).",
+ "1504670496": "The minimum amount you’ll need to open a position on Deriv MT5 depends on the margin required for each asset. You can calculate the margin required using our <0>margin calculator0>.",
"1505978883": "<0>Xem các câu hỏi0>",
"1509244758": "Phương thức",
"1510075920": "Gold/USD",
+ "1516537408": "Bạn không thể giao dịch trên Deriv hoặc gửi tiền vào tài khoản của mình nữa.",
"1516676261": "Nạp tiền",
"1521590614": "Chức năng này sẽ lưu trữ số tiền cược được sử dụng trong hợp đồng mua cuối cùng. Bạn có thể chỉ định bất kỳ số tiền nào dựa trên chiến lược của bạn.",
+ "1522587298": "Take note of your <0>username0> and password.",
"1524033858": "DTrader là gì?",
"1525885795": "Là đại lý thanh toán, tôi có nhận được hoa hồng từ Deriv không?",
"1528031455": "Đã có tài khoản?",
"1529602839": "Mức độ",
- "1534697187": "Tiêu chuẩn quy định kỹ thuật 28 (RTS 28) năm 2019",
"1536955851": "Tùy chọn giao dịch | Loại giao dịch | Deriv",
"1537212469": "Giá tại chỗ",
- "1539108340": "Chỉ số EUR",
"1539984821": "Đội ngũ hỗ trợ của Deriv làm việc 24/7 – kể cả các ngày cuối tuần. Bạn cũng có thể tham khảo các chỉ dẫn tại <0>Trung tâm trợ giúp0> và nhận trợ giúp từ nhà giao dịch khác tại <1>Cộng đồng1>.",
+ "1540879673": "How do I change my affiliate payment method?",
"1541818425": "Lấy lại Mật Khẩu",
"1542393407": "Các tính năng giao dịch CFD trên Deriv",
"1542938499": "Giải pháp phần mềm thanh toán hàng đầu tại Đông Nam Á. Hiện khả dụng cho việc nạp tiền tại Việt Nam, Thái Lan và Indonesia.",
+ "1546535785": "Are there any conditions that I should meet before I can withdraw my commission?",
"1546917177": "5 - 750",
"1550574351": "Giả sử bạn muốn giữ hai lô EUR/USD mở trong một đêm với giá trị điểm là 0,00001 và tỷ giá qua đêm là -0,12",
- "1550835977": "Khách hàng ở các nơi khác trên thế giới (ngoại trừ các quốc gia bị hạn chế như Hoa Kỳ, Canada và Hồng Kông) muốn giao dịch CFD trên các công cụ tài chính và tiền điện tử có thể có tài khoản Tài chính STP DMT5 thuộc Deriv (BVI) Ltd.",
"1551153165": "Bạn có thể giao dịch các quyền chọn sau trên Deriv:",
"1551172020": "Giỏ AUD",
"1552847627": "Biết tất cả các chi tiết về cách thức để trở thành đại lý thanh toán trên Deriv. Gửi email cho chúng tôi để đăng ký!",
"1553783327": "Nhận sự hỗ trợ thân thiện, chuyên môn cao khi bạn cần.",
"1553836855": "Tạo tài khoản dùng thử",
"1553995374": "1 USD",
+ "1555213049": "List of shareholders",
"1556304768": "Giao dịch các chỉ số tổng hợp cho phép bạn thu lợi từ việc dự đoán chính xác các chuyển động về giá cả của các chỉ số độc quyền của chúng tôi mô phỏng biến động của thị trường thực.",
+ "1556776884": "To log in on your mobile, you'll need the app. If you haven't got the app, you can download it from your dashboard.",
"1556866509": "Nếu bạn mua hợp đồng kèm gói hủy thoả thuận, nút ‘Hủy' cho phép bạn chấm dứt hợp đồng và lấy lại toàn bộ tiền cược của mình. Mặt khác, sử dụng nút ‘Đóng' cho phép bạn chấm dứt vị thế của mình ở mức giá hiện tại, điều này có thể dẫn đến thua lỗ nếu bạn đóng giao dịch thua lỗ.",
"1556922066": "Dễ dàng trao đổi với các nhà giao dịch khác để nạp rút tiền vào tài khoản Deriv của bạn.",
+ "1557535154": "Is it free to join your affiliate programme?",
"1558114971": "Các vấn đề có mức độ nghiêm trọng thấp biểu thị một lượng dữ liệu cực kỳ hạn chế. Chúng có thể vi phạm kỳ vọng về cách thức hoạt động của một thứ gì đó, nhưng không có sự leo thang đặc quyền hoặc khả năng gây ra hành vi ngoài ý muốn. Ví dụ:",
"1559712313": "Giao dịch hàng hoá có sẵn trên Deriv",
"1562241070": "Tất cả các thị trường ưa thích và nhiều hơn nữa",
+ "1563919822": "You'll get daily commission payouts in your MT5 Synthetic account.",
"1564461474": "Nạp và rút bằng thẻ Mir hoặc thẻ ghi nợ.",
+ "1565220133": "you reside in the UK, or",
"1567023771": "Europe 50",
"1567026093": "quốc gia",
"1567745852": "Tên bot",
@@ -1001,6 +1106,7 @@
"1569834661": "Giao dịch ngoại hối, chỉ số tổng hợp, cổ phiếu, chỉ số chứng khoán, tiền điện tử, giỏ chỉ số và các loại hàng hóa ở một chỗ.",
"1571130376": "Nghiệp vụ quan trọng",
"1571653008": "Sử dụng tài khoản dùng thử của chúng tôi, và giao dịch với vốn ảo không giới hạn. Là cách tốt nhất để học cách sử dụng các dịch vụ của chúng tôi.",
+ "1571816719": "What is a referred client?",
"1573231398": "Tại sao bạn nên giao dịch tiền điện tử trên Deriv",
"1574476135": "Giả sử bạn dự đoán rằng thị trường sẽ đi lên.",
"1576607456": "Tập đoàn Deriv – Chủ sở hữu của các thương hiệu Deriv và Binary.com – có một lịch sử bắt nguồn từ năm 1999 khi chúng tôi đặt nền móng cho dịch vụ giao dịch tỷ lệ cược cố định đầu tiên trên thế giới. Kể từ đó, chúng tôi đã phát triển ngày càng lớn mạnh, thu hút sự tin tưởng của các thương nhân trên toàn thế giới.",
@@ -1017,16 +1123,21 @@
"1588850507": "<0>Giỏ USD0> - Đo lường giá trị của đồng đô la Mỹ so với năm loại tiền tệ toàn cầu (EUR, GBP, JPY, CAD, AUD), mỗi loại có trọng số 20%.",
"1589165958": "Thử \"Giao dịch\"",
"1591242575": "Cách chúng tôi sử dụng và bảo mật thông tin bạn cung cấp",
+ "1591498220": "Do I need a Deriv account to use Deriv P2P?",
"1591623217": "Thích sử dụng MT5 trên Binary.com?",
"1592543050": "Lên đến $10,000",
+ "1593423002": "Follow the instructions to create your real account.",
+ "1593716245": "What are the trading limits on my account?",
"1593723948": "1. Tạo tài khoản Deriv của bạn",
"1595539912": "Thời gian xử lý",
+ "1598664071": "List of directors",
"1599891822": "Mức dừng lỗ theo hướng Xuống",
"1601324523": "5 - $10.000",
"1601498870": "Các bài viết gần đây",
"1601664674": "Swap forex formula mobile",
"1601968899": "Các hợp đồng tiền điện tử giao dịch với bội số nhân sẽ có giới hạn về thời gian. Nó phụ thuộc vào tài sản vạn đang giao dịch và việc xuất hiện trên bảng tin Dtrader trước khi bạn mở một giao dịch.",
"1602627054": "Vậy giá trị pip của bạn là <0>2 USD0>.",
+ "1602716515": "When you join our IB programme,",
"1602800752": "Lưu các chiến lược của bạn",
"1604199439": "Deriv X là một nền tảng giao dịch đa tài sản có thể tùy chỉnh. Cung cấp CFD cho ngoại hối, hàng hóa, tiền điện tử, và các chỉ số tổng hợp, Deriv X mang đến cho bạn một trải nghiệm giao dịch đa dạng cho phép bạn tùy chỉnh môi trường giao dịch của mình.",
"1604222298": "Máy tính tiền ký quỹ",
@@ -1038,19 +1149,22 @@
"1610511716": "Đi tới Dtrader",
"1611194169": "1. Đăng ký với Deriv",
"1611229342": "Giao dịch cổ phiếu toàn cầu và chỉ số chứng khoán ngay bây giờ trên nền tảng DMT5 của chúng tôi",
+ "1611981849": "Where can I see my orders?",
"1613233789": "Blog",
"1613860853": "Hãy thảo luận về bất kỳ gói ưu đãi nào bạn có với người quản lý tài khoản của mình. Xin nhớ rằng chúng tôi không cho phép các ưu đãi, quà tặng và thanh toán trái phép để khuyến khích đăng ký của khách hàng. Nếu có bất kỳ vi phạm, chúng tôi có thể giữ lại hoa hồng.",
"1614426743": "Nền tảng DBot",
- "1615327604": "<0>Chỉ số USD0> - Đo lường giá trị của đồng đô la Mỹ so với năm loại tiền tệ toàn cầu (EUR, GBP, JPY, CAD, AUD), mỗi loại có trọng số 20%.",
+ "1615509866": "Nền tảng nhanh nhạy, dễ sử dụng ",
"1615969878": "Tại sao các bạn quyết định thay đổi thương hiệu?",
"1616071522": "<0>France 400> theo dõi hiệu suất của 40 loại chứng khoán được giao dịch nhiều nhất bởi top 100 các công ty tại Pháp,",
"1616502762": "<0>US Tech 1000> theo dõi hiệu suất cổ phiếu của 100 công ty phi tài chính lớn nhất tài Mỹ.",
"1618280107": "Cung cấp giá cả cạnh tranh cho tất cả các sản phẩm của chúng tôi",
"1619070150": "Bạn đang được chuyển hướng đến một trang web ngoại tuyến.",
"1619579199": "Tại sao số dư trên Deriv P2P khác với số dư trong tài khoản Deriv của tôi?",
+ "1621224521": "How can I reactivate my Deriv account?",
"1621463985": "Chúng tôi rất hân hạnh được phục vụ tất cả những ai tin tưởng vào sản phẩm và dịch vụ của chúng tôi, và chúng tôi chỉ muốn cung cấp những gì là tốt nhất. Đó là lý do tại sao các nguyên tắc và giá trị của chúng tôi rất quan trọng trong việc xác định chúng tôi là ai, tại sao chúng tôi làm những gì chúng tôi làm và cách chúng tôi đối xử với khách hàng của mình và với nhau. Tại các văn phòng quốc tế của mình, chúng tôi cam kết tuân thủ các nguyên tắc sau trong mọi việc chúng tôi làm.",
"1622130657": "Đăng ký vào học viện của chúng tôi qua email",
"1622334173": "EUR/ZAR",
+ "1623894448": "How do I create an API token?",
"1624895344": "Phương thức thanh toán bạn sẽ chấp nhận từ khách hàng",
"1625424557": "<0>Netherland 250> theo dõi hiệu suất cổ phiếu của 25 công ty hoạt động tại Hà Lan.",
"1625517227": "Được sử dụng bởi hơn 20 triệu khách hàng trên toàn thế giới. Tận hưởng truy cập tức thì, rút tiền miễn phí, và điểm thưởng bạn có thể đổi ra tiền mặt.",
@@ -1059,15 +1173,17 @@
"1631620531": "Có nhiều năm kinh nghiệm trong lĩnh vực",
"1631705059": "Dự đoán liệu điểm thoát sẽ cao hơn hoặc thấp hơn mục tiêu giá (rào cản) vào cuối thời hạn hợp đồng.",
"1632238343": "Lên đến $500",
+ "1633022779": "Synthetic indices and cryptocurrencies are available for trading 24/7.",
"1633102593": "Nhà phát triển phần mềm",
"1634507782": "Chỉ số Range Break 200",
"1636066113": "Cơ hội hợp tác",
"1636527166": "Giao dịch ngoại hối có sẵn trên Deriv",
"1636782601": "Cấp số nhân",
- "1637072557": "Vấn đề này có thể xảy ra do bạn nhấn vào nút 'Rút tiền' quá nhiều lần. Hãy thử rút tiền lại một lần nữa, sau đó nhấn vào đường kink xác nhận mới nhất được gửi đến email của bạn. Vui lòng đảm bảo rằng bạn sẽ sử dụng đường link trong vòng một giờ.",
+ "1637050346": "Why did my credit card deposit get declined?",
"1637552314": "Khi bạn hài lòng với các tham số đã đặt, hãy chọn ‘Tăng' hoặc 'Giảm', để mua hợp đồng của bạn. Nếu không, tiếp tục tùy chỉnh các tham số và đặt lệnh khi bạn hài lòng với các điều kiện.",
"1643887982": "Amazon.com Inc",
"1644652204": "Thêm tiền vào tài khoản của bạn bằng phương thức thanh toán ưa thích của bạn.",
+ "1644929511": "<0>DTrader0>, <1>SmartTrader1>, <2>DBot2>, and <3>Binary Bot3> offer digital options trading on a range of underlying assets such as forex, stock indices, commodities, and synthetics. These platforms allow you to set the contract duration before opening positions, and you'll know exactly how much you'll earn if you win. You may find these platforms more intuitive if you're new to the trading world.",
"1645164568": "việc thiết lập hoàn toàn miễn phí",
"1647478191": "Hợp tác với chúng tôi như một bên liên kết. Nhận hoa hồng từ doanh thu thuần từ giao dịch của khách hàng mà bạn giới thiệu trên DTrader và DBot.",
"1648545897": "Vince Stanzione.",
@@ -1077,6 +1193,8 @@
"1658580871": "Các hình thức thanh toán này chỉ có sẵn cho các khách hàng có các tài khoản giao dịch crypto.",
"1659675491": "Thực hành giao dịch từ ứng dụng di động, ứng dụng dành cho máy tính để bàn hoặc thông qua trình duyệt web của bạn.",
"1660776335": "Để nạp tiền vào tài khoản Deriv X của bạn trên Deriv, bạn sẽ cần sử dụng tiền trong tài khoản Deriv của mình. Truy cập Thu ngân><0>Chuyển giữa các tài khoản0> và làm theo hướng dẫn trên màn hình.",
+ "1661263248": "How can I download my Deriv MT5 history?",
+ "1661791574": "Available 24/7, our synthetic indices emulate price movements of real-world markets with varying levels of volatility. As they aren't based on actual underlying assets, they are unaffected by real-world market events.",
"1661832115": "Báo cáo lỗi của bạn được xem xét và khen thưởng dựa trên tác động và mức độ nghiêm trọng.",
"1664747386": "Paypal",
"1665738338": "Số dư",
@@ -1098,7 +1216,6 @@
"1683034855": "DTrader là một nền tảng giao dịch tiên tiến cho phép bạn giao dịch hơn 50 loại tài sản ở các quyền chọn số hóa, cấp số nhân, và lookback.",
"1686378613": "DBot là một nền tảng xây dựng chiến lược trên web cho các tùy chọn giao dịch số hóa. Đây là nền tảng mà bạn có thể xây dựng bot giao dịch cho riêng mình sử dụng các khối kéo và thả.",
"1686846461": "Giao dịch các chỉ số biến động với DTrader tại Deriv",
- "1689738742": "Chỉ số Gold",
"1691349777": "Có hơn 1 triệu người tham gia giao dịch cùng Deriv.com và Binary.com — nền tảng với rất nhiều giải thưởng đã được tin tưởng trong hơn 20 năm.",
"1692148560": "Tính toán giá trị của vàng so với một loạt 5 loại tiền tệ toàn cầu (EUR, GBP, JPY, CAD, AUD), mỗi loại có trọng số 20%.",
"1692290832": "Các bạn cung cấp các loại công cụ tiếp thị nào?",
@@ -1107,12 +1224,15 @@
"1707301172": "Cổ phiếu, đã mở khóa",
"1708242802": "Sử dụng trình duyệt web an toàn, chẳng hạn như Google Chrome. Luôn cài đặt các bản cập nhật phần mềm mới nhất vì chúng bao gồm các bản vá bảo mật.",
"1709273595": "Một lô ngoại hối tiêu chuẩn = 100.000 đơn vị",
+ "1709893717": "You'll have access to reports that show your hits, impressions, click-through rates, clients' trading activity, and more.",
"1711575167": "Có sẵn để giao dịch trên Deriv MT5 và Deriv X (có ký quỹ), DTrader (với tùy chọn và hệ số nhân), và Deriv GO (với hệ số nhân).",
"1713857763": "<0>Mức dừng lỗ và/hoặc lấy lãi theo hướng Lên = Max [{cổ phần × ((mức dùng lỗ HOẶC lấy lãi - giá tài sản) ÷ giá tài sản × bộ số nhân) - hoa hồng}, -cổ phần]0>",
"1714709402": "Ai đặt tỷ lệ hoa hồng cho mỗi giao dịch?",
"1715011380": "Chỉ số Jump 25",
+ "1715241142": "How do I see my earnings?",
"1715491803": "Lên đến $100",
"1717346758": "Giả mạo yêu cầu trên nhiều trang web và phía máy chủ (không có quyền truy cập vào mạng nội bộ của chúng tôi)",
+ "1719304654": "The pricing of our synthetic indices is backed by algorithms that are audited for fairness by an independent third party. Due to regulatory requirements, synthetic indices are unavailable in some countries. Refer to ‘Product offering’ in our <0>terms of use0> for more info.",
"1720725354": "Các tài khoản DMT5 tiêu chuẩn, Nâng cao, và Chỉ số Tổng hợp khác nhau như thế nào?",
"1721296073": "DMT5 Tài chính STP đã được tính toán trước",
"1723694822": "Ghé thăm trang chủ của chúng tôi",
@@ -1130,11 +1250,13 @@
"1743448290": "Đại lý thanh toán",
"1743752393": "Nghiệp vụ thông thường",
"1745193633": "Thông báo truy cập",
- "1745471992": "Chỉ số chứng khoán đánh giá giá trị của một lựa chọn, cho các công ty trong thị trường chứng khoán. Điều này cho phép các nhà đầu tư xem cách một tập hợp các tài sản cụ thể đang hoạt động.",
"1746633126": "Điều gì sẽ xảy ra cho Binary.com?",
"1746782390": "Tôi vẫn có thể giao dịch với tài khoản của mình sau khi đăng ký làm đại lý thanh toán chứ?",
"1748626120": "Không có bất kỳ khoản phí ẩn nào",
+ "1748925202": "How can I reactivate my Deriv MT5 account?",
"1751673286": "Bảo mật là một sự cộng tác. Báo cáo lỗi và được thưởng.",
+ "1752586208": "What payment methods can I use to exchange with other traders?",
+ "1753559268": "We'll pay your IB commission into your MT5 Synthetic account daily.",
"1755228338": "Bảo vệ tài khoản của bạn",
"1758111931": "người giao dịch liên tục",
"1760376318": "Có, miễn là bạn tuân theo tất cả các điều khoản và điều kiện có liên quan (xem tab có tiêu đề 'Dành cho đối tác kinh doanh' trên trang <0>Điều khoản và điều kiện0> của chúng tôi).",
@@ -1145,16 +1267,21 @@
"1768089459": "Paris | Văn phòng của chúng tôi - Pháp | Deriv",
"1770479100": "Nếu bạn chọn 'Cao hơn', bạn sẽ thắng mức chi trả nếu điểm thoát hoàn toàn cao hơn rào cản.",
"1770534439": "swap synthetic formula mobile",
+ "1772047578": "Why are my Deriv MT5 login details different from my Deriv login details?",
"1772406884": "Deriv P2P rất tốt. Dễ dàng gửi và rút tiền cho các nhà giao dịch nhỏ.",
"1774467475": "Chúng tôi sẽ thưởng cho các báo cáo về lỗ hổng cấp độ thấp <0>chỉ0> nếu chúng giúp chúng tôi khắc phục các vấn đề bảo mật nghiêm trọng và chúng tôi sẽ quyết định số tiền thưởng tùy từng trường hợp.",
"1774791951": "Dự đoán liệu điểm thoát sẽ ở bên trong hay bên ngoài hai mục tiêu giá vào cuối thời hạn hợp đồng.",
"1777934033": "Giao dịch CFD 24/7 trên các chỉ số tổng hợp độc quyền mô phỏng các chuyển động thị trường trong thế giới thực của chúng tôi.",
"1782308283": "Chiến lược nhanh",
"1782703044": "Đăng ký",
+ "1784343675": "Please <0>contact us via live chat0> immediately, and we'll help to disable 2FA on your account. When you have a new phone, please <1>re-enable 2FA1>.",
"1784680288": "Bạn sẽ luôn được thông báo về tác động ký quỹ đối với tài khoản của mình trước mỗi giao dịch.",
"1786089908": "Tìm hiểu về giao dịch quyền chọn trên Deriv. Kiếm tiền bằng cách dự đoán chính xác các biến động giá trong ngoại hối, chỉ số tổng hợp và các thị trường tài chính phổ biến khác.",
+ "1786747559": "Our regulators require us to verify your account in accordance with anti-money laundering (AML) and Know Your Customer (KYC) laws. If we have prompted you to upload your documents to verify your account, it means that you'll only be able to continue using our services after your account is verified.",
+ "1790839584": "<0>A social media admin0> \n Promote our products and services on your social media pages, and earn commission when you convert your audience into traders.",
"1791730321": "Mua hợp đồng nếu bạn hài lòng với vị thế bạn đã xác định.",
"1795749796": "Trung tâm trợ giúp | Câu hỏi thường gặp | DBot | Deriv",
+ "1798765888": "Copy the link in the <0>Landing page URL0> field. This is the referral link that you can share with your clients.",
"1799377913": "Giao dịch quyền chọn khả dụng trên {{market_name}}",
"1802409084": "Giá trị pip",
"1804642811": "Tạo tài khoản dùng thử",
@@ -1162,19 +1289,25 @@
"1806416151": "Chương trình IB Deriv là một sự hợp tác để bạn hưởng lợi từ việc giới thiệu các khách hàng mới đến giao dịch trên nền tảng DMT5 của chúng tôi.",
"1807936072": "Cyprus",
"1808393236": "Đăng nhập",
+ "1810304465": "You'll need to transfer the funds from your Deriv MT5 account to your Deriv account. You can do this on the <0>Cashier page0>. Your funds will be available in your Deriv account as soon as you complete the transfer.",
"1810957214": "Giả sử bạn muốn tính toán mức dừng lỗ khi bạn mở một giao dịch cho Chỉ số biến động 100 có giá là 3376.24 USD với một mức cược là 10 USD, cấp số nhân là x100, và một mức dừng lỗ tại 7.54 USD theo hướng Lên.",
+ "1812325040": "Source of wealth documentation",
"1812969702": "Tạm thời | Câu hỏi thường gặp",
"1813700208": "Chỉ số Boom 300",
"1813703795": "Đăng ký là bên liên kết và IB",
"1815044592": "Nếu bạn chọn ‘Chỉ Tăng', bạn sẽ thắng khoản chi trả nếu các tick tiếp theo tăng liên tiếp sau điểm vào. Không xuất chi nếu có tick nào thấp hơn hoặc bằng với bất kỳ tick nào trước đó.",
+ "1815324634": "The minimum deposit and withdrawal amount varies depending on the payment method. The lowest deposit and withdrawal amount is 5 USD/EUR/GBP/AUD via e-wallets. See our <0>Payment methods0> page for a complete list of payment methods and their minimum deposit and withdrawal amounts.",
"1816009319": "lãi suất",
+ "1816305227": "If you’re in the EU or UK:",
"1817888235": "Dự đoán và kiếm lợi từ các mức tăng và giảm giá thú vị với các chỉ số Crash/Boom của chúng tôi.",
"1819952453": "Chương trình giới thiệu Môi giới của chúng tôi đã sẵn sàng cho tất cả các bên liên kết của Deriv.",
"1820212843": "Tìm hiểu cách giao dịch bằng cách sử dụng các video và hướng dẫn giao dịch của chúng tôi tại học viện giao dịch trực tuyến của Deriv.",
+ "1823119628": "the Vanuatu Financial Services Commission",
"1823770507": "DOT/USD",
"1824094317": "Giao dịch 24x7",
"1826550764": "Tại sao nên chọn chúng tôi",
"1828442573": "hàng hóa",
+ "1830057548": "We have 3 commission plans:",
"1831254808": "Nếu bạn giữ bất kỳ vị thế nào mở qua đêm, một điều chỉnh (tỷ giá hoán đổi) sẽ được áp dụng cho tài khoản giao dịch của bạn để bù đắp cho chi phí giữ vị trí đó mở. Các tài sản được giao dịch trên nền tảng của chúng tôi phải tuân theo các tỷ lệ hoán đổi khác nhau. Các tỷ lệ này dựa trên các điều kiện như thời gian và số ngày, kể cả ngày nghỉ lễ, nếu bạn giữ vị trí của mình đang mở.",
"1831680837": "rút tiền",
"1832974109": "SmartTrader",
@@ -1193,23 +1326,25 @@
"1845394200": "Tại Deriv, chúng tôi thi hành các biện pháp bảo mật tốt nhất như mã hóa SSL để bảo vệ tài khoản và dữ liệu cá nhân của bạn.",
"1846521577": "Chương trình đại lý thanh toán Deriv có giống với Deriv P2P (DP2P) không?",
"1849054373": "3. Đặt một giao dịch",
- "1851993047": "Các hợp đồng nào có thể giao dịch được vào cuối tuần?",
"1852402040": "Các nghiệp vụ thông thường",
"1853363847": "Có sẵn để giao dịch trên Deriv MT5 và Deriv X (có ký quỹ) và DTrader (với hệ số nhân).",
"1854618305": "Nếu bạn chọn ‘Cao hơn', bạn sẽ thắng khoản chi trả nếu điểm thoát cao hơn hoàn toàn so với điểm vào.",
+ "1857302542": "Can I open a corporate or business account?",
"1857508131": "Thực hiện nạp tiền trực tiếp và an toàn qua điện thoại. Cho khách hàng tại Ghana.",
"1858594477": "Chúng tôi hiểu việc thay đổi có thể sẽ làm bạn bất ngờ. Vì vậy chúng tôi nỗ lực làm việc để đảm bảo rằng sự chuyển đổi của bạn từ Binary.com sang Deriv.com diễn ra trôi chảy nhất có thể.",
"1860012910": "Một cách chuyển tiền đơn giản, chi phí thấp và nhanh chóng. Được hỗ trợ bởi các ngân hàng và nhà cung cấp trên toàn thế giới.",
"1860472068": "Ngân hàng trực tuyến",
- "1862400286": "Loại hợp đồng nào tôi có thể giao dịch trên DTrader?",
"1866193342": "DTrader cho phép bạn giao dịch hơn 50 loại tài sản ở dạng số hóa, số nhân, và các tùy chọn lookback. DMT5 là một nền tảng giao dịch đa tài sản mà bạn có thể sử dụng để giao dịch điểm ngoại hối và hợp đồng chênh lệch (CFDs) với đòn bẩy.",
"1868860566": "EUR/SEK",
"1869497149": "Tận hưởng trải nghiệm giao dịch mượt mà với các biểu đồ dễ sử dụng và nền màu tối dễ chịu.",
"1872384056": "Chế độ sáng và tối để đem lại một trải nghiệm dễ chịu hơn",
"1872568231": "GBP/TRY",
"1873099524": "Kiếm các khoản thanh toán cố định bằng cách dự đoán biến động giá của tài sản.",
+ "1874424045": "I lost my phone. How can I disable two-factor authentication (2FA)?",
"1876344462": "Công ty Novartis AG",
"1876748041": "Sau 20 năm phục vụ, chúng tôi cảm thấy đã hiểu rõ hơn các khách hàng của mình. Việc thay đổi thương hiệu là cơ hội để chúng tôi áp dụng một giải pháp giao dịch trực tuyến ưu việt hơn để đáp ứng hết các nhu cầu của các bạn.",
+ "1876786466": "This is due to the spread, which is the difference between the ‘bid’ and ‘ask’ prices. Your positions will start earning a profit when the market moves in your favour.",
+ "1877410120": "Những gì bạn nên biết",
"1879930260": "Không bán cứng rắn",
"1880965589": "Chia sẻ doanh thu",
"1881114347": "Các thị trường giao dịch trên Deriv",
@@ -1220,6 +1355,7 @@
"1889326047": "Khả dụng trên ứng dụng web và di động",
"1890990339": "<0>Hồng Kông 500> theo dõi hiệu suất cổ phiếu của 50 công ty hoạt động tại Hồng Kông.",
"1893015908": "Uber Technologies Inc",
+ "1894801487": "Deriv MT5 is a CFD trading platform that gives you access to forex, stocks, stock indices, commodities, cryptocurrencies, and synthetics. Learn more about Deriv MT5 <0>here0>.",
"1897018869": "ETC/USD",
"1897907613": "Nạp rút bằng thẻ ghi nợ Maestro.",
"1898130358": "Trên máy tính của bạn",
@@ -1229,16 +1365,17 @@
"1902951214": "Các văn phòng của chúng tôi",
"1903393516": "Cộng đồng hỗ trợ Deriv của chúng tôi có thể giúp bạn tìm câu trả lời.",
"1903495030": "Cho các các tài khoản tổng hợp, giá trị pip của dừng lỗ và/hoặc lấy lãi sẽ tính theo USD.",
+ "1904617508": "Bên ngoài EU, các sản phẩm tài chính được cung cấp bởi các công ty sau: Deriv (FX) Ltd, F16, Level 1, Paragon Labuan, Jalan Tun Mustapha, 87000 Labuan, Malaysia, được cấp phép bởi Cơ quan dịch vụ tài chính Labuan (<0>giấy phép số MB/18/00240>); Deriv (BVI) Ltd, Kingston Chambers, P.O. Box 173, Road Town, Tortola, Quần đảo Virgin thuộc Anh, được cấp phép bởi Ủy ban Dịch vụ Tài chính Quần đảo Virgin thuộc Anh (<1>giấy phép số SIBA/L/18/11141>); Deriv (V) Ltd, 1276, Kumul Highway, Port Vila, Vanuatu, được cấp phép và quản lý bởi Ủy ban Dịch vụ Tài chính Vanuatu; và Deriv (SVG) LLC, Hinds Buildings, Kingstown, St. Vincent và Grenadines.",
"1904774976": "<0>Đức 400> theo dõi hiệu suất cổ phiếu của 40 công ty hoạt động tại Đức.",
- "1905213812": "Deriv (BVI) Ltd - Kingston Chambers, P.O. Box 173, Road Town, Tortola, Quần đảo Virgin thuộc Anh - được cấp phép bởi Ủy ban Dịch vụ Tài chính Quần đảo Virgin thuộc Anh (<0>giấy phép số SIBA/L/18/11140>).",
"1905380076": "Thanh toán với đối tác của giao dịch của bạn.",
"1905702565": "Việc bảo vệ vốn của khách hàng",
"1905714256": "Một trải nghiệm mới với nhiều cải tiến",
- "1906771172": "Làm thế nào để đổi đơn vị tiền tệ cho tài khoản?",
+ "1906101554": "You’ll earn a payout based on the volume of your clients' trades. Find out more <0>here0>.",
"1907226338": "Coca-Cola",
"1909647105": "TRX/USD",
"1909809509": "Máy tính phí qua đêm",
"1914949637": "Chương trình Liên kết Deriv là gì?",
+ "1915387440": "If you’re selling:",
"1916887645": "Tối ưu lợi nhuận, giới hạn thua lỗ",
"1922529883": "Chỉ số Boom 1000",
"1923530212": "Linh hoạt.",
@@ -1259,24 +1396,30 @@
"1941116009": "Liệu Binary.com sẽ bị loại bỏ?",
"1942214601": "Mức dừng lỗ theo hướng Lên",
"1942485223": "Điều gì sẽ xảy ra cho tài khoản đối tác của tôi?",
+ "1947069292": "You can create an API token <0>here0>. Give your token a name, select the scope, and click <1>Create1>.",
"1948092185": "GBP/CAD",
"1948630262": "Để \blấy đường dẫn liên kết, vui lòng đăng nhập vào bảng điều khiển Liên kết Binary.com của bạn.",
"1949701571": "Tạo một tài khoản Deriv thực.",
"1953016421": "Tại sao giao dịch quyền chọn trên Deriv",
"1959548433": "Đặt thời lượng giao dịch của bạn. Tùy thuộc vào việc bạn có cái nhìn ngắn hạn hay dài hạn về thị trường, bạn có thể đặt thời lượng ưa thích của mình, bắt đầu từ 1 đến 10 tick hoặc 15 giây đến 365 ngày.",
- "1963811607": "Làm thế nào để liên lạc với đối tác của giao dịch của tôi?",
+ "1959678342": "Highs & Lows",
+ "1962097923": "Help centre | Frequently asked questions | IB programme | Deriv",
+ "1963262703": "What does ‘completion rate’ mean?",
"1963884651": "Nạp và rút tiền bằng Paxos Standard, một loại tiền điện tử được cố định với USD.",
+ "1964475042": "Frequently asked questions - About",
"1964675673": "Hợp tác với một nhà cung cấp giao dịch trực tuyến đáng tin cậy.",
"1966310384": "Vậy trong trường hợp này, bạn sẽ đặt mức lấy lại ở <0>3350.110>.",
"1967743855": "Chúng tôi sẽ rõ ràng về tất cả các khoản phí và lệ phí.",
"1969128618": "Quản lý một cộng đồng trực tuyến năng động, luôn đam mê về đầu tư, giao dịch trực tuyến, hoặc tài chính cá nhân.",
"1971963414": "MỸ PHẨM",
"1975644912": "Tận hưởng một giao diện trực quan, dễ sử dụng, kể cả cho những ai mới bắt đầu giao dịch.",
+ "1976307636": "Deriv Investments (Europe) Limited đã chuẩn bị báo cáo công bố Pillar theo Chỉ thị Yêu cầu Vốn IV và Quy định Yêu cầu Vốn. Đọc báo cáo của chúng tôi để hiểu cách chúng tôi tuân thủ quy luật thị trường với tư cách là người tham gia thị trường.",
"1977160541": "Chỉ số<0>0>Mỹ",
"1978148367": "Mở một tài khoản thực, \bnạp tiền và bắt đầu giao dịch thật. Giao dịch ngoại hối, chỉ số, hàng hóa, và nhiều hơn nữa.",
"1979503547": "Các điều khoản giao dịch",
"1980724783": "Giá trị điểm được tính từ các chỉ số hiện tại của tài sản. Trong ví dụ này, chỉ số là 5, vì vậy giá trị điểm là 0,00001.",
"1982404952": "Lấy báo giá",
+ "1984996183": "I forgot my affiliate password. What should I do?",
"1985905708": "Các chỉ số này tương ứng với các thị trường được mô phỏng với <0>độ biến động không đổi là 200% và 300%0>.",
"1986250253": "Chiến dịch Oscar's Grind là gì?",
"1986498784": "BTC/LTC",
@@ -1287,16 +1430,19 @@
"1991711258": "LNK/USD",
"1994023526": "Hình như bạn đã nhập nhầm địa chỉ email.",
"1995896523": "DMT5 được phát triển để trao cho bạn những trải nghiệm giao dịch CFD tốt nhất. Bạn có thể truy cập nền tảng MT5 của chúng tôi qua máy tính và cả di động.",
+ "1996252043": "Once your ad is created successfully, it will appear in the <0>Buy/Sell0> tab.",
"1997138507": "Nếu tick cuối bằng với trung bình các tick, bạn không nhận được các khoản chi trả.",
"1997646348": "Trang web chương trình sau đại học của chúng tôi: besquare.deriv.com",
"1998840050": "Không phải vậy. DP2P là một dịch vụ ngang hàng dành cho khách hàng của chúng tôi để gửi và rút tiền bằng nội tệ của họ. Là đại lý thanh toán của chúng tôi, bạn có thể sử dụng nền tảng DP2P để cung cấp dịch vụ của mình cho khách hàng Deriv ở quốc gia của bạn.",
"2003802343": "Hoàn toàn không có bất cứ đòi hỏi nào khi bạn muốn rút tiền hoa hồng IB.",
"2005074806": "Thử PnL cho bộ tính ký quỹ",
+ "2006479988": "<0>Proof of address0>",
"2007092908": "Giao dịch với đòn bẩy và chênh lệch thấp để thu về lợi nhuận cao hơn cho các giao dịch thành công.",
"2010744433": "Chúng tôi sẽ cố gắng cung cấp dịch vụ chat trực tuyến 24/7 để cung cấp các đại lý cho bất kỳ khách hàng nào yêu cầu trò chuyện. Các đại lý sẽ được đào tạo để trả lời các câu hỏi liên quan về dịch vụ.",
"2015114251": "Số tiền tối thiểu / tối đa mà tôi có thể gửi vào tài khoản Deriv X?",
"2017042641": "2 - 3 ngày làm việc",
"2018198484": "Giao dịch tiền mã hóa mang đến cho bạn cơ hội kiếm lợi nhuận từ biến động giá mà không cần sở hữu các đồng tiền mã hóa cơ bản. Nói cách khác, bạn có thể kiếm tiền bằng cách dự đoán chính xác liệu giá tiền mã hóa sẽ tăng hay giảm.",
+ "2018600727": "Deriv Investments (Europe) Limited được quyền cung cấp dịch vụ ở bất kỳ quốc gia thành viên EU nào khác thông qua quyền hộ chiếu của EU. Trên đây là danh sách các nước EU có quyền truy cập vào Deriv.com thông qua quyền hộ chiếu của EU.",
"2019140039": "Tại sao nên giao dịch giỏ chỉ số trên Deriv",
"2019968401": "Tại sao nên giao dịch với Deriv X",
"2023310659": "Đơn vị tiền tệ",
@@ -1311,19 +1457,21 @@
"2035207280": "5 - 1.000",
"2035670983": "Ít sự phiền nhiễu",
"2036526456": "Tìm hiểu thêm về phương thức thanh toán của chúng tôi và cách sử dụng chúng.",
- "2037297857": "Deriv - Một nền tảng giao dịch trực tuyến cung cấp nhiều lựa chọn phái sinh để giao dịch 24/7.",
+ "2041763181": "Once we've paid your commission into your account, you can withdraw whenever you want.",
"2042445787": "Các lỗ hổng phụ thuộc vào các tình huống khó khăn hoặc các tiền điều kiện",
+ "2044967354": "You can see your available balance in the <0>My profile0> tab.",
"2044999022": "Giao dịch chỉ số nhảy, loại chỉ số tổng hợp mới với một bước ngoặt",
"2046788283": "Tôi có thể giao dịch các thị trường nào trên DTrader?",
"2047029510": "<0>Mức dừng lỗ và/hoặc lấy lãi theo hướng Lên = giá tài sản × {(số dừng lỗ Hoặc lấy lãi - hoa hồng) ÷ (mức cược × bội số nhân) + 1}0>",
"2047349922": "0,013",
"2050080282": "Đăng nhập Liên kết và IB",
"2051986867": "Vì vậy bạn sẽ cần phải trả phí qua đêm là <0>0,24 USD0> để giữ vị thế mở trong một đêm.",
+ "2053617863": "Vui lòng tiến hành rút tất cả tiền từ tài khoản của bạn.",
"2053673142": "Bằng cách nhấn nút “Tạo tài khoản demo”, Bạn xác nhận rằng bạn đủ 18 tuổi trở lên. Bạn hiểu rằng chúng tôi có thể sử dụng địa chỉ email của bạn để gửi cho bạn thông tin về các sản phẩm và dịch vụ của Deriv cũng như tin tức thị trường. Bạn có thể hủy đăng ký nhận những email này trong cài đặt tài khoản của mình bất cứ lúc nào. Để biết thêm thông tin, vui lòng xem <0> Bảo mật và quyền riêng tư 0> của Deriv.",
"2056079566": "Nhận trợ giúp",
"2056339251": "15 - 10.000",
"2058893631": "Báo cáo công khai tài chính",
- "2060309075": "Điều này không áp dụng nếu khách hàng đang trong thời gian tự loại trừ, dù là do họ tự chọn hay do quyết định của Công ty.",
+ "2060102881": "<0>A blogger/vlogger0> \n Promote our products and services and earn commission when you convert your audience into traders.",
"2060368992": "phút đọc",
"2061191384": "Trao đổi ngang hàng Deriv (DP2P)",
"2061681232": "<0>Kết thúc Giữa/Kết thúc bên ngoài:0> Dự đoán liệu điểm thoát sẽ ở bên trong hay bên ngoài hai mục tiêu giá vào cuối thời hạn hợp đồng.",
@@ -1333,6 +1481,7 @@
"2067437902": "Nạp và rút bằng STASIS Euro, một loại tiền điện tử được gắn với EUR.",
"2068667424": "Tìm hiểu thêm các ứng dụng khác của chúng tôi",
"2070356006": "Bắt đầu hưởng lợi dựa trên phương thức hưởng hoa hồng mà bạn chọn –– lên đến 45% tổng doanh thu thuần tạo ra bởi các khách hàng bạn giới thiệu.",
+ "2071458958": "The minimum volume for micro forex pairs is 0.1 lot.",
"2071808494": "Hỗ trợ thân thiện và mang tính chuyên môn cao",
"2072504778": "Những ai có thể đăng ký làm một liên kết Deriv?",
"2074119658": "Tùy chỉnh hợp đồng sao cho phù hợp với khẩu vị về rủi ro của bạn qua việc sử dụng các tính năng tân tiến như dừng lỗ, chốt lãi, và hủy giao dịch.",
@@ -1340,6 +1489,7 @@
"2075608900": "Mức chênh lệnh cạnh tranh cố định và biến đổi.",
"2075864188": "MIỄN PHÍ",
"2080510282": "Tạo tài khoản thực CFD dựa trên sở thích giao dịch của bạn.",
+ "2086048243": "Certificate of incorporation",
"2087247269": "Hoàn toàn không. Tham gia chương trình đại lý thanh toán của chúng tôi là hoàn toàn miễn phí.",
"2089087110": "Giỏ chỉ số",
"2092854399": "Tận hưởng việc rút và gửi tiền một cách nhanh chóng, trơn tru và an toàn với Trustly.",
@@ -1349,6 +1499,7 @@
"2100068559": "Mở rộng cơ sở khách hàng của bạn, bổ sung hoạt động kinh doanh và kiếm thêm thu nhập khi bạn đăng ký làm đại lý thanh toán trên Deriv.",
"2100986179": "Nền tảng giao dịch CFD phù hợp với phong cách của bạn.",
"2101514198": "Khám phá Deriv.com ngay",
+ "2102247413": "You’ll need the following documents to verify your account:",
"2108488100": "công thức mức dừng lỗ pip",
"2108799022": "<0>Tăng/Giảm:0> Dự đoán liệu điểm thoát sẽ cao hơn hoặc thấp hơn điểm vào ở cuối thời gian hợp đồng.",
"2108938379": "5. Biến vừa được tạo giờ có thể được sử dụng trong chiến lược của bạn",
@@ -1365,6 +1516,7 @@
"2120092418": "Vui lòng đợi phản hồi",
"2121227568": "NEO/USD",
"2121253634": "Trong khi bạn tiếp tục tận hưởng việc giao dịch trên MetaTrader 5 như trước đây, chúng tôi đã lắng nghe phản hồi của các bạn và nâng cấp các trải nghiệm của các bạn. Các bạn sẽ thấy việc đăng ký tài khoản MT5 và bảng điều khiển hoạt động hiệu quả hơn rất nhiều trên Deriv.com, cho phép bạn quản lý tài khoản và tập trung vào các giao dịch của mình một cách dễ dàng hơn.",
+ "2123318546": "RTS28 2021",
"2124129338": "Deriv - Một nền tảng giao dịch trực tuyến cung cấp nhiều lựa chọn các sản phẩm phái sinh để giao dịch",
"2125422488": "Bạn có thể <0>liên hệ cho chúng tôi0> để cài đặt hoặc điều chỉnh hệ thống tự loại trừ hoặc các giới hạn giao dịch.",
"2126327198": "Dự toán khoản ký quỹ bạn cần để giữ các vị trí của mình. Kết quả phụ thuộc vào đòn bẩy, số lô và số dư tài khoản DMT5 của bạn.",
@@ -1445,8 +1597,6 @@
"-23722102": "Đối tác",
"-890622347": "Liên kết và Môi giới",
"-199351188": "Bug bounty",
- "-1434418017": "<1>Nếu bạn có bất kỳ thắc mắc, email tới chúng tôi tại 1><2>nfo@besquare.my2>",
- "-1429361008": "Tại EU, các sản phẩm tài chính được cung cấp bởi Deriv Investments (Europe) Limited, W Business Centre, Tầng 3, Triq Dun Karm, Birkirkara BKR 9033, Malta, được Cơ quan Dịch vụ Tài chính Malta cấp phép là nhà cung cấp Dịch vụ Đầu tư Hạng 3 (<0>giấy phép số IS/701560>).",
"-316493159": "Các dịch vụ của trang web này không khả dụng ở một số quốc gia nhất định, bao gồm Hoa Kỳ, Canada và Hồng Kông, hoặc cho những người dưới 18 tuổi.",
"-1497908566": "Các sản phẩm được đề cập ở đây có thể bị ảnh hưởng bởi sự thay đổi của tỷ giá hối đoái. Nếu bạn đầu tư vào những sản phẩm này, bạn có thể mất một phần hoặc toàn bộ khoản đầu tư của mình và giá trị khoản đầu tư của bạn có thể dao động. Bạn không bao giờ nên đầu tư số tiền mà bạn không thể để mất và không bao giờ giao dịch bằng tiền đi vay.",
"-1991343658": "GIAO DỊCH",
@@ -1595,6 +1745,11 @@
"-1483718536": "Chúng tôi không trả tiền hoa hồng cho các đại lý thanh toán. Bạn đặt tỷ lệ hoa hồng của riêng bạn cho mỗi giao dịch và khách hàng của chúng tôi sẽ chịu các khoản phí cần thiết.",
"-1016133415": "Tôi có thể quảng cáo dịch vụ của mình cho khách hàng Deriv không?",
"-876582984": "Có, miễn là bạn tuân theo tất cả các điều khoản và điều kiện có liên quan (xem tab có tiêu đề 'Dành cho đối tác kinh doanh' trên trang Điều khoản và điều kiện của chúng tôi).",
+ "-1434418017": "<1>Nếu bạn có bất kỳ thắc mắc, email tới chúng tôi tại 1><2>nfo@besquare.my2>",
+ "-618539786": "Tài khoản của bạn đã được lên lịch để đóng",
+ "-905560792": "OK, tôi hiểu",
+ "-168971942": "Điều này có ý nghĩa thế nào với bạn",
+ "-1308593541": "Bạn sẽ mất quyền truy cập vào tài khoản của mình khi tài khoản bị đóng, vì vậy hãy nhớ rút tất cả tiền của bạn.",
"-1496158755": "Đi tới Deriv.com",
"-373212993": "Trang Deriv",
"-1788474476": "Đăng ký Liên kết và IB",
@@ -1769,35 +1924,69 @@
"-2062968282": "Không tìm thấy câu trả lời? Chúng tôi có thể trợ giúp.",
"-978362988": "Trò chuyện",
"-1299484872": "Tài khoản",
- "-1059028037": "Tại sao tôi không tạo được tài khoản?",
"-1310262676": "Làm thể nào để thay đổi các thông tin cá nhân?",
+ "-251180453": "How can I change the currency of my account?",
+ "-221810226": "Can I change my email address?",
+ "-1059028037": "Tại sao tôi không tạo được tài khoản?",
"-2043299631": "Làm cách nào để tôi hủy đăng ký nhận các email quảng cáo?",
+ "-214877260": "How can I set self-exclusion limits on my account?",
+ "-2064918290": "How do I verify my account?",
+ "-425061473": "What documents do I need to verify my account?",
+ "-172153561": "Why do I need to verify my account?",
+ "-1619463465": "Can I trade without verifying my account?",
+ "-414862292": "Việc xác minh mất bao lâu?",
+ "-790757582": "Tại sao giấy tờ của tôi bị từ chối?",
"-1049383996": "Các chỉ số chứng khoán là gì?",
"-1633933174": "Các chỉ số tổng hợp là gì?",
"-226333706": "Cách giao dịch",
+ "-1859881435": "What assets are available for trading on weekends?",
"-1612801567": "Các khoản gửi và rút tiền",
- "-977028772": "Hình thức thanh toán nào được hỗ trợ ?",
- "-181763764": "Mất bao lâu để thực hiện việc nạp và rút tiền?",
+ "-1315176976": "What payment methods can I use for deposits and withdrawals?",
+ "-1547685378": "How long does it take for my deposits and withdrawals to be processed?",
"-840116640": "Số tiền nạp và rút tối thiểu là bao nhiêu?",
+ "-1847412788": "My withdrawal verification link has expired. What should I do?",
"-1689659144": "Rút tiền",
- "-223315135": "Làm thế nào để nâng giới hạn rút tiền?",
- "-1339949921": "Tại sao tiền nạp từ thẻ tín dụng của tôi liên tục bị từ chối?",
+ "-1861727138": "How can I remove the withdrawal limit on my account?",
"-1108803896": "Gửi tiền",
"-2135274535": "Tôi có thể rút khoản thưởng khi nạp tiền của mình được không?",
- "-1686360438": "Tại sao tôi không thế rút vốn đến thẻ Maestro/Mastercard của mình?",
+ "-383099370": "Can I deposit with my friend's/family member's debit/credit card or e-wallet?",
+ "-560703263": "Why can't I see any payment methods on the Withdrawal page?",
+ "-222181522": "Tôi có cần phải xác minh tài khoản Deriv của mình không?",
+ "-35912880": "Affiliate programme",
+ "-1134652564": "What type of commission plans do you offer?",
+ "-504946033": "Who can apply as an affiliate?",
+ "-940672929": "Where can I find my referral link?",
+ "-2082521397": "What type of reports will I have access to?",
+ "-860666463": "IB programme",
+ "-1062769315": "How do I sign up as an introducing broker (IB)?",
+ "-118302649": "Why should I join your introducing broker (IB) programme?",
+ "-153524655": "How much do you pay in commission?",
+ "-548897585": "Are there any charges for joining your introducing broker programme?",
+ "-1236285182": "How and when will I receive my IB commission payout?",
+ "-1557693454": "When can I withdraw my commission?",
+ "-253752482": "Where is my money held?",
"-1787820992": "Các sàn giao dịch",
- "-1445755525": "Làm cách nào để rút tiền từ tài khoản tiền thật DMT5 của tôi?",
- "-1833809949": "Tại sao chi tiết đăng nhập DMT5 của tôi khác với chi tiết đăng nhập Deriv?",
- "-2114093568": "Làm cách nào để tôi đổi mật khẩu tài khoản DMT5?",
- "-1519123821": "Làm cách nào để nạp tiền vào tài khoản tiền thật DMT5 của tôi?",
+ "-1288798840": "What are the main differences between your digital options and CFD platforms?",
+ "-1834333990": "How can I change my Deriv MT5 password?",
+ "-1723900573": "How do I log in to my Deriv MT5 account?",
+ "-1698836439": "What is the name of my Deriv MT5 server?",
+ "-617194580": "Do you offer swap-free Deriv MT5 accounts?",
+ "-227242365": "Can I change the leverage on my Deriv MT5 account?",
+ "-941684403": "What time is shown in the MT5 terminal?",
+ "-1728332105": "For how long can I use my Deriv MT5 demo account?",
+ "-1972914987": "What is the minimum volume for micro forex pairs?",
"-1531872373": "Tôi có thể giao dịch các thị trường nào trên Deriv X?",
"-385265783": "Số tiền tối thiểu và tối đa để giao dịch trên Deriv X là bao nhiêu?",
- "-663022568": "Làm thế nào để tạo một tài khoản Deriv X?",
+ "-976858633": "What's the difference between Deriv MT5 and Deriv X?",
"-1798013905": "Sự khác biệt giữa tài khoản Tổng hợp và tài khoản Tài chính là gì?",
"-114658193": "Mật khẩu Deriv X của tôi khác với mật khẩu Deriv của tôi như thế nào?",
"-156237172": "Làm cách nào để đổi mật khẩu Deriv X?",
"-2038952853": "Tôi có thể tìm thông tin tài khoản Deriv X của mình ở đâu?",
+ "-315976084": "What contract types do you offer on DTrader?",
"-1952371760": "Hợp đồng",
+ "-1677125826": "Can I download the chart on DTrader?",
+ "-1980078854": "Cấp số nhân là gì?",
+ "-771604768": "How do I trade multipliers?",
"-918450098": "Khung",
"-315611205": "Chiến lược",
"-122062690": "Chiến lược Martingale là gì?",
@@ -1809,24 +1998,79 @@
"-2133437022": "Deriv P2P là gì?",
"-1568899385": "Deriv P2P bảo mật đến mức nào?",
"-1567244911": "Thanh toán",
- "-532895895": "Liệu tôi có thể tăng giới hạn mua và bán mỗi ngày của mình?",
- "-1101543580": "Giới hạn",
+ "-1812070043": "Where can I see the terms of use for Deriv P2P?",
+ "-696921894": "Why is my Deriv P2P account blocked?",
+ "-425611884": "How do I create an ad?",
+ "-1050528217": "How do I make an order?",
+ "-1745867197": "Why can't I see my ad in the Buy/Sell tab?",
"-214996581": "Tranh chấp",
+ "-586363837": "How do I ensure my Deriv P2P transactions are successful?",
"-190084602": "Giao dịch",
- "-222181522": "Tôi có cần phải xác minh tài khoản Deriv của mình không?",
- "-414862292": "Việc xác minh mất bao lâu?",
- "-790757582": "Tại sao giấy tờ của tôi bị từ chối?",
+ "-1257202503": "How do I get in touch with the trader I’m dealing with?",
+ "-1101543580": "Giới hạn",
"-1819888683": "Rất tiếc, chúng tôi không tìm thấy kết quả nào khớp với '{{search}}'.",
"-859753143": "Các gợi ý tìm kiếm:",
"-177264246": "Hãy giữ cho các từ khóa tìm kiếm được ngắn gọn bởi thuật toán tìm kiếm của chúng tôi hoạt động tốt nhất với các từ khóa ngắn gọn",
- "-1475429047": "Phù hợp với thông lệ Tập đoàn của chúng tôi, chúng tôi đặt ra các tiêu chí sau cho việc đăng ký của khách hàng:",
- "-908523895": "Khách hàng phải ít nhất đủ 18 tuổi.",
- "-1385123522": "Nếu tài khoản đã được xác thực đầy đủ, bạn có thể gửi yêu cầu cho những thay đổi mong muốn. Vui lòng đính kèm giấy tờ xác minh danh tính và địa chỉ của bạn.",
- "-1967507831": "Khi bạn đã gửi tiền hoặc tạo một tài khoản DMT5, bạn chỉ có thể thay đổi tiền tệ bằng cách liên phòng Chăm sóc Khách hàng.",
- "-1294180117": "Nếu bạn quên mật khẩu tài khoản Google/Facebook/Apple, bạn có thể <0>đặt lại mật khẩu tài khoản Deriv của mình0> để đăng nhập vào Deriv.",
- "-1588331606": "Để đóng tài khoản của bạn, hãy tới <0>Vô hiệu hóa tài khoản.0>",
- "-292833690": "Trước khi đóng tài khoản Deriv của bạn, hãy hủy tất cả các vị thế mở và rút tất cả tiền trong tài khoản giao dịch của bạn, bao gồm cả DMT5.",
- "-1760393932": "Bạn có thể thực hiện việc này một cách dễ dàng bằng cách truy cập <0>Cài đặt > Hồ sơ >0><1>Chi tiết cá nhân1>. Bỏ chọn hộp tùy chọn email và nhấp vào nút ‘Gửi' để hủy đăng ký.",
+ "-1681655860": "the Malta Financial Services Authority",
+ "-435600202": "Help centre | Frequently asked questions | About | Deriv",
+ "-254542421": "Here are some possible reasons you aren't able to create an account:",
+ "-1739646504": "You’re below 18 years old.",
+ "-1116525030": "You may already have a Deriv account.",
+ "-1910608693": "Our services aren't available in your country of residence.",
+ "-2073215708": "You can do so on the <0>Personal details0> page. If you’re unable to update your details, please <1>contact us via live chat1>. We may need you to send us some documents for verification.",
+ "-785517434": "While the currencies of your virtual and cryptocurrency accounts are fixed, you can change the currency of your fiat account by following the steps below.",
+ "-582231303": "Select <0>Fiat currencies,0> choose the currency you want, and click <0>Change currency.0>",
+ "-703297687": "If you have open positions, close them first.",
+ "-599281490": "For your Deriv real account, go to <0>Cashier0> to withdraw your funds.",
+ "-188538325": "For your Deriv MT5 and Deriv X real accounts, go to your dashboard to withdraw your funds.",
+ "-1129279211": "<0>Contact us via live chat0> and we’ll help you change the currency of your account.",
+ "-894612350": "Hit <0>Forgot password?0> on the <1>login page.1>",
+ "-1582535828": "Enter the same email address you use for your Apple/Google/Facebook account.",
+ "-2136863307": "Now, you'll be able to log in to your Deriv account using your email address and password.",
+ "-803818887": "It's a fee that we charge for accounts that have been inactive for the last 12 months. Refer to <0>our terms0> for more info.",
+ "-1244219585": "Name of entity",
+ "-1523686418": "Authorisation to manage the account (if your business has more than one director)",
+ "-1883441858": "Passport and utility bill/bank statement of the person managing the account and of each director and shareholder (if your business has more than 1)",
+ "-482992615": "Utility bill/bank statement containing the address of the business",
+ "-337933411": "It depends on the laws in your country of residence. Please get professional advice on whether you're required to pay taxes on <0>your profits0>.",
+ "-464076737": "You can do so on the <0>Self-exclusion0> page.",
+ "-1687067691": "If you reside in any other country, you can adjust or remove your limits on the <1>Self-exclusion1> page. If you’re unable to change your limits, <0>let us know via live chat0>.",
+ "-1411245754": "We’ll prompt you to verify your account when it’s needed.",
+ "-1057679672": "When we prompt you to verify your account, follow these steps:",
+ "-1715758584": "<0>Log in0> to your Deriv account.",
+ "-1960993308": "Go to <0>Settings0> > <1>Proof of identity1> or <1>Proof of address1>.",
+ "-400895399": "Follow the instructions on the screen to verify your account.",
+ "-1464239544": "<0>Note:0> The <0>Proof of identity0> and <0>Proof of address0> pages will not be available if your account doesn’t need verification at this time.",
+ "-759539756": "<0>Proof of identity0>",
+ "-1047117142": "You’ll need a valid government-issued identity document such as a national ID card, passport, or driver's licence. Your document must clearly show your name, photo, and date of birth.",
+ "-864022561": "You’ll need a bank statement, credit card statement, tax statement, or utility bill. Your document must be issued within the last 6 months. It must contain your name, address, the name of the company that issued the document, and the issue date.",
+ "-469258978": "No, you must verify your account before trading.",
+ "-1403118121": "If you’re in any other country:",
+ "-1945892745": "We try to review your verification documents within the same day. In some cases, due to high traffic, it may take up to 3 business days. You’ll get a confirmation email from us once the review is complete. You can also check the status of your documents at",
+ "-217527343": "<0>Settings > Proof of identity0>",
+ "-1746837387": "We may have declined your documents because they were unclear, invalid, expired, had cropped edges, or showed details that did not match your Deriv profile. If you need help, please <0>contact us via live chat0>.",
+ "-1248152791": "When you join our affiliate programme,",
+ "-640475298": "You'll be able to take advantage of our multilingual platforms and reach clients wherever they are.",
+ "-179421588": "You'll receive prompt monthly payouts via your preferred payment method.",
+ "-874599648": "You won't be charged any hidden fees. You'll be able to see exactly what your earnings are.",
+ "-1456353153": "You'll have a dedicated account manager to help you.",
+ "-1835477277": "<0>Cost per acquisition0> (For the EU only)",
+ "-2057848186": "Earn 100 USD in commission for each successful referral. Your referred client must open a real account using your tracking link and deposit 100 USD or more (one-time or accumulative).",
+ "-1264084852": "We encourage you to become our affiliate if you are:",
+ "-317355829": "<0>A webmaster0> \n Do you have a trading-related website? Join our network of affiliates and turn your traffic into revenue by promoting our products and services.",
+ "-643644414": "<0>A trading mentor0> \n Do you mentor other traders? Help them become better traders and earn commission when they sign up and trade on our platforms.",
+ "-67585950": "A referred client is a client who signed up using your tracking link, made a deposit in their account, and started trading on our platforms. As an affiliate, you stand to earn commission from the trades performed by your referred clients.",
+ "-1388788058": "Follow these steps to get your referral link:",
+ "-379292041": "<0>Log in0> to your affiliate dashboard.",
+ "-1245795523": "Click the <0>Marketing<0/> tab.",
+ "-976921122": "Follow these steps to change your payment method:",
+ "-257221931": "<0>Log in0> to your dashboard.",
+ "-1109489026": "Click the <0>Finances0> tab and select <0>Payment instructions0>.",
+ "-1408956818": "Select your preferred payment method, enter the necessary details, and click <0>Update0>.",
+ "-817404641": "Go to <0>Reports0>, and select <0>Detailed activity report0>.",
+ "-1204121083": "Set the duration and filters and click <0>Display report0> or <0>Download report0>.",
+ "-1507095704": "Help centre | Frequently asked questions | Affiliate programme | Deriv",
+ "-1973882807": "Frequently asked questions - Affiliate programme",
"-994905306": "1. Nhấp vào 'Bắt đầu' ở góc trên cùng bên trái để mở menu các khung.",
"-1285759343": "Tìm kiếm",
"-588159121": "Bỏ khối",
@@ -1866,46 +2110,122 @@
"-822031479": "Mục tóm tắt",
"-224804428": "Giao dịch",
"-1609246392": "Nhấp vào 'Biểu đồ' ở góc dưới bên trái của không gian làm việc để xem biểu đồ.",
- "-1144380171": "Danh sách <0>phương thức thanh toán được hỗ trợ0> của chúng tôi bao gồm chuyển khoản ngân hàng, thẻ tín dụng, thẻ ghi nợ, ví điện tử và tiền điện tử.",
- "-765332281": "Tiền nạp và rút tiền của bạn sẽ được xử lý trong vòng một ngày làm việc (Thứ Hai đến Thứ Sáu, 9:00 sáng–5:00 chiều GMT+8) trừ khi có quy định khác. Xin lưu ý rằng ngân hàng hoặc dịch vụ chuyển tiền của bạn có thể cần thêm thời gian để xử lý yêu cầu của bạn.",
- "-2129519303": "Không có mức tối thiểu \bkhi nạp tiền điện tử.",
- "-130293452": "Bạn có thể nâng giới hạn rút tiền của mình bằng cách xác minh danh tính và địa chỉ của bạn. Để xem giới hạn rút tiền hiện tại của bạn, vui lòng truy cập <0>Cài đặt > Bảo mật và an toàn >0><1>Giới hạn tài khoản1>.",
- "-849531377": "Rút tiền bằng thẻ Mastercard và Maestro chỉ dành cho khách hàng ở Vương quốc Anh. Nếu bạn không đến từ Anh, vui lòng rút tiền bằng ví điện tử hoặc tiền điện tử thay thế.",
+ "-346303383": "You can use debit and credit cards, e-wallets, cryptocurrency wallets, and payment agents for deposits and withdrawals (see our <0>payment methods page0> for a complete list). Once you log in to your Deriv account, you’ll be able to see payment methods available in your country on the <1>Cashier page1>.",
+ "-2134684262": "You can get a new link on the Cashier page. Go to <0>Withdrawal0> and click Verify my request. We'll email you a new link; please remember to use it within 1 hour.",
+ "-1855944698": "Here are some reasons why your credit card deposit was declined:",
+ "-1435852820": "Your 3D SecureCode may not be activated. Please contact your bank to check.",
+ "-805026662": "Your country of residence does not match the country that your card was issued in.",
+ "-336747115": "If you need help, please contact us via <0>live chat0>.",
+ "-1168460620": "Yes, but only once your turnover exceeds an amount that's 25 times the deposit bonus value. The bonus is to help you get familiar with our trading platforms, so we'd love for you to use it to trade and earn a potential profit (which you may withdraw at any time).",
+ "-1955486267": "Mastercard and Maestro card withdrawals are only available for UK clients. If you are not from the UK, you’ll need to use a withdrawal method that’s available in your country.",
+ "-670805289": "The currency conversion for your deposits and withdrawals are done by your payment service provider. For example, if you use Skrill, your transaction amount will be converted by Skrill. Please check with your service provider regarding the conversion rates used for your deposits and withdrawals.",
+ "-1185520887": "your withdrawal request has already been authorised and processed",
+ "-1543634856": "To cancel your withdrawal, follow these steps:",
+ "-410744792": "Go to <0>Cashier > Withdrawal0>.",
+ "-1736064743": "We'll send you an email with a verification link. Click that link.",
+ "-1439607156": "Your payment method will only appear on the Withdrawal page after you've made your first deposit. If you've made a deposit and still don't see your payment method on the Withdrawal screen, it's probably because the payment method you used for the deposit cannot be used for withdrawals. In this case, you may need to use a different payment method that supports withdrawals, too. <0>Contact us via live chat0> if you need help.",
"-1257106357": "Trung tâm trợ giúp | Câu hỏi thường gặp | Gửi và rút tiền | Deriv",
"-524318410": "Câu hỏi thường gặp - Gửi và rút tiền",
- "-342557323": "Để nhận tiền vào tài khoản Deriv, bạn có thể ‘mua’ tiền Deriv bằng nội tệ của bạn (hoặc bất kỳ loại tiền tệ được hỗ trợ nào) từ một người giao dịch khác và số tiền bạn đã ‘mua’ sẽ được gửi vào tài khoản của bạn.",
- "-993408638": "Chúng tôi xác minh danh tính của từng người dùng trước khi họ có thể bắt đầu sử dụng dịch vụ của Deriv P2P - người dùng sẽ cần gửi tài liệu POI (bằng chứng nhận dạng) để xác minh danh tính trước khi mua hoặc bán trên Deriv P2P .",
- "-2050983631": "Ngoài ra, tất cả các giao dịch được bảo vệ bằng escrow. Escrow khóa tiền Deriv cho đến khi cả hai bên xác nhận hoàn thành giao dịch.",
- "-558939780": "Bạn có thể chuyển tiền cho các người giao dịch khác thông qua chuyển khoản ngân hàng, thẻ, ví điện tử hoặc bất kỳ phương thức thanh toán nào đã thỏa thuận với người mà bạn đang giao dịch.",
- "-1985070919": "Xin lưu ý rằng Deriv không có quyền kiểm soát các khoản thanh toán được thực hiện giữa các nhà giao dịch Deriv P2P. Vì vậy, hãy đảm bảo bạn tuân theo các hướng dẫn thanh toán như đã thỏa thuận giữa bạn và nhà giao dịch mà bạn đang giao dịch, đồng thời cung cấp phương thức thanh toán và hướng dẫn ưa thích của bạn khi bạn đăng quảng cáo của mình.",
+ "-993497460": "<0>Deriv P2P0> is our peer-to-peer deposit and withdrawal service that’s part of our trading platform. Using Deriv P2P, you can get money in and out of your account in minutes via exchanges with fellow traders. We launched this service mainly for our clients in countries where currency exchange services are not widely accessible.",
+ "-1279056201": "We verify everyone’s identity before they can start using Deriv P2P. No anonymous transactions are allowed.",
+ "-296729461": "Additionally, all transactions are protected by escrow: the order amount is locked in escrow until both parties confirm that the transaction has been completed from their end.",
+ "-1476852890": "Yes, you’ll need a Deriv real account before you can start using Deriv P2P. Deriv P2P is a way to move funds in and out of your Deriv account.",
+ "-154362819": "Click <0>Real0>. Under <0>Deriv accounts0>, click <0>Add0>.",
+ "-1627487675": "Your Deriv P2P balance may not include all deposits made to your Deriv account. Deposits via credit cards, Skrill, Neteller, and ZingPay will not be available in Deriv P2P.",
+ "-568906967": "Go to Section 4, ‘Deriv P2P’ of <0>our terms0>.",
+ "-461691496": "Your Deriv account is suspended. Please <0>contact us0> via live chat for more info.",
+ "-1029239301": "You have cancelled 3 orders in the last 24 hours. Your account will be unblocked automatically after 24 hours.",
+ "-1141509742": "Yes, just contact us <0>via live chat0> to request a limit increase.",
+ "-1410699505": "You can use any payment method you want as long as it is agreed with the trader you’re dealing with.",
+ "-86797398": "<0>Note:0> Deriv has no control over payments made between Deriv P2P traders. Please ensure you follow the payment instructions as agreed between you and the trader you are dealing with, and provide your preferred method of payment and instructions when you post your ads.",
+ "-338149677": "Go to <0>Deriv P2P0> > <1>My ads1>.",
+ "-67297475": "Your ads are available in the <1>My ads1> tab at <0>Cashier > Deriv P2P0>.",
+ "-1869445525": "Select Buy or Sell ads.",
+ "-1378864427": "Choose the ad you want by clicking <0>Buy0> or <0>sell0>.",
+ "-1278209777": "You'll only be able to make an order once your account has been verified.",
+ "-1669612535": "If you're selling, you'll need to wait for the buyer's payment before completing the order.",
+ "-1239568034": "Nếu bạn gặp bất kỳ sự cố nào với giao dịch trên Deriv P2P, trước tiên hãy cố gắng giải quyết vấn đề với nhà giao dịch mà bạn đang giao dịch cùng. Nếu họ không sẵn lòng giúp giải quyết tình huống, vui lòng <0>thông báo cho chúng tôi0> qua trò chuyện trực tiếp, chúng tôi sẽ giúp bạn giải quyết.",
+ "-989166377": "To dispute a Deriv P2P transaction, follow these steps:",
+ "-1567088047": "Once the order has expired, click <0>Complain0> on the order details screen.",
+ "-1543692084": "We’ll seek more info on the transaction by reaching out to you and the trader you are dealing with, and we’ll try to resolve the issue within 24 hours. We’ll keep you informed of the status.",
+ "-1095411583": "For successful Deriv P2P transactions, follow these guidelines:",
+ "-693174976": "Avoid creating ads with identical amounts and exchange rates.",
+ "-2112170016": "Ensure that your account balance is sufficient to support your ads and orders.",
+ "-1098565506": "If you’re buying:",
+ "-1941726245": "Check your bank or e-wallet balance to confirm that the buyer has made payment before completing the order.",
+ "-1964387231": "Once you’ve received the payment from the buyer, try to complete the order as soon as you can.",
+ "-1705206253": "For more guidelines on using Deriv P2P, see our <0>terms of use0> (refer to Section 4 ‘Deriv P2P’).",
"-90598465": "Không có khoản tiền gửi tối thiểu. Bạn có thể gửi tiền tối đa là 2.500 USD mười hai lần một ngày.",
"-307502515": "Bạn có thể giao dịch CFDs với ngoại hối, tiền điện tử, các loại hàng hóa, và các chỉ số chứng khoán tổng hợp của chúng tôi trên Deriv X.",
"-577476222": "DTrader cho phép bạn giao dịch hơn 50 loại tài sản ở các lựa chọn số hóa, cấp số nhân, và lookback.",
"-2134519372": "Deriv MT5 (DMT5) và Deriv X đều là nền tảng giao dịch đa tài sản, nơi bạn có thể giao dịch ngoại hối và CFD với đòn bẩy trên nhiều loại tài sản. Sự khác biệt chính giữa chúng là bố cục nền tảng - MT5 có chế độ xem đa phương diện đơn giản, trong khi trên Deriv X, bạn có thể tùy chỉnh bố cục theo sở thích của mình.",
+ "-1529587893": "Follow these steps to add a Deriv X account:",
+ "-1383710718": "Select <0>Real account0> or <0>Demo account0>.",
+ "-780401736": "If you’re adding your first Deriv X account, you’ll need to set your Deriv X password. If you’ve already set your Deriv X password before, you’ll need to enter it now.",
+ "-1285898327": "Your new Deriv X account is now ready.",
+ "-527968812": "You'll need to add a Deriv X account first. After that, follow these steps to log in:",
"-2055925090": "Tài khoản Tài chính là nơi bạn giao dịch các hợp đồng chênh lệch (CFDs) tại các thị trường tài chính như ngoại hối, tiền điện tử, và các loại hàng hóa khác.",
"-1720135689": "Đi tới <0>Cài đặt tài khoản0> của bạn. Nhấp vào menu thả xuống \"Bảo mật và an toàn\" và chọn \"Mật khẩu\". Trong “Mật khẩu Deriv X”, hãy nhấp vào “Thay đổi mật khẩu” để đặt lại mật khẩu của bạn.",
"-535620163": "Để rút tiền từ tài khoản Deriv X trên Deriv, bạn sẽ cần phải chuyển khoản đến tài khoản Deriv của mình. Đi tới Thu ngân > Chuyển tiền giữa các tài khoản và làm theo các chỉ dẫn trên màn hình.",
"-2015877045": "Trung tâm trợ giúp | Câu hỏi thường gặp | Deriv X | Deriv",
"-529738098": "Các câu hỏi thường gặp - Deriv X",
"-971172690": "Số tiền tối thiểu / tối đa mà tôi có thể gửi vào tài khoản Deriv X?",
- "-844199531": "DMT5 là một nền tảng giao dịch đa tài sản mà bạn có thể sử dụng để giao dịch ngoại hối giao và hợp đồng chênh lệch (CFD) với đòn bẩy.",
- "-35355043": "Tài khoản DMT5 Nâng Cao là tài khoản Sổ A 100% trong đó các giao dịch của bạn được chuyển thẳng ra thị trường, cho phép bạn truy cập trực tiếp vào các nhà cung cấp thanh khoản ngoại hối.",
- "-315308558": "Tài khoản Chỉ số tổng hợp DMT5 cho phép bạn giao dịch các hợp đồng chênh lệch (CFD) trên các chỉ số tổng hợp mô phỏng các chuyển động trong thế giới thực. Có thể giao dịch 24/7 và được kiểm toán về tính công bằng bởi một bên thứ ba độc lập.",
- "-1390301231": "Để nạp tiền vào tài khoản MT5 của bạn trên Deriv, bạn sẽ cần sử dụng tiền trong tài khoản Deriv của mình. Truy cập <0>Thu ngân>0><1>Chuyển giữa các tài khoản1> và làm theo hướng dẫn trên màn hình.",
- "-1374692096": "Để rút vốn từ tài khoản MT5 trên Deriv, bạn sẽ cần phải chuyển vốn đến tài khoản Deriv của mình. Đi tới <0>Thu ngân >0> <1>Chuyển tiền giữa các tài khoản1> và làm theo các chỉ dẫn trên màn hình.",
- "-1538690809": "MT5 trên Deriv là một nền tảng giao dịch độc lập được lưu trữ trên trang web của chúng tôi. Chi tiết đăng nhập DMT5 của bạn cung cấp cho bạn quyền truy cập vào nền tảng MT5, trong khi thông tin đăng nhập Deriv của bạn cho phép bạn truy cập vào các nền tảng trên trang web của chúng tôi, chẳng hạn như DTrader và DBot.",
+ "-935980097": "The Deriv MT5 Synthetic account offers contracts for difference (CFDs) on synthetic indices. Our proprietary synthetic indices mimic the price movement of real financial markets but are not affected by market events. Trading on synthetic indices is available 24/7, even on weekends and holidays. There are more than 15 indices to choose from, with different levels of volatility and market behaviour.",
+ "-787503172": "The Deriv MT5 Financial account offers CFDs on forex, commodities, cryptocurrencies, stocks, and stock indices, with high leverage and variable spreads for maximum flexibility. This account offers more than 100 assets, and 24/7 trading is available on cryptocurrencies.",
+ "-300839534": "You'll need to transfer funds from your Deriv account to your Deriv MT5 account. You can do this on the <0>Cashier page0>. Transfers are instant; your funds will be available in your Deriv MT5 account as soon as you complete the transfer.",
+ "-1348787775": "Follow these steps to reset your Deriv MT5 password:",
+ "-1111031408": "Go to your <0>Deriv MT5 dashboard0>.",
+ "-985140221": "Click <0>Confirm0>.",
+ "-1222605568": "We'll send you an email. Click the <0>Change password0> button in that email.",
+ "-1184173356": "You'll be taken to the Change password screen. Enter a new password and click <0>Create0>.",
+ "-1462766296": "You can log in to your Deriv MT5 account via the MT5 desktop app, web terminal, or mobile app. You'll need the login ID and server name from <0>your Deriv MT5 dashboard0>. Please remember to use your Deriv MT5 password to log in to Deriv MT5.",
+ "-1089619392": "You can set the investor password on your <0>Deriv MT5 dashboard0>. Click <1>Password1> on your Deriv MT5 account, and select <1>Investor password1> to set a new password.",
+ "-351288377": "No, we don't.",
+ "-1987596175": "You can't reactivate your Deriv MT5 account. Instead, you can create a new one on your Deriv <0>MT5 dashboard0>.",
+ "-38304396": "No, you can't. There's a fixed default amount for each asset. The leverage applied to your account can be found on your <0>Deriv MT5 dashboard0>.",
+ "-88115138": "Greenwich Mean Time (GMT).",
+ "-1741073621": "If you need a statement of your trades on Deriv MT5, follow these steps to download a 3-month statement:",
+ "-1684440937": "Log in to your MT5 account via the desktop app.",
+ "-1374165891": "Right-click on <0>Time0>, click <0>Report0>, and select <0>Open XML0>.",
+ "-1795964107": "If you need a statement for a more extended period, contact us via <0>live chat0>, and we'll help you with it.",
+ "-309622502": "Yes, we’ll transfer your balance to your Deriv account before your Deriv MT5 account is deactivated.",
+ "-586122892": "No, this isn’t possible on MT5.",
+ "-518416448": "No, you can't, but you may have multiple Deriv MT5 Synthetic accounts on different servers.",
+ "-2007650229": "Yes, you can trade micro forex pairs with a Deriv MT5 Financial account.",
"-1593152023": "Trung tâm trợ giúp | Câu hỏi thường gặp | DMT5 | Deriv",
- "-1762311912": "Chúng tôi cung cấp ba loại hợp đồng trên DTrader: Lên & Xuống, Cao & Thấp và các Chỉ số.",
+ "-1402025716": "<0>DTrader0> is one of our trading platforms. It offers digital options and multipliers on a variety of assets in financial and synthetic markets. ",
+ "-798714068": "You can trade forex, stocks, stock indices, commodities, cryptocurrencies, and synthetic indices on DTrader. Some markets may not be available in certain countries.",
+ "-1758753185": "These contracts are available on DTrader:",
+ "-1572548510": "Ups & Downs",
+ "-922253974": "Tăng/Giảm",
+ "-1361254291": "Cao hơn/Thấp hơn",
+ "-1691868913": "Chạm/Không Chạm",
+ "-763273340": "Chữ số",
+ "-330437517": "Khớp/Khác",
+ "-657360193": "Trên/Dưới",
"-1442307043": "Trung tâm trợ giúp | Câu hỏi thường gặp | DTrader | Deriv",
"-1544998943": "Các câu hỏi thường gặp - DTrader",
+ "-1301260207": "You'll earn commission whenever your clients trade CFDs on MT5, even on weekends and public holidays.",
+ "-110767819": "You'll have access to various marketing tools to help promote our products and services to your clients.",
+ "-289567912": "Find out more about our IB programme <0>here0>.",
+ "-898871903": "No, it's completely free of charge.",
"-17396892": "Cần hỗ trợ? Có câu hỏi về dịch vụ và nền tảng giao dịch trực tuyến Deriv? Đọc Câu hỏi thường gặp của chúng tôi hoặc gửi câu hỏi của bạn.",
+ "-199125243": "Multipliers (also known as multiplier options) is a trade type that gives you an opportunity to amplify your profit without risking more than your stake. To find out more, visit <0>the Multipliers page0>.",
+ "-1755209362": "Watch <0>this video0> to know more about trading multipliers.",
+ "-1343499861": "Help centre | Frequently asked questions | Multipliers | Deriv",
"-11499858": "Không, bạn không cần xác minh tài khoản Deriv của mình trừ khi được yêu cầu. Nếu tài khoản của bạn được yêu cầu xác minh, chúng tôi sẽ liên hệ với bạn qua email để bắt đầu quy trình và cung cấp cho bạn các hướng dẫn rõ ràng về cách gửi tài liệu của bạn.",
- "-1314529357": "Hàng hóa có thể được trồng hoặc sản xuất tự nhiên trong môi trường. Ví dụ bao gồm dầu thô, kim loại, vàng và bạc.",
- "-720675222": "Dành riêng cho Deriv, các chỉ số tổng hợp là tập hợp các thị trường tổng hợp rất riêng của chúng tôi được thiết kế để mô phỏng các chuyển động của thị trường trong thế giới thực, không bị ảnh hưởng bởi sự thay đổi của các sự kiện thực tế và các gián đoạn bên ngoài khác.",
- "-817895916": "Quyền chọn số là một công cụ tài chính với khoản thanh toán cố định trong đó bạn dự đoán kết quả chỉ từ hai kết quả có thể.",
- "-634329620": "Chúng tôi cung cấp ba nền tảng giao dịch: DTrader, DBot và DMT5. Mỗi nền tảng phục vụ cho nhiều phong cách và trải nghiệm giao dịch khác nhau, cho dù bạn là một nhà giao dịch mới hay đã dày dạn kinh nghiệm.",
- "-1689847421": "Bạn có thể thấy giới hạn giao dịch tài khoản của mình bằng cách truy cập <0>Cài đặt > Bảo mật và an toàn >0><1>Giới hạn tài khoản1>. Xin lưu ý rằng nếu số dư tài khoản của bạn vượt quá số dư tiền mặt tài khoản tối đa, bạn phải rút tiền từ tài khoản của mình để đưa số dư tài khoản của bạn dưới giới hạn tối đa.",
- "-1889877048": "Các chỉ số tổng hợp có thể được giao dịch 24/7.",
+ "-1846766027": "Ngoại hối, hoặc forex, là thị trường toàn cầu của tiền tệ trên thế giới, nơi giá trị của các loại tiền tệ khác nhau được cạnh tranh với nhau dưới dạng các cặp ngoại hối, chẳng hạn như EUR/USD, AUD/JPY, v.v. Thị trường ngoại hối xác định tỷ giá hối đoái của từng loại tiền.",
+ "-192959524": "Read <0>this article0> to learn more about trading forex on Deriv.",
+ "-1879171974": "A commodity is either grown or produced naturally in the environment, such as agricultural products, livestock, crude oil, and precious metals like gold and silver.",
+ "-339093963": "Read <0>this article0> to learn more about trading commodities on Deriv.",
+ "-691446230": "Stock indices measure the value of a group of companies in the stock market. This allows investors to see how a particular set of assets is performing.",
+ "-1412546523": "Read <0>this article0> to learn more about trading stocks on Deriv.",
+ "-367005179": "Read <0>this article0> to learn more about trading synthetic indices on Deriv.",
+ "-1542650156": "CFDs let you predict the price movement of underlying assets without actually owning them. With CFDs, you open a position based on your prediction, and you'll earn a profit if you close your position when the price moves in your favour.",
+ "-1790114248": "We have a diverse suite of 6 trading platforms: <0>Deriv MT50>, <1>Deriv X1>, <2>DTrader2>, <3>DBot3>, <4>SmartTrader4>, and <5>Binary Bot5>. Each of these platforms is designed to fit any trading style, regardless of your trading experience.",
+ "-639381175": "Note: DBot, SmartTrader, and Binary Bot are not available in the EU and UK.",
+ "-626094848": "Build your trading bot for free on <0>DBot0> or <1>Binary Bot1>; no coding is needed. You’ll also find free pre-built strategies on DBot that you can customise to your needs.",
+ "-578264817": "Trading limits are only applicable to your Deriv real account. You can see the limits on your account on the <0>Account limits0> page (you must be <1>logged in1>).",
"-1618901770": "Trung tâm trợ giúp | Câu hỏi thường gặp | Giao dịch | Deriv",
"-2085755369": "Các câu hỏi thường gặp - Giao dịch",
"-396178446": "100+ tài sản có thể giao dịch",
@@ -2149,7 +2469,6 @@
"-1669418686": "AUD/CAD",
"-1548588249": "AUD/CHF",
"-79700881": "NZD/USD",
- "-1800672151": "Chỉ số GBP",
"-1402324349": "CAD/CHF",
"-1398238048": "CAD/JPY",
"-244869624": "CHF/JPY",
@@ -2246,17 +2565,11 @@
"-1522453105": "<0>Thụy Sĩ 200> theo dõi hiệu suất của 20 loại chứng khoán lớn và được thanh khoản nhiều nhất tại Thụy Sĩ.",
"-1848325573": "<0>UK 1000> theo dõi hiệu suất cổ phiếu của 100 công ty hoạt động tại Anh.",
"-1650735154": "Các chỉ số này dao động giữa hai điểm giá (đường biên), đôi khi phá vỡ các đường viền để tạo ra một phạm vi trung bình mới sau mỗi 100 hoặc 200 lần chúng chạm đường biên.",
- "-962930783": "<0>Chỉ số AUD0> đánh giá giá trị của đồng đô-la Úc so với một gói năm loại tiền tệ khác trên thế giới (USD, EUR, GBP, JPY, CAD), mỗi loại có trọng số 20%.",
- "-1910214848": "<0>Chỉ số EUR0> đánh giá giá trị của đồng Euro so với một gói năm loại tiền tệ khác trên thế giới (USD, AUD, GBP, JPY, CAD), mỗi loại có trọng số 20%.",
- "-1763966856": "<0>Chỉ số GBP0> đánh giá giá trị của đồng Bảng Anh so với một gói năm loại tiền tệ khác trên thế giới (USD, EUR, AUD, JPY, CAD), mỗi loại có trọng số 20%.",
- "-1448477512": "<0>Chỉ số Gold0> tính toán giá trị của vàng so với một loạt 5 loại tiền tệ toàn cầu (EUR, GBP, JPY, CAD, AUD), mỗi loại có trọng số 20%.",
"-754071100": "<0>Giỏ GBP0> đánh giá giá trị của đồng Bảng Anh so với một gói năm loại tiền tệ khác trên thế giới (USD, EUR, AUD, JPY, CAD), mỗi loại có trọng số 20%.",
"-1164156648": "Các chỉ số này tương ứng với các thị trường được mô phỏng với <0>độ biến động không đổi là 200% và 300%.0>",
"-475767247": "<0>Australia 2000> theo dõi hiệu suất cổ phiếu của 200 công ty hoạt động tại Úc.",
"-2035089048": "<0>Spain 350> theo dõi hiệu suất cổ phiếu của 35 công ty hoạt động tại Tây Ban Nha.",
"-1312740087": "<0>Cao hơn/Thấp hơn:0> Dự đoán liệu điểm thoát sẽ cao hơn hoặc thấp hơn mục tiêu giá (rào cản) vào cuối thời hạn hợp đồng.",
- "-1691868913": "Chạm/Không Chạm",
- "-763273340": "Chữ số",
"-467543474": "<0>Khớp/Khác:0> Dự đoán số nào sẽ là chữ số cuối của tick cuối cùng của hợp đồng.",
"-12379677": "<0>Chẵn/Lẻ:0> Dự đoán liệu chữ số cuối của dấu tick cuối cùng của hợp đồng sẽ là số chẵn hay số lẻ.",
"-1048378719": "Đặt lại Call/ Đặt lại Put",
@@ -2315,21 +2628,26 @@
"-963218544": "Chưa thể quyết định chương trình hoặc gói hoa hồng nào phù hợp với bạn?",
"-1930772663": "Tổng hợp Deriv MT5",
"-1016171176": "Tài sản",
+ "-2082672713": "1",
"-549581742": "Chỉ số biến động 10 ",
"-456885316": "Chỉ số biến động 75 ",
"-1649127643": "1,75",
"-2068763730": "5",
"-2083395832": "7,5",
+ "-1587730975": "10",
+ "-784871058": "15",
"-524043424": "1,25",
"-849512762": "2,50",
"-1925239974": "Một giao dịch của 1 lô Chỉ số Biến động 75 với giá 500,000 USD sẽ mang về 25 USD hoa hồng dựa trên công thức sau:",
"-55785537": "Kiếm tiền khi khách hàng của bạn giao dịch trên tài khoản Tài chính MT5.",
"-978761772": "2 USD",
"-543177967": "Chỉ số chứng khoán",
- "-1587730975": "10",
+ "-1097570263": "Đối với ngoại hối, có một khoản hoa hồng cố định là 2 USD cho mỗi lô (chỉ áp dụng cho các lô tiêu chuẩn). Một giao dịch cho 1 lô EUR / USD sẽ trả 2 USD tiền hoa hồng dựa trên công thức sau:",
"-834024219": "DMT5 Tài chính đã được tính toán trước",
- "-1981982611": "Với các tài sản tiền điện tử, một giao dịch cho 1 lô BTC/USD (với tỷ giá hối đoái từ BTC sang USD là 50.000 USD) sẽ mang về 10 USD hoa hồng giựa theo công thức sau:",
+ "-800044382": "Đối với tài nguyên kim loại, có một khoản hoa hồng cố định là 4 USD cho mỗi lô. Một giao dịch cho 1 lô XAU/USD sẽ trả 4 USD tiền hoa hồng dựa trên công thức sau:",
"-1825768469": "DMT5 Tài chính được tính toán lần hai",
+ "-1923011108": "Với các tài sản cryptocurrency, một giao dịch cho 1 lô BTC/USD (với tỷ giá hối đoái từ BTC sang USD là 50.000 USD) sẽ mang về 5 USD hoa hồng giựa theo công thức sau:",
+ "-1268684459": "DMT5 Tài chính được tính toán lần ba",
"-2061883933": "2,5",
"-1587788256": "DMT5 Tài chính STP đã được tính toán lần hai",
"-921778308": "Cách tính",
@@ -2410,9 +2728,6 @@
"-854296036": "Sau khi có sự phê duyệt cuối cùng từ phòng Giám sát của chúng tôi, chúng tôi sẽ công bố thông tin của bạn trên danh sách đại lý thanh toán.",
"-1340544588": "Thực hiện nhiều khoản nạp và rút tiền mỗi ngày.",
"-5296999": "Tìm hiểu cách trở thành đại lý thanh toán trên Deriv để mở rộng cơ sở khách hàng của bạn và kiếm thêm doanh thu.",
- "-119617711": "RTS27 2020",
- "-1439749066": "RTS27 2019",
- "-1364758050": "Deriv Investments (Europe) Limited đã chuẩn bị báo cáo công bố Pillar III theo Chỉ thị Yêu cầu Vốn IV và Quy định Yêu cầu Vốn. Đọc báo cáo của chúng tôi để hiểu cách chúng tôi tuân thủ quy luật thị trường với tư cách là người tham gia thị trường.",
"-1601657282": "Deriv Investments (Europe) Limited đã chuẩn bị Báo cáo công bố tài chính theo Quy định và Chỉ thị về Doanh nghiệp Đầu tư. Đọc báo cáo của chúng tôi để hiểu cách chúng tôi tuân thủ kỷ luật thị trường với tư cách là người tham gia thị trường.",
"-1695974481": "Những tài liệu này cung cấp cho bạn thông tin mấu chốt về các sản phẩm đầu tư của chúng tôi. Thông tin này được yêu cầu bởi luật pháp để giúp bạn hiểu về bản chất, các rủi ro, chi phí, lãi và lỗ tiềm năng của những sản phẩm này và để giúp bạn so sanh chúng với những sản phẩm khác.",
"-1127433262": "RTS",
@@ -2438,12 +2753,16 @@
"-431262594": "CFD - các chỉ số tổng hợp",
"-1311570171": "Giấy phép và thông tin quy định | Deriv",
"-1833153607": "Deriv hoạt động dưới thẩm quyền của Binary.com nền tảng được cấp phép và tuân thủ các quy định bắt buộc trên khắp thế giới.",
- "-1720897015": "Các dịch vụ trên Deriv.com và Binary.com được cung cấp bởi tập đoàn Deriv Group. Tập đoàn đã có nhiều công ty được cấp phép vận hành Deriv.com và Binary.com tại phạm vi quyền hạn mà họ đã đăng ký.",
+ "-1488849807": "Các dịch vụ trên Deriv.com được cung cấp bởi tập đoàn Deriv Group. Tập đoàn đã có nhiều công ty được cấp phép vận hành Deriv.com tại phạm vi quyền hạn mà họ đã đăng ký.",
"-1131400885": "Công ty Deriv Investments (Europe) Limited",
- "-959669250": "Deriv Investments (Europe) Limited được quyền cung cấp dịch vụ ở bất kỳ quốc gia thành viên EU nào khác thông qua quyền hộ chiếu của EU. Trên đây là danh sách các nước EU có quyền truy cập vào Deriv.com thông qua quyền hộ chiếu của EU.",
+ "-430532854": "Deriv Investments (Europe) Limited – W Business Center, Tầng 3, Triq Dun Karm, Birkirkara BKR 9033, Malta – được cấp phép tại Malta (<0>giấy phép số IS/701560>) và được ủy quyền bởi Dịch vụ Tài chính Malta Thẩm quyền theo Đạo luật Dịch vụ Đầu tư để cung cấp các dịch vụ đầu tư ở Liên minh Châu Âu.",
+ "-2051445931": "Khách hàng thuộc Liên Minh Châu Âu muốn giao dịch sản phẩm tài chính, đều có thể được mở tài khoản tại Deriv Investments (Europe) Limited.",
"-112814932": "Deriv (FX) Ltd",
+ "-246692869": "Deriv (FX) Ltd – F16, Tầng 1, Paragon Labuan, Jalan Tun Mustapha, Labuan 87000, Malaysia – được cấp phép bởi Cơ quan Dịch vụ Tài chính Labuan (<0>giấy phép số MB/18/00240>).",
"-1474169625": "Khách hàng ở các quốc gia còn lại trên thế giới (ngoại trừ các quốc gia bị hạn chế như Hoa Kỳ, Canada và Hồng Kông) muốn giao dịch CFD trên forex và tiền điện tử có thể có tài khoản Tài chính STP DMT5 thuộc Deriv (FX) Ltd.",
"-2019617323": "Công ty Deriv (BVI) Ltd",
+ "-689442324": "Deriv (BVI) Ltd - Kingston Chambers, P.O. Box 173, Road Town, Tortola, Quần đảo Virgin thuộc Anh - được cấp phép bởi Ủy ban Dịch vụ Tài chính Quần đảo Virgin thuộc Anh (<0>giấy phép số SIBA/L/18/11140>).",
+ "-1186445863": "Khách hàng ở các nơi khác trên thế giới (ngoại trừ các quốc gia bị hạn chế như Hoa Kỳ, Canada và Hồng Kông) muốn giao dịch CFD trên các công cụ tài chính bao gồm tiền điện tử, có thể có tài khoản Tài chính STP DMT5 thuộc Deriv (BVI) Ltd.",
"-1089385344": "Công ty Deriv LLC (SVG)",
"-951213826": "Công ty Deriv (SVG) LLC có địa chỉ tại Tòa Hinds, Kingstown, quần đảo St. Vincent và Grenadines (mã công ty số 273 LLC 2020).",
"-1179448605": "Deriv Limited",
@@ -2554,7 +2873,6 @@
"-976479290": "Bạn có thể sử dụng các tính năng dừng lỗ và hủy giao dịch cùng lúc.",
"-1088149692": "Tính năng này là để bảo vệ bạn khỏi mất tiền khi sử dụng hủy giao dịch. Với việc hủy thỏa thuận, bạn được phép lấy lại toàn bộ số tiền cược của mình nếu bạn hủy giao dịch trong vòng một giờ sau khi mở vị thế. Dừng lỗ, mặt khác, sẽ đóng hợp đồng của bạn ở mức thua lỗ nếu thị trường di chuyển ngược lại vị thế của bạn. Tuy nhiên, khi hủy thỏa thuận hết hạn, bạn có thể đặt mức dừng lỗ trên hợp đồng mở.",
"-993588400": "Bạn không thể dùng tính năng chốt lãi và hủy giao dịch cùng một lúc.",
- "-1980078854": "Cấp số nhân là gì?",
"-715015407": "Cấp số nhân Deriv kết hợp mặt thuận lợi của giao dịch đòn bẩy với rủi ro hạn chế của quyền chọn. Điều này có nghĩa là khi thị trường đi theo hướng có lợi cho bạn, bạn sẽ nhân lên lợi nhuận tiềm năng của mình. Nếu thị trường đi ngược lại với dự đoán của bạn, thì khoản lỗ của bạn chỉ được giới hạn trong số tiền đặt cược của bạn.",
"-2055316208": "<0>Không có cấp số nhân0>, nếu thị trường tăng 25%, bạn sẽ thu được 25% * 100 đô la = <1>$25 lợi nhuận<1>.",
"-222486173": "<0>Với cấp số nhân x5 0>, nếu thị trường tăng 25%, bạn sẽ kiếm được 25% * 100 đô la * 5 = <1>$125 lợi nhuận1>.",
@@ -2587,10 +2905,8 @@
"-1192024363": "Suy đoán về biến động giá của các mặt hàng chính của thế giới - bạc, vàng, dầu và năng lượng.",
"-1421344186": "Quyền chọn giao dịch trên Deriv",
"-412753503": "Quyền chọn Lookback chỉ có sẵn trên các chỉ số tổng hợp.",
- "-922253974": "Tăng/Giảm",
"-513919250": "Nếu bạn chọn 'Thấp hơn', bạn sẽ thắng khoản chi trả nếu điểm thoát thấp hơn hoàn toàn so với điểm vào.",
"-780207001": "Nếu bạn chọn ‘Cho phép Bằng' bạn sẽ giành được khoản chi trả nếu điểm thoát cao hơn hoặc bằng điểm vào với ‘Cao hơn'. Tương tự, bạn giành được khoản chi trả nếu điểm thoát thấp hơn hoặc bằng điểm vào với 'Thấp hơn'.",
- "-1361254291": "Cao hơn/Thấp hơn",
"-1813951531": "Nếu bạn chọn 'Thấp hơn', bạn sẽ thắng khoản chi trả nếu điểm thoát thấp hơn rào cản.",
"-1350745673": "Nếu điểm thoát bằng rào cản, bạn không nhận được khoản chi trả.",
"-1673960856": "Kết thúc Ở giữa/kết thúc Bên ngoài",
@@ -2598,10 +2914,8 @@
"-1039129655": "Nếu bạn chọn ‘Kết thúc Bên ngoài' bạn sẽ giành được khoản chi trả nếu điểm thoát cao hơn rào cản cao hoặc thấp hơn rào cản thấp.",
"-1326361265": "Ở giữa/Ra ngoài",
"-248048003": "Nếu bạn chọn 'Ra Ngoài', bạn sẽ thắng khoản chi trả nếu thị trường chạm vào rào cản cao hoặc rào cản thấp bất cứ lúc nào trong thời gian hợp đồng.",
- "-330437517": "Khớp/Khác",
"-972537755": "Nếu bạn chọn ‘Khớp', bạn sẽ giành được khoản chi trả nếu chữ số cuối cùng của tick cuối cùng giống như dự đoán của bạn.",
"-1754746990": "Nếu bạn chọn ‘Khác', bạn sẽ giành được khoản chi trả nếu chữ số cuối cùng của tick cuối cùng không giống với dự đoán của bạn.\n",
- "-657360193": "Trên/Dưới",
"-1163143636": "Nếu bạn chọn ‘Dưới', bạn sẽ giành được khoản chi trả nếu chữ số cuối cùng của tick cuối cùng nhỏ hơn dự đoán của bạn.",
"-878562744": "Nếu bạn chọn ‘Đặt lại-Call', bạn sẽ giành được khoản chi trả nếu điểm thoát hoàn toàn cao hơn điểm vào hoặc điểm tại thời điểm đặt lại.",
"-1521910502": "Nếu bạn chọn ‘Đặt lại-Put', bạn sẽ giành được khoản chi trả nếu điểm thoát hoàn toàn thấp hơn điểm vào hoặc điểm tại thời điểm đặt lại.",
@@ -2751,7 +3065,7 @@
"-515732698": "Trưởng ban quản lý rủi ro",
"-864130274": "Trưởng phòng kế toán",
"-234962411": "Chúng tôi là ai | Nền tảng giao dịch trực tuyến | Deriv.com",
- "-355907358": "Deriv.com - Một thương hiệu của Binary.com, là một nền tảng giao dịch trực tuyến tiên phong đã giành nhiều giải thưởng trong thị trường giao dịch.",
+ "-719133900": "Deriv là nền tảng giao dịch trực tuyến tiên phong và từng đoạt giải thưởng cung cấp nhiều lựa chọn về các sản phẩm phái sinh cho bất kỳ ai, ở bất kỳ đâu đều có thể giao dịch.",
"-599033718": "Deriv không sử dụng tiền của bạn cho lợi ích kinh doanh và bạn được phép rút tiền của mình bất kỳ lúc nào. Tất cả tiền của bạn được tách biệt và giữ trong các tổ chức tài chính an toàn. Bằng cách này, trong trường hợp không chắc Deriv bị vỡ nợ, tất cả tiền của bạn sẽ được trả lại cho bạn vì nó không bao giờ được hợp nhất với vốn của chúng tôi.",
"-392665367": "Hỗ trợ bất cứ khi nào bạn cần",
"-367457070": "Deriv giúp mọi người dễ dàng bắt đầu giao dịch, hiểu rõ rủi ro và đưa ra quyết định giao dịch tốt hơn. Các công cụ và nền tảng của chúng tôi có các hướng dẫn rõ ràng, đơn giản và trực quan. Chúng tôi cũng thường xuyên cung cấp tin tức thị trường, phân tích, hội thảo trên web, sách điện tử, hướng dẫn bằng video và các bài viết của trung tâm trợ giúp để giúp bạn luôn cập nhật thông tin và trở thành một nhà giao dịch tốt hơn.",
diff --git a/src/translations/zh_cn.json b/src/translations/zh_cn.json
index 38c2409b29b..668f1cc81a5 100644
--- a/src/translations/zh_cn.json
+++ b/src/translations/zh_cn.json
@@ -1,18 +1,23 @@
{
"1292590": "下一步该如何操作?",
"2474877": "请通过<0>实时聊天0>与我们联系,以更改付款方式。",
+ "4506932": "How do I add a Deriv X account?",
+ "7128051": "How can I adjust or remove my self-exclusion limits?",
"7228511": "根据我们设定的阈值确定每笔交易的佣金。",
+ "11019706": "Your available balance for Deriv P2P may not reflect your entire Deriv balance. This is because deposits made via some payment methods won’t be available for Deriv P2P. See <0>Why is my Deriv P2P balance different from my Deriv account balance?0> for more info.",
"13119092": "客户",
+ "15238581": "Go to the first item in the media gallery and click <0>Get media0> code.",
"17217397": "加密货币",
"19552684": "美元篮子",
"21294053": "1999 年以来,该集团致力为全球交易者提供完整和可靠的服务。除严格遵守监管规则外,我们也始终坚持最高的道德标准。",
"22146527": "安全与反应快速的平台",
+ "22354933": "Your money is held in secure financial institutions and is always available to you, should you wish to withdraw. We don't use your money for our business purposes.",
"22418565": "至今已交换",
"22995280": "开始交易的平台。功能强大,而且容易使用。",
- "23846717": "一旦您账户的交易额超过奖励金额的25倍,您就可以免费从账户中取出奖金。",
"24763773": "索尼集团公司",
"24900606": "黄金篮子",
"26480598": "一般条款",
+ "26596220": "Finance",
"27830635": "Deriv (V) Ltd",
"28675270": "首席财务官",
"31131715": "探索 Deriv.com",
@@ -21,11 +26,12 @@
"34997376": "Deriv 的统计数字",
"39296052": "我要如何推广 Deriv.com?",
"39595561": "查看自动程序如何执行每一笔交易,及通过Telegram接收通知。",
- "39720204": "澳元指数",
+ "40232884": "Ensure that you make payment to the correct seller within 2 hours.",
"45577689": "赚取您的客户在DMT5交易的佣金。",
- "48076235": "是,您可通过我们网站上的实时聊天增加每日限额,我们会以电子邮件答复您。",
"48132512": "加入我们,与我们一起成长。",
+ "48469443": "Complete <0>this form0>, and we'll get in touch with you in a couple of days. You'll need a real Deriv trading account, too. If you don't have one, sign up <1>here1>.",
"49026512": "体验 DMT5 交易",
+ "49321507": "Do you offer micro forex pairs on Deriv MT5?",
"50586010": "Binary.com 已更名为 Deriv.com ,以下是其对合作伙伴的意义",
"53801223": "香港50",
"54033225": "0.10",
@@ -34,13 +40,15 @@
"55394707": "进行移动应用注册时,请将代理代码设置为<0> Deriv Limited 0>。",
"56714378": "常见问题 - Deriv P2P",
"57395040": "点值",
+ "57885236": "Your card issuer may have blocked your transaction. Please contact your card issuer to check.",
"59521256": "未找到页面",
"59678480": "5 - 3,000",
"60772773": "美元/俄罗斯币",
"61663093": "连续指数",
- "68536923": "外汇交易中,一手欧元/美元的交易将根据以下公式支付5欧元佣金:",
+ "67611998": "How can I deposit funds into my Deriv MT5 real money account?",
"70604999": "由于上跳指数为综合指数,您可全年365天全天候交易。",
"71016232": "嫩模币/美元",
+ "71263224": "How can I cancel my withdrawal?",
"71535160": "计算持有任何未平仓头寸的隔夜费用。该费用可以是正数或负数,具体取决于您的掉期利率。",
"71650838": "说话简单明了,不模棱两可",
"71969952": "我会看到的其他更改有哪些?",
@@ -52,39 +60,43 @@
"82730484": "支付服务提供商提供简单的在线资金转移、接收付款和支付方法。",
"83067481": "跟踪网址: t.deriv.com",
"84123624": "合伙计划 | Deriv",
+ "85248718": "Memorandum and articles of association",
"87901857": "对生产数据库的任意查询",
"90275414": "交易<0/>变得简单了<0/>",
"94912230": "白俄罗斯",
"97694950": "明智地交易,不要让情绪影响您的决定。当您疲劳或受酒精影响时,请勿交易。",
"102299592": "如何计算止损和/或止盈金额",
+ "105613424": "What is the minimum amount to open a position on Deriv MT5?",
+ "106291991": "Frequently asked questions - Multipliers",
"109865596": "在 Deriv 享受周末交易,通过交易获取最大利益",
"110140669": "如果您是专业交易者,MT5交易信号服务让您免费或以您确定的订阅费用向其他交易者分享您的策略。交易者订阅信号以后,您每次交易时优惠将自动复制到他们的账户中。",
"113378532": "以太币/美元",
- "113428590": "Deriv (V) Ltd (<0>查看许可证0>) - 1276, Kumul Highway, Port Vila, Vanuatu 已由瓦努阿图金融服务委员会授予许可证,且是<1>>金融市场协会<1/>的成员。",
"117273069": "<0>华尔街300>关注美国30家最大上市公司的股票表现。",
+ "117920584": "As per <0>our terms0>, we only allow one account per client, which you can open in the currency of your choice (either fiat or crypto). If you want to trade with other currencies, you can add multiple cryptocurrency accounts to your profile.",
"119888059": "谁可申请",
+ "121961018": "If you're residing in the EU or UK, <0>contact us via live chat0>, and we'll help you with it.",
"122171127": "全年365天无休交易乘数综合指数。工作日全天候交易乘数外汇。",
"123005346": "客户提款没有人为障碍",
"123291381": "品牌重塑的内容是什么?",
"125131030": "感谢订阅Deriv学院",
- "132574588": "在<0>Deriv X仪表板0>上选择您要开的账户类型(真实或演示)并点击“添加账户\"。按照屏幕上的指示开立新的Deriv X账户。",
"135210620": "Deriv由多个实体包括马耳他金融服务管理局(MFSA)、纳闽金融服务管理局(Labuan FSA)、瓦努阿图金融服务委员会(VFSC)和英属维尔京群岛金融服务委员会<0>监管0>。",
"138055021": "综合指数",
"140083133": "向您的账户注入资金。开始以移动应用、桌面应用或网络浏览器进行交易.",
+ "141909159": "You’ll be brought back to the Cashier page. Click <0>Review pending0> and select the transaction that you'd like to cancel.",
"143734792": "通过 Deriv 保存和转移资金以及可能获得的奖金的条款",
"144377171": "每日提款限额",
"146650698": "带我去 DP2P",
"148382928": "美国航空集团公司",
"150593055": "货币兑换商",
+ "152299772": "Why should I join your affiliate programme?",
"152524253": "在我们极受欢迎、人性化的平台进行全球市场交易。",
"154463429": "我们的模拟交易体验将代表真实货币交易,尤其是合约定价和交易限制。",
- "156791387": "请前往<0>DMT5 仪表板0>并点击该DMT5账户的<1>密码1>按钮。",
"159321990": "通过 Deriv 在线交易外汇。在我们反应迅速和充满直观性的交易平台开立演示账户并体验范围广泛的货币对交易。",
"159937924": "RTS28 2020",
"161870324": "选择最优惠的价格并下订单,或为所需的价格制作广告。",
"163040015": "加入 Deriv 的联盟会员和 IB 计划,争取成为可信赖的在线交易提供商的合作伙伴的机会。",
"166309424": "没有费用,每月和每天准时付款",
- "170598749": "篮子指数",
+ "167985771": "You can unsubscribe by going to the <0>Personal details0> page. Uncheck the checkbox that says \"Get updates about Deriv products, services and events.\" at the bottom of the page, and click <1>Submit.1>",
"171302334": "所以在此情况下您须将止损金额设为<0>-7.23 美元0>。",
"171586173": "探索 Deriv 全球各地办事处提供的就业机会。",
"171638706": "变量",
@@ -94,7 +106,6 @@
"178716803": "运行机器人",
"179737767": "我们的传统期权交易平台。",
"180412186": "预测退市现价在合约到期时将严格高于或低于入市现价。",
- "181253755": "我的交易限制是什么?",
"181316740": "这取决于交易类型。欲知详情,请点击指定资产并选择“工具信息”。",
"182438100": "常见问题- DBot",
"187267434": "接下来,在工作区顶部的工具栏上单击“保存”。您可以选择保存到计算机或Google云端硬盘。 您的策略将以XML格式保存。",
@@ -102,6 +113,8 @@
"193611235": "数分钟内兑换。等待时间更短,交易更多。数分钟内完成存取款。",
"194431525": "提供有代表性的演示体验",
"194961269": "期权合约如何运作",
+ "198087093": "Digital options allow you to predict the price movement of underlying assets without actually owning them. With digital options, you open a position based on your prediction, with a set duration that closes your position automatically. You'll earn a profit if your position is closed when the price is in your favour.",
+ "198900889": "Can I open more than one Deriv account?",
"200040108": "零",
"202417731": "商品市场|商品交易|Deriv",
"202712649": "快速与安全的存取款选项",
@@ -117,7 +130,6 @@
"222070679": "我们会在每月15日之后尽快将佣金直接存入您的账户。",
"223659990": "每手佣金(1标准手为10万个单位)",
"224650827": "IOT/美元",
- "224785887": "我们可应要求提供有关金融行为监管局授权和监管范围的详细信息。",
"227166061": "Deriv.com 是否安全?",
"228957856": "假设您要保留0.01手的波动率75指数,资产价格为40万美元,掉期费率为 -7.5,持仓隔夜。",
"230596356": "自定义 DBot 策略",
@@ -125,9 +137,12 @@
"231711709": "随时交易",
"231722280": "大宗商品有哪些?",
"232837971": "什么是快速策略?如何使用?",
+ "233475101": "Read <0>this article0> to learn more about trading CFDs on Deriv.",
+ "234782678": "You can reset your affiliate password <0>here0>.",
"236080779": "功能齐全的图表",
"236845507": "什么是差价合约 (CFD)?",
"239216026": "门罗币/美元",
+ "239395164": "Deriv (V)有限公司 - 1276, Kumul Highway, Port Vila, Vanuatu 已由瓦努阿图金融服务委员会授予许可证,且是<1>金融市场协会<1/>的成员。",
"241331061": "Deriv GO 真的很好!我一直在寻找类似的易于使用应用程序。",
"242139148": "合作伙伴",
"242356757": "提交报告",
@@ -136,11 +151,14 @@
"246106761": "我忘记了密码。该怎么办?",
"247341426": "浏览、查找和申请纳闽办事处提供的IT、合规性和会计方面的工作。",
"248446741": "预测接下来五个价格变动系列中哪一个是最高或最低价格变动点。",
+ "250681139": "How do I log in to Deriv X?",
"253813203": "12+ 全球指数",
"255124284": "港元/日元",
"256855210": "快速与安全的点对点存款和取款服务。",
"256942335": "多重收入机会和高额佣金",
+ "257449963": "Follow these steps to see your earnings:",
"258310842": "工作区",
+ "261542396": "We'll credit your commission for the previous month into your trading account after the 15th of every month. As an affiliate, you’ll earn commission when your referred clients trade on options and multipliers. To earn from your clients' MT5 trades, you'll need to sign up as an introducing broker. (see <0>How do I sign up as an introducing broker (IB)?0>)",
"262590832": "根据您的首选交易策略开多空头寸。",
"263232709": "1 - 2个工作日",
"264391901": "享受令人兴奋的模拟真实市场,同时避免不可预测的真实干扰。",
@@ -149,20 +167,23 @@
"267527172": "DMT5 标准账户为新手和经验丰富的交易者提供高杠杆和可变点差,以提供最大的灵活性。 DMT5 高级账户是100% A book 账户,您的交易直接进入市场,使您可以直接访问外汇流动性提供商。 DMT5 综合指数账户允许您针对模拟真实世界走势的综合指数交易差价合约(CFD)。可全天候交易,并由独立的第三方进行公平性审核。",
"268108542": "1. 选择“Google云端硬盘”,然后单击“继续”。",
"271560771": "输入您想要交易的金额。",
+ "272283021": "You can now log in to Deriv MT5 with your new password.",
"274268819": "波动率 100 指数",
+ "274392779": "the Labuan Financial Services Authority",
"275116637": "Deriv X",
"276341434": "作为我们品牌重塑活动的一部分,您的联盟会员登录 URL 将更改。",
+ "276482397": "No, you can't.",
"276645072": "2. 选择您的Google账户,并将Google云端硬盘的访问权限授予DBot。",
"278499050": "以当地货币在 Deriv 存取款。",
"281247370": "保证金计算器",
+ "286879509": "When do I need to verify my account?",
"287556583": "DMT5合约的点差值根据以下公式计算:",
"288004682": "无隐藏费用或佣金。",
"288719886": "捷克共和国",
"289008060": "Facebook 公司",
"289731075": "开始交易",
"291605393": "希腊",
- "298511755": "首次使用信用卡向我们存款的客户通常会发生这种情况。请要求您的银行授权与 Deriv 交易。",
- "300084741": "差价合约(CFD)是支付开盘与收盘时资产价值之差的合约。",
+ "292497263": "Click on your account balance and click <0>Add or manage account.0>",
"300201586": "在 Deriv 开设模拟账户并通过我们屡获殊荣的平台用无限量的虚拟资金练习。",
"305547463": "用户友好功能",
"306846388": "在线交易令人兴奋,但存在风险,且可能使人上瘾。Deriv 为客户争取最大的利益,并鼓励他们<0>安全和负责任交易0>。如您是新手,投注资金承受风险前您也可使用无限额的虚拟资金练习交易。",
@@ -177,9 +198,9 @@
"318239044": "Pfizer",
"318433321": "期权交易的可用工具",
"318815297": "随心所欲地交易",
+ "319619035": "Will my inactive Deriv MT5 account be deactivated even though I still have a balance?",
"319934137": "欧洲<0>0>指数",
"320565687": "<0>黄金篮子0> 衡量黄金相对于五种全球货币(欧元、英镑、日元、澳元、美元)篮子的价值,每种货币的权重均为20%。",
- "322580327": "通过应用内聊天与您正在来往的交易者聊天以解决争议。如果双方无法达成协议,您可以通过应用内争议工具与我们联系。我们将与相关方取得联系,并尽快解决争议。",
"323564058": "付款已简化。快速可靠的以当地货币存入资金的方法。",
"325128398": "3. 持续时间",
"326242312": "交易手数",
@@ -187,12 +208,13 @@
"332441329": "临时 | DMT5",
"332961148": "如何添加、移除或更改已被接受的付款方式?",
"335040248": "关于我们",
- "336359962": "休眠费是对连续12个月没有任何交易的任何账户收取的金额。",
+ "337214156": "What are the differences between the Deriv MT5 Synthetic, Financial, and Financial STP accounts?",
"337900732": "丹麦",
"339084000": "法律",
"339879944": "英镑/美元",
"341589956": "法荷航集团",
"342146000": "<0>保存到电脑中0>",
+ "342722863": "\n Learn more about our commission plans on <0>our Affiliate and IB Programme page0>.",
"343021270": "使用真实的差价合约账户进行交易。以杠杆进行比现有资金更大的头寸交易。",
"343586987": "所以在此情况下您须将止盈水平设为<0>-6.83 美元0>。",
"349098817": "Deriv.com 有什么新增内容?",
@@ -203,6 +225,7 @@
"354260859": "使用真实 Deriv MT5(DMT5)或 真实 Deriv X 账户进行交易,并以高杠杆进行比现有资金更大的头寸交易。",
"355340164": "Deriv X 在线交易平台",
"358838306": "客服副总裁",
+ "358998585": "The Deriv MT5 Financial STP account offers CFDs on forex and cryptocurrencies, with lower leverage than the Financial account. This is a 100% A-book account, so your trades pass straight through to the market, giving you direct access to liquidity providers. This account also offers 24/7 trading on cryptocurrencies.",
"361051814": "比如说您想在波动率50指数价格为249.5961美元时以84美元的止盈金额销售3手,想要计算止盈水平和点值。",
"361599549": "为菲律宾的客户进行在线银行转帐的付款工具。可用于存款和取款。",
"365224830": "篮子指数在线交易 | 篮子指数交易演示账户 | Deriv",
@@ -219,6 +242,7 @@
"376677604": "我们的 DMT5 平台有提供这些全部",
"378043056": "这些指数分别复制亚洲/大洋洲地区金融市场中顶尖上市交易公司的业绩。",
"378788991": "DTrader 和 Deriv MT5 (DMT5) 现提供崭新的综合指数交易",
+ "379401010": "Partners",
"379730266": "所有资产的佣金支付将根据最新汇率转换为您的存款货币。",
"383145223": "股票电子书",
"386443705": "我收到Deriv IB佣金的方式和时间是?",
@@ -227,14 +251,15 @@
"390647540": "真实账户",
"392031899": "很快即可使用",
"392840594": "有关我们的联盟和IB计划的查询",
+ "393215173": "the British Virgin Islands Financial Services Commission",
"393841045": "<0>注意:0>",
"393899903": "您只能为您居住国家/地区的 Deriv 客户提供服务。",
- "394545276": "您可以使用电子钱包存入或取出的最低限额为五美元/欧元/英镑/澳元。其他付款方式各有不同的最低限额。",
"395057342": "我们是谁",
"396609660": "用Deriv MT5 账户凭据完成表格。在<0>代理人0>字段里输入您的账户服务器名称: <1/> <0>- Deriv-Demo0> 如信号仅适用于演示账户 <1/> <0>- Deriv-Server0> 或 <0>Deriv-Server-020> 如信号仅适用于真实账户 <1/>\n(账户服务器名称可在<2>Deriv MT5 仪表板2>上找到。)",
"396992773": "就其提供的资产、存取款的便利性以及其他服务而言,Deriv 是迄今为止世界上最好的经纪商。Deriv 将继续提供最好的服务!",
"397235089": "了解您可以通过Deriv在线交易包括外汇、综合指数、股票和指数、加密货币和大宗商品的市场。",
"398319738": "什么是 DMT5?",
+ "399948438": "Click <0>Create new ad0>.",
"400968378": "位置",
"406075956": "如果您选择'奇数'期权,只要最新价格的最后一个数字是奇数(如1、3、5、7或9),您将获得赔付。",
"408925924": "高达 x1000",
@@ -248,6 +273,7 @@
"419208082": "我们的 MetaQuotes 差价合约交易平台:trade.mql5.com",
"419648873": "立刻在我们的 DMT5 平台交易全球股票和股票指数。",
"420161092": "成为首批体验 Deriv.com 的一员",
+ "421158556": "You may refer to <0>our terms0> for more information. If you need help getting into your account, <1>contact us via live chat.1>",
"421232681": "附加条款",
"422714856": "在此说明,品牌重塑是受您启发的。我们很高兴地透过 Deriv.com 为您提供新的、经过改进的交易体验。您可以随时在这里随心所欲地进行所需的交易。",
"424703192": "全球其他地区 (除了某些受限制国如美国、加拿大和香港) 想要进行金融工具的差价合约交易的客户可在 Deriv (V) Ltd 拥有DMT5 金融账户和 Deriv X 金融账户。此公司不提供加密货币的差价合约交易。",
@@ -268,8 +294,11 @@
"439798157": "导入策略",
"441557166": "Deriv X - Deriv 可用的多资产差价合约交易平台",
"442177402": "加密货币对",
+ "443594501": "For your Deriv MT5 and Deriv X real accounts, log in to close any open positions.",
+ "443887309": "Your credit card balance may be insufficient.",
"447476086": "<0>国家0>报表: 显示您的点击率来源国家列表",
"447711315": "子域接管",
+ "448874206": "If you have active orders, keep the app open (either on your phone or computer) until your orders are completed. Try to complete your orders within 2 hours.",
"448985812": "0-19.999%",
"449277904": "什么是 Deriv GO",
"451624200": "XTZ/美元",
@@ -278,9 +307,9 @@
"455897892": "加密货币电子书",
"456825069": "交易专家",
"459886707": "电子钱包",
- "460766210": "Deriv Investments (Europe) Limited, W Business Centre, Level 3, Triq Dun Karm, Birkirkara BKR 9033, Malta 在马耳他获得许可证(<0>许可证编号 IS/701560>),并根据《投资服务法》受马耳他金融服务管理局监管,可在欧盟提供投资服务。同时也经由英国金融行为监管局授权并受其监管。我们可应要求提供有关金融行为监管局授权和监管范围的详细信息。",
"460878453": "5 - 10,000",
"465003790": "DMT5 登录",
+ "465522807": "<0>A signal provider0> \n Do you provide trading data for others to follow? Grow your community of traders and earn commission when they sign up and trade on our platforms.",
"467590240": "股票和指数",
"469222213": "单击<0>我的统计信息0>标签,然后选择您的信号提供者。",
"473760456": "我们尽力说得简单明了,避免歧义,披露所有合约条款,并对交易风险以及我们的得利途径清楚交代。",
@@ -290,7 +319,8 @@
"476621330": "开立账户",
"479311128": "以较低的成本进行交易并增加潜在收益。",
"480442479": "跨站请求伪造(非关键)",
- "482031216": "外汇是分散于全球各地、用于买卖货币的市场。",
+ "481274667": "How can I withdraw funds from my Deriv MT5 real money account?",
+ "481411401": "Regulation",
"482369277": "Deriv 的联盟和推介经纪计划提供丰富的收入机会。您推荐的客户在平台上交易时您即可赚取佣金。",
"486935836": "忘记了Google/Facebook/Apple账户密码。如何登录Deriv 账户?",
"487236738": "如何计算",
@@ -305,11 +335,13 @@
"494843334": "您可透过DTrader交易外汇、股票指数、大宗商品和综合指数。",
"495686884": "为什么选择我们进行在线交易 | Deriv",
"497469280": "我们的目标是为客户提供正常运行时间和低延迟的可靠系统,即使在低速移动数据网络上也能做到。我们为所有主要的桌面和移动设备提供良好的安全保障和跨设备兼容性。",
- "497717591": "Deriv P2P 可使用哪些付款方法?",
+ "497567508": "Your Deriv MT5 history will be downloaded as an XML file.",
+ "497905436": "How do I check my available balance for Deriv P2P?",
+ "500999639": "Some trade types may not be available in certain countries.",
"501413836": "750+",
"501620507": "它将如何影响我的客户?",
"501763239": "主要货币对",
- "502554477": "DMT5 综合指数、金融 和金融 STP 账户之间有什么区别?",
+ "504465748": "We'll email you a verification link. Click that link and set a new password for your Deriv account.",
"506797447": "<0>欧元篮子0>衡量欧元相对于五种全球货币(美元、澳元、英镑、日元、加元)篮子的价值,每种货币的权重均为20%。",
"509964491": "即使大多数金融市场已关闭也能交易",
"510309290": "Deriv X:我们的 DevExperts 差价合约交易应用程序(<0>Android 应用程序0>、<1>iOS 应用程序1>)",
@@ -333,8 +365,8 @@
"527660774": "交易工具 | 掉期、点和保证金计算器 | Deriv",
"528858838": "铅/美元",
"529056539": "期权",
+ "529597350": "如果您有任何未平仓头寸,我们已将其平仓并退款给您。",
"529901734": "篮子指数交易中,一种货币的价值变化是根据一篮子世界上流动性最强的货币来衡量的。",
- "533583221": "转账是即时的。完成所有步骤后,您的DMT5账户余额将立即更新。",
"538228086": "收盘-最低值",
"538682015": "查看我们其他的应用",
"539645627": "我们的目标是在全球范围内提供值得信赖的市场领先产品。",
@@ -352,12 +384,14 @@
"555580651": "1. 在工作区右侧的面板中单击“状态清除”。",
"557095822": "单击<0>续订0>按钮续订服务,或单击<0>退订0>按钮取消订阅。",
"558327984": "我们的乘数止损和/或止盈计算器帮助您在交易时找出止损和/或止盈水平以将亏损减至最低及获得最高利益。",
+ "561889537": "A dispute was raised against you. Please <0>contact us0> via live chat for more info.",
"562246914": "品牌重塑活动由我们的客户,就是您所启发。为您服务20年以来,我们觉得能更加了解您的需求。品牌重塑是我们实施改进的在线交易解决方案,以满足您所有需求的机会。",
"562528971": "锌/美元",
"562753315": "格恩西岛 | 我们在海峡群岛的办事处 | Deriv",
"566274201": "1. 市场",
+ "567739189": "Why do my Deriv MT5 positions always start with a loss?",
"568954877": "3. 在任何给定时间,您只能使用一个DMT5账户订阅一个信号提供者。您最多可以在3台计算机上使用信号。",
- "569354588": "如果您的所在国可以使用此服务,您也可以通过付款代理管理资金。",
+ "570656160": "You can use your Deriv MT5 demo account for as long as you want. However, if your account is inactive for 30 days, we'll deactivate it automatically.",
"575210404": "寄款或收款",
"575534504": "低利差",
"577779861": "提款",
@@ -370,6 +404,7 @@
"586006302": "<0>大于/小于:0>预测合约中最新价格的最后一个数字将大于或小于指定数字。",
"586789100": "多种可自定的交易类型供选择,投注金额最低为0.35美元,交易期限至短可达一秒钟。",
"590858519": "无须付隔夜费用,随心所欲保留头寸的持仓时间。*",
+ "593539508": "Yes, you can download the chart on DTrader (in .csv and .png) by clicking <0>Download0> on the toolbar on the left. ",
"593838951": "多个机会",
"595278941": "资产价格",
"595722471": "返回(RTP)%投注者回顾平均值约为87%的1倍乘数和1分钟持续时间。",
@@ -392,6 +427,7 @@
"622253642": "节省时间–无需开设、监控和关闭交易。",
"623188171": "即使是周末和假日也能随时交易加密货币和综合指数。",
"624256060": "定义包括止损、止盈和交易取消等可选参数,帮助您更好地控制交易。",
+ "625438255": "作为我们提供市场变化的一部分,我们将关闭英国客户的账户。",
"627388563": "差价合约更多的信息",
"627774646": "每月订阅产生的额外收入。",
"627845959": "交易乘数期权时要记住的事情",
@@ -400,13 +436,11 @@
"631458864": "边缘忙乱",
"631607286": "Binary.com 已更名为 Deriv.com ,以下是您必须了解的所有内容",
"632409475": "TER/美元",
- "634033595": "Deriv P2P 是 Deriv 的点对点存款和取款服务。您可以与其他交易者交易以在 Deriv 账户轻松存入或提取资金。",
"635121138": "联盟和 IB 计划 | Deriv",
"635797490": "临时 | DBot",
"636070520": "3. 获取交易",
"636073620": "订阅 Deriv MetaTrader 5 交易信号可以复制经验丰富的操盘手的交易,或者成为信号提供者并分享您的策略。",
"637013579": "我们的经典拖放工具为高级用户创建含弹出式交易图表的交易机器人。",
- "639707096": "客户不是被金融行动特别工作组(FATF)认定具有策略缺陷的国家和地区如白俄罗斯、加拿大、香港、以色列、泽西岛、马来西亚、马耳他、巴拉圭、卢旺达、阿拉伯联合酋长国、美国或任何其他受限制国家的居民。",
"640307277": "工程部副总裁",
"640405784": "使用南非的现金券支付方式轻松存款。",
"641347172": "您所选择的付款方式所须的处理时间过后,资金将存入您的私人账户。处理时间可在<0>付款方式0>页面查看。",
@@ -414,6 +448,7 @@
"642995056": "电子邮件",
"643554455": "请前往热门主题查看常见问题以快速获得答案。",
"643810262": "利用可能导致客户亏损的交互逻辑问题",
+ "645317079": "We'll remove the <0>withdrawal limit0> once your account has been verified.",
"645902266": "欧元/纽元",
"645954408": "当市场价格涨至8,700美元时,您决定将止损水平设置为8,200美元。数个跳动点之后,价格下跌至,超过了止损价位。您的交易会自动以8100美元平仓。",
"646017912": "用于交易期权和乘数的主要应用程序。",
@@ -424,9 +459,11 @@
"654674908": "Martingale 策略是经典的交易技巧,鼓励交易者在蒙受亏损后将合约规模增加一倍,以便获胜时拿回损失。",
"655249194": "Deriv X是继MT5之后的第二个差价合约交易平台。它功能齐全,并且可以根据您的交易风格构建。",
"655519080": "Deutsche 银行",
+ "655902997": "You may reactivate your account by <1>logging in1> with your email address and password. If you're unable to do so, please <0>contact us via live chat0>, and we'll help you further.",
"658337631": "已经有 <0>Binary.com0> 账户? 您可 <1>登录1>到 <0>Deriv0> ,使用您的 <0>Binary.com0> 用户名和密码即可",
"662679188": "DTrader | 在线交易平台 | Deriv",
"663180477": "客户至上的交易经验",
+ "665599274": "Fill up the form and click <0>Confirm0>.",
"665777772": "恒星币/美元",
"666199378": "每周7天均可获得友善的客户支持,并提供经验丰富的帮助中心以及其他有用的内容。",
"666906792": "使用手机轻松存款。适用于加纳和乌干达的客户。",
@@ -435,14 +472,15 @@
"672008428": "大零币/美元",
"680204734": "取款最小金额会随着最新兑换率改变。显示的是舍入后的数字。",
"680953516": "市场",
+ "682063263": "Your Deriv P2P account may be blocked for one of the following reasons:",
"682108610": "不论您是新手或经验丰富的操盘手都将喜爱我们的交易体验。",
"682657885": "前往 Deriv X 仪表板",
"683810917": "查看每天的 IB 佣金",
"685027643": "“交易”标签提供每笔交易的详细信息,例如持续时间、障碍、开始和结束时间等。",
"686385193": "比如说您想在波动率100指数价格为 3376.24 美元时以10美元投注额开头寸,乘数值为x100,下跌走势的止盈金额为7.54美元,想要计算止盈水平。",
"686387939": "如何清除交易记录?",
- "686417047": "DTrader允许您以数字、乘数和回看选项的形式交易50多种资产。",
"688617121": "高杠杆率",
+ "689068852": "Where can I see my ads?",
"689400450": "它是世界上最好的经纪商。我每天都会向所有人推荐它。他们的支持专员在所有领域都能提供极好的帮助。",
"690238026": "我们有一系列经过实践和测试的推介工具, 包括横幅、视频、评论和文本广告。如果您希望按照自己的网站需求定制某些工具, 请通过 <0>affiliates@deriv.com0>与您的账户管理员联系。",
"690959930": "重设密码 | Deriv",
@@ -453,6 +491,7 @@
"700128691": "我们坚定不移地恪守高道德标准的承诺。了解在线交易者选择 Deriv 的更多原因。",
"701775446": "波动率 200 指数",
"701840176": "每十万美元交易额的佣金",
+ "704465777": "After making your payment, share the receipt with the seller via the chat feature in Deriv P2P.",
"704532260": "不需要信用卡或最小存款,仅用电子邮件即可注册账户。",
"706069088": "关于 Deriv",
"710137133": "立即申请",
@@ -460,7 +499,7 @@
"712547410": "交易总额",
"712967511": "差价合约是复杂的工具,并且由于杠杆作用,资金迅速亏损的风险很高。<0>与此提供商进行差价合约交易时有{{loss_percent}}% 的零售投资者账户蒙受亏损。0>您必须考虑自己是否了解差价合约的运作方式, 以及是否能够承担资金亏损的高风险。",
"714478782": "<0>澳元篮子0>衡量澳元相对于五种全球货币(美元、欧元、英镑、日元、加元)篮子的价值,每种货币的权重均为20%。",
- "715753532": "浏览 Deriv 在马来西亚赛柏再也提供的工作机会,以找到适合您的工作。",
+ "715753532": "浏览 Deriv 在马来西亚赛城提供的工作机会,以找到适合您的工作。\n",
"717379127": "享用多种图表视图、90多个指标和13种绘图工具。",
"717722142": "您可在<0>Deriv X 仪表板0>查看账户信息(账户类型和登录编号)。",
"719369896": "Deriv 的 P2P 应用程序发送和接收资金",
@@ -484,12 +523,15 @@
"743105449": "如何充值到 Deriv X 真实资金账户?",
"743623600": "参考",
"746874005": "掉期外汇公式",
+ "747290779": "<0>A software developer0> \n Build your own trading platform using our API and earn commission when your clients sign up and trade.",
"751493857": "4美元",
"752024971": "已达到小数点的最大位数",
+ "752304655": "<0>Turnover0> \n Earn up to 1.5% commission for each contract bought by your clients. The lower the probability of winning, the higher your commission payout.",
"755433132": "什么是数字期权?",
"756066527": "我同意<0>条款和条件0>",
"756310599": "我们所有的合约条款将保持透明,以便客户做出明智的选择。",
"758038191": "浏览 Deriv 在马来西亚马六甲提供的工作机会,以找到适合您的工作。",
+ "759844711": "Yes, it's completely free of charge <0>to join0>.",
"760192418": "明智地交易,不要让情绪影响您的决定。当您容易做出错误的判断时,请勿交易。",
"760233310": "我们的 Devexperts 差价合约交易应用程序:dx.deriv.com",
"762478389": "随心所欲交易外汇、大宗商品、股票和综合指数。",
@@ -505,6 +547,7 @@
"777848993": "可交易资产和增长",
"778624300": "使用 Deriv 的交易计算器,帮助您计算差价合约与乘数交易的掉期、点和盈亏。",
"779522948": "怡保 | 我们在马来西亚的办事处 | Deriv",
+ "780041225": "If you already have a demo account, here’s how to add a real account:",
"781723751": "10 - 17,000",
"783010200": "通过最大的国际股票市场指数的无佣金交易,使您的投资组合多样化。交易世界知名的指数,例如华尔街30、美国技术100、英国100等等。交易价格低至 5美元。",
"783153785": "无限额虚拟资金",
@@ -517,6 +560,7 @@
"785973496": "葡萄牙",
"786796042": "<0>2020年6月3日0>开始启用",
"788015089": "*适用于选定的货币对:",
+ "788744327": "Click <0>Change0> next to the password field, then click <0>Change Deriv MT5 password0>.",
"789376489": "美元/港元",
"790534726": "实施控制以防止非法活动",
"793647899": "您的 Binary.com 联盟会员账户在 Deriv.com 也可使用。当您的客户在 Binary.com 或 Deriv.com 交易时,您将可以获得佣金。",
@@ -525,17 +569,23 @@
"799457743": "简易.",
"800183478": "安全保障对我们很重要。我们通过与全球独立的安全研究人员合作,不断改进产品和服务。",
"800934856": "探索我们的办事处地点 | Deriv",
+ "802021852": "If you're buying, you'll need to make payment and share your payment confirmation with the seller. Once the seller has confirmed that they've received your payment, the exchange amount will be credited into your Deriv account.",
"803989222": "综合账户允许您全天候交易模拟真实市场走势、Deriv 专有的综合指数。",
"806165583": "澳大利亚200",
+ "806951253": "欧盟国家的金融产品交易由 Deriv 投资 (欧洲) 有限公司提供,地址为 W Business Centre, Level 3, Triq Dun Karm, Birkirkara, BKR 9033, Malta,由位于Triq l-Imdina, Zone 1, Central Business District, Birkirkara CBD 1010, Malta 的马耳他金融服务机构根据投资服务法令授予牌照 (<0>牌照号码 IS/701560>)并受其监管 。由金融行为监管局授权并被视为许可变更。受金融行为监管局监管。消费者保护的性质和程度可能与英国公司不同。金融服务合同制度的详细信息,包括允许欧洲经济区的公司在有限期内在英国经营,以开展履行现有合同所必需的活动,可在金融行为监管局的网站上找到。",
"808426886": "我们不进行硬推销,不提供财务或交易建议,也不承诺保证回报。我们不鼓励弱势群体进行交易,并实施控制以防止任何非法活动。",
"809146176": "不适用",
+ "809480545": "If you'd like to log in using your email address instead, follow these steps:",
"809649275": "帮助中心 | 常见问题集 | Deriv P2P | Deriv",
"809734567": "在<0> MQL5信号展示页面0>单击创建信号按钮。",
+ "811665902": "What is Deriv MetaTrader 5 (Deriv MT5)?",
"812101045": "保证金止损和/或止盈计算器",
"812888944": "边缘忙乱",
"814009433": "交易总额",
+ "814289409": "Then, withdraw your funds.",
"814644033": "使用您的信用卡和借记卡购买加密货币,以通过此全球法定货币换为加密货币的交易所为您的Deriv账户充值。",
"815602603": "登录到您的Deriv账户。如果没有账户,可免费注册。",
+ "816534303": "To log in on your desktop, click <0>Trade on web terminal0>.",
"817637233": "感谢订阅",
"818087675": "在 Deriv 交易",
"818659471": "6. 止损",
@@ -546,6 +596,7 @@
"825675433": "可通过 Deriv 进行的股票和指数交易",
"825815966": "固定的、可预测的赔付额",
"826511719": "美元/瑞典克朗",
+ "829379369": "You can automate your trading strategy using a trading bot. A trading bot is an automated computer program that purchases trade contracts for you while following a specific set of instructions that you provide.",
"829579058": "安全",
"831164350": "比如说您想在欧元/美元兑换率为1.17524 美元时买1手,设定止损金额为24美元,想要计算止盈水平和点值。",
"831282685": "发送电子邮件给我们",
@@ -581,21 +632,24 @@
"871486196": "在单一平台进行外汇、综合指数、股票、股票指数、加密货币、和大宗商品的交易。",
"874573741": "在单一平台进行外汇、股票、股票指数、和大宗商品交易。",
"874881951": "浏览我们迪拜办事处提供的工作机会。寻找适合您的 IT、市场营销和人力资源方面的工作。",
+ "875311753": "The completion rate is the percentage of orders that the advertiser could complete within 2 hours.",
"875766134": "正在从电脑导入",
"876581050": "斯洛伐克",
"877897643": "在 DTrader 交易外汇的好处",
+ "878441070": "Can I change the currency of my Deriv MT5 account?",
"878676836": "关键信息文件",
"878922748": "什么是差价合约账户?",
+ "878929504": "Complete the form and click <0>Submit0>.",
"879478126": "迪拜",
"881413021": "为什么要用 Deriv 交易期货",
"882216897": "电子邮件是必填项",
"885479216": "<0>点击和印象0>报表: 显示您的命中率和点击率",
"886712679": "拥有牌照并受监管",
"887282040": "为什么Binary.com 要重塑品牌?",
+ "888619169": "If you have made a deposit or have added a real MT5 account, follow these steps:",
"888978991": "这些指数分别复制欧洲金融市场中顶尖上市公司的业绩。",
"889704223": "通过{{trade_no}}种灵活的交易类型以您想要的方式交易.",
"890667695": "45%",
- "891097078": "美元指数",
"893607771": "获益于全天候(周一至周五)交易时间、高流动性、较低的入市屏障、广泛的报价选项以及针对全球事件进行交易的机会。",
"893980632": "还有其他问题?在MQL5网站查看<0>常见问题解答部分0>。",
"895567953": "让您的机器人全面发挥功能的资产",
@@ -610,17 +664,21 @@
"905952695": "我们的网络日志地址:https://deriv.com/academy/",
"906120998": "DTrader和DMT5之间的主要区别是什么?",
"909083576": "404 - 未找到页面 | Deriv",
+ "912406629": "Follow these steps:",
"912981300": "还有一件事:我们已经在 Facebook、Instagram 和 Twitter 将社交媒体资料重新命名为@Derivdotcom。请给我们点赞并关注我们,以了解最新消息。",
"913091440": "试用 Deriv.com 的 DBot",
"913719394": "如果您选择‘大于’期权,只要最新价格的最后一个数字大于您的预测,您将获得赔付。",
- "914005173": "欧盟以外地区,金融产品由以下公司提供服务:Deriv (FX) Ltd, F16, Level 1, Paragon Labuan, Jalan Tun Mustapha, 87000 Labuan, Malaysia,由纳闽金融服务管理局授予许可证(<0>许可证编号MB/18/00240>);Deriv (BVI) Ltd, Kingston Chambers, P.O. Box 173, Road Town, Tortola, British Virgin Islands,由英属维尔京群岛金融服务委员会授予许可证(<1>许可证编号SIBA/L/18/11141>);Deriv (V) Ltd(<2>查看许可证2>), 1276, Kumul Highway, Port Vila, Vanuatu, 由瓦努阿图金融服务委员会授予许可证和监管;以及 Deriv (SVG) LLC, Hinds Building, Kingstown, St. Vincent and the Grenadines。",
"915392164": "根据您对市场价格走势的预测开立多头或空头头寸。",
+ "920363635": "Frequently asked questions - IB programme",
"925239281": "如何自 Deriv X 真实资金账户提款?",
+ "927364570": "<0>Setting > Proof of address0>",
"927510190": "预测市价在合约期限内的任何时间都保持在两个目标价位范围之内或超出范围之外。",
"927827352": "一体化<0/>差价合约交易<0/>平台",
"927830157": "使用方便、带有强大的图表小部件的平台",
"930211164": "24/7 全天候交易",
"931190863": "3. 点击\"创建变量\"。",
+ "931793340": "欧盟国家的金融产品交易由 Deriv Investments (Europe) Limited 提供,地址为 W Business Centre, Level 3, Triq Dun Karm, Birkirkara, BKR 9033, Malta,由位于Triq l-Imdina, Zone 1, Central Business District, Birkirkara CBD 1010, Malta 的马耳他金融服务机构根据投资服务法令授予牌照 (<0>牌照号码 IS/701560>)并受其监管 。",
+ "931896911": "Go to the <0>History0> section.",
"932190946": "一天期存款限额",
"934777772": "1. 点击“开始操作”以打开程序块菜单。",
"935167918": "3.75",
@@ -639,12 +697,12 @@
"960618190": "同时在多个市场交易各种资产。",
"961530723": "Netflix 公司",
"962218636": "空中巴士集团",
+ "963202666": "How do I sign up as an affiliate?",
"963922337": "2. 相应地对程序块进行了分类。只需选择所需的程序块并将其拖动到工作区即可。",
"964982895": "使用手机轻松存款。适用于乌干达和坦桑尼亚的客户。",
"968040107": "如何找到所需的程序块?",
"968576099": "上涨/下跌",
"968627888": "包括周末和公共假期全天候交易",
- "971351835": "财务披露年报2020",
"972090300": "为何我必须转移至 Deriv.com?",
"973734471": "芬兰",
"973933650": "转账是即时的。完成所有步骤后,您的 Deriv X 账户余额将立即更新。",
@@ -658,13 +716,16 @@
"992485806": "当止损水平为<0>1.17500>及当止损点值为<0>24美元0>时会自动平仓。",
"1000512133": "应用程序编程界面",
"1001160515": "卖出",
+ "1001731723": "Yes, as long as you haven’t opened a Deriv MT5 Financial STP account, you can still trade without verifying your account.",
"1004480214": "手机",
"1005687893": "在 Deriv 在线交易 | 简单、灵活、可靠",
"1005701957": "如果您选择‘保持区间内’期权,只要市场在合约期限内的任何时间位于高障碍和低障碍之间(但并不触及),您将获得赔付。",
"1005941063": "存入和提取莱特币。这是一种耐用、交易处理时间快速的加密货币。",
"1009128101": "易于设置-无需安装。",
+ "1010278278": "Can I delete my Deriv MT5 account history?",
"1010645311": "预测大宗商品如白银、黄金、石油等的价格走势,并利用保证金扩大您的潜在利润。",
"1011699543": "充分利用对世界经济至关重要的自然资源的价格变动以及市场走势进行交易。",
+ "1012902658": "是的。请<0>通过实时聊天与我们联系0>,我们会帮助您。",
"1015510435": "BMW",
"1016174771": "<0>下跌走势的止损和/或止盈金额 = 最大 [{投注额 × (-(止损和/或止盈水平 - 资产价格) ÷ 资产价格 × 乘数) - 佣金},-投注额]0>",
"1016273887": "差价合约被视为是复杂的衍生产品,可能不适合零售客户。",
@@ -679,15 +740,17 @@
"1024953822": "随时随地交易外汇、大宗商品和加密货币。",
"1026160856": "预测合约最新价格的最后一个数字是偶数或奇数。",
"1027197513": "Deriv X 是容易使用的交易平台,您可按照自己的喜好自定义平台布局,交易各种资产的差价合约。",
- "1032383871": "您可以使用 DBot 创建和运行自己的自动交易策略。还可以转到DMT5平台中的“市场”标签,为DMT5下载现成的交易机器人(也称为专家顾问)。",
"1032907147": "澳元/纽元",
"1033805779": "所有 Deriv 合作伙伴计划均可免费加入。完全不需支付任何费用或隐藏费用。",
"1033824796": "currentStake",
"1034695894": "了解 Deriv P2P 如何运作:",
"1034875052": "优质可靠的服务;经过测试和备受信赖!",
+ "1035639511": "Deriv Limited – 13 Castle Street, St. Helier, JE2 3BT, Jersey - 为以上子公司的控股公司。",
"1035890756": "添加 Deriv 真实账户.",
"1037965324": "百亿美元+",
"1039678171": "客户专用",
+ "1041343262": "You can chat with the trader you are dealing with via the chat feature in Deriv P2P.",
+ "1041405933": "Read <0>this article0> to learn more about automated trading on Deriv.",
"1044540155": "100+",
"1045309798": "掉期率(隔夜资金)",
"1046578159": "英镑/新元",
@@ -702,6 +765,7 @@
"1056821534": "是否确定?",
"1057239639": "为您的交易设置可选参数",
"1058440967": "作为介绍经纪人(IB),此转变将给我带来哪些影响?",
+ "1062240703": "Yes, we’re regulated by",
"1062246296": "推介 Deriv.com 的 DBot",
"1062691395": "为了您的方便起见,我们将报告分开提供。",
"1065635876": "2. 监控图表",
@@ -709,6 +773,7 @@
"1068264174": "您的 Deriv 联盟会员仪表板,",
"1069671533": "我们是",
"1072277224": "关注我们",
+ "1072571985": "If you created your Deriv account using Apple/Google/Facebook, try resetting your Apple/Google/Facebook password. After that, you should be able to log in to Deriv as usual.",
"1074669784": "借助此适合移动设备的解决方案,为尼日利亚的客户进行快速安全的存款和取款。",
"1077281998": "这些指数与10%、25%、50%、75%、100%、200%和300% 持续波动率的模拟市场相对应。",
"1077779258": "通用汽车公司",
@@ -716,6 +781,7 @@
"1079127917": "Deriv 独特的综合指数模拟真实世界的市场走势。在加密安全随机数字生成器的支持下,这些指数可全天候交易,不受常规市场时间、全球事件或市场和流动率风险影响。",
"1079537687": "Biogen 公司",
"1079986638": "“Deriv’ 的 P2P 网络和移动应用程序",
+ "1082899428": "Deriv:提供品种广泛衍生品、全天候可使用的在线交易平台.",
"1082977556": "<0>使用1:500 杠杆率进行相等于$ 100的保证金交易0>,您将承担2%* $ 50,000 = <1> $ 1,000的亏损风险1>。",
"1084407062": "这些指数对应于<0>固定波动率为 10%、25%、50%、75% 和 100% 0>的模拟市场。平均<0>每 20 分钟 0>出现一次向上或向下跳动的概率相同。平均而言,跳动幅度是正常价格变动的<0>大约 30 倍0>。",
"1084702344": "开立或 <0>登录0> Deriv 账户",
@@ -736,6 +802,7 @@
"1106746692": "开立真实资金账户,存款并开始交易股票 & 指数和其他市场。",
"1107638944": "用于交易的最新视频、教程、网络研讨会 | Deriv",
"1108389724": "享受所有资产的零佣金交易。此外,无需为选定的外汇货币对支付隔夜头寸的掉期费用。",
+ "1113034090": "<0>Note:0> You'll only be able to create ads once your account has been verified.",
"1113469496": "这给您提供以美元计算的掉期费。",
"1114242450": "可通过 Deriv 进行的综合指数交易",
"1115835371": "常见问题- 账户",
@@ -746,10 +813,13 @@
"1123710409": "如何计算保证金",
"1123908498": "猴宝币/美元",
"1124560181": "灵活及提供多个市场交易",
+ "1124829631": "What conversion rates do you use for deposits and withdrawals?",
"1124905330": "自定义交易类型",
+ "1126492980": "The <0>Buy/Sell0> tab shows you ads by other advertisers. You can see your ads in the <0>My ads0> tab.",
"1126725671": "此通知帮助您了解通过 Deriv 交易时可能出现的风险",
"1126917116": "微型货币对",
"1127858885": "浏览 Deriv 在白俄罗斯明斯克提供的工作机会,以找到适合您的工作。",
+ "1128046384": "No. You can withdraw your commission whenever you want.",
"1135059547": "问所有人",
"1136360582": "此电子书内容包括",
"1136731907": "请注意,这些只是大约数值,并且将根据为您的账户设置的杠杆率和要交易的资产而有所不同。",
@@ -760,8 +830,9 @@
"1151456638": "我们重视谦逊和具雄心、能跨部门自由协作的团队成员。",
"1151925602": "预测合约中最新价格的最后一个数字将大于或小于指定数字。",
"1152332043": "以杠杆率交易外汇、综合指数、股票、股票指数、加密货币、和大宗商品。",
+ "1155361880": "Need help? Please <0>contact us via live chat.0>",
+ "1155971726": "Click <0>here0> to close your account.",
"1158101648": "正在从Google Drive导入",
- "1161300179": "同样,您可以通过向其他交易者“出售” Deriv 资金来从 Deriv 账户提款,以换取以当地货币(或任何受支持的货币)付款。",
"1161999797": "进行外汇、综合指数、股票与指数、加密货币和大宗商品的交易。",
"1167224712": "我们提供多种付款方式如银行电汇、借记卡/信用卡、电子钱包和加密货币等,使您的交易更加便捷!",
"1168114406": "此功能将在机器人运行时存储累积的损益。将初始值设置为0。",
@@ -770,6 +841,7 @@
"1169378202": "付款代理 | 合作伙伴计划 | Deriv",
"1171765024": "步骤3",
"1172611503": "如果您选择‘亚洲下跌’期权,当最新价格低于平均价格时,您将获得赔付。",
+ "1173289870": "<0>Revenue share0> \n Earn commission of up to 45% based on the monthly net revenue generated by your clients. The higher their net revenue, the higher your commission payout.",
"1175717636": "我可以在联盟账户生成哪些报告?",
"1177080017": "DBot | 交易机器人 | Deriv",
"1178873929": "我们的网站可以使用市场上多个过滤系统进行过滤,以限制用户对网站的访问。",
@@ -778,28 +850,29 @@
"1181506313": "Deriv P2P 是很棒的应用程序,我喜欢它!",
"1182198798": "例如,如果您在某个时间点平仓,您的净值就是账户余额加上该时间点的盈亏总和。如果该值与您当前使用的保证金的比率低于 Deriv 的止损水平,则可能会执行止损。",
"1182470294": "还没有 Deriv.com 账户?",
+ "1183868384": "Is Deriv regulated?",
"1184301560": "探索 Deriv 的合作伙伴计划,争取机会成为可信赖的先驱的合作伙伴。我们所有的计划都是免费的,没有任何隐藏费用。",
"1186450032": "保存机器人Google Drive",
"1189491487": "无佣金、无费用",
"1189875009": "经认证的历史记录",
"1190588251": "我们公平对待所有客户,诚信处理投诉,并提供具有竞争力的价格,没有隐藏费用,客户提款时也没有人为障碍。",
+ "1191311301": "How do I set an investor password for my Deriv MT5 account?",
"1191682103": "无需注册。使用您的<0>Binary.com0>凭据登录。",
"1195213035": "自我禁止期满后,如果您想重新开始交易并提出请求取消自我禁止,我们将在允许您访问网站前给予24 小时的冷静期。",
- "1195630948": "主页",
"1196310280": "Intel",
"1197939158": "不要接受",
"1198781410": "我们为 Deriv 设计了以客户为中心、直观的交易体验,并优化了访客转化为客户的体验。我们还将为您提供吸引访问Deriv流量所需的工具和创意材料。",
- "1202465815": "您的 Deriv P2P 余额包括 Deriv 账户余额的一部分。虽然您通过电子钱包和加密货币进行的所有存款均可用于 Deriv P2P,但通过银行卡进行的存款只有部分可用。",
"1205209576": "推介 Deriv.com 的 MT5",
"1207865156": "开立免费的 <0>Deriv 模拟账户0>",
"1208151831": "策略与项目管理副总裁",
- "1208165195": "我的提款验证链接已过期。该怎么做?",
+ "1208382171": "We may request more information during the signup process.",
"1211781148": "通过 AdvCashy 快速、顺畅与安全地存取款。 ",
"1211817306": "可通过 Deriv 进行的加密货币交易",
"1213111346": "什么是差价合约交易?",
"1213902291": "要获取每个报告,请转到仪表板,然后选择报告 > 按品牌过滤。然后选择您要查看其佣金的平台。",
"1214098313": "请尽情享用Google Drive提供的方便和保存策略的安全保障。",
"1215637769": "通过 Astropay 快速与安全地存取款。 ",
+ "1216205330": "No. To keep your funds safe, you are strictly prohibited from using payment methods that are not yours. If you do use someone else’s payment method, we’ll suspend your Deriv account for security purposes.",
"1216280249": "负责任地交易",
"1217246029": "<0>我的成员0>报告: 根据ID和注册日期显示客户列表",
"1219754757": "您的安全保障是我们的首要任务",
@@ -822,12 +895,14 @@
"1254667788": "Deriv 的 Dbot 交易平台",
"1254866713": "DMT5 交易仪表板",
"1256295276": "在线交易可能会令人兴奋,但请务必注意,其中存在风险。我们鼓励所有用户确保账户的安全并负责任地交易,以体验最佳的在线交易。",
+ "1256530668": "Go to your <0>Deriv X dashboard0>.",
"1257029444": "请查看您的电子邮箱,并点击提供的链接以重设密码。",
"1258668610": "使用拖放功能建立机器人",
"1259598687": "英镑/日元",
- "1261154397": "Deriv Investments (Europe) Limited - W Business Centre, Level 3, Triq Dun Karm, Birkirkara BKR 9033, Malta - 在马耳他获得许可证 (<0>许可证编号 IS/701560>) ,并根据《投资服务法》受马耳他金融服务管理局监管,可在欧盟提供投资服务。同时也经由英国金融行为监管局授权并受其监管。",
"1261634270": "如何更改付款方式?",
+ "1268136992": "Go to <0>Deriv P2P0> > <1>Buy/Sell1>.",
"1268931688": "3个简单步骤开始在 Deriv 交易篮子指数",
+ "1269263572": "Fill up the form and click <0>Post ad0>.",
"1270782712": "拥有20多年经验、值得信赖的在线交易品牌提供服务,让您充满信心地进行交易。",
"1272012156": "英镑/瑞士币",
"1274309337": "狗狗币/美元",
@@ -835,26 +910,32 @@
"1275674402": "多头和空头头寸",
"1276342366": "联盟会员可向受众宣传我们的产品和服务,包括我们优越的 DTrader 和 DBot 交易平台。客户注册并开始使用真实资金交易后,您将获得佣金。",
"1280380287": "匈牙利",
- "1282417520": "您可以通过应用内聊天功能与您正在来往的交易者聊天。",
+ "1284674803": "<0>Deriv MT50> offers CFD trading on forex, stocks, stock indices, commodities, cryptocurrencies, and synthetics. <1>Deriv X1> offers CFD trading on the same markets, except stocks and stock indices.",
"1285517993": "不须编写程序代码,将您的交易构思自动化",
"1286094280": "提款",
"1286648079": "所有指数返回投注者的乘数期权平均值范围为95.0-99.9%。使用其他乘数或持续时间可能会影响RTP。",
+ "1288690494": "Can I increase my daily buy or sell limit on Deriv P2P?",
"1289363035": "使用我们的模拟账户,了解使用无风险虚拟资金交易的方法。",
"1289646209": "追加保证金通知",
"1291658124": "这很简单。只需前往 Deriv.com 并输入现有的 Binary.com 凭据。您将立即能够探索 Deriv.com 的新外观、感受和新添功能。",
"1291852379": "50 - 5,000",
"1293479771": "保证金损益",
"1294884975": "30%",
+ "1298148281": "Go to the <0>Deriv X dashboard0>.",
"1299144461": "条款和条件",
"1299666269": "Limassol | 我们在 Cyprus 的办事处 | Deriv",
+ "1302849350": "You can find your Deriv MT5 server name on your <0>Deriv MT5 dashboard0>. Look for <1>server1> in between the broker name and login ID.",
"1304034020": "品牌重塑后,提供了哪些新产品和服务?",
+ "1308171976": "Do I need to pay taxes on my trades/profits?",
"1311522952": "周末交易、快速存款和提款,加上综合交易—还有什么比这更好?",
"1312475321": "1个工作日。仅适用于英国客户",
+ "1312811555": "To learn more about disputes on Deriv P2P, see our <0>terms of use0> (refer to Section 4.4 ‘Deriv P2P’).",
"1312819271": "假设您要交易2手欧元/美元。",
"1316697520": "乘数交易的可用市场",
- "1317425969": "Deriv 专有的综合指数无一般市场和流动性风险。在我们的 Deriv MT5、DTrader 和其他平台享受全年无休全天候综合交易。",
"1318017828": "查找或制作广告",
+ "1320403859": "Click your account balance.",
"1322942144": "在哪里查看我在 DBot 的交易状态?",
+ "1323472781": "财务披露年报2021",
"1324235103": "如何在 DTrader 购买您的第一手乘数合约",
"1324376913": "我们的价值观是我们文化的基石",
"1324779616": "访问后端代码、内部会话 cookie 或其他敏感信息",
@@ -872,13 +953,14 @@
"1353811622": "Deriv 是 Binary.com 创建、以客户为中心的在线交易平台。我们拥有20多年的经验和屡获殊荣的创新支持团队,从头开始重新构想在线交易的体验,以便任何人都能轻松开始交易。",
"1354275546": "轻而易举的存款和提款",
"1354590562": "日志",
- "1355243595": "如您的账户还未验证,可前往<0>设置0><1>个人资料1>更改您的姓名,出生日期或国籍。",
"1355514813": "1千2百万美元",
"1355808192": "浏览常见问题集",
"1357493810": "进行对世界经济至关重要的自然资源交易。",
+ "1359080808": "Deriv 专有的综合指数无一般市场和流动性风险。在我们的 Deriv MT5、DTrader 和其他平台享受全年无休全天候综合交易。",
"1359732815": "<0>查看漏洞示例列表0>",
"1360754724": "立刻浏览 Deriv.com",
"1362578283": "高",
+ "1363124819": "You can cancel your withdrawal on the <0>Cashier page0> by following the steps mentioned in the next paragraph. Please note that you cannot cancel withdrawals if:",
"1363502727": "乘数损益",
"1364296672": "我们将根据可靠的数据准确、公平地定价和结算所有合约,不会无故拖延,以便客户可以信任我们整个网站的价格。",
"1364947573": "Dtrader 美工板",
@@ -900,8 +982,8 @@
"1391269416": "<0>收盘-最低值:0> 购入‘收盘-最低值’合约后,您的盈亏金额将等于合约期间内乘数值乘以收盘与最低值之间的差额。",
"1391632806": "根据交易者的完成率和兑换速度对其进行评级。",
"1393006010": "差价合约交易的基本信息",
+ "1393602451": "Click <0>Yes0> to confirm the cancellation. Your funds will be returned to your Deriv account, and your account balance will be updated accordingly.",
"1394697594": "21,000",
- "1394889813": "位置",
"1396179592": "佣金",
"1396417530": "熊市指数",
"1399001016": "比如说您想在波动率100指数价格为 3376.24 美元时以10美元投注额开头寸,乘数值为x100,上涨走势的止盈水平为3400,想要计算止盈金额。",
@@ -911,16 +993,19 @@
"1406360927": "次要货币对",
"1407191858": "DTrader",
"1408071788": "低资本要求",
+ "1409139116": "Ensure that you’ve entered the correct amount and exchange rate in your ads.",
"1410320737": "前往 Deriv MT5 仪表板",
"1411032790": "多个可查看在线交易的图表",
"1411975375": "前往我们的帮助中心",
- "1415618534": "想要进行产品投资交易的欧盟客户可在 Deriv Investments (Europe) Limited 拥有账户。",
+ "1412644174": "We process your deposits and withdrawals internally within 1 to 3 business days (depending on your <0>payment method0>). It may take longer for your funds to reach you due to the different processing times by banks and payment service providers. See our <0>Payment methods0> page for a complete list of the processing times for each payment method.",
"1416248668": "选择最佳兑率",
"1418467036": "付款代理 | 合作伙伴 | Deriv",
+ "1421464735": "You can get more info about this on our <0>Regulatory information0> page.",
"1423609990": "利用热门的加密法定货币对的价格走势进行杠杆交易。",
"1424805407": "作为我们与您的客户的重要合作伙伴网络的一部分,您可能很好奇并且担心这种转变的意义。我们整理了本指南,以帮助您更加了解品牌重塑,并为您与客户的交流提供支持。",
"1425594249": "手机上的最佳交易体验。",
"1425780786": "DTrader使在线交易保持简单,让您交易外汇、指数、大宗商品和综合指数。",
+ "1426151926": "Can I change the server for my Deriv MT5 account?",
"1426790442": "推测主要外汇对的价格走势,并增加您的潜在获利,同时亏损不会超过投注额。",
"1433223815": "可通过 Deriv 进行的篮子指数交易",
"1433574125": "请注意:",
@@ -931,10 +1016,14 @@
"1439020196": "这些指数显示<0>一系列1000,500、或300跳动价位0>中出现的平均价格是下跌(崩盘)或激增(兴旺)。",
"1441027550": "可能在您所在的国家/地区不可使用,或者可能是错误的链接将您带到了这里。",
"1445592224": "您不小心给了我们另一个电子邮件地址(通常非您本意,而是属于工作或个人性质的)。",
+ "1445901371": "在<0>综合0>或<0>金融0>账户之间挑选。然后,点击<0>添加真实账户0>或<0>添加演示账户0>。",
"1448470646": "4. 挑选用以保存策略的文件夹,然后单击“选择”。",
+ "1450233348": "If you haven’t made a deposit or added a real MT5 account, follow these steps:",
"1451636739": "直观性工具",
"1454189755": "如果退市现价等于低障碍或高障碍, 您将不会赢得赔付。",
"1454243296": "最低资本要求,风险有限",
+ "1456673219": "How and when will I receive my commission payout?",
+ "1456920032": "<0>Deriv X0> and <1>Deriv MT51> offer CFD trading on a similar range of assets, where you're able to open positions with leverage and your potential profit is only known when you close your positions. It's riskier than digital options trading because while you may potentially gain a lot if you win, you may also lose a lot if you don't. Deriv X and Deriv MT5 are popular among our traders who enjoy the risks as part of the excitement of CFD trading.",
"1458263388": "您的客户使用 MT5 金融 STP 账户交易时赚取收益。",
"1458583383": "学院",
"1463614633": "此计划不涵盖以下第三方应用程序:",
@@ -946,56 +1035,69 @@
"1472787414": "股票和股票指数:基本信息",
"1475208422": "巴黎",
"1479399998": "浏览 Deriv 在卢旺达 Kigali 提供的工作机会,以找到适合您的工作。",
+ "1480607246": "This difference is because MT5 is a third-party platform that requires its own login credentials. Your Deriv MT5 login gives you access to the MT5 platform, while your Deriv login gives you access to our digital options platforms such as DTrader and DBot.",
"1484774405": "0.25",
"1485752074": "在具有强大图表技术的安全、直观且易于使用的平台上进行交易。",
"1486874803": "喜欢 Binary Bot?",
+ "1488554938": "If you don’t have a Deriv account yet, <0>sign up0> for free.",
+ "1489350747": "To become an IB, you'll need to be an existing affiliate with a Deriv account and an MT5 Synthetic real account. If you do, you can apply to become an IB by writing to us at <0>affiliates@deriv.com0>. <1>Get more info about our IB programme1>.",
"1489994179": "浏览 Deriv 在巴拉圭 Asunción 提供的工作机会,以找到适合您的工作。",
"1490540125": "如何让交易策略自动执行?",
+ "1490936453": "For your Deriv real account, go to <0>Reports0> to close or sell your open positions.",
"1491012687": "Deriv P2P:我们的点对点支付应用(<0>Android 应用0>、<1>iOS 应用1>)",
"1491181763": "跳出范围 100 指标",
"1492594418": "透过台式机和移动设备轻松存款和取款。",
"1493671770": "<1>注意:1>您须将MQL5账户升级为卖方状态,才能添加信号。如果尚未升级,请<0>按照本页面的步骤0>操作,以注册成为卖方。",
"1493835906": "法国",
+ "1496486675": "Why can't I withdraw using Maestro or Mastercard?",
"1496810530": "英镑/澳元",
+ "1498651658": "Yes. <0>Contact us via live chat0>, and we'll help you through it. We'll need the following information:",
"1499981850": "330K+",
"1502162725": "灵活的交易类型,投注额要求最低",
"1502175389": "这为您提供以外汇货币对为报价货币,或大宗商品以标的资产为面额的掉期费率。",
+ "1502453121": "Your orders are available in the <1>Orders1> tab at <0>Cashier > Deriv P2P0>.",
"1502642397": "三个特地为您制作、功能强大的平台中任选一个",
"1503602940": "如果您的保证金水平低于 Deriv 的追加保证金水平,您将收到追加保证金通知,警告您账户即将接近止损水平。",
- "1504960339": "Deriv (FX) Ltd - 地址是 F16, Level 1, Paragon Labuan, Jalan Tun Mustapha, Labuan 87000, Malaysia - 由Labuan 金融服务管理局授予许可证(<0>许可证编号MB/18/00240>)。",
+ "1504670496": "The minimum amount you’ll need to open a position on Deriv MT5 depends on the margin required for each asset. You can calculate the margin required using our <0>margin calculator0>.",
"1505978883": "<0>查看所有问题0>",
"1509244758": "方式",
"1510075920": "黄金/美元",
+ "1516537408": "您不能再在 Deriv 交易或将资金存入账户。",
"1516676261": "存款",
"1521590614": "这将存储最近购买的合约中使用的投注金额。您可以根据自己的策略分配任何金额。",
+ "1522587298": "Take note of your <0>username0> and password.",
"1524033858": "什么是 DTrader?",
"1525885795": "作为付款代理,我能收到Deriv的佣金吗?",
"1528031455": "已经有账户?",
"1529602839": "水平",
- "1534697187": "RTS28 2019",
"1536955851": "期权交易 | 交易类型 | Deriv",
"1537212469": "现货价格",
- "1539108340": "欧元指数",
"1539984821": "即使在周末也可以通过全天候实时聊天对Deriv支持团队提出疑问。您还可以在我们的<0>帮助中心0>找到答案,并在<1>社区1>与其他的交易员交流和获得帮助。",
+ "1540879673": "How do I change my affiliate payment method?",
"1541818425": "重置密码",
"1542393407": "在 Deriv 的差价合约交易功能",
"1542938499": "在东南亚最受欢迎的支付软件解决方案。目前可用于在越南、泰国和印度尼西亚存款。",
+ "1546535785": "Are there any conditions that I should meet before I can withdraw my commission?",
"1546917177": "5 - 750",
"1550574351": "假设您要保留两手欧元/美元外汇交易,其点值为0.00001,掉期费率为 -0.12,持仓隔夜。",
- "1550835977": "全球其他地区 (除了某些受限制国如美国、加拿大和香港) 想要进行金融工具和加密货币的差价合约交易的客户可在 Deriv (BVI) Ltd. 拥有DMT5 金融 STP账户。",
"1551153165": "您可以在 Deriv 交易以下期权:",
"1551172020": "澳元篮子",
"1552847627": "了解有关如何成为 Deriv 付款代理的所有详细信息。给我们发电子邮件申请!",
"1553783327": "有需要时获得专业、友好的支持。",
"1553836855": "开立模拟账户",
"1553995374": "1美元",
+ "1555213049": "List of shareholders",
"1556304768": "综合指数交易让您通过正确预测我们能模拟真实世界市场走势的专有指数的价格变动而受益。",
+ "1556776884": "To log in on your mobile, you'll need the app. If you haven't got the app, you can download it from your dashboard.",
"1556866509": "如果您购买了有取消交易功能的合约,则可以使用‘取消’按钮终止合约并取回全部投注额。另一方面,使用‘关闭’按钮可让您以当前价格终止头寸。但如果您关闭的是失利交易,则可能导致亏损。",
"1556922066": "轻松与其他交易者兑换,以将资金移入或移出您的Deriv账户。",
+ "1557535154": "Is it free to join your affiliate programme?",
"1558114971": "低严重性问题暴露的数据量非常有限。其可能会违反对某事预期如何工作的预测,但没有特权升级或触发意外行为的能力。 例如:",
"1559712313": "可通过 Deriv 进行的大宗商品交易",
"1562241070": "所有最受欢迎的市场和其他",
+ "1563919822": "You'll get daily commission payouts in your MT5 Synthetic account.",
"1564461474": "使用 Mir 信用卡或借记卡存款和取款。",
+ "1565220133": "you reside in the UK, or",
"1567023771": "欧洲50",
"1567026093": "国家",
"1567745852": "Bot 名称",
@@ -1004,6 +1106,7 @@
"1569834661": "在单一平台进行外汇、综合指数、股票、股票指数、加密货币、篮子指数、和大宗商品的交易。",
"1571130376": "重要业务",
"1571653008": "使用我们的免费模拟账户,并以无限的虚拟资金交易。这是学习如何使用我们产品的最简单方法。",
+ "1571816719": "What is a referred client?",
"1573231398": "为什么要用 Deriv 交易加密货币",
"1574476135": "假设您预测市场将会上涨。",
"1576607456": "Deriv 集团是 Deriv 和 Binary.com 品牌的拥有者,其历史可以追溯到1999年,当时我们奠定了世界上第一个提供固定赔率交易服务的基础。从那时起至今,我们变得越来越强大,赢得了世界各地交易者的信任。",
@@ -1020,16 +1123,21 @@
"1588850507": "<0>美元篮子0> 衡量美元相对于五种全球货币(欧元、英镑、日元、加元、澳元)篮子的价值,每种货币的权重均为20%。",
"1589165958": "体验“交易”",
"1591242575": "我们如何使用和保护您提供的信息",
+ "1591498220": "Do I need a Deriv account to use Deriv P2P?",
"1591623217": "喜欢 Binary.com 的 MT5 ?",
"1592543050": "高达 $10,000",
+ "1593423002": "Follow the instructions to create your real account.",
+ "1593716245": "What are the trading limits on my account?",
"1593723948": "1. 开立 Deriv 账户",
"1595539912": "处理时间",
+ "1598664071": "List of directors",
"1599891822": "下跌走势的止损金额",
"1601324523": "5-10,000",
"1601498870": "最新文章",
"1601664674": "掉期外汇公式移动",
"1601968899": "乘数交易的加密货币合约有时间限制,这取决于交易资产类型,并在交易之前出现在DTrader仪表板上。",
"1602627054": "因此您的点差值是 <0>2 美元0>。",
+ "1602716515": "When you join our IB programme,",
"1602800752": "保存您的策略",
"1604199439": "Deriv X 是可定制的多资产交易平台。Deriv X 提供外汇、大宗商品、加密货币和综合指数的差价合约,为您提供多样化的交易体验,让您自定义交易环境。",
"1604222298": "保证金计算器",
@@ -1041,19 +1149,22 @@
"1610511716": "前往 Dtrader",
"1611194169": "1. 通过 Deriv 注册账户",
"1611229342": "立刻在我们的 DMT5 平台交易全球股票和股票指数",
+ "1611981849": "Where can I see my orders?",
"1613233789": "博客",
"1613860853": "随时与账户管理员讨论您的激励计划。请记住,我们不允许以未经授权的奖励、礼物和付款来鼓励客户注册。如果有任何违规行为,我们可能会扣留佣金。",
"1614426743": "DBOT 平台",
- "1615327604": "<0>美元指数0> 衡量美元相对于五种全球货币(欧元、英镑、日元、加元、澳元)的价值,每种货币的权重均为20%。",
+ "1615509866": "快速响应,易于使用的平台 ",
"1615969878": "为何你们要重塑品牌?",
"1616071522": "<0>法国400>关注法国100家顶尖上市公司中40家股票交易额最高的公司的表现。",
"1616502762": "<0>美国科技1000>关注美国100家最大非金融公司的股票表现。",
"1618280107": "为所有的产品提供有竞争力的价格",
"1619070150": "您将被重定向到外部网站。",
"1619579199": "Deriv P2P 余额为何与 Deriv 账户余额不一样?",
+ "1621224521": "How can I reactivate my Deriv account?",
"1621463985": "很荣幸能为所有依赖我们产品和服务的人服务,我们只想提供最好的。因此我们的原则和价值观在定义我们是谁、为什么要做我们在做的事情以及如何对待客户和彼此等诸方面如此重要。在我们的国际办事处中,我们在做一切事情时都致力于遵循以下原则。",
"1622130657": "通过电子邮件订阅学院",
"1622334173": "欧元/南非兰特",
+ "1623894448": "How do I create an API token?",
"1624895344": "您可接受的客户付款方式",
"1625424557": "<0>荷兰250>关注荷兰25家交易额最高的公司的股票表现。",
"1625517227": "全球超过2000万客户使用。享受即时访问、免费提款和可兑换现金的奖励积分。",
@@ -1062,15 +1173,17 @@
"1631620531": "行业经验年数",
"1631705059": "预测退市现价在合约到期时将高于或低于目标价(屏障)。",
"1632238343": "高达 $500",
+ "1633022779": "Synthetic indices and cryptocurrencies are available for trading 24/7.",
"1633102593": "软件开发员",
"1634507782": "跳出范围 200 指标",
"1636066113": "合伙机会",
"1636527166": "可通过 Deriv 进行的外汇交易",
"1636782601": "乘数期权",
- "1637072557": "出现此问题的原因可能是多次单击“提款”按钮。请尝试再次提款,然后单击发送到您的电子邮件的最新验证链接。请确保您在一小时内使用链接。",
+ "1637050346": "Why did my credit card deposit get declined?",
"1637552314": "对设置的参数满意后,选择‘上涨’或‘下跌’以购买合约。 否则,请继续自定义参数,并在对所设条件感到满意时下订单。",
"1643887982": "Amazon.com 公司",
"1644652204": "使用您首选的付款方式为账户注资。",
+ "1644929511": "<0>DTrader0>, <1>SmartTrader1>, <2>DBot2>, and <3>Binary Bot3> offer digital options trading on a range of underlying assets such as forex, stock indices, commodities, and synthetics. These platforms allow you to set the contract duration before opening positions, and you'll know exactly how much you'll earn if you win. You may find these platforms more intuitive if you're new to the trading world.",
"1645164568": "建立成本免费",
"1647478191": "与我们合作成为联盟会员。从您在 DTrader 和 DBot 推介客户的交易总净收入中赚取佣金。",
"1648545897": "文斯·斯坦齐奥内",
@@ -1080,6 +1193,8 @@
"1658580871": "这些付款方式仅供拥有加密交易账户客户使用。",
"1659675491": "通过移动应用、桌面应用或网络浏览器练习交易.",
"1660776335": "要在Deriv的Deriv X账户存入资金,您需使用Deriv账户中的资金。前往收银台<0>账户之间转账0>,然后按照屏幕上的说明操作。",
+ "1661263248": "How can I download my Deriv MT5 history?",
+ "1661791574": "Available 24/7, our synthetic indices emulate price movements of real-world markets with varying levels of volatility. As they aren't based on actual underlying assets, they are unaffected by real-world market events.",
"1661832115": "您提供的错误报告会根据影响和严重程度进行审查和给予奖励。",
"1664747386": "Paypal",
"1665738338": "余额",
@@ -1101,7 +1216,6 @@
"1683034855": "DTrader 是允许您以数字、乘数和回看期权的形式交易50多种资产的高级交易平台。",
"1686378613": "DBot是用于交易数字期权、基于网络的策略构建器。它是让您通过拖放“程序块”构建自己的交易机器人的平台。",
"1686846461": "在 Deriv 使用 DTrader 交易波动率指数",
- "1689738742": "黄金指数",
"1691349777": "加入拥有超过100万名交易者的 Deriv.com 和 Binary.com 交易平台。该平台屡获殊荣,备受信赖,已有20多年的历史。",
"1692148560": "衡量黄金相对于五种全球货币(欧元、英镑、日元、澳元、美元)的价值,每种货币的权重均为20%。",
"1692290832": "你们提供哪些营销支持?",
@@ -1110,12 +1224,15 @@
"1707301172": "已解锁的股票",
"1708242802": "使用如 Google Chrome 等安全网络浏览器。始终安装最新的软件更新,因其包含安全补丁。",
"1709273595": "一标准手外汇= 100,000个单位",
+ "1709893717": "You'll have access to reports that show your hits, impressions, click-through rates, clients' trading activity, and more.",
"1711575167": "可在 Deriv MT5 和 Deriv X(带保证金)、DTrader(带期权和乘数)和 Deriv GO(带乘数)交易。",
"1713857763": "<0>上涨走势的止损和/或止盈金额 = 最大 [{投注额 × ((止损和/或止盈水平 - 资产价格) ÷ 资产价格 × 乘数) - 佣金},-投注额]0>",
"1714709402": "每次交易的佣金率由谁设定?",
"1715011380": "上跳 25 指数",
+ "1715241142": "How do I see my earnings?",
"1715491803": "高达 $100",
"1717346758": "跨站点和服务器端请求伪造(无须访问我们的内部网络)",
+ "1719304654": "The pricing of our synthetic indices is backed by algorithms that are audited for fairness by an independent third party. Due to regulatory requirements, synthetic indices are unavailable in some countries. Refer to ‘Product offering’ in our <0>terms of use0> for more info.",
"1720725354": "DMT5 标准、高级和综合指数账户之间有什么区别?",
"1721296073": "已先计算好 DMT5 金融 STP",
"1723694822": "访问我们的主页",
@@ -1133,11 +1250,13 @@
"1743448290": "支付代理",
"1743752393": "一般业务",
"1745193633": "重定向通知",
- "1745471992": "股指衡量股票市场中某些公司的价值。投资者可以查看特定资产组的表现。",
"1746633126": "Binary.com 会怎样?",
"1746782390": "注册为付款代理后,我仍然可以使用账户交易吗?",
"1748626120": "没隐藏费用",
+ "1748925202": "How can I reactivate my Deriv MT5 account?",
"1751673286": "安全保障是一种协作。报告错误并获得奖励。",
+ "1752586208": "What payment methods can I use to exchange with other traders?",
+ "1753559268": "We'll pay your IB commission into your MT5 Synthetic account daily.",
"1755228338": "保障您的账户安全",
"1758111931": "活跃用户",
"1760376318": "是的,前提是您遵守所有相关的条款和条件(请参见<0>条款和条件0>页面上标题为“业务合作伙伴专用”的标签)。",
@@ -1148,16 +1267,21 @@
"1768089459": "巴黎 | 法国的办事处 | Deriv",
"1770479100": "如果您选择‘高于’期权,只要退市现价严格高于障碍,您将获得赔付。",
"1770534439": "掉期综合指数公式移动",
+ "1772047578": "Why are my Deriv MT5 login details different from my Deriv login details?",
"1772406884": "Deriv P2P 是好平台。对于低额交易者来说,存款和取款很方便。",
"1774467475": "我们将<0>仅0>对帮助我们解决严重安全问题的低级漏洞报告给予奖励,且将根据具体情况决定奖励金额。",
"1774791951": "预测退市现价在合约到期时处于两个目标价格范围之内或之外。",
"1777934033": "以我们模拟真实市场走势的独特和专有综合指数全天候交易差价合约。",
"1782308283": "快速策略",
"1782703044": "注册",
+ "1784343675": "Please <0>contact us via live chat0> immediately, and we'll help to disable 2FA on your account. When you have a new phone, please <1>re-enable 2FA1>.",
"1784680288": "每次交易之前,我们会通知您保证金对您账户的影响。",
"1786089908": "了解通过 Deriv 进行期权交易的信息。通过正确预测外汇、综合指数和其他流行的金融市场价格走势获取赔付。",
+ "1786747559": "Our regulators require us to verify your account in accordance with anti-money laundering (AML) and Know Your Customer (KYC) laws. If we have prompted you to upload your documents to verify your account, it means that you'll only be able to continue using our services after your account is verified.",
+ "1790839584": "<0>A social media admin0> \n Promote our products and services on your social media pages, and earn commission when you convert your audience into traders.",
"1791730321": "如果您对所定义的头寸感到满意,请购买合约。",
"1795749796": "帮助中心 | 常见问题集 | DBot | Deriv",
+ "1798765888": "Copy the link in the <0>Landing page URL0> field. This is the referral link that you can share with your clients.",
"1799377913": "{{market_name}}可交易的期权",
"1802409084": "点差值",
"1804642811": "开立模拟账户",
@@ -1165,19 +1289,25 @@
"1806416151": "Deriv IB 计划是合作伙伴关系。您可以推荐新客户到我们的 DMT5 平台交易并从中受益。",
"1807936072": "塞浦路斯",
"1808393236": "登录",
+ "1810304465": "You'll need to transfer the funds from your Deriv MT5 account to your Deriv account. You can do this on the <0>Cashier page0>. Your funds will be available in your Deriv account as soon as you complete the transfer.",
"1810957214": "比如说您想在波动率100指数价格为 3376.24 美元时以10美元投注额开头寸,乘数值为x100,上涨走势的止损金额为7.54美元,想要计算止损水平。",
+ "1812325040": "Source of wealth documentation",
"1812969702": "临时 | 常见问题解答",
"1813700208": "兴旺 300 指数",
"1813703795": "注册为联盟会员与 IB",
"1815044592": "如果您选择‘只会持续上涨’期权,只要入市现价后的价格持续上涨,您将获得赔付。如果期间内的价格有任何下跌或相等于之前的价格, 您将不会获得赔付。",
+ "1815324634": "The minimum deposit and withdrawal amount varies depending on the payment method. The lowest deposit and withdrawal amount is 5 USD/EUR/GBP/AUD via e-wallets. See our <0>Payment methods0> page for a complete list of payment methods and their minimum deposit and withdrawal amounts.",
"1816009319": "利息",
+ "1816305227": "If you’re in the EU or UK:",
"1817888235": "通过我们的崩溃/景气指数预测并从令人兴奋的峰值和跌幅中获利。",
"1819952453": "我们的介绍经纪人计划适用于所有 Deriv 联盟成员。",
"1820212843": "了解如何在 Deriv 的在线交易学院通过使用交易视频和教程进行交易。",
+ "1823119628": "the Vanuatu Financial Services Commission",
"1823770507": "波卡币/美元",
"1824094317": "全天候交易",
"1826550764": "为何选择我们",
"1828442573": "大宗商品",
+ "1830057548": "We have 3 commission plans:",
"1831254808": "如果您持仓过夜,交易账户将调整(掉期利率),以补偿保持该未平仓头寸的费用。在我们平台交易的工具各有不同的掉期利率。这些费率基于您持仓头寸的时间和天数(包括公共假期)等条件。",
"1831680837": "提款",
"1832974109": "SmartTrader",
@@ -1196,23 +1326,25 @@
"1845394200": "Deriv 实施一流的安全措施,例如SSL加密,以保护您的账户和个人数据。",
"1846521577": "Deriv 支付代理程序是否与 Deriv P2P (DP2P) 相同?",
"1849054373": "3. 进行交易",
- "1851993047": "周末有哪些合约可以交易?",
"1852402040": "一般业务",
"1853363847": "可在 Deriv MT5 和 Deriv X(带保证金)和 DTrader(带乘数)交易。",
"1854618305": "如果您选择‘高于’期权,只要退市现价严格高于入市现价,您将获得赔付。",
+ "1857302542": "Can I open a corporate or business account?",
"1857508131": "使用手机直接安全存款。适用于加纳的客户。",
"1858594477": "我们知道,变化可能会使人产生疑虑。因此,我们一直在努力确保您从 Binary.com 转到 Deriv.com 的过渡尽可能毫无影响。",
"1860012910": "简单、便宜和快速的汇款方式。获得世界各地银行和商家的支持。",
"1860472068": "在线银行",
- "1862400286": "DTrader 可使用哪些合约类型?",
"1866193342": "DTrader 允许您以数字、乘数和回顾选项形式交易50多种资产。 DMT5是多资产交易平台,可用于利用杠杆交易现货外汇和差价合约(CFD)。",
"1868860566": "欧元/瑞典克朗",
"1869497149": "通过易于使用的图表和吸引人的深色主题,享受流畅的交易体验。",
"1872384056": "亮和暗模式功能,带来更愉快的体验",
"1872568231": "英镑/土耳其币",
"1873099524": "通过对资产的价格走势作出预测来赚取固定赔付。",
+ "1874424045": "I lost my phone. How can I disable two-factor authentication (2FA)?",
"1876344462": "诺华制药集团",
"1876748041": "为您服务20年以来,我们觉得能更加了解您的需求。品牌重塑是我们实施改进的在线交易解决方案,以满足您所有需求的机会。",
+ "1876786466": "This is due to the spread, which is the difference between the ‘bid’ and ‘ask’ prices. Your positions will start earning a profit when the market moves in your favour.",
+ "1877410120": "你现在必须做的事",
"1879930260": "不硬性推销",
"1880965589": "收入分享",
"1881114347": "Deriv 的交易市场",
@@ -1223,6 +1355,7 @@
"1889326047": "可作为网络和移动应用程序使用",
"1890990339": "<0>香港500>关注香港50家最大上市公司的股票表现。",
"1893015908": "Uber 科技公司",
+ "1894801487": "Deriv MT5 is a CFD trading platform that gives you access to forex, stocks, stock indices, commodities, cryptocurrencies, and synthetics. Learn more about Deriv MT5 <0>here0>.",
"1897018869": "以太坊经典/美元",
"1897907613": "使用 Maestro 借记卡存款和取款。",
"1898130358": "在您的电脑上",
@@ -1232,16 +1365,17 @@
"1902951214": "我们的办事处",
"1903393516": "我们的 Deriv 支持社区能帮助您找到答案。",
"1903495030": "综合账户的止损和/或止盈点差值以美元为单位。",
+ "1904617508": "欧盟以外地区,金融产品由以下公司提供服务:Deriv (FX) Ltd, F16, Level 1, Paragon Labuan, Jalan Tun Mustapha, 87000 Labuan, Malaysia,由纳闽金融服务管理局授予许可证(<0>许可证编号MB/18/00240>);Deriv (BVI) Ltd, Kingston Chambers, P.O. Box 173, Road Town, Tortola, British Virgin Islands,由英属维尔京群岛金融服务委员会授予许可证(<1>许可证编号SIBA/L/18/11141>);Deriv (V) Ltd, 1276, Kumul Highway, Port Vila, Vanuatu, 由瓦努阿图金融服务委员会授予许可证和监管;以及 Deriv (SVG) LLC, Hinds Building, Kingstown, St. Vincent and the Grenadines。",
"1904774976": "<0>德国400>关注德国40家主要上市公司的股票表现。",
- "1905213812": "Deriv (BVI) Ltd - Kingston Chambers, P.O. Box 173, Road Town, Tortola, British Virgin Islands - 已由英属维尔京群岛的金融服务委员会授予牌照(<0>牌照编号 SIBA/L/18/11140>) 。",
"1905380076": "与您的交易对方结算付款。",
"1905702565": "客户资金保护",
"1905714256": "体验优化",
- "1906771172": "如何更改账户的币种?",
+ "1906101554": "You’ll earn a payout based on the volume of your clients' trades. Find out more <0>here0>.",
"1907226338": "可口可乐",
"1909647105": "波场币/美元",
"1909809509": "掉期计算器",
"1914949637": "什么是 Deriv 联盟计划?",
+ "1915387440": "If you’re selling:",
"1916887645": "获取最大收益,减少亏损",
"1922529883": "兴旺 1000 指数",
"1923530212": "灵活.",
@@ -1262,24 +1396,30 @@
"1941116009": "Binary.com 会不会被移除?",
"1942214601": "上涨走势的止损水平",
"1942485223": "我的联盟会员账户会怎样?",
+ "1947069292": "You can create an API token <0>here0>. Give your token a name, select the scope, and click <1>Create1>.",
"1948092185": "英镑/加元",
"1948630262": "首先登录 Binary.com 联盟会员仪表板,以获取链接。",
"1949701571": "开立 Deriv 真实账户.",
"1953016421": "为什么要用 Deriv 交易期权",
"1959548433": "设置您的交易时间。您可根据您对市场持短期或长期观点设置从1到10个跳动点或15秒到365天的首选持续时间。",
- "1963811607": "如何与交易对方联系?",
+ "1959678342": "Highs & Lows",
+ "1962097923": "Help centre | Frequently asked questions | IB programme | Deriv",
+ "1963262703": "What does ‘completion rate’ mean?",
"1963884651": "用与美元挂钩的加密货币,Paxos Standard 存款和取款。",
+ "1964475042": "Frequently asked questions - About",
"1964675673": "与值得信赖的在线交易提供商合作。",
"1966310384": "所以在此情况下您须将止盈水平设为<0>-3350.110>。",
"1967743855": "我们将清楚列出所有费用和收费。",
"1969128618": "管理热衷于在线交易、投资或个人理财的在线社区。",
"1971963414": "产品",
"1975644912": "享受直观、易于使用的界面,即使新手也能获得相同的体验。",
+ "1976307636": "Deriv Investments (Europe) Limited 的财务披露报告已根据第四资本要求指令和资本要求规则编写而成。请参阅此报告以了解我们作为市场参与者严格遵守市场纪律的方式。",
"1977160541": "美国<0>0>指数",
"1978148367": "开立真实资金账户,存款并真正开始交易。进行外汇、指数、大宗商品和其他交易。",
"1979503547": "交易条款",
"1980724783": "点值是从资产的当前数字得出的。在此示例中,数字为5,因此点值为0.00001。",
"1982404952": "接收报价",
+ "1984996183": "I forgot my affiliate password. What should I do?",
"1985905708": "这些指数与<0>200%及300%持续波动率0>的模拟市场相对应。",
"1986250253": "什么是Oscar's Grind投注策略?",
"1986498784": "比特币/莱特币",
@@ -1290,16 +1430,19 @@
"1991711258": "LNK/美元",
"1994023526": "您输入的电子邮件地址拼写有误(有时这是难免的)。",
"1995896523": "DMT5的开发旨在为您提供最佳的差价合约交易体验。您可以通过台式机甚至手机访问我们的MT5 trader。",
+ "1996252043": "Once your ad is created successfully, it will appear in the <0>Buy/Sell0> tab.",
"1997138507": "如果最后跳动点等于平均跳动点, 您将不会赢得赔付。",
"1997646348": "研究生课程网站:besquare.deriv.com",
"1998840050": "不是。DP2P 是点对点服务,我们的客户可以使用当地货币存款和取款。作为我们的支付代理,您可以使用 DP2P 平台为您所在国家的 Deriv 客户提供服务.",
"2003802343": "提取IB佣金绝对不需要付任何费用。",
"2005074806": "体验保证金计算器损益表",
+ "2006479988": "<0>Proof of address0>",
"2007092908": "利用杠杆和低价差进行交易,以在成功交易时获得更高回报。",
"2010744433": "我们将努力提供全天候实时聊天服务,以便代理能随时为任何请求聊天的客户提供服务。代理将接受培训以回答有关服务的相关问题。",
"2015114251": "Deriv X 账户的最小 / 最大存款额是多少?",
"2017042641": "2 - 3个工作日",
"2018198484": "加密货币交易让您有机会从价格变动中获利,而无需拥有标的数字货币。换句话说,您可以通过正确预测加密货币的价格是上涨还是下跌来赚取收益。",
+ "2018600727": "Deriv Investments (Europe) Limited 有权通过欧盟金融护照权利在任一欧盟成员国提供服务。以上是有权通过欧盟金融护照权利访问Deriv.com 的欧盟国家列表。",
"2019140039": "为什么要用 Deriv 交易篮子指数",
"2019968401": "为何通过 Deriv X 交易",
"2023310659": "货币",
@@ -1314,19 +1457,21 @@
"2035207280": "5 - 1,000",
"2035670983": "减少干扰",
"2036526456": "详细了解我们的付款方式以及使用方法。",
- "2037297857": "Deriv - 提供品种广泛的衍生品的全天候在线交易平台。",
+ "2041763181": "Once we've paid your commission into your account, you can withdraw whenever you want.",
"2042445787": "漏洞取决于困难的场景或先决条件",
+ "2044967354": "You can see your available balance in the <0>My profile0> tab.",
"2044999022": "转向新的上跳综合指数交易",
"2046788283": "DTrader 可交易哪些市场?",
"2047029510": "<0>上涨走势的止损和/或止盈水平 = 资产价格 × {(止损或止盈金额 + 佣金)÷(投注额 × 乘数)+1} 0>",
"2047349922": "0.013",
"2050080282": "联盟会员 & IB 登录",
"2051986867": "因此,您需要支付<0>0.24 美元0>的掉期费,以保留隔夜持仓。",
+ "2053617863": "请提出账户中的所有资金。",
"2053673142": "通过按下“创建演示账户”键,您确认您已年满 18 岁。您了解我们可能会使用您的电子邮件地址向您发送有关 Deriv 产品和服务的信息以及市场新闻。您可以随时在账户设置中取消订阅这些电子邮件。如需更多信息,请查看 Deriv 的<0>安全保障和隐私0>。",
"2056079566": "获取我们的帮助",
"2056339251": "15 - 10,000",
"2058893631": "财务披露报告",
- "2060309075": "如果客户自己选择或公司决定自我禁止,则此规定不适用。",
+ "2060102881": "<0>A blogger/vlogger0> \n Promote our products and services and earn commission when you convert your audience into traders.",
"2060368992": "分钟阅读",
"2061191384": "Deriv 点对点 (DP2P)",
"2061681232": "<0>到期时价格处于某个范围之内/之外:0>预测退市现价在合约到期时处于两个目标价格范围之内或之外。",
@@ -1336,6 +1481,7 @@
"2067437902": "用与欧元挂钩的加密货币,STASIS Euro 存款和取款。",
"2068667424": "查看我们其他的应用",
"2070356006": "按照您选择的佣金计划开始赚钱 – 根据您推介的客户所创造的总净收入,您将获得高达45%的佣金。",
+ "2071458958": "The minimum volume for micro forex pairs is 0.1 lot.",
"2071808494": "专业和友好的支持",
"2072504778": "谁可以申请为 Deriv 联盟会员?",
"2074119658": "使用止损、止盈和交易取消等创新功能来自定义适合您的风险偏好的合约。",
@@ -1343,6 +1489,7 @@
"2075608900": "有竞争力的固定和可变价差",
"2075864188": "免费",
"2080510282": "根据您的交易偏好开立差价合约真实账户.",
+ "2086048243": "Certificate of incorporation",
"2087247269": "不收任何费用。加入我们的付款代理计划是完全免费的。",
"2089087110": "篮子指数",
"2092854399": "通过 Trustly 快速、顺畅与安全地存取款。 ",
@@ -1352,6 +1499,7 @@
"2100068559": "在Deriv注册为付款代理可以扩大您的客户群、获得更多的业务机会、并获得更多的收入。",
"2100986179": "适合您的风格的差价合约交易平台.",
"2101514198": "立刻探索 Deriv.com",
+ "2102247413": "You’ll need the following documents to verify your account:",
"2108488100": "止损点差公式",
"2108799022": "<0>上涨/下跌:0> 预测退市现价在合约到期时将等于或低于入市现价。",
"2108938379": "5. 现在新创建的变量可以在策略中使用。",
@@ -1368,6 +1516,7 @@
"2120092418": "等我们回复",
"2121227568": "小蚁币/美元",
"2121253634": "尽管您可以继续像以前一样享受 MetaTrader 5 的交易乐趣,但我们已经听取了您的反馈并为您的体验提供升级。您会发现,在 Deriv.com 注册的 MT5 账户和仪表板体验要高效得多,它使您可以轻松管理账户并专注于交易。",
+ "2123318546": "RTS28 2021",
"2124129338": "Deriv - 提供品种广泛衍生品的在线交易平台",
"2125422488": "您可以<0>联系我们0>以设置或调整您的自我禁止或交易限额。",
"2126327198": "估计持头寸所需的保证金。结果取决于杠杆率、交易手数和您的DMT5账户余额。",
@@ -1448,8 +1597,6 @@
"-23722102": "合作伙伴",
"-890622347": "联盟会员和 IB",
"-199351188": "漏洞奖励",
- "-1434418017": "<1>如有任何疑问,请通过1><2>info@besquare.my2>发送电子邮件给我们",
- "-1429361008": "欧盟国家的金融产品交易由 Deriv Investments (Europe) Limited 提供,地址为 W Business Centre, Level 3, Triq Dun Karm, Birkirkara, BKR 9033, Malta,由马耳他金融服务机构授予牌照为3级投资服务提供商(<0>牌照号码 IS/701560>)。",
"-316493159": "某些国家,包括美国、加拿大和香港或18岁以下人士无法使用本网站的服务。",
"-1497908566": "这里提到的产品可能会受到货币汇率变化的影响。如果您对这些产品进行投资,则可能会损失部分或全部资金,并且投资价值可能会波动。您不应该将您无法承担亏损的资金投入交易, 也不可使用借来的钱交易。",
"-1991343658": "交易",
@@ -1598,6 +1745,11 @@
"-1483718536": "我们不向付款代理支付佣金。您可以设置自己的每笔交易佣金率,我们的客户将承担必要的费用。",
"-1016133415": "我可以向Deriv 的客户宣传我的服务吗?",
"-876582984": "是的,前提是您遵守所有相关的条款和条件(请参见条款和条件页面上标题为“业务合作伙伴专用”的标签)。",
+ "-1434418017": "<1>如有任何疑问,请通过1><2>info@besquare.my2>发送电子邮件给我们",
+ "-618539786": "您的账户将按时关闭",
+ "-905560792": "好, 我明白",
+ "-168971942": "这对您来说意味着什么",
+ "-1308593541": "账户关闭以后您将失去访问权限,所以请确保提取所有存款。",
"-1496158755": "前往 Deriv.com",
"-373212993": "Deriv 网站",
"-1788474476": "联盟会员 & IB 注册",
@@ -1647,7 +1799,7 @@
"-197830563": "访问有限部分的客户敏感信息、后端代码或 GitHub 上的内部信息的能力",
"-611936805": "无敏感信息的暴露日志",
"-1076255913": "Asunción | 我们在巴拉圭的办事处 | Deriv",
- "-2137963507": "赛柏再也 | 我们在马来西亚的办事处 | Deriv",
+ "-2137963507": "赛城 | 我们在马来西亚的办事处 | Deriv",
"-782151140": "浏览 Deriv 在 Cyprus 的 Limassol 提供的工作机会,以找到适合您的工作。",
"-2128417897": "迪拜 | 我们在阿拉伯联合酋长国的办事处 | Deriv",
"-1799144625": "浏览 Deriv 在海峡群岛根西岛提供的工作机会,以找到适合您的工作。",
@@ -1772,35 +1924,69 @@
"-2062968282": "找不到答案?我们可提供协助。",
"-978362988": "聊天",
"-1299484872": "账户",
- "-1059028037": "为何无法开立账户?",
"-1310262676": "如何更改个人资料?",
+ "-251180453": "How can I change the currency of my account?",
+ "-221810226": "Can I change my email address?",
+ "-1059028037": "为何无法开立账户?",
"-2043299631": "如何退订营销电子邮件?",
+ "-214877260": "How can I set self-exclusion limits on my account?",
+ "-2064918290": "How do I verify my account?",
+ "-425061473": "What documents do I need to verify my account?",
+ "-172153561": "Why do I need to verify my account?",
+ "-1619463465": "Can I trade without verifying my account?",
+ "-414862292": "验证需要多长时间?",
+ "-790757582": "为何我的文件被拒收?",
"-1049383996": "什么是股票指数?",
"-1633933174": "什么是综合指数?",
"-226333706": "如何交易",
+ "-1859881435": "What assets are available for trading on weekends?",
"-1612801567": "存取款",
- "-977028772": "您支持哪些付款方式?",
- "-181763764": "处理存取款需要多久?",
+ "-1315176976": "What payment methods can I use for deposits and withdrawals?",
+ "-1547685378": "How long does it take for my deposits and withdrawals to be processed?",
"-840116640": "存取款的最小限额是多少?",
+ "-1847412788": "My withdrawal verification link has expired. What should I do?",
"-1689659144": "提款",
- "-223315135": "如何增加提款限额?",
- "-1339949921": "为什么信用卡存款不断被拒绝?",
+ "-1861727138": "How can I remove the withdrawal limit on my account?",
"-1108803896": "存款",
"-2135274535": "可否提取存款奖励?",
- "-1686360438": "为何不能提款至Maestro/Mastercard?",
+ "-383099370": "Can I deposit with my friend's/family member's debit/credit card or e-wallet?",
+ "-560703263": "Why can't I see any payment methods on the Withdrawal page?",
+ "-222181522": "Deriv 账户是否需要验证?",
+ "-35912880": "Affiliate programme",
+ "-1134652564": "What type of commission plans do you offer?",
+ "-504946033": "Who can apply as an affiliate?",
+ "-940672929": "Where can I find my referral link?",
+ "-2082521397": "What type of reports will I have access to?",
+ "-860666463": "IB programme",
+ "-1062769315": "How do I sign up as an introducing broker (IB)?",
+ "-118302649": "Why should I join your introducing broker (IB) programme?",
+ "-153524655": "How much do you pay in commission?",
+ "-548897585": "Are there any charges for joining your introducing broker programme?",
+ "-1236285182": "How and when will I receive my IB commission payout?",
+ "-1557693454": "When can I withdraw my commission?",
+ "-253752482": "Where is my money held?",
"-1787820992": "平台",
- "-1445755525": "如何自DMT5真实资金账户提款?",
- "-1833809949": "为什么我的DMT5登录详细信息与我的Deriv登录详细信息不同?",
- "-2114093568": "如何重置DMT5账户密码?",
- "-1519123821": "如何充值到DMT5真实资金账户?",
+ "-1288798840": "What are the main differences between your digital options and CFD platforms?",
+ "-1834333990": "How can I change my Deriv MT5 password?",
+ "-1723900573": "How do I log in to my Deriv MT5 account?",
+ "-1698836439": "What is the name of my Deriv MT5 server?",
+ "-617194580": "Do you offer swap-free Deriv MT5 accounts?",
+ "-227242365": "Can I change the leverage on my Deriv MT5 account?",
+ "-941684403": "What time is shown in the MT5 terminal?",
+ "-1728332105": "For how long can I use my Deriv MT5 demo account?",
+ "-1972914987": "What is the minimum volume for micro forex pairs?",
"-1531872373": "Deriv X 可交易哪些市场?",
"-385265783": "Deriv X 的最小和最大交易额是多少?",
- "-663022568": "如何开立 Deriv X 账户?",
+ "-976858633": "What's the difference between Deriv MT5 and Deriv X?",
"-1798013905": "综合账户和金融账户之间有什么区别?",
"-114658193": "Deriv X密码和Deriv密码有何不同?",
"-156237172": "如何重置Deriv X密码?",
"-2038952853": "到哪里查看我的 Deriv X 账户信息?",
+ "-315976084": "What contract types do you offer on DTrader?",
"-1952371760": "合约",
+ "-1677125826": "Can I download the chart on DTrader?",
+ "-1980078854": "什么是乘数期权?",
+ "-771604768": "How do I trade multipliers?",
"-918450098": "程序块",
"-315611205": "策略",
"-122062690": "什么是Martingale策略?",
@@ -1812,24 +1998,79 @@
"-2133437022": "什么是 Deriv P2P?",
"-1568899385": "Deriv P2P 有多安全?",
"-1567244911": "支付",
- "-532895895": "可否增加每日买入和卖出限额?",
- "-1101543580": "限额",
+ "-1812070043": "Where can I see the terms of use for Deriv P2P?",
+ "-696921894": "Why is my Deriv P2P account blocked?",
+ "-425611884": "How do I create an ad?",
+ "-1050528217": "How do I make an order?",
+ "-1745867197": "Why can't I see my ad in the Buy/Sell tab?",
"-214996581": "争议",
+ "-586363837": "How do I ensure my Deriv P2P transactions are successful?",
"-190084602": "交易",
- "-222181522": "Deriv 账户是否需要验证?",
- "-414862292": "验证需要多长时间?",
- "-790757582": "为何我的文件被拒收?",
+ "-1257202503": "How do I get in touch with the trader I’m dealing with?",
+ "-1101543580": "限额",
"-1819888683": "对不起,我们找不到任何与‘{{search}}’匹配的结果。",
"-859753143": "搜索提示:",
"-177264246": "搜索字词请保持简短,因为我们的搜索功能对简短搜索字词产生最佳效率",
- "-1475429047": "根据小组惯例,我们为客户注册设置了以下标准:",
- "-908523895": "客户必须18岁以上。",
- "-1385123522": "如果您的账户已完全通过验证,可以提交票证请求按需更改。请附上身份证和住址证明。",
- "-1967507831": "存款或开立DMT5账户后,您只能通过跟客户支持联系以更改币种。",
- "-1294180117": "如果忘记了Google/Facebook/Apple 账户密码,可以<0>重置Deriv账户密码0>以登录Deriv。",
- "-1588331606": "要关闭账户,请前往 <0>停用账户。0> ",
- "-292833690": "关闭Deriv账户前,请将所有持仓头寸都平仓并提取交易账户包括DMT5的所有资金。",
- "-1760393932": "您可以前往<0>设置>个人资料>0> <1>个人详细信息1>轻松完成此操作。取消选定电子邮件首选项框,然后单击“提交”按钮退订。",
+ "-1681655860": "the Malta Financial Services Authority",
+ "-435600202": "Help centre | Frequently asked questions | About | Deriv",
+ "-254542421": "Here are some possible reasons you aren't able to create an account:",
+ "-1739646504": "You’re below 18 years old.",
+ "-1116525030": "You may already have a Deriv account.",
+ "-1910608693": "Our services aren't available in your country of residence.",
+ "-2073215708": "You can do so on the <0>Personal details0> page. If you’re unable to update your details, please <1>contact us via live chat1>. We may need you to send us some documents for verification.",
+ "-785517434": "While the currencies of your virtual and cryptocurrency accounts are fixed, you can change the currency of your fiat account by following the steps below.",
+ "-582231303": "Select <0>Fiat currencies,0> choose the currency you want, and click <0>Change currency.0>",
+ "-703297687": "If you have open positions, close them first.",
+ "-599281490": "For your Deriv real account, go to <0>Cashier0> to withdraw your funds.",
+ "-188538325": "For your Deriv MT5 and Deriv X real accounts, go to your dashboard to withdraw your funds.",
+ "-1129279211": "<0>Contact us via live chat0> and we’ll help you change the currency of your account.",
+ "-894612350": "Hit <0>Forgot password?0> on the <1>login page.1>",
+ "-1582535828": "Enter the same email address you use for your Apple/Google/Facebook account.",
+ "-2136863307": "Now, you'll be able to log in to your Deriv account using your email address and password.",
+ "-803818887": "It's a fee that we charge for accounts that have been inactive for the last 12 months. Refer to <0>our terms0> for more info.",
+ "-1244219585": "Name of entity",
+ "-1523686418": "Authorisation to manage the account (if your business has more than one director)",
+ "-1883441858": "Passport and utility bill/bank statement of the person managing the account and of each director and shareholder (if your business has more than 1)",
+ "-482992615": "Utility bill/bank statement containing the address of the business",
+ "-337933411": "It depends on the laws in your country of residence. Please get professional advice on whether you're required to pay taxes on <0>your profits0>.",
+ "-464076737": "You can do so on the <0>Self-exclusion0> page.",
+ "-1687067691": "If you reside in any other country, you can adjust or remove your limits on the <1>Self-exclusion1> page. If you’re unable to change your limits, <0>let us know via live chat0>.",
+ "-1411245754": "We’ll prompt you to verify your account when it’s needed.",
+ "-1057679672": "When we prompt you to verify your account, follow these steps:",
+ "-1715758584": "<0>Log in0> to your Deriv account.",
+ "-1960993308": "Go to <0>Settings0> > <1>Proof of identity1> or <1>Proof of address1>.",
+ "-400895399": "Follow the instructions on the screen to verify your account.",
+ "-1464239544": "<0>Note:0> The <0>Proof of identity0> and <0>Proof of address0> pages will not be available if your account doesn’t need verification at this time.",
+ "-759539756": "<0>Proof of identity0>",
+ "-1047117142": "You’ll need a valid government-issued identity document such as a national ID card, passport, or driver's licence. Your document must clearly show your name, photo, and date of birth.",
+ "-864022561": "You’ll need a bank statement, credit card statement, tax statement, or utility bill. Your document must be issued within the last 6 months. It must contain your name, address, the name of the company that issued the document, and the issue date.",
+ "-469258978": "No, you must verify your account before trading.",
+ "-1403118121": "If you’re in any other country:",
+ "-1945892745": "We try to review your verification documents within the same day. In some cases, due to high traffic, it may take up to 3 business days. You’ll get a confirmation email from us once the review is complete. You can also check the status of your documents at",
+ "-217527343": "<0>Settings > Proof of identity0>",
+ "-1746837387": "We may have declined your documents because they were unclear, invalid, expired, had cropped edges, or showed details that did not match your Deriv profile. If you need help, please <0>contact us via live chat0>.",
+ "-1248152791": "When you join our affiliate programme,",
+ "-640475298": "You'll be able to take advantage of our multilingual platforms and reach clients wherever they are.",
+ "-179421588": "You'll receive prompt monthly payouts via your preferred payment method.",
+ "-874599648": "You won't be charged any hidden fees. You'll be able to see exactly what your earnings are.",
+ "-1456353153": "You'll have a dedicated account manager to help you.",
+ "-1835477277": "<0>Cost per acquisition0> (For the EU only)",
+ "-2057848186": "Earn 100 USD in commission for each successful referral. Your referred client must open a real account using your tracking link and deposit 100 USD or more (one-time or accumulative).",
+ "-1264084852": "We encourage you to become our affiliate if you are:",
+ "-317355829": "<0>A webmaster0> \n Do you have a trading-related website? Join our network of affiliates and turn your traffic into revenue by promoting our products and services.",
+ "-643644414": "<0>A trading mentor0> \n Do you mentor other traders? Help them become better traders and earn commission when they sign up and trade on our platforms.",
+ "-67585950": "A referred client is a client who signed up using your tracking link, made a deposit in their account, and started trading on our platforms. As an affiliate, you stand to earn commission from the trades performed by your referred clients.",
+ "-1388788058": "Follow these steps to get your referral link:",
+ "-379292041": "<0>Log in0> to your affiliate dashboard.",
+ "-1245795523": "Click the <0>Marketing<0/> tab.",
+ "-976921122": "Follow these steps to change your payment method:",
+ "-257221931": "<0>Log in0> to your dashboard.",
+ "-1109489026": "Click the <0>Finances0> tab and select <0>Payment instructions0>.",
+ "-1408956818": "Select your preferred payment method, enter the necessary details, and click <0>Update0>.",
+ "-817404641": "Go to <0>Reports0>, and select <0>Detailed activity report0>.",
+ "-1204121083": "Set the duration and filters and click <0>Display report0> or <0>Download report0>.",
+ "-1507095704": "Help centre | Frequently asked questions | Affiliate programme | Deriv",
+ "-1973882807": "Frequently asked questions - Affiliate programme",
"-994905306": "1. 点击左上角的“开始操作”以打开程序块菜单。",
"-1285759343": "搜索",
"-588159121": "移除程序块",
@@ -1869,46 +2110,122 @@
"-822031479": "摘要选项卡",
"-224804428": "交易",
"-1609246392": "单击工作区左下角的“图表”以查看图表。",
- "-1144380171": "我们<0>支持的付款方式0>列表包括银行电汇、信用卡和借记卡、电子钱包和加密货币。",
- "-765332281": "除非另有说明,否则您的存款和取款将在一个工作日内(星期一至星期五,格林尼治标准时间+8上午9:00至下午5:00)处理完毕。请注意,您的银行或汇款服务可能需要更多时间处理您的请求。",
- "-2129519303": "加密货币存款没有最低金额要求。",
- "-130293452": "您可以通过身份和地址验证来提高提款限额。要查看当前的提款限额,请前往<0>设置>安全性>0><1>账户限额1>。",
- "-849531377": "Maestro card和Maestro卡提款仅适用于英国客户。如果您不是英国人,请用电子钱包或加密货币提款。",
+ "-346303383": "You can use debit and credit cards, e-wallets, cryptocurrency wallets, and payment agents for deposits and withdrawals (see our <0>payment methods page0> for a complete list). Once you log in to your Deriv account, you’ll be able to see payment methods available in your country on the <1>Cashier page1>.",
+ "-2134684262": "You can get a new link on the Cashier page. Go to <0>Withdrawal0> and click Verify my request. We'll email you a new link; please remember to use it within 1 hour.",
+ "-1855944698": "Here are some reasons why your credit card deposit was declined:",
+ "-1435852820": "Your 3D SecureCode may not be activated. Please contact your bank to check.",
+ "-805026662": "Your country of residence does not match the country that your card was issued in.",
+ "-336747115": "If you need help, please contact us via <0>live chat0>.",
+ "-1168460620": "Yes, but only once your turnover exceeds an amount that's 25 times the deposit bonus value. The bonus is to help you get familiar with our trading platforms, so we'd love for you to use it to trade and earn a potential profit (which you may withdraw at any time).",
+ "-1955486267": "Mastercard and Maestro card withdrawals are only available for UK clients. If you are not from the UK, you’ll need to use a withdrawal method that’s available in your country.",
+ "-670805289": "The currency conversion for your deposits and withdrawals are done by your payment service provider. For example, if you use Skrill, your transaction amount will be converted by Skrill. Please check with your service provider regarding the conversion rates used for your deposits and withdrawals.",
+ "-1185520887": "your withdrawal request has already been authorised and processed",
+ "-1543634856": "To cancel your withdrawal, follow these steps:",
+ "-410744792": "Go to <0>Cashier > Withdrawal0>.",
+ "-1736064743": "We'll send you an email with a verification link. Click that link.",
+ "-1439607156": "Your payment method will only appear on the Withdrawal page after you've made your first deposit. If you've made a deposit and still don't see your payment method on the Withdrawal screen, it's probably because the payment method you used for the deposit cannot be used for withdrawals. In this case, you may need to use a different payment method that supports withdrawals, too. <0>Contact us via live chat0> if you need help.",
"-1257106357": "帮助中心 | 常见问题集 | 存取款 | Deriv",
"-524318410": "常见问题- 存取款",
- "-342557323": "要将资金存入 Deriv 账户,您可以以当地货币(或任何受支持的货币)向其他交易者“购买” Deriv 资金,您“购入”的金额将存入您的账户。",
- "-993408638": "我们会在每个用户开始使用 Deriv P2P 服务之前验证他们的身份——用户在 Deriv P2P 购买或销售之前需提交 POI(身份证明)文件以进行身份验证。",
- "-2050983631": "此外,所有交易均受托管服务保护。 托管服务锁定 Deriv 资金,直到双方确认交易完成。",
- "-558939780": "您可以通过银行转账、银行卡、电子钱包或任何与您交易的人商定的付款方式向其他交易者转账。",
- "-1985070919": "请注意,Deriv 无法控制 Deriv P2P 交易者之间的付款。因此,请确保您遵循您和您所交易的交易商之间商定的付款说明,并在发布广告时提供您首选的付款方式和说明。",
+ "-993497460": "<0>Deriv P2P0> is our peer-to-peer deposit and withdrawal service that’s part of our trading platform. Using Deriv P2P, you can get money in and out of your account in minutes via exchanges with fellow traders. We launched this service mainly for our clients in countries where currency exchange services are not widely accessible.",
+ "-1279056201": "We verify everyone’s identity before they can start using Deriv P2P. No anonymous transactions are allowed.",
+ "-296729461": "Additionally, all transactions are protected by escrow: the order amount is locked in escrow until both parties confirm that the transaction has been completed from their end.",
+ "-1476852890": "Yes, you’ll need a Deriv real account before you can start using Deriv P2P. Deriv P2P is a way to move funds in and out of your Deriv account.",
+ "-154362819": "Click <0>Real0>. Under <0>Deriv accounts0>, click <0>Add0>.",
+ "-1627487675": "Your Deriv P2P balance may not include all deposits made to your Deriv account. Deposits via credit cards, Skrill, Neteller, and ZingPay will not be available in Deriv P2P.",
+ "-568906967": "Go to Section 4, ‘Deriv P2P’ of <0>our terms0>.",
+ "-461691496": "Your Deriv account is suspended. Please <0>contact us0> via live chat for more info.",
+ "-1029239301": "You have cancelled 3 orders in the last 24 hours. Your account will be unblocked automatically after 24 hours.",
+ "-1141509742": "Yes, just contact us <0>via live chat0> to request a limit increase.",
+ "-1410699505": "You can use any payment method you want as long as it is agreed with the trader you’re dealing with.",
+ "-86797398": "<0>Note:0> Deriv has no control over payments made between Deriv P2P traders. Please ensure you follow the payment instructions as agreed between you and the trader you are dealing with, and provide your preferred method of payment and instructions when you post your ads.",
+ "-338149677": "Go to <0>Deriv P2P0> > <1>My ads1>.",
+ "-67297475": "Your ads are available in the <1>My ads1> tab at <0>Cashier > Deriv P2P0>.",
+ "-1869445525": "Select Buy or Sell ads.",
+ "-1378864427": "Choose the ad you want by clicking <0>Buy0> or <0>sell0>.",
+ "-1278209777": "You'll only be able to make an order once your account has been verified.",
+ "-1669612535": "If you're selling, you'll need to wait for the buyer's payment before completing the order.",
+ "-1239568034": "如果您在 Deriv P2P 交易时遇到任何问题,首先请尝试与您交易的另一方一起解决。如果对方不愿意帮助解决问题,请通过实时聊天<0>告诉我们0>,我们会帮助您解决。",
+ "-989166377": "To dispute a Deriv P2P transaction, follow these steps:",
+ "-1567088047": "Once the order has expired, click <0>Complain0> on the order details screen.",
+ "-1543692084": "We’ll seek more info on the transaction by reaching out to you and the trader you are dealing with, and we’ll try to resolve the issue within 24 hours. We’ll keep you informed of the status.",
+ "-1095411583": "For successful Deriv P2P transactions, follow these guidelines:",
+ "-693174976": "Avoid creating ads with identical amounts and exchange rates.",
+ "-2112170016": "Ensure that your account balance is sufficient to support your ads and orders.",
+ "-1098565506": "If you’re buying:",
+ "-1941726245": "Check your bank or e-wallet balance to confirm that the buyer has made payment before completing the order.",
+ "-1964387231": "Once you’ve received the payment from the buyer, try to complete the order as soon as you can.",
+ "-1705206253": "For more guidelines on using Deriv P2P, see our <0>terms of use0> (refer to Section 4 ‘Deriv P2P’).",
"-90598465": "存款无最小限额。最大存款额是每次 2,500 美元,每天可存十二次。",
"-307502515": "您可透过Deriv X交易外汇、加密货币、大宗商品和我们专有的综合指数的差价合约。",
"-577476222": "DTrader允许您以数字期权、乘数和回看的形式交易50多种资产。",
"-2134519372": "Deriv MT5 (DMT5) 和 Deriv X 都是多资产交易平台,您可以在其中利用多种资产类别的杠杆来交易现货外汇和差价合约。两者之间的主要区别在于平台布局——MT5 具有简单的多合一画面,而在 Deriv X,您可以根据自己的喜好自定义布局。",
+ "-1529587893": "Follow these steps to add a Deriv X account:",
+ "-1383710718": "Select <0>Real account0> or <0>Demo account0>.",
+ "-780401736": "If you’re adding your first Deriv X account, you’ll need to set your Deriv X password. If you’ve already set your Deriv X password before, you’ll need to enter it now.",
+ "-1285898327": "Your new Deriv X account is now ready.",
+ "-527968812": "You'll need to add a Deriv X account first. After that, follow these steps to log in:",
"-2055925090": "您可通过金融账户交易外汇、加密货币和大宗商品等金融市场的差价合约 (CFD) 。",
"-1720135689": "前往 <0>账户设置0>。点击 “安全和保障” 下拉菜单并选择 “密码”。在 “Deriv X 密码”点击 “更改密码” 以重置密码。",
"-535620163": "要从Deriv的Deriv X 账户提取资金,您需先将资金转移到Deriv账户中。前往收银台 > 账户之间转账,然后按照屏幕上的说明操作。",
"-2015877045": "帮助中心 | 常见问题集 | Deriv X | Deriv",
"-529738098": "常见问题 - Deriv X",
"-971172690": "Deriv X 账户的最小 / 最大存款额是多少?",
- "-844199531": "DMT5是多资产交易平台,可用于杠杆交易现货外汇和差价合约(CFD)。",
- "-35355043": "DMT5 高级账户是100%A Book账户。让您直接进入市场交易,您也可直接访问外汇流动量提供商。",
- "-315308558": "DMT5综合指数账户让您以最低真实市场波动率进行差价合约综合指数交易。它全年无休,全天候交易,公平审计由第三方独立机构监控。",
- "-1390301231": "要在Deriv的MT5账户存入资金,您需使用Deriv账户中的资金。前往<0>收银台>0> <1>账户之间转账1>,然后按照屏幕上的说明操作。",
- "-1374692096": "要从Deriv的MT5账户提取资金,您需将资金转移到Deriv账户中。前往<0>收银台>0> <1>账户之间转账1>,然后按照屏幕上的说明操作。",
- "-1538690809": "Deriv 的MT5 是独立的交易平台,不受我们的网站托管。您的DMT5登录详细信息可让您访问MT5平台,而您的Deriv登录详细信息可让您访问我们网站托管的平台,例如DTrader和DBot。",
+ "-935980097": "The Deriv MT5 Synthetic account offers contracts for difference (CFDs) on synthetic indices. Our proprietary synthetic indices mimic the price movement of real financial markets but are not affected by market events. Trading on synthetic indices is available 24/7, even on weekends and holidays. There are more than 15 indices to choose from, with different levels of volatility and market behaviour.",
+ "-787503172": "The Deriv MT5 Financial account offers CFDs on forex, commodities, cryptocurrencies, stocks, and stock indices, with high leverage and variable spreads for maximum flexibility. This account offers more than 100 assets, and 24/7 trading is available on cryptocurrencies.",
+ "-300839534": "You'll need to transfer funds from your Deriv account to your Deriv MT5 account. You can do this on the <0>Cashier page0>. Transfers are instant; your funds will be available in your Deriv MT5 account as soon as you complete the transfer.",
+ "-1348787775": "Follow these steps to reset your Deriv MT5 password:",
+ "-1111031408": "Go to your <0>Deriv MT5 dashboard0>.",
+ "-985140221": "Click <0>Confirm0>.",
+ "-1222605568": "We'll send you an email. Click the <0>Change password0> button in that email.",
+ "-1184173356": "You'll be taken to the Change password screen. Enter a new password and click <0>Create0>.",
+ "-1462766296": "You can log in to your Deriv MT5 account via the MT5 desktop app, web terminal, or mobile app. You'll need the login ID and server name from <0>your Deriv MT5 dashboard0>. Please remember to use your Deriv MT5 password to log in to Deriv MT5.",
+ "-1089619392": "You can set the investor password on your <0>Deriv MT5 dashboard0>. Click <1>Password1> on your Deriv MT5 account, and select <1>Investor password1> to set a new password.",
+ "-351288377": "No, we don't.",
+ "-1987596175": "You can't reactivate your Deriv MT5 account. Instead, you can create a new one on your Deriv <0>MT5 dashboard0>.",
+ "-38304396": "No, you can't. There's a fixed default amount for each asset. The leverage applied to your account can be found on your <0>Deriv MT5 dashboard0>.",
+ "-88115138": "Greenwich Mean Time (GMT).",
+ "-1741073621": "If you need a statement of your trades on Deriv MT5, follow these steps to download a 3-month statement:",
+ "-1684440937": "Log in to your MT5 account via the desktop app.",
+ "-1374165891": "Right-click on <0>Time0>, click <0>Report0>, and select <0>Open XML0>.",
+ "-1795964107": "If you need a statement for a more extended period, contact us via <0>live chat0>, and we'll help you with it.",
+ "-309622502": "Yes, we’ll transfer your balance to your Deriv account before your Deriv MT5 account is deactivated.",
+ "-586122892": "No, this isn’t possible on MT5.",
+ "-518416448": "No, you can't, but you may have multiple Deriv MT5 Synthetic accounts on different servers.",
+ "-2007650229": "Yes, you can trade micro forex pairs with a Deriv MT5 Financial account.",
"-1593152023": "帮助中心 | 常见问题集 | DMT5 | Deriv",
- "-1762311912": "我们通过DTrader提供三种合约类型:上涨和下跌、高价和低价以及数字。",
+ "-1402025716": "<0>DTrader0> is one of our trading platforms. It offers digital options and multipliers on a variety of assets in financial and synthetic markets. ",
+ "-798714068": "You can trade forex, stocks, stock indices, commodities, cryptocurrencies, and synthetic indices on DTrader. Some markets may not be available in certain countries.",
+ "-1758753185": "These contracts are available on DTrader:",
+ "-1572548510": "Ups & Downs",
+ "-922253974": "上涨/下跌",
+ "-1361254291": "高于/低于",
+ "-1691868913": "触及/未触及",
+ "-763273340": "数字期权",
+ "-330437517": "符合/相差",
+ "-657360193": "大于/小于",
"-1442307043": "帮助中心 | 常见问题集 | DTrader | Deriv",
"-1544998943": "常见问题- DTrader",
+ "-1301260207": "You'll earn commission whenever your clients trade CFDs on MT5, even on weekends and public holidays.",
+ "-110767819": "You'll have access to various marketing tools to help promote our products and services to your clients.",
+ "-289567912": "Find out more about our IB programme <0>here0>.",
+ "-898871903": "No, it's completely free of charge.",
"-17396892": "需要帮忙?对 Deriv 的服务和在线交易平台有疑问吗?阅读我们的常见问题解答或向我们提问。",
+ "-199125243": "Multipliers (also known as multiplier options) is a trade type that gives you an opportunity to amplify your profit without risking more than your stake. To find out more, visit <0>the Multipliers page0>.",
+ "-1755209362": "Watch <0>this video0> to know more about trading multipliers.",
+ "-1343499861": "Help centre | Frequently asked questions | Multipliers | Deriv",
"-11499858": "不,除非出现提示,否则您无需验证您的Deriv账户。如果您的账户需要验证,我们将通过电子邮件与您联系以启动验证过程,并为您提供提交文件的明确说明。",
- "-1314529357": "大宗商品是在环境中自然生长或生产的。例如原油、金属、黄金和白银。",
- "-720675222": "综合指数是Deriv专有的,也是我们自己的综合市场集合,特别设计以模拟现实世界的市场波动,不受实际事件和其他外部干扰的影响。",
- "-817895916": "数字期权是具有固定赔付的金融工具,您只能从两种可能的结果中预测结果。",
- "-634329620": "我们提供三个交易平台:DTrader、DBot和DMT5。无论您是新手还是经验丰富的操盘手,每个平台均可满足各种交易风格和经验。",
- "-1689847421": "您可前往<0>设置>安全保障>0><1>账户限额 1>查看您账户的交易限额。请注意,如果您的账户余额超过最大账户现金余额,则必须从账户中提取资金,以使账户余额低于最大限额。",
- "-1889877048": "综合指数可全天候交易。",
+ "-1846766027": "外汇是世界各货币的全球市场,不同货币的价值以外汇货币对的形式相互比较,如欧元/美元、澳元/日元等。外汇市场决定每种货币的汇率。",
+ "-192959524": "Read <0>this article0> to learn more about trading forex on Deriv.",
+ "-1879171974": "A commodity is either grown or produced naturally in the environment, such as agricultural products, livestock, crude oil, and precious metals like gold and silver.",
+ "-339093963": "Read <0>this article0> to learn more about trading commodities on Deriv.",
+ "-691446230": "Stock indices measure the value of a group of companies in the stock market. This allows investors to see how a particular set of assets is performing.",
+ "-1412546523": "Read <0>this article0> to learn more about trading stocks on Deriv.",
+ "-367005179": "Read <0>this article0> to learn more about trading synthetic indices on Deriv.",
+ "-1542650156": "CFDs let you predict the price movement of underlying assets without actually owning them. With CFDs, you open a position based on your prediction, and you'll earn a profit if you close your position when the price moves in your favour.",
+ "-1790114248": "We have a diverse suite of 6 trading platforms: <0>Deriv MT50>, <1>Deriv X1>, <2>DTrader2>, <3>DBot3>, <4>SmartTrader4>, and <5>Binary Bot5>. Each of these platforms is designed to fit any trading style, regardless of your trading experience.",
+ "-639381175": "Note: DBot, SmartTrader, and Binary Bot are not available in the EU and UK.",
+ "-626094848": "Build your trading bot for free on <0>DBot0> or <1>Binary Bot1>; no coding is needed. You’ll also find free pre-built strategies on DBot that you can customise to your needs.",
+ "-578264817": "Trading limits are only applicable to your Deriv real account. You can see the limits on your account on the <0>Account limits0> page (you must be <1>logged in1>).",
"-1618901770": "帮助中心 | 常见问题集 | 交易 | Deriv",
"-2085755369": "常见问题- 交易",
"-396178446": "100多种可交易的资产",
@@ -2152,7 +2469,6 @@
"-1669418686": "澳元/加元",
"-1548588249": "澳元/瑞士币",
"-79700881": "纽元/美元",
- "-1800672151": "英镑指数",
"-1402324349": "加元/瑞士法郎",
"-1398238048": "加元/日元",
"-244869624": "瑞士币/日元",
@@ -2249,17 +2565,11 @@
"-1522453105": "<0>瑞士200>关注瑞士20家最大、股票流动性最高的公司的表现。",
"-1848325573": "<0>英国1000>关注英国100家最大上市公司的股票表现。",
"-1650735154": "这些指数在两个价格点(边界)之间波动,偶尔会突破边界以平均每达到其边界的100或200倍时创建新的范围。",
- "-962930783": "<0>澳元指数0>衡量澳元相对于五种全球货币(美元、欧元、英镑、日元、加元)的价值,每种货币的权重均为20%。",
- "-1910214848": "<0>欧元指数0>衡量欧元相对于五种全球货币(美元、澳元、英镑、日元、加元)的价值,每种货币的权重均为20%。",
- "-1763966856": "<0>英镑指数0>衡量英镑相对于五种全球货币(美元、欧元、澳元、日元、加元)的价值,每种货币的权重均为20%。",
- "-1448477512": "<0>黄金指数0> 衡量黄金相对于五种全球货币(欧元、英镑、日元、澳元、美元)的价值,每种货币的权重均为20%。",
"-754071100": "<0>英镑篮子0>衡量英镑相对于五种全球货币(美元、欧元、澳元、日元、加元)篮子的价值,每种货币的权重均为20%。",
"-1164156648": "这些指数与<0>200%及300%持续波动率0>的模拟市场相对应。",
"-475767247": "<0>澳洲2000>关注澳洲200家最大上市公司的股票表现。",
"-2035089048": "<0>西班牙350>关注西班牙35家最大公司的股票表现。",
"-1312740087": "<0>高于/低于:0> 预测退市现价在合约到期时将高于或低于目标价(屏障)。",
- "-1691868913": "触及/未触及",
- "-763273340": "数字期权",
"-467543474": "<0>相符/差异:0>预测合约最新价格的最后一个数字会是什么数字。",
"-12379677": "<0>偶/奇:0>预测合约最新价格的最后一个数字是偶数或奇数。",
"-1048378719": "重设买/卖权",
@@ -2318,21 +2628,26 @@
"-963218544": "无法决定哪种计划或佣金计划适合您?",
"-1930772663": "Deriv MT5综合",
"-1016171176": "资产",
+ "-2082672713": "1",
"-549581742": "波动率 10 指数 ",
"-456885316": "波动率 75 指数 ",
"-1649127643": "1.75",
"-2068763730": "5",
"-2083395832": "7.5",
+ "-1587730975": "10",
+ "-784871058": "15",
"-524043424": "1.25",
"-849512762": "2.50",
"-1925239974": "以500,000美元的价格进行1手波动率75指数的一回合交易将根据以下公式支付25美元佣金:",
"-55785537": "您的客户使用 MT5 金融账户交易时赚取收益。",
"-978761772": "2美元",
"-543177967": "股票指数",
- "-1587730975": "10",
+ "-1097570263": "外汇交易每手有 2 美元的固定佣金(仅适用于标准手)。1 手欧元/美元的交易将根据以下公式支付 2 美元佣金:",
"-834024219": "已先计算好 DMT5 金融",
- "-1981982611": "加密货币资产 1手比特币/美元的一回合交易(比特币换美元的兑率为50,000美元)将根据以下公式支付10美元佣金:",
+ "-800044382": "金属交易每手有 4 美元的固定佣金。1 手黄金/美元的交易将根据以下公式支付 4 美元佣金:",
"-1825768469": "接下来计算好 DMT5 金融",
+ "-1923011108": "For cryptocurrency assets, a deal for 1 lot of BTC/USD (with a BTC to USD exchange rate of USD 50,000) will pay out USD 5 in commission based on the following formula:",
+ "-1268684459": "第三计算好 DMT5 金融",
"-2061883933": "2.5",
"-1587788256": "接下来计算好 DMT5 金融 STP",
"-921778308": "如何计算",
@@ -2413,9 +2728,6 @@
"-854296036": "获得合规团队的最终批准后,您的详细信息将会发布在我们的付款代理列表中。",
"-1340544588": "每天执行多次存款和提款。",
"-5296999": "了解如何成为 Deriv 的支付代理,以扩大您的客户群并赚取额外收入。",
- "-119617711": "RTS27 2020",
- "-1439749066": "RTS27 2019",
- "-1364758050": "Deriv Investments (Europe) Limited 的第3支柱资料披露报告已根据第四资本要求指令和资本要求规则编写而成。请参阅此报告以了解我们作为市场参与者严格遵守市场纪律的方式。",
"-1601657282": "Deriv Investments (Europe) Limited 已根据投资公司规则和指令编写了财务披露报告。请参阅此报告以了解我们作为市场参与者严格遵守市场纪律的方式。",
"-1695974481": "这些文件为您提供关于我们投资产品的关键信息。根据法律要求,我们必须提供这些信息以便帮助您了解这些产品的性质、风险、成本、潜在收益、和损失, 并帮助您与其他产品相比较。",
"-1127433262": "RTS",
@@ -2441,12 +2753,16 @@
"-431262594": "差价合约 - 综合指数",
"-1311570171": "牌照和监管信息 | Deriv",
"-1833153607": "Binary.com持有多个牌照,并遵守世界各地的交易规则。Deriv 在其管辖权下运作。",
- "-1720897015": "Deriv.com 和 Binary.com 的服务由 Deriv 集团提供。该集团拥有多家子公司,获得许可在其注册辖区运营 Deriv.com 和 Binary.com。",
+ "-1488849807": "Deriv.com 的服务由 Deriv 集团提供。该集团拥有多家子公司,获得许可在其注册辖区运营 Deriv.com。",
"-1131400885": "Deriv Investments (Europe) Limited",
- "-959669250": "Deriv Investments (Europe) Limited 有权通过欧盟金融护照权利在任一欧盟成员国提供服务。以上是有权通过欧盟金融护照权利访问Deriv.com 的欧盟国家列表。",
+ "-430532854": "Deriv 投资 (欧洲) 有限公司 – W Business Centre, Level 3, Triq Dun Karm, Birkirkara BKR 9033, Malta - 在马耳他获得许可证 (<0>许可证编号 IS/701560>) ,并根据《投资服务法》受马耳他金融服务管理局监管,可在欧盟提供投资服务。",
+ "-2051445931": "想要进行金融工具交易的欧盟客户可在 Deriv Investments (Europe) Limited 拥有账户。",
"-112814932": "Deriv (FX) Ltd",
+ "-246692869": "Deriv (FX) Ltd – 地址是 F16, Level 1, Paragon Labuan, Jalan Tun Mustapha, Labuan 87000, Malaysia – 由Labuan 金融服务管理局授予许可证(<0>许可证编号MB/18/00240>)。",
"-1474169625": "全球其他地区 (除了某些受限制国如美国、加拿大和香港) 想要进行外汇和加密货币的差价合约交易的客户可在 Deriv (FX) Ltd. 拥有DMT5 金融 STP 账户。",
"-2019617323": "Deriv (BVI) Ltd",
+ "-689442324": "Deriv (BVI) Ltd – Kingston Chambers, P.O. Box 173, Road Town, Tortola, British Virgin Islands – 已由英属维尔京群岛的金融服务委员会授予牌照(<0>牌照编号 SIBA/L/18/11140>) 。",
+ "-1186445863": "全球其他地区 (除了某些受限制国如美国、加拿大和香港) 想要进行金融工具,包括加密货币的差价合约交易的客户可在 Deriv (BVI) Ltd. 拥有DMT5 金融 STP账户。",
"-1089385344": "Deriv (SVG) LLC",
"-951213826": "Deriv (SVG) LLC 位于 Hinds Buildings, Kingstown, 圣文森特和格林纳丁斯(公司编号:273 LLC 2020)。",
"-1179448605": "Deriv 有限公司",
@@ -2557,7 +2873,6 @@
"-976479290": "止损和交易取消功能不能同时使用。",
"-1088149692": "这是为了防止您在使用交易取消时损失金钱。取消交易功能允许您收回全部投注额,如果您在打开头寸的一小时内取消合约。另一方面,如果市场对您的持仓不利,止损将使您的合约平仓。但是,一旦取消交易功能到期,您可以对未平仓合约设置止损水平。",
"-993588400": "止盈和交易取消功能不能同时使用。",
- "-1980078854": "什么是乘数期权?",
"-715015407": "Deriv 乘数期权结合了杠杆交易的优势和有限的期权风险。这意味着,当市场走势对您有利时,您的潜在利润将加倍增高。如果市场走势与您的预测相反,则您的亏损仅限于您的投注金额。",
"-2055316208": "<0>没有使用乘数时0>,如果市场上涨25%,您将获得25%* $ 100 = <1> $ 25的利润<1>。",
"-222486173": "<0>使用x5乘数时0>,如果市场上涨25%,您将获得25%* $ 100* 5 = <1> $125的利润<1>。",
@@ -2590,10 +2905,8 @@
"-1192024363": "推测世界主要大宗商品(白银、黄金、石油和能源)的价格走势。",
"-1421344186": "Deriv 的交易期权",
"-412753503": "回顾期权仅可通过综合指数交易。",
- "-922253974": "上涨/下跌",
"-513919250": "如果您选择‘低于’期权,只要退市现价严格低于入市现价,您将获得赔付。",
"-780207001": "如果您选择‘允许等值’, 如果退市现价高于或等于‘高于’的入市现价, 您将获得赔付。同样, 如果退市现价低于或等于‘低于’的入市现价, 您将获得赔付。",
- "-1361254291": "高于/低于",
"-1813951531": "如果您选择‘低于’期权,只要退市现价严格低于障碍,您将获得赔付。",
"-1350745673": "如果退市现价等于障碍价格, 您将不会赢得赔付。",
"-1673960856": "到期时价格处于某个范围之内/之外",
@@ -2601,10 +2914,8 @@
"-1039129655": "如果您选择‘收于区间外’期权,只要退市现价严格高于高障碍,或者严格低于低障碍,您将获得赔付。",
"-1326361265": "“保持在范围之内/超出范围之外”",
"-248048003": "如果您选择‘超出区间外’期权,只要市场在合约期限内的任何时候触及高障碍或低障碍,您将得获得赔付。",
- "-330437517": "符合/相差",
"-972537755": "如果您选择‘相符’期权,只要最新价格的最后一个数字与您的预测相同,您将获得赔付。",
"-1754746990": "如果您选择‘差异’期权,当最新价格的最后一个数字跟您的预测不同时,您将获得赔付。",
- "-657360193": "大于/小于",
"-1163143636": "如果您选择‘小于’期权,只要最新价格的最后一个数字小于您的预测,您将获得赔付。",
"-878562744": "如果您选择‘重设买权’,只要退市现价严格高于入市现价或重设时现货价,您将获得赔付。",
"-1521910502": "如果您选择‘重设卖权’,只要退市现价严格低于入市现价或重设时现货价,您将获得赔付。",
@@ -2730,7 +3041,7 @@
"-1339404877": "可靠",
"-1972583435": "公平",
"-2032112598": "负责任",
- "-1395788708": "赛柏再也",
+ "-1395788708": "赛城",
"-678475230": "马六甲",
"-1625504236": "根西",
"-1165835520": "雇员",
@@ -2754,7 +3065,7 @@
"-515732698": "首席风险官",
"-864130274": "会计主管",
"-234962411": "我们是谁 | 在线交易平台 | Deriv.com",
- "-355907358": "Deriv.com 是 Binary.com 的品牌,也是交易市场的先驱和屡获殊荣的在线交易平台。",
+ "-719133900": "Deriv 是开创性且屡获殊荣的全天候在线交易平台,为任何人、任何地点的交易者提供品种广泛的衍生品选择。",
"-599033718": "Deriv不会将您的资金用于其商业利益,并且您可以随时提取资金。您的所有资金都将被隔离,并存放在安全的金融机构。这样,万一Deriv破产,您所有钱都将退还给您,因为它永远不会与我们的资金合并。",
"-392665367": "在您需要时提供帮助",
"-367457070": "Deriv让任何人都可以轻松开始交易、了解风险并做出更好的交易决策。我们的工具和平台具有清晰又简单的说明,直观易用。我们还定期提供市场新闻、分析、网络研讨会、电子书、视频教程和帮助中心文章,以帮助您了解最新情况并成为更好的交易者。",
diff --git a/src/translations/zh_tw.json b/src/translations/zh_tw.json
index f14731de626..6489f2a2779 100644
--- a/src/translations/zh_tw.json
+++ b/src/translations/zh_tw.json
@@ -1,18 +1,23 @@
{
"1292590": "下一步該如何操作?",
"2474877": "請通過<0>即時聊天0>與我們聯繫,以更改付款方式。",
+ "4506932": "How do I add a Deriv X account?",
+ "7128051": "How can I adjust or remove my self-exclusion limits?",
"7228511": "根據我們設定的閾值確定每筆交易的佣金。",
+ "11019706": "Your available balance for Deriv P2P may not reflect your entire Deriv balance. This is because deposits made via some payment methods won’t be available for Deriv P2P. See <0>Why is my Deriv P2P balance different from my Deriv account balance?0> for more info.",
"13119092": "客戶",
+ "15238581": "Go to the first item in the media gallery and click <0>Get media0> code.",
"17217397": "加密貨幣",
"19552684": "美元籃子",
"21294053": "1999 年以來,該集團致力為全球交易者提供完整和可靠的服務。除嚴格遵守監管規則外,我們也始終堅持最高的道德標準。",
"22146527": "安全與反應快速的平台",
+ "22354933": "Your money is held in secure financial institutions and is always available to you, should you wish to withdraw. We don't use your money for our business purposes.",
"22418565": "至今已交換",
"22995280": "開始交易的平台。功能強大,而且容易使用。",
- "23846717": "一旦您帳戶的交易額超過獎勵金額的25倍,您就可以免費從帳戶中取出獎金。",
"24763773": "索尼集團公司",
"24900606": "黃金籃子",
"26480598": "一般條款",
+ "26596220": "Finance",
"27830635": "Deriv (V) Ltd",
"28675270": "財務長",
"31131715": "探索 Deriv.com",
@@ -21,11 +26,12 @@
"34997376": "Deriv 的統計數字",
"39296052": "我要如何推廣 Deriv.com?",
"39595561": "檢視自動程式如何執行每一筆交易,及通過Telegram接收通知。",
- "39720204": "澳元指數",
+ "40232884": "Ensure that you make payment to the correct seller within 2 hours.",
"45577689": "賺取您的客戶在DMT5交易的佣金。",
- "48076235": "是,您可透過我們網站上的即時聊天增加每日限額,我們會以電子郵件答復您。",
"48132512": "加入我們,與我們一起成長。",
+ "48469443": "Complete <0>this form0>, and we'll get in touch with you in a couple of days. You'll need a real Deriv trading account, too. If you don't have one, sign up <1>here1>.",
"49026512": "體驗 DMT5 交易",
+ "49321507": "Do you offer micro forex pairs on Deriv MT5?",
"50586010": "Binary.com 已更名為 Deriv.com ,以下是其對合作夥伴的意義",
"53801223": "香港50",
"54033225": "0.10",
@@ -34,13 +40,15 @@
"55394707": "進行行動應用註冊時,請將代理代碼設定為<0> Deriv Limited 0>。",
"56714378": "常見問題集 - Deriv P2P",
"57395040": "點值",
+ "57885236": "Your card issuer may have blocked your transaction. Please contact your card issuer to check.",
"59521256": "找不到頁面",
"59678480": "5 - 3,000",
"60772773": "美元/俄幣",
"61663093": "連續指數",
- "68536923": "外匯交易中,一手歐元/美元的交易將根據以下公式支付5歐元佣金:",
+ "67611998": "How can I deposit funds into my Deriv MT5 real money account?",
"70604999": "由於上跳指數為綜合指數,您可全年365天全天候交易。",
"71016232": "嫩模幣/美元",
+ "71263224": "How can I cancel my withdrawal?",
"71535160": "計算持有任何未平倉頭寸的隔夜費用。該費用可以是正數或負數,具體取決於您的掉期利率。",
"71650838": "說話簡單明瞭,不模棱兩可",
"71969952": "我會看到的其他更改有哪些?",
@@ -52,39 +60,43 @@
"82730484": "支付服務提供商提供簡單的線上資金轉移、接收付款和支付方法。",
"83067481": "追蹤網址: t.deriv.com",
"84123624": "合夥計劃 | Deriv",
+ "85248718": "Memorandum and articles of association",
"87901857": "對生產資料庫的任意查詢",
"90275414": "交易<0/>變得簡單了<0/>",
"94912230": "白俄羅斯",
"97694950": "明智地交易,不要讓情緒影響您的決定。當您疲倦或受酒精影響時,請勿交易。",
"102299592": "如何計算止損和/或止盈金額",
+ "105613424": "What is the minimum amount to open a position on Deriv MT5?",
+ "106291991": "Frequently asked questions - Multipliers",
"109865596": "在 Deriv 享受週末交易,通過交易獲取最大利益",
"110140669": "如果您是專業交易者,MT5交易訊號服務讓您免費或以您確定的訂閱費用向其他交易者分享您的策略。交易者訂閱訊號以後,您每次交易時優惠將自動複製到他們的帳戶中。",
"113378532": "以太幣/美元",
- "113428590": "Deriv (V) Ltd (<0>檢視執照0>) - 1276, Kumul Highway, Port Vila, Vanuatu - 已由瓦努阿圖金融服務委員會授予執照,且是<1>金融市場協會<1/>的成員。",
"117273069": "<0>華爾街300>關注美國30家最大上市公司的股票表現。",
+ "117920584": "As per <0>our terms0>, we only allow one account per client, which you can open in the currency of your choice (either fiat or crypto). If you want to trade with other currencies, you can add multiple cryptocurrency accounts to your profile.",
"119888059": "誰可申請",
+ "121961018": "If you're residing in the EU or UK, <0>contact us via live chat0>, and we'll help you with it.",
"122171127": "全年365天無休交易乘數綜合指數。工作日全天候交易乘數外匯。",
"123005346": "客戶提款沒有人為障礙",
"123291381": "品牌重塑的內容是什麼?",
"125131030": "感謝訂閱 Deriv 學院",
- "132574588": "在<0>Deriv X 儀表板0>上選擇您要開的帳戶類型(真實或演示)並點擊“添加帳戶\"。按照螢幕上的指示開立新的Deriv X 帳戶。",
"135210620": "Deriv由多個實體包括馬爾他金融服務管理局(MFSA)、納閩金融服務管理局(Labuan FSA)、瓦努阿圖金融服務委員會(VFSC)和英屬維爾京群島金融服務委員會<0>監管0>。",
"138055021": "綜合指數",
"140083133": "向您的帳戶注入資金。開始以行動應用、桌面應用或網絡瀏覽器進行交易.",
+ "141909159": "You’ll be brought back to the Cashier page. Click <0>Review pending0> and select the transaction that you'd like to cancel.",
"143734792": "通過 Deriv 保存和轉移資金以及可能獲得的獎金的條款",
"144377171": "每日提款限額",
"146650698": "帶我去 DP2P",
"148382928": "美國航空集團公司",
"150593055": "貨幣兌換商",
+ "152299772": "Why should I join your affiliate programme?",
"152524253": "在我們極受歡迎、人性化的平台進行全球市場交易。",
"154463429": "我們的模擬交易體驗將代表真實貨幣交易,尤其是合約定價和交易限制。",
- "156791387": "請前往<0>DMT5 儀表板0>並點選該DMT5帳戶的<1>密碼1>按鈕。",
"159321990": "通過 Deriv 線上交易外匯。在我們反應迅速和充滿直觀性的交易平台開立示範帳戶並體驗範圍廣泛的貨幣對交易。",
"159937924": "RTS28 2020",
"161870324": "選擇最優惠的價格並下訂單,或為所需的價格製作廣告。",
"163040015": "加入 Deriv 的聯盟會員和 IB 計劃,爭取成為可信賴的線上交易提供商的合作夥伴的機會。",
"166309424": "沒有費用,每月和每天準時付款",
- "170598749": "籃子指數",
+ "167985771": "You can unsubscribe by going to the <0>Personal details0> page. Uncheck the checkbox that says \"Get updates about Deriv products, services and events.\" at the bottom of the page, and click <1>Submit.1>",
"171302334": "所以在此情況下您須將止損金額設為<0>-7.23 美元0>。",
"171586173": "探索 Deriv 全球各地辦事處提供的就業機會。",
"171638706": "變數",
@@ -94,7 +106,6 @@
"178716803": "運行機器人",
"179737767": "我們的傳統期權交易平台。",
"180412186": "預測退市現價在合約到期時將嚴格高於或低於入市現價。",
- "181253755": "我的交易限制是什麼?",
"181316740": "這取決於交易類型。欲知詳情,請點選指定資產並選擇“工具資訊”。",
"182438100": "常見問題集- DBot",
"187267434": "接下來,在工作區頂部的工具列上點選「儲存」。您可以選擇儲存到電腦或Google雲端硬碟。您的策略將以XML格式儲存。",
@@ -102,6 +113,8 @@
"193611235": "數分鐘內兌換。等待時間更短,交易更多。數分鐘內完成存取款。",
"194431525": "提供有代表性的演示體驗",
"194961269": "期權合約如何運作",
+ "198087093": "Digital options allow you to predict the price movement of underlying assets without actually owning them. With digital options, you open a position based on your prediction, with a set duration that closes your position automatically. You'll earn a profit if your position is closed when the price is in your favour.",
+ "198900889": "Can I open more than one Deriv account?",
"200040108": "零",
"202417731": "商品市場 | 商品交易 | Deriv",
"202712649": "快速與安全的存取款選項",
@@ -117,7 +130,6 @@
"222070679": "我們會在每月15日之後儘快將佣金直接存入您的帳戶。",
"223659990": "每手佣金(1標準手為10萬個單位)",
"224650827": "IOT/美元",
- "224785887": "我們可應要求提供有關金融行為監管局授權和監管範圍的詳細資訊。",
"227166061": "Deriv.com 是否安全?",
"228957856": "假設您要保留0.01手的波動率75指數,資產價格為40萬美元,掉期費率為 -7.5,持倉隔夜。",
"230596356": "自訂 DBot 策略",
@@ -125,9 +137,12 @@
"231711709": "隨時交易",
"231722280": "大宗商品有哪些?",
"232837971": "什麼是快速策略?如何使用?",
+ "233475101": "Read <0>this article0> to learn more about trading CFDs on Deriv.",
+ "234782678": "You can reset your affiliate password <0>here0>.",
"236080779": "功能齊全的圖表",
"236845507": "甚麼是差價合約(CFD)?",
"239216026": "門羅幣/美元",
+ "239395164": "Deriv (V) 有限公司 - 1276, Kumul Highway, Port Vila, Vanuatu - 已由瓦努阿圖金融服務委員會授予執照,且是<1>金融市場協會<1/>的成員。",
"241331061": "Deriv GO 真的很好!我一直在尋找類似的易於使用應用程式。",
"242139148": "合作夥伴",
"242356757": "提交報告",
@@ -136,11 +151,14 @@
"246106761": "我忘記了密碼,該怎麼辦?",
"247341426": "瀏覽、查找和申請納閩辦事處提供的IT、合規性和會計方面的工作。",
"248446741": "預測接下來五個價格變動系列中哪一個是最高或最低價格變動點。",
+ "250681139": "How do I log in to Deriv X?",
"253813203": "12+ 全球指數",
"255124284": "港元/日圓",
"256855210": "快速與安全的點對點存款和取款服務。",
"256942335": "多重收入機會和高額佣金",
+ "257449963": "Follow these steps to see your earnings:",
"258310842": "工作區",
+ "261542396": "We'll credit your commission for the previous month into your trading account after the 15th of every month. As an affiliate, you’ll earn commission when your referred clients trade on options and multipliers. To earn from your clients' MT5 trades, you'll need to sign up as an introducing broker. (see <0>How do I sign up as an introducing broker (IB)?0>)",
"262590832": "根據您的首選交易策略開多空頭寸。",
"263232709": "1 - 2個工作日",
"264391901": "享受令人興奮的模擬真實市場,同時避免不可預測的真實干擾。",
@@ -149,20 +167,23 @@
"267527172": "DMT5 標準帳戶為新手和經驗豐富的交易者提供高槓桿和可變點差,以提供最大的靈活性。 DMT5 高級帳戶是100% A book 帳戶,您的交易直接進入市場,使您可以直接存取外匯流動性提供商。 DMT5 綜合指數帳戶允許您針對模擬真實世界走勢的綜合指數交易差價合約(CFD)。可全天候交易,並由獨立的第三方進行公平性審核。",
"268108542": "1. 選擇「Google雲端硬碟」,然後點選「繼續」。",
"271560771": "輸入您想要交易的金額。",
+ "272283021": "You can now log in to Deriv MT5 with your new password.",
"274268819": "波動率 100 指數",
+ "274392779": "the Labuan Financial Services Authority",
"275116637": "Deriv X",
"276341434": "作為我們品牌重塑活動的一部分,您的聯盟會員登入URL將更改。",
+ "276482397": "No, you can't.",
"276645072": "2. 選擇您的Google帳戶,並將Google雲端硬碟的存取權限授予DBot。",
"278499050": "以當地貨幣在 Deriv 存取款。",
"281247370": "保證金計算器",
+ "286879509": "When do I need to verify my account?",
"287556583": "DMT5合約的點差值根據以下公式計算:",
"288004682": "無隱藏費用或佣金。",
"288719886": "捷克共和國",
"289008060": "Facebook公司",
"289731075": "開始交易",
"291605393": "希臘",
- "298511755": "首次使用信用卡向我們存款的客戶通常會發生這種情況。請要求您的銀行授權與 Deriv 交易。",
- "300084741": "差價合約(CFD)是支付開盤與收盤時資產價值之差的合約。",
+ "292497263": "Click on your account balance and click <0>Add or manage account.0>",
"300201586": "在 Deriv 開設模擬帳戶並通過我們屢獲殊榮的平台用無限量的虛擬資金練習。",
"305547463": "用戶友好功能",
"306846388": "線上交易令人興奮,但存在風險,且可能使人上癮。Deriv 為客戶爭取最大的利益,並鼓勵他們<0>安全和負責任交易0>。如您是新手,投注資金承受風險前您也可使用無限額的虛擬資金練習交易。",
@@ -177,9 +198,9 @@
"318239044": "Pfizer",
"318433321": "期權交易的可用工具",
"318815297": "隨心所欲地交易",
+ "319619035": "Will my inactive Deriv MT5 account be deactivated even though I still have a balance?",
"319934137": "歐洲<0>0>指數",
"320565687": "<0>黃金籃子0>衡量黃金相對於五種國際貨幣(歐元、英鎊、日圓、澳元、美元)籃子的價值,各貨幣的權重均為20%。",
- "322580327": "通過應用內聊天與您正在來往的交易者聊天以解決爭議。如果雙方無法達成協議,您可以通過應用內爭議工具與我們聯繫。我們將與相關方取得聯繫,並儘快解決爭議。",
"323564058": "付款已簡化。快速可靠的以當地貨幣存入資金的方法。",
"325128398": "3. 持續時間",
"326242312": "交易手數",
@@ -187,12 +208,13 @@
"332441329": "臨時 | DMT5",
"332961148": "如何新增、移除或更改已被接受的付款方式?",
"335040248": "關於我們",
- "336359962": "休眠費是對連續12個月沒有任何交易的任何帳戶收取的金額。",
+ "337214156": "What are the differences between the Deriv MT5 Synthetic, Financial, and Financial STP accounts?",
"337900732": "丹麥",
"339084000": "法律",
"339879944": "英鎊/美元",
"341589956": "法荷航集團",
"342146000": "<0>儲存到電腦中0>",
+ "342722863": "\n Learn more about our commission plans on <0>our Affiliate and IB Programme page0>.",
"343021270": "使用真實的差價合約帳戶進行交易。以槓桿進行比現有資金更大的頭寸交易。",
"343586987": "所以在此情況下您須將止盈水平設為<0>-6.83 美元0>。",
"349098817": "Deriv.com 有什麼新增內容?",
@@ -203,6 +225,7 @@
"354260859": "使用真實 Deriv MT5(DMT5)或真實 Deriv X 帳戶進行交易,並以高槓桿進行比現有資金更大的頭寸交易。",
"355340164": "Deriv X 線上交易平台",
"358838306": "客服副總裁",
+ "358998585": "The Deriv MT5 Financial STP account offers CFDs on forex and cryptocurrencies, with lower leverage than the Financial account. This is a 100% A-book account, so your trades pass straight through to the market, giving you direct access to liquidity providers. This account also offers 24/7 trading on cryptocurrencies.",
"361051814": "比如說您想在波動率50指數價格為249.5961美元時以84美元的止盈金額銷售3手,想要計算止盈水平和點值。",
"361599549": "為菲律賓的客戶進行線上銀行轉帳的付款工具。可用於存款和取款。",
"365224830": "籃子指數線上交易 | 籃子指數交易示範帳戶 | Deriv",
@@ -219,6 +242,7 @@
"376677604": "我們的 DMT5 平台有提供這些全部",
"378043056": "這些指數分別複製亞洲/大洋洲地區金融市場中頂尖上市交易公司的業績。",
"378788991": "DTrader 和 Deriv MT5 (DMT5) 現提供嶄新的綜合指數交易",
+ "379401010": "Partners",
"379730266": "所有資產的佣金支付將根據最新匯率轉換為您的存款貨幣。",
"383145223": "股票電子書",
"386443705": "我收到Deriv IB佣金的方式和時間是?",
@@ -227,14 +251,15 @@
"390647540": "真實帳戶",
"392031899": "很快即可使用",
"392840594": "有關我們的聯盟和IB計劃的查詢",
+ "393215173": "the British Virgin Islands Financial Services Commission",
"393841045": "<0>注意:0>",
"393899903": "您只能為您居住國家/地區的 Deriv 客戶提供服務。",
- "394545276": "您可以使用電子錢包存入或取出的最低限額為五美元/歐元/英鎊/澳元。其他付款方式各有不同的最低限額。",
"395057342": "我們是誰",
"396609660": "用Deriv MT5 帳戶認證完成表格。在<0>代理人0>欄位裡輸入您的帳戶伺服名稱: <1/> <0>- Deriv-Demo0> 如訊號僅適用於示範帳戶 <1/> <0>- Deriv-Server0> 或 <0>Deriv-Server-020> 如訊號僅適用於真實帳戶 <1/>\n(帳戶伺服器名稱可在<2>Deriv MT5 儀表板2>上找到。)",
"396992773": "就其提供的資產、存取款的便利性以及其他服務而言,Deriv 是迄今為止世界上最好的經紀商。 Deriv 將繼續提供最好的服務!",
"397235089": "了解您可以透過 Deriv 線上交易包括外匯、綜合指數、股票和指數、加密貨幣和大宗商品的市場。",
"398319738": "什麼是DMT5?",
+ "399948438": "Click <0>Create new ad0>.",
"400968378": "位置",
"406075956": "如果您選擇「奇數」期權,只要最新價格的最後一個數字是奇數(如1、3、5、7或9),您將獲得賠付。",
"408925924": "高達 x1000",
@@ -248,6 +273,7 @@
"419208082": "我們的 MetaQuotes 差價合約交易平台:trade.mql5.com",
"419648873": "立刻在我們的 DMT5 平台交易全球股票和股票指數。",
"420161092": "成為首批體驗 Deriv.com 的一員",
+ "421158556": "You may refer to <0>our terms0> for more information. If you need help getting into your account, <1>contact us via live chat.1>",
"421232681": "其他條款",
"422714856": "在此說明,品牌重塑是受您啟發的。我們很高興地透過 Deriv.com為您提供新的、經過改進的交易體驗。您可以隨時在這裡隨心所欲地進行所需的交易。",
"424703192": "全球其他地區(除了受限制國家如美國、加拿大和香港) 想要進行金融工具差價合約交易的客戶可在 Deriv (V) Ltd 擁有 DMT5 金融帳戶和 Deriv X 金融帳戶。此公司不提供加密貨幣的差價合約交易。",
@@ -268,8 +294,11 @@
"439798157": "匯入策略",
"441557166": "Deriv X - Deriv 可用的多資產差價合約交易平台",
"442177402": "加密貨幣對",
+ "443594501": "For your Deriv MT5 and Deriv X real accounts, log in to close any open positions.",
+ "443887309": "Your credit card balance may be insufficient.",
"447476086": "<0>國家0>報表: 顯示您的點擊率來源國家清單",
"447711315": "子域接管",
+ "448874206": "If you have active orders, keep the app open (either on your phone or computer) until your orders are completed. Try to complete your orders within 2 hours.",
"448985812": "0-19.999%",
"449277904": "什麼是 Deriv GO",
"451624200": "XTZ/美元",
@@ -278,9 +307,9 @@
"455897892": "加密貨幣電子書",
"456825069": "交易專家",
"459886707": "電子錢包",
- "460766210": "Deriv Investments (Europe) Limited, W Business Centre, Level 3, Triq Dun Karm, Birkirkara BKR 9033, Malta 在馬爾他獲得執照(<0>執照編號IS/701560>),並根據《投資服務法》受馬爾他金融服務管理局監管,可在歐盟提供投資服務。同時也經由英國金融行為監管局授權並受其監管。我們可應要求提供有關金融行為監管局授權和監管範圍的詳細資訊。",
"460878453": "5 - 10,000",
"465003790": "DMT5 登入",
+ "465522807": "<0>A signal provider0> \n Do you provide trading data for others to follow? Grow your community of traders and earn commission when they sign up and trade on our platforms.",
"467590240": "股票和指數",
"469222213": "點選<0>我的統計資訊0>標籤,然後選擇您的訊號提供者。",
"473760456": "我們盡力說得簡單明了,避免歧義,披露所有合約條款,並對交易風險以及我們的得利途徑清楚交代。",
@@ -290,7 +319,8 @@
"476621330": "開立帳戶",
"479311128": "以較低的成本進行交易並增加潛在收益。",
"480442479": "跨站請求偽造(非關鍵)",
- "482031216": "外匯是分散於全球各地、用於買賣貨幣的市場。",
+ "481274667": "How can I withdraw funds from my Deriv MT5 real money account?",
+ "481411401": "Regulation",
"482369277": "Deriv 的聯盟和推介經紀計劃提供豐富的收入機會。您推薦的客戶在平台上交易時您即可賺取佣金。",
"486935836": "忘記了Google/Facebook/Apple帳戶密碼。如何登入Deriv 帳戶?",
"487236738": "如何計算",
@@ -305,11 +335,13 @@
"494843334": "您可透過DTrader交易外匯、股票指數、大宗商品和綜合指數。",
"495686884": "為什麼選我們進行線上交易 | Deriv",
"497469280": "我們的目標是為客戶提供正常運行時間和低延遲的可靠系統,即使在低速行動資料網絡上也能做到。我們為所有主要的桌面和行動裝置提供良好的安全保障和跨設備兼容性。",
- "497717591": "Deriv P2P 可使用哪些付款方法?",
+ "497567508": "Your Deriv MT5 history will be downloaded as an XML file.",
+ "497905436": "How do I check my available balance for Deriv P2P?",
+ "500999639": "Some trade types may not be available in certain countries.",
"501413836": "750+",
"501620507": "它將如何影響我的客戶?",
"501763239": "主要貨幣對",
- "502554477": "DMT5 綜合指數、金融和金融 STP 帳戶之間有什麼區別?",
+ "504465748": "We'll email you a verification link. Click that link and set a new password for your Deriv account.",
"506797447": "<0>歐元籃子0>衡量歐元相對於五種國際貨幣(美元、澳元、英鎊、日圓、加元)籃子的價值,各貨幣的權重均為20%。",
"509964491": "即使大多數金融市場已關閉也能交易",
"510309290": "Deriv X:我們的 DevExperts 差價合約交易應用程式(<0>Android 應用程式0>、<1>iOS 應用程式1>)",
@@ -333,8 +365,8 @@
"527660774": "交易工具 | 掉期、點和保證金計算器 | Deriv",
"528858838": "鉛/美元",
"529056539": "期權",
+ "529597350": "如果您有任何未平倉頭寸,我們已將其平倉並退款給您。",
"529901734": "籃子指數交易中,一種貨幣的價值變化是根據一籃子世界上流動性最強的貨幣來衡量的。",
- "533583221": "轉帳是即時的。完成所有步驟後,您的 DMT5 帳戶餘額將立即更新。",
"538228086": "收盤-低",
"538682015": "查看我們其它的應用",
"539645627": "我們的目標是在全球範圍內提供值得信賴的市場領先產品。",
@@ -352,12 +384,14 @@
"555580651": "1. 在工作區右側的面板中點選「狀態清除」。",
"557095822": "點選<0>續訂0>按鈕續訂服務,或點選<0>退訂0>按鈕取消訂閱。",
"558327984": "我們的乘數止損和/或止盈計算器幫助您在交易時找出止損和/或止盈水平以將虧損減至最低及獲得最高利益。",
+ "561889537": "A dispute was raised against you. Please <0>contact us0> via live chat for more info.",
"562246914": "品牌重塑活動由我們的客戶,就是您所啟發。為您服務20年以來,我們覺得能更加了解您的需求。品牌重塑是我們實施改進的線上交易解決方案,以滿足您所有需求的機會。",
"562528971": "鋅/美元",
"562753315": "根西島 | 我們在海峽群島的辦事處 | Deriv",
"566274201": "1. 市場",
+ "567739189": "Why do my Deriv MT5 positions always start with a loss?",
"568954877": "3. 在任何給定時間,您只能使用一個DMT5帳戶訂閱一個訊號提供者。您最多可以在3台電腦上使用訊號。",
- "569354588": "如果您的所在國可以使用此服務,您也可以通過付款代理管理資金。",
+ "570656160": "You can use your Deriv MT5 demo account for as long as you want. However, if your account is inactive for 30 days, we'll deactivate it automatically.",
"575210404": "寄款或收款",
"575534504": "低利差",
"577779861": "提款",
@@ -370,6 +404,7 @@
"586006302": "<0>大於/小於:0>預測合約中最新價格的最後一個數字將大於或小於指定數字。",
"586789100": "多種可自訂的交易類型供選擇,投注金額最低為0.35美元,交易期限至短可達一秒鐘。",
"590858519": "無須付隔夜費用,隨心所欲保留頭寸的持倉時間。 *",
+ "593539508": "Yes, you can download the chart on DTrader (in .csv and .png) by clicking <0>Download0> on the toolbar on the left. ",
"593838951": "多個機會",
"595278941": "資產價格",
"595722471": "返回(RTP)%投注者回顧平均值約為87%的1倍乘數和1分鐘持續時間。",
@@ -392,6 +427,7 @@
"622253642": "節省時間–無需開設、監控和關閉交易。",
"623188171": "即使是周末和假日也能隨時交易加密貨幣和綜合指數。",
"624256060": "定義包括止損、止盈和交易取消等可選參數,幫助您更好地控制交易。",
+ "625438255": "作為我們提供市場變化的一部分,我們將關閉英國客戶的帳戶。",
"627388563": "差價合約的更多資訊",
"627774646": "每月訂閱產生的額外收入。",
"627845959": "交易乘數期權時要記住的事情",
@@ -400,13 +436,11 @@
"631458864": "邊緣忙亂",
"631607286": "Binary.com 已更名為 Deriv.com ,以下是您必須了解的所有內容",
"632409475": "TER/美元",
- "634033595": "Deriv P2P 是 Deriv 的點對點存款和取款服務。您可以與其他交易者交易以在 Deriv 帳戶輕鬆存入或提取資金。",
"635121138": "聯盟和IB計劃 | Deriv",
"635797490": "臨時 | DBot",
"636070520": "3. 獲取交易",
"636073620": "訂閱 Deriv MetaTrader 5 交易訊號可以複製經驗豐富的操盤手的交易,或者成為訊號提供者並分享您的策略。",
"637013579": "我們的經典拖放工具為高級使用者建立含彈出式交易圖表的交易機器人。",
- "639707096": "客戶不是被金融行動工作組織(FATF) 認定具有策略缺陷的國家和地區如白俄羅斯、加拿大、香港、以色列、澤西島、馬來西亞、馬爾他、巴拉圭、盧安達、阿拉伯聯合大公國、美國或任何其他受限制國家的居民。",
"640307277": "工程副總裁",
"640405784": "使用南非的現金優惠券支付方式輕鬆存款。",
"641347172": "您所選擇的付款方式所須的處理時間過後,資金將存入您的私人帳戶。處理時間可在<0>付款方式0>頁面查看。",
@@ -414,6 +448,7 @@
"642995056": "電子郵件",
"643554455": "請前往熱門主題查看常見問題以快速獲得答案。",
"643810262": "利用可能導致客戶虧損的交互邏輯問題",
+ "645317079": "We'll remove the <0>withdrawal limit0> once your account has been verified.",
"645902266": "歐元/紐元",
"645954408": "當市場價格漲至8,700美元時,您決定將止損水平設定為8,200美元。數個跳動點之後,價格下跌至8100美元,超過了止損價位。您的交易會自動以8100美元平倉。",
"646017912": "用於交易期權和乘數的主要應用程式。",
@@ -424,9 +459,11 @@
"654674908": "Martingale 策略是經典的交易技巧,鼓勵交易者在蒙受虧損後將合約規模增加一倍,以便獲勝時拿回損失。",
"655249194": "Deriv X是繼MT5之後的第二個差價合約交易平台。它功能齊全,並且可以根據您的交易風格構建。",
"655519080": "Deutsche 銀行",
+ "655902997": "You may reactivate your account by <1>logging in1> with your email address and password. If you're unable to do so, please <0>contact us via live chat0>, and we'll help you further.",
"658337631": "已經有<0>Binary.com0> 帳戶? 您可<1>登入1>到<0>Deriv0> ,使用您的<0>Binary.com0> 使用者名稱和密碼即可",
"662679188": " DTrader | 線上交易平台 | Deriv",
"663180477": "客戶至上的交易經驗",
+ "665599274": "Fill up the form and click <0>Confirm0>.",
"665777772": "恆星幣/美元",
"666199378": "每週7天均可獲得友善的客戶支援,並提供經驗豐富的幫助中心以及其他有用的內容。",
"666906792": "使用手機輕鬆存款。適用於加納和烏干達的客戶。",
@@ -435,14 +472,15 @@
"672008428": "大零幣/美元",
"680204734": "取款最小金額會隨著最新兌換率改變。顯示的是已四捨五入的數字。",
"680953516": "市場",
+ "682063263": "Your Deriv P2P account may be blocked for one of the following reasons:",
"682108610": "不論您是新手或經驗豐富的操盤手都將喜愛我們的交易體驗。",
"682657885": "前往 Deriv X 儀表板",
"683810917": "查看每天的 IB 佣金",
"685027643": "「交易」標籤提供每筆交易的詳細資訊,例如持續時間、障礙、開始和結束時間等。",
"686385193": "比如說您想在波動率100指數價格為 3376.24 美元時以10美元投注額開頭寸,乘數值為x100,下跌走勢的止盈金額為7.54美元,想要計算止盈水平。",
"686387939": "如何清除交易記錄?",
- "686417047": "DTrader允許您以數字、乘數和回看選項的形式交易50多種資產。",
"688617121": "高槓桿率",
+ "689068852": "Where can I see my ads?",
"689400450": "它是世界上最好的經紀商。我每天都會向所有人推薦它。他們的支援專員在所有領域都能提供極好的幫助。",
"690238026": "我們有一系列經過實踐和測試的推介工具, 包括橫幅、視訊、評論和文本廣告。如果您希望按照自己的網站需求訂製某些工具, 請通過 <0>affiliates@deriv.com0>與您的帳戶管理員聯繫。",
"690959930": "重設密碼 | Deriv",
@@ -453,6 +491,7 @@
"700128691": "我們堅定不移地恪守高道德標準的承諾。了解線上交易者選擇 Deriv 的更多原因。",
"701775446": "波動率 200 指數",
"701840176": "每十萬美元交易額的佣金",
+ "704465777": "After making your payment, share the receipt with the seller via the chat feature in Deriv P2P.",
"704532260": "不需要信用卡或最小存款,僅用電子郵件即可註冊帳戶。",
"706069088": "關於 Deriv",
"710137133": "立即申請",
@@ -484,12 +523,15 @@
"743105449": "如何充值到 Deriv X 真實資金帳戶?",
"743623600": "參考",
"746874005": "掉期外匯公式",
+ "747290779": "<0>A software developer0> \n Build your own trading platform using our API and earn commission when your clients sign up and trade.",
"751493857": "4美元",
"752024971": "已達到小數點的最大位數",
+ "752304655": "<0>Turnover0> \n Earn up to 1.5% commission for each contract bought by your clients. The lower the probability of winning, the higher your commission payout.",
"755433132": "甚麼是數字期權?",
"756066527": "本人同意<0>條款和條件0>",
"756310599": "我們所有的合約條款將保持透明,以便客戶做出明智的選擇。",
- "758038191": "瀏覽 Deriv 在馬來西亞麻六甲提供的工作機會,以找到適合您的工作。",
+ "758038191": "瀏覽 Deriv 在馬來西亞馬六甲提供的工作機會,以找到適合您的工作。",
+ "759844711": "Yes, it's completely free of charge <0>to join0>.",
"760192418": "明智地交易,不要讓情緒影響您的決定。當您容易做出錯誤的判斷時,請勿交易。",
"760233310": "我們的 Devexperts 差價合約交易應用程式:dx.deriv.com",
"762478389": "隨心所欲交易外匯、大宗商品、股票和綜合指數。",
@@ -505,6 +547,7 @@
"777848993": "可交易資產和增長",
"778624300": "使用 Deriv 的交易計算器,幫助您計算差價合約與乘數交易的掉期、點和盈虧。",
"779522948": "怡保 | 我們在馬來西亞的辦事處 | Deriv",
+ "780041225": "If you already have a demo account, here’s how to add a real account:",
"781723751": "10 - 17,000",
"783010200": "通過最大的國際股票市場指數的無佣金交易,使您的投資組合多樣化。交易世界知名的指數,例如華爾街30、美國技術100、英國100等等。交易價格低至 5美元。",
"783153785": "無限額虛擬資金",
@@ -517,6 +560,7 @@
"785973496": "葡萄牙",
"786796042": "<0>2020年6月3日0>開始啟用",
"788015089": "*適用於選定的貨幣對:",
+ "788744327": "Click <0>Change0> next to the password field, then click <0>Change Deriv MT5 password0>.",
"789376489": "美元/港元",
"790534726": "實施控制以防止非法活動",
"793647899": "您的 Binary.com 聯盟會員帳戶在 Deriv.com 也可使用。當您的客戶在 Binary.com 或 Deriv.com 交易時,您將可以獲得佣金。",
@@ -525,17 +569,23 @@
"799457743": "簡易.",
"800183478": "安全保障對我們很重要。我們通過與全球獨立的安全研究人員合作,不斷改進產品和服務。",
"800934856": "探索我們的辦事處地點 | Deriv",
+ "802021852": "If you're buying, you'll need to make payment and share your payment confirmation with the seller. Once the seller has confirmed that they've received your payment, the exchange amount will be credited into your Deriv account.",
"803989222": "綜合帳戶允許您全天候交易模擬真實市場走勢、Deriv 專有的綜合指數。",
"806165583": "澳大利亞200",
+ "806951253": "歐盟國家的金融產品交易由 Deriv 投資 (歐洲) 有限公司提供,地址為W Business Centre, Level 3, Triq Dun Karm, Birkirkara, BKR 9033, Malta,由位於Triq l-Imdina, Zone 1, Central Business District, Birkirkara CBD 1010, Malta 的馬爾他金融服務機構根據投資服務法令授予執照 (<0>執照號碼為IS/701560>)並受其監管。由金融行為監管局授權並被視為許可變更。受金融行為監管局監管。消費者保護的性質和程度可能與英國公司不同。金融服務合同制度的詳細資訊,包括允許歐洲經濟區的公司在有限期內在英國經營,以開展履行現有合同所必需的活動,可在金融行為監管局的網站上找到。",
"808426886": "我們不進行硬推銷,不提供財務或交易建議,也不承諾保證回報。我們不鼓勵弱勢群體進行交易,並實施控制以防止任何非法活動。",
"809146176": "不適用",
+ "809480545": "If you'd like to log in using your email address instead, follow these steps:",
"809649275": "幫助中心 | 常見問題集 | Deriv P2P | Deriv",
"809734567": "在<0> MQL5訊號展示頁面0>點選建立訊號按鈕。",
+ "811665902": "What is Deriv MetaTrader 5 (Deriv MT5)?",
"812101045": "保證金止損和/或止盈計算器",
"812888944": "邊緣忙亂",
"814009433": "交易總額",
+ "814289409": "Then, withdraw your funds.",
"814644033": "使用您的信用卡和借記卡購買加密貨幣,以通過此全球法定貨幣換為加密貨幣的交易所為您的Deriv帳戶充值。",
"815602603": "登入到您的Deriv帳戶。如果沒有帳戶,可免費註冊。",
+ "816534303": "To log in on your desktop, click <0>Trade on web terminal0>.",
"817637233": "感謝訂閲",
"818087675": "在 Deriv 交易",
"818659471": "6. 止損",
@@ -546,6 +596,7 @@
"825675433": "可通過 Deriv 進行的股票和指數交易",
"825815966": "固定的、可預測的賠付額",
"826511719": "美元/瑞典克朗",
+ "829379369": "You can automate your trading strategy using a trading bot. A trading bot is an automated computer program that purchases trade contracts for you while following a specific set of instructions that you provide.",
"829579058": "安全",
"831164350": "比如說您想在歐元/美元兌換率為1.17524 美元時買1手,設定止損金額為24美元,想要計算止盈水平和點值。",
"831282685": "傳送電子郵件給我們",
@@ -580,22 +631,25 @@
"868499940": "開始用 Deriv 交易",
"871486196": "在單一平台進行外匯、綜合指數、股票、股票指數、加密貨幣、和大宗商品交易。",
"874573741": "在單一平台進行外匯、股票、股票指數、和大宗商品交易。",
- "874881951": "瀏覽我們杜拜辦事處提供的工作機會。尋找適合您的 IT、市場行銷和人力資源方面的工作。",
+ "874881951": "瀏覽我們迪拜辦事處提供的工作機會。尋找適合您的 IT、市場行銷和人力資源方面的工作。",
+ "875311753": "The completion rate is the percentage of orders that the advertiser could complete within 2 hours.",
"875766134": "正在從電腦匯入",
"876581050": "斯洛伐克",
"877897643": "在 DTrader 交易外匯的好處",
+ "878441070": "Can I change the currency of my Deriv MT5 account?",
"878676836": "關鍵資訊文件",
"878922748": "什麼是差價合約帳戶?",
- "879478126": "杜拜",
+ "878929504": "Complete the form and click <0>Submit0>.",
+ "879478126": "迪拜",
"881413021": "為什麼要用 Deriv 交易期貨",
"882216897": "電子郵件是必填項",
"885479216": "<0>點擊和印象0>報表: 顯示您的命中率和點擊率",
"886712679": "擁有牌照並受監管",
"887282040": "為什麼 Binary.com 要重塑品牌?",
+ "888619169": "If you have made a deposit or have added a real MT5 account, follow these steps:",
"888978991": "這些指數分別複製歐洲金融市場中頂尖上市公司的業績。",
"889704223": "通過{{trade_no}}種靈活的交易類型以您想要的方式交易.",
"890667695": "45%",
- "891097078": "美元指數",
"893607771": "獲益於全天候(週一至週五)交易時間、高流動性、較低的入市屏障、廣泛的報價選項以及針對全球事件進行交易的機會。",
"893980632": "還有其他問題?在MQL5網站檢視<0>常見問題解答部分0>。",
"895567953": "讓您的機器人全面發揮功能的資產",
@@ -610,17 +664,21 @@
"905952695": "我們的部落格地址: https://deriv.com/academy/",
"906120998": "DTrader和DMT5之間的主要區別是什麼?",
"909083576": "404 - 找不到頁面 | Deriv",
+ "912406629": "Follow these steps:",
"912981300": "還有一件事:我們已經在 Facebook、Instagram 和 Twitter 將社交媒體資料重新命名為@Derivdotcom。請給我們點贊並關注我們,以瞭解最新消息。",
"913091440": "試用 Deriv.com 的 DBot",
"913719394": "如果您選擇「大於」期權,只要最新價格的最後一個數字大於您的預測,您將獲得賠付。",
- "914005173": "歐盟以外地區,金融產品由以下公司提供服務:Deriv (FX) Ltd, F16, Level 1, Paragon Labuan, Jalan Tun Mustapha, 87000 Labuan, Malaysia,由納閩金融服務管理局授予執照(<0>執照編號MB/18/00240>);Deriv (BVI) Ltd, Kingston Chambers, PO Box 173, Road Town, Tortola, British Virgin Islands,由英屬維爾京群島金融服務委員會授予執照(<1>執照編號SIBA/L/18/11141>);Deriv (V) Ltd(<2>檢視執照2>), 1276, Kumul Highway, Port Vila, Vanuatu, 由瓦努阿圖金融服務委員會授予執照和監管;以及Deriv (SVG) LLC , Hinds Building, Kingstown, St. Vincent and the Grenadines。",
"915392164": "根據您對市場價格走勢的預測開立多頭或空頭頭寸。",
+ "920363635": "Frequently asked questions - IB programme",
"925239281": "如何自 Deriv X 真實資金帳戶提款?",
+ "927364570": "<0>Setting > Proof of address0>",
"927510190": "預測市價在合約期限內的任何時間都保持在兩個目標價位範圍之內或超出範圍之外。",
"927827352": "一體式<0/>差價合約交易<0/>平台",
"927830157": "使用方便、帶有強大的圖表小部件的平台",
"930211164": "24/7 全天候交易",
"931190863": "3. 點選「建立變數」。",
+ "931793340": "歐盟國家的金融產品交易由 Deriv Investments (Europe) Limited 提供,地址為W Business Centre, Level 3, Triq Dun Karm, Birkirkara, BKR 9033, Malta,由位於Triq l-Imdina, Zone 1, Central Business District, Birkirkara CBD 1010, Malta 的馬爾他金融服務機構根據投資服務法令授予執照 (<0>執照號碼為IS/701560>)並受其監管。",
+ "931896911": "Go to the <0>History0> section.",
"932190946": "一天期存款限額",
"934777772": "1. 點選「開始操作」以打開區塊菜單。",
"935167918": "3.75",
@@ -639,12 +697,12 @@
"960618190": "同時在多個市場交易各種資產。",
"961530723": "Netflix 公司",
"962218636": "空中巴士集團",
+ "963202666": "How do I sign up as an affiliate?",
"963922337": "2. 相應地對區塊進行了分類。只需選擇所需的區塊並將其拖動到工作區即可。",
"964982895": "使用手機輕鬆存款。適用於烏干達和坦尚尼亞的客戶。",
"968040107": "如何找到所需的區塊?",
"968576099": "上漲/下跌",
"968627888": "包括週末和公共假期全天候交易",
- "971351835": "財務披露報表2020",
"972090300": "為何我必須轉移至 Deriv.com?",
"973734471": "芬蘭",
"973933650": "轉帳是即時的。完成所有步驟後,您的 Deriv X 帳戶餘額將立即更新。",
@@ -658,13 +716,16 @@
"992485806": "當止損水平為<0>1.17500>及當止損點值為<0>24美元0>時會自動平倉。",
"1000512133": "應用程式編程介面",
"1001160515": "賣出",
+ "1001731723": "Yes, as long as you haven’t opened a Deriv MT5 Financial STP account, you can still trade without verifying your account.",
"1004480214": "手機",
"1005687893": "在 Deriv 缐上交易| 簡單、靈活、可靠",
"1005701957": "如果您選擇「保持區間內」期權,只要市場在合約期限內的任何時間位於高障礙和低障礙之間(但並不觸及),您將獲得賠付。",
"1005941063": "存入和提取萊特幣。這是一種耐用、交易處理時間快速的加密貨幣。",
"1009128101": "易於設置-無需安裝。",
+ "1010278278": "Can I delete my Deriv MT5 account history?",
"1010645311": "預測大宗商品如白銀、黃金、石油等的價格走勢,並利用保證金擴大您的潛在利潤。",
"1011699543": "充分利用對世界經濟至關重要的自然資源的價格變動以及市場走勢進行交易。",
+ "1012902658": "是的。請<0>通過即時聊天與我們聯繫0>,我們會幫助您。",
"1015510435": "BMW",
"1016174771": "<0>下跌走勢的止損和/或止盈金額= 最大[{投注額× (-(止損和/或止盈水平- 資產價格) ÷ 資產價格× 乘數) - 佣金},-投注額]0>",
"1016273887": "差價合約被視為是複雜的衍生產品,可能不適合零售客戶。",
@@ -679,15 +740,17 @@
"1024953822": "隨時隨地交易外匯、大宗商品和加密貨幣。",
"1026160856": "預測合約最新價格的最後一個數字是偶數或奇數。",
"1027197513": "Deriv X 是容易使用的交易平台,您可按照自己的喜好自訂平台佈局,交易各種資產的差價合約。",
- "1032383871": "您可以使用 DBot 建立和運行自己的自動交易策略。還可以轉到DMT5平台中的「市場」標籤,為DMT5下載現成的交易機器人(也稱為專家顧問)。",
"1032907147": "澳元/紐元",
"1033805779": "所有 Deriv 合作夥伴計劃均可免費加入。完全不需支付任何費用或隱藏費用。",
"1033824796": "currentStake",
"1034695894": "了解 Deriv P2P 如何運作:",
"1034875052": "優質可靠的服務;經過測試和備受信賴!",
+ "1035639511": "Deriv Limited – 13 Castle Street, St. Helier, JE2 3BT, Jersey – 為以上子公司的控股公司。",
"1035890756": "新增 Deriv 真實帳戶.",
"1037965324": "百億美元+",
"1039678171": "客戶專用",
+ "1041343262": "You can chat with the trader you are dealing with via the chat feature in Deriv P2P.",
+ "1041405933": "Read <0>this article0> to learn more about automated trading on Deriv.",
"1044540155": "100+",
"1045309798": "掉期率(隔夜資金)",
"1046578159": "英鎊/新元",
@@ -702,6 +765,7 @@
"1056821534": "是否確定?",
"1057239639": "為您的交易設定可選參數",
"1058440967": "作為介紹經紀人(IB),此轉變將給我帶來哪些影響?",
+ "1062240703": "Yes, we’re regulated by",
"1062246296": "推介 Deriv.com 的 DBot",
"1062691395": "為了您的方便起見,我們將報告分開提供。",
"1065635876": "2. 監控圖表",
@@ -709,6 +773,7 @@
"1068264174": "您的 Deriv 聯盟會員儀表板,",
"1069671533": "我們是",
"1072277224": "關注我們",
+ "1072571985": "If you created your Deriv account using Apple/Google/Facebook, try resetting your Apple/Google/Facebook password. After that, you should be able to log in to Deriv as usual.",
"1074669784": "借助此適合移動設備的解決方案,為奈及利亞的客戶進行快速安全的存款和取款。",
"1077281998": "這些指數與10%、25%、50%、75%、100%、200%和300% 持續波動率的模擬市場相對應。",
"1077779258": "通用汽車公司",
@@ -716,6 +781,7 @@
"1079127917": "Deriv 獨特的綜合指數模擬真實世界的市場走勢。在加密安全隨機數字生成器的支持下,這些指數可全天候交易,不受常規市場時間、全球事件或市場和流動率風險影響。",
"1079537687": "Biogen 公司",
"1079986638": "“Deriv 的 P2P 網絡和行動應用程式",
+ "1082899428": "Deriv - 提供品種廣泛的衍生品、全天候可使用的線上交易平台.",
"1082977556": "<0>使用1:500 槓桿率進行相等於$ 100的保證金交易0>,您將承擔2%* $ 50,000 = <1> $ 1,000的虧損風險1>。",
"1084407062": "這些指數對應於<0>固定波動率為 10%、25%、50%、75% 和 100% 0>的模擬市場。平均<0>每 20 分鐘 0>出現一次向上或向下跳動的概率相同。平均而言,跳動幅度是正常價格變動的<0>大約 30 倍0>。",
"1084702344": "開立或 <0>登入0> Deriv 帳戶",
@@ -736,6 +802,7 @@
"1106746692": "開立真實資金帳戶,存款並開始交易股票 & 指數和其他市場。",
"1107638944": "用於交易的最新視頻、教程、網絡研討會 | Deriv",
"1108389724": "享受所有資產的零佣金交易。 此外,無需為選定的外匯貨幣對支付隔夜頭寸的掉期費用。",
+ "1113034090": "<0>Note:0> You'll only be able to create ads once your account has been verified.",
"1113469496": "這給您提供以美元計算的掉期費。",
"1114242450": "可通過 Deriv 進行的綜合指數交易",
"1115835371": "常見問題集- 帳戶",
@@ -746,10 +813,13 @@
"1123710409": "如何計算保證金",
"1123908498": "猴寳幣/美元",
"1124560181": "靈活及提供多個市場交易",
+ "1124829631": "What conversion rates do you use for deposits and withdrawals?",
"1124905330": "自訂交易類型",
+ "1126492980": "The <0>Buy/Sell0> tab shows you ads by other advertisers. You can see your ads in the <0>My ads0> tab.",
"1126725671": "此通知幫助您了解通過 Deriv 交易時可能出現的風險",
"1126917116": "微型貨幣對",
"1127858885": "瀏覽 Deriv 在白俄羅斯明斯克提供的工作機會,以找到適合您的工作。",
+ "1128046384": "No. You can withdraw your commission whenever you want.",
"1135059547": "問所有人",
"1136360582": "此電子書的内容包括",
"1136731907": "請注意,這些只是大約數值,並且將根據為您的帳戶設定的槓桿率和要交易的資產而有所不同。",
@@ -760,8 +830,9 @@
"1151456638": "我們重視謙遜和具雄心、能跨部門自由協作的團隊成員。",
"1151925602": "預測合約中最新價格的最後一個數字將大於或小於指定數字。",
"1152332043": "以槓桿率交易外匯、綜合指數、股票、股票指數、加密貨幣、和大宗商品。",
+ "1155361880": "Need help? Please <0>contact us via live chat.0>",
+ "1155971726": "Click <0>here0> to close your account.",
"1158101648": "正在從Google Drive匯入",
- "1161300179": "同樣,您可以通過向其他交易者“出售” Deriv 資金來從 Deriv 帳戶提款,以換取以當地貨幣(或任何受支持的貨幣)付款。",
"1161999797": "進行外匯、綜合指數、股票與指數、加密貨幣和大宗商品的交易。",
"1167224712": "我們提供多種付款方式如銀行電匯、借記卡/信用卡、電子錢包和加密貨幣等,使您的交易更加便捷!",
"1168114406": "此功能將在機器人運行時儲存累積的損益。將起始值設定為0。",
@@ -770,6 +841,7 @@
"1169378202": "付款代理 | 合作夥伴計劃 | Deriv",
"1171765024": "步驟 3",
"1172611503": "如果您選擇「亞洲下跌」期權,當最新價格低於平均價格時,您將獲得賠付。",
+ "1173289870": "<0>Revenue share0> \n Earn commission of up to 45% based on the monthly net revenue generated by your clients. The higher their net revenue, the higher your commission payout.",
"1175717636": "我可以在聯盟帳戶產生哪些報表?",
"1177080017": "DBot | 交易機器人 | Deriv",
"1178873929": "我們的網站可以使用市場上多個過濾系統進行過濾,以限制用戶對網站的存取。",
@@ -778,28 +850,29 @@
"1181506313": "Deriv P2P 是很棒的應用程式,我喜歡它!",
"1182198798": "例如,如果您在某個時間點平倉,您的淨值就是帳戶餘額加上該時間點的盈虧總和。如果該值與您當前使用的保證金的比率低於 Deriv 的止損水平,則可能會執行止損。",
"1182470294": "還沒有 Deriv.com 帳戶?",
+ "1183868384": "Is Deriv regulated?",
"1184301560": "探索 Deriv 的合作夥伴計劃,爭取機會成為可信賴的先驅的合作夥伴。我們所有的計劃都是免費的,沒有任何隱藏費用。",
"1186450032": "儲存機器人Google Drive",
"1189491487": "無佣金、無費用",
"1189875009": "經認證的歷史記錄",
"1190588251": "我們公平對待所有客戶,誠信處理投訴,並提供具有競爭力的價格,沒有隱藏費用,客戶提款時也沒有人為障礙。",
+ "1191311301": "How do I set an investor password for my Deriv MT5 account?",
"1191682103": "無需註冊。使用您的<0>Binary.com0>憑據登入。",
"1195213035": "自我禁止期滿後,如果您想重新開始交易並提出請求取消自我禁止,我們將在允許您存取網站前給予24 小時的冷靜期。",
- "1195630948": "首頁",
"1196310280": "Intel",
"1197939158": "不要接受",
"1198781410": "我們為 Deriv 設計了以客戶為中心、直觀的交易體驗,並優化了訪客轉化為客戶的體驗。我們還將為您提供吸引存取Deriv流量所需的工具和創意材料。",
- "1202465815": "您的 Deriv P2P 餘額包括 Deriv 帳戶餘額的一部分。雖然您通過電子錢包和加密貨幣進行的所有存款均可用於 Deriv P2P,但通過銀行卡進行的存款只有部分可用。",
"1205209576": "推介 Deriv.com 的 MT5",
"1207865156": "開立免費的 <0>Deriv 模擬帳戶0>",
"1208151831": "策略與項目管理副總裁",
- "1208165195": "我的提款驗證連結已過期。該怎麼做?",
+ "1208382171": "We may request more information during the signup process.",
"1211781148": "通過 AdvCash 快速、順暢與安全地存取款。 ",
"1211817306": "可通過 Deriv 進行的加密貨幣交易",
"1213111346": "什麼是差價合約交易?",
"1213902291": "要獲取每個報告,請轉到儀表板,然後選擇報告>按品牌過濾。然後選擇您要查看其佣金的平台。",
"1214098313": "請盡情享用Google Drive提供的方便和保存策略的安全保障。",
"1215637769": "通過 Astropay 快速與安全地存取款。 ",
+ "1216205330": "No. To keep your funds safe, you are strictly prohibited from using payment methods that are not yours. If you do use someone else’s payment method, we’ll suspend your Deriv account for security purposes.",
"1216280249": "負責任地交易",
"1217246029": "<0>我的成員0>報告: 根據ID和註冊日期顯示客戶清單",
"1219754757": "您的安全保障是我們的首要任務",
@@ -822,12 +895,14 @@
"1254667788": "Deriv 的 Dbot 交易平台",
"1254866713": "DMT5 交易儀表板",
"1256295276": "線上交易可能會令人興奮,但請務必注意,其中存在風險。我們鼓勵所有使用者確保帳戶的安全並負責任地交易,以體驗最佳的線上交易。",
+ "1256530668": "Go to your <0>Deriv X dashboard0>.",
"1257029444": "請查看您的電子郵箱,並點選提供的連結以重設密碼。",
"1258668610": "使用拖放功能建立機器人",
"1259598687": "英鎊/日圓\n",
- "1261154397": "Deriv Investments (Europe) Limited - W Business Centre, Level 3, Triq Dun Karm, Birkirkara BKR 9033, Malta - 在馬爾他獲得執照(<0>執照號IS/701560>),並由馬爾他金融服務機構根據投資服務法令授權提供歐盟的投資服務。同時也經由英國金融行為監管局授權並受其監管。",
"1261634270": "如何更改付款方式?",
+ "1268136992": "Go to <0>Deriv P2P0> > <1>Buy/Sell1>.",
"1268931688": "3個簡單步驟開始在 Deriv 交易籃子指數",
+ "1269263572": "Fill up the form and click <0>Post ad0>.",
"1270782712": "擁有20多年經驗、值得信賴的線上交易品牌提供服務,讓您充滿信心地進行交易。",
"1272012156": "英鎊/瑞士幣",
"1274309337": "狗狗幣/美元",
@@ -835,26 +910,32 @@
"1275674402": "多頭和空頭頭寸",
"1276342366": "聯盟會員可向受眾宣傳我們的產品和服務,包括我們優越的 DTrader 和 DBot 交易平台。客戶註冊並開始使用真實資金交易後,您將獲得佣金。",
"1280380287": "匈牙利",
- "1282417520": "您可以通過應用內聊天功能與您正在來往的交易者聊天。",
+ "1284674803": "<0>Deriv MT50> offers CFD trading on forex, stocks, stock indices, commodities, cryptocurrencies, and synthetics. <1>Deriv X1> offers CFD trading on the same markets, except stocks and stock indices.",
"1285517993": "不須編寫程式代碼,將您的交易構思自動化",
"1286094280": "提款",
"1286648079": "所有指數返回投注者的乘數期權平均值範圍為95.0-99.9%。使用其他乘數或持續時間可能會影響RTP。",
+ "1288690494": "Can I increase my daily buy or sell limit on Deriv P2P?",
"1289363035": "使用我們的模擬帳戶,瞭解使用無風險虛擬資金進行交易的方法。",
"1289646209": "追加保證金通知",
"1291658124": "這很簡單。只需前往 Deriv.com 並輸入現有的 Binary.com 憑據。您將立即能夠探索 Deriv.com 的新外觀、感受和新增功能。",
"1291852379": "50 - 5,000",
"1293479771": "保證金損益",
"1294884975": "30%",
+ "1298148281": "Go to the <0>Deriv X dashboard0>.",
"1299144461": "條款和條件",
"1299666269": "Limassol | 我們 在Cyprus 的辦事處 | Deriv",
+ "1302849350": "You can find your Deriv MT5 server name on your <0>Deriv MT5 dashboard0>. Look for <1>server1> in between the broker name and login ID.",
"1304034020": "品牌重塑後,提供了哪些新產品和服務?",
+ "1308171976": "Do I need to pay taxes on my trades/profits?",
"1311522952": "週末交易、快速存款和提款,加上綜合交易—還有什麼比這更好?",
"1312475321": "1個工作日。僅適用於英國客戶",
+ "1312811555": "To learn more about disputes on Deriv P2P, see our <0>terms of use0> (refer to Section 4.4 ‘Deriv P2P’).",
"1312819271": "假設您要交易2手歐元/美元。",
"1316697520": "乘數交易的可用市場",
- "1317425969": "Deriv 獨一無二的綜合指數無一般市場和流動性風險。在我們的 Deriv MT5、DTrader 和其他平台享受全年無休全天候綜合交易。",
"1318017828": "查找或製作廣告",
+ "1320403859": "Click your account balance.",
"1322942144": "在哪裡檢視我在 DBot 的交易狀態?",
+ "1323472781": "財務披露報表2021",
"1324235103": "如何在 DTrader 購買您的第一手乘數合約",
"1324376913": "我們的價值觀是我們文化的基石",
"1324779616": "存取後端代碼、內部時段 cookie 或其他敏感資訊",
@@ -872,13 +953,14 @@
"1353811622": "Deriv 是 Binary.com 建立、以客戶為中心的線上交易平台。我們擁有20多年的經驗和屢獲殊榮的創新支援團隊,從頭開始重新構想線上交易的體驗,以便任何人都能輕鬆開始交易。",
"1354275546": "輕而易舉的存款和提款",
"1354590562": "記錄",
- "1355243595": "如您的帳戶還未驗證,可前往<0>設定0><1>個人資料1>更改您的姓名,出生日期或國籍。",
"1355514813": "1千2百萬美元",
"1355808192": "瀏覽常見問題集",
"1357493810": "進行對世界經濟至關重要的自然資源交易。",
+ "1359080808": "Deriv 獨一無二的綜合指數無一般市場和流動性風險。在我們的 Deriv MT5、DTrader 和其他平台享受全年無休全天候綜合交易。",
"1359732815": "<0>查看漏洞範例清單0>",
"1360754724": "立刻瀏覽 Deriv.com ",
"1362578283": "高",
+ "1363124819": "You can cancel your withdrawal on the <0>Cashier page0> by following the steps mentioned in the next paragraph. Please note that you cannot cancel withdrawals if:",
"1363502727": "乘數損益",
"1364296672": "我們將根據可靠的資料準確、公平地定價和結算所有合約,不會無故拖延,以便客戶可以信任我們整個網站的價格。",
"1364947573": "Dtrader 畫板",
@@ -900,8 +982,8 @@
"1391269416": "<0>收盤-最低值:0>購入‘收盤-最低值’ 合約後,您的盈虧金額將等於合約期間內乘數值乘以收盤與最低值之間的差額。",
"1391632806": "根據交易者的完成率和兌換速度對其進行評級。",
"1393006010": "差價合約交易的基本資訊",
+ "1393602451": "Click <0>Yes0> to confirm the cancellation. Your funds will be returned to your Deriv account, and your account balance will be updated accordingly.",
"1394697594": "21,000",
- "1394889813": "位置",
"1396179592": "佣金",
"1396417530": "熊市指數",
"1399001016": "比如說您想在波動率100指數價格為 3376.24 美元時以10美元投注額開頭寸,乘數值為x100,上漲走勢的止盈水平為3400,想要計算止盈金額。",
@@ -911,16 +993,19 @@
"1406360927": "次要貨幣對",
"1407191858": "DTrader",
"1408071788": "低資本要求",
+ "1409139116": "Ensure that you’ve entered the correct amount and exchange rate in your ads.",
"1410320737": "前往 Deriv MT5 儀表板",
"1411032790": "多個可檢視線上交易的圖表",
"1411975375": "前往我們的幫助中心",
- "1415618534": "想要進行產品投資交易的歐盟客戶可在 Deriv Investments (Europe) Limited 擁有帳戶。",
+ "1412644174": "We process your deposits and withdrawals internally within 1 to 3 business days (depending on your <0>payment method0>). It may take longer for your funds to reach you due to the different processing times by banks and payment service providers. See our <0>Payment methods0> page for a complete list of the processing times for each payment method.",
"1416248668": "選擇最佳兌率",
"1418467036": "付款代理 | 合作夥伴 | Deriv",
+ "1421464735": "You can get more info about this on our <0>Regulatory information0> page.",
"1423609990": "利用熱門的加密法定貨幣對的價格走勢進行槓桿交易。",
"1424805407": "作為我們與您的客戶的重要合作夥伴網絡的一部分,您可能很好奇並且擔心這種轉變的意義。我們整理了本指南,以幫助您更加了解品牌重塑,並為您與客戶的交流提供支持。",
"1425594249": "手機上的最佳交易體驗。",
"1425780786": "DTrader使線上交易保持簡單,讓您交易外匯、指數、大宗商品和綜合指數。",
+ "1426151926": "Can I change the server for my Deriv MT5 account?",
"1426790442": "推測主要外匯對的價格走勢,並增加您的潛在獲利,同時虧損不會超過投注額。",
"1433223815": "可通過 Deriv 進行的籃子指數交易",
"1433574125": "請注意:",
@@ -931,10 +1016,14 @@
"1439020196": "這些指數顯示<0>一系列1000、500、或300跳動價位0>中出現的平均價格是下跌(崩盤)或激增(興旺)。",
"1441027550": "可能在您所在的國家/地區不可使用,或者可能是錯誤的連結將您帶到了這裡。",
"1445592224": "您不小心給了我們另一個電子郵件地址(通常非您本意,而是屬於工作或個人性質的)。",
+ "1445901371": "在<0>綜合0>或<0>金融0>帳戶之間挑選。然後,點選<0>新增真實帳戶0>或<0>新增示範帳戶0>。",
"1448470646": "4. 挑選用以儲存策略的資料夾,然後點選「選擇」。",
+ "1450233348": "If you haven’t made a deposit or added a real MT5 account, follow these steps:",
"1451636739": "直觀式工具",
"1454189755": "如果退市現價等於低障礙或高障礙, 您將不會贏得賠付。",
"1454243296": "最低資本要求,風險有限",
+ "1456673219": "How and when will I receive my commission payout?",
+ "1456920032": "<0>Deriv X0> and <1>Deriv MT51> offer CFD trading on a similar range of assets, where you're able to open positions with leverage and your potential profit is only known when you close your positions. It's riskier than digital options trading because while you may potentially gain a lot if you win, you may also lose a lot if you don't. Deriv X and Deriv MT5 are popular among our traders who enjoy the risks as part of the excitement of CFD trading.",
"1458263388": "您的客戶使用 MT5 金融 STP 帳戶交易時賺取收益。",
"1458583383": "學院",
"1463614633": "此計劃不涵蓋以下第三方應用程式:",
@@ -946,56 +1035,69 @@
"1472787414": "股票和股票指數:基本資訊",
"1475208422": "巴黎",
"1479399998": "瀏覽 Deriv 在盧安達 Kigali 提供的工作機會,以找到適合您的工作。",
+ "1480607246": "This difference is because MT5 is a third-party platform that requires its own login credentials. Your Deriv MT5 login gives you access to the MT5 platform, while your Deriv login gives you access to our digital options platforms such as DTrader and DBot.",
"1484774405": "0.25",
"1485752074": "在具有強大圖表技術的安全、直觀且易於使用的平台上進行交易。",
"1486874803": "喜歡 Binary Bot?",
+ "1488554938": "If you don’t have a Deriv account yet, <0>sign up0> for free.",
+ "1489350747": "To become an IB, you'll need to be an existing affiliate with a Deriv account and an MT5 Synthetic real account. If you do, you can apply to become an IB by writing to us at <0>affiliates@deriv.com0>. <1>Get more info about our IB programme1>.",
"1489994179": "瀏覽 Deriv 在巴拉圭 Asunción 提供的工作機會,以找到適合您的工作。",
"1490540125": "如何讓交易策略自動執行?",
+ "1490936453": "For your Deriv real account, go to <0>Reports0> to close or sell your open positions.",
"1491012687": "Deriv P2P:我們的點對點支付應用(<0>Android 應用0>、<1>iOS 應用1>)",
"1491181763": "跳出範圍100指標",
"1492594418": "透過台式機和移動裝置輕鬆存款和取款。",
"1493671770": "<1>注意:1>您須將MQL5帳戶升級為賣方狀態,才能新增訊號。如果尚未升級,請<0>按照本頁面的步驟0>操作,以註冊成為賣方。",
"1493835906": "法國",
+ "1496486675": "Why can't I withdraw using Maestro or Mastercard?",
"1496810530": "英鎊/澳元",
+ "1498651658": "Yes. <0>Contact us via live chat0>, and we'll help you through it. We'll need the following information:",
"1499981850": "330K+",
"1502162725": "靈活的交易類型,投注額要求最低",
"1502175389": "這為您提供以外匯貨幣對為報價貨幣,或大宗商品以標的資產為面額的掉期費率。",
+ "1502453121": "Your orders are available in the <1>Orders1> tab at <0>Cashier > Deriv P2P0>.",
"1502642397": "三個特地為您製作、功能強大的平台中任選一個",
"1503602940": "如果您的保證金水平低於 Deriv 的追加保證金水平,您將收到追加保證金通知,警告您帳戶即將接近止損水平。",
- "1504960339": "Deriv (FX) Ltd - 地址: F16, Level 1, Paragon Labuan, Jalan Tun Mustapha, Labuan 87000, Malaysia - 已由 Labuan 金融服務管理局授予執照 (<0>執照編號MB/18/00240>)。",
+ "1504670496": "The minimum amount you’ll need to open a position on Deriv MT5 depends on the margin required for each asset. You can calculate the margin required using our <0>margin calculator0>.",
"1505978883": "<0>檢視所有問題0>",
"1509244758": "方式",
"1510075920": "黃金/美元",
+ "1516537408": "您不能再在 Deriv 交易或將資金存入帳戶。",
"1516676261": "存款",
"1521590614": "這將存儲最近購買的合約中使用的投注金額。您可以根據自己的策略分配任何金額。",
+ "1522587298": "Take note of your <0>username0> and password.",
"1524033858": "什麼是DTrader?",
"1525885795": "作為付款代理,我能收到Deriv的佣金嗎?",
"1528031455": "已經有帳戶?",
"1529602839": "水平",
- "1534697187": "RTS28 2019",
"1536955851": "期權交易 | 交易類型 | Deriv",
"1537212469": "現貨價格",
- "1539108340": "歐元指數",
"1539984821": "即使在周末也可以通過全天候即時聊天對Deriv支持團隊提出疑問。您還可以在我們的<0>幫助中心0>找到答案,並在<1>社區1>與其他的交易員交流和獲得幫助。",
+ "1540879673": "How do I change my affiliate payment method?",
"1541818425": "重設密碼",
"1542393407": "在 Deriv 的差價合約交易功能",
"1542938499": "在東南亞最受歡迎的支付軟體解決方案。目前可用於在越南、泰國和印度尼西亞存款。",
+ "1546535785": "Are there any conditions that I should meet before I can withdraw my commission?",
"1546917177": "5 - 750",
"1550574351": "假設您要保留兩手歐元/美元外匯交易,其點值為0.00001,掉期費率為 -0.12,持倉隔夜。",
- "1550835977": "全球其他地區(除了受限制國家如美國、加拿大和香港) 想要進行金融工具和加密貨幣差價合約交易的客戶可在 Deriv (BVI) Ltd. 擁有 DMT5 金融 STP帳戶。",
"1551153165": "您可以在 Deriv 交易以下期權:",
"1551172020": "澳元籃子",
"1552847627": "了解有關如何成為 Deriv 付款代理的所有詳細資訊。給我們傳送電子郵件申請!",
"1553783327": "有需要時獲得專業、友好的支援。",
"1553836855": "開立模擬帳戶",
"1553995374": "1美元",
+ "1555213049": "List of shareholders",
"1556304768": "綜合指數交易讓您通過正確預測我們能模擬真實世界市場走勢的專有指數的價格變動而受益。",
+ "1556776884": "To log in on your mobile, you'll need the app. If you haven't got the app, you can download it from your dashboard.",
"1556866509": "如果您購買了有取消交易功能的合約,則可以使用「取消」按鈕終止合約並取回全部投注額。另一方面,使用「關閉」按鈕可讓您以當前價格終止頭寸。但如果您關閉的是失利交易,則可能導致虧損。",
"1556922066": "輕鬆與其他交易者兌換,以將資金移入或移出您的Deriv帳戶。",
+ "1557535154": "Is it free to join your affiliate programme?",
"1558114971": "低嚴重性問題暴露的資料量非常有限。其可能會違反對某事預期如何工作的預測,但沒有特權升級或觸發意外行為的能力。例如:",
"1559712313": "可通過 Deriv 進行的大宗商品交易",
"1562241070": "所有最受歡迎的市場和其他",
+ "1563919822": "You'll get daily commission payouts in your MT5 Synthetic account.",
"1564461474": "使用 Mir 信用卡或借記卡存款和取款。",
+ "1565220133": "you reside in the UK, or",
"1567023771": "歐洲50",
"1567026093": "國家",
"1567745852": "Bot 名稱",
@@ -1004,6 +1106,7 @@
"1569834661": "在單一平台進行外匯、綜合指數、股票、股票指數、加密貨幣、籃子指數和大宗商品的交易。",
"1571130376": "重要業務",
"1571653008": "使用我們的免費模擬帳戶,並以無限的虛擬資金交易。這是學習如何使用我們產品的最簡單方法。",
+ "1571816719": "What is a referred client?",
"1573231398": "為什麼要用 Deriv 交易加密貨幣",
"1574476135": "假設您預測市場將會上漲。",
"1576607456": "Deriv 集團是 Deriv 和 Binary.com 品牌的擁有者,其歷史可以追溯到1999年,當時我們奠定了世界上第一個提供固定賠率交易服務的基礎。從那時起至今,我們變得越來越強大,贏得了世界各地交易者的信任。",
@@ -1020,16 +1123,21 @@
"1588850507": "<0>美元籃子0>衡量美元相對於五種國際貨幣(歐元、英鎊、日圓、加元、澳元)籃子的價值,各貨幣的權重均為20%。",
"1589165958": "體驗「Trade」",
"1591242575": "我們如何使用和保護您提供的資訊",
+ "1591498220": "Do I need a Deriv account to use Deriv P2P?",
"1591623217": "喜歡 Binary.com 的 MT5 ?",
"1592543050": "高達 $10,000",
+ "1593423002": "Follow the instructions to create your real account.",
+ "1593716245": "What are the trading limits on my account?",
"1593723948": "1. 開立 Deriv 帳戶",
"1595539912": "處理時間",
+ "1598664071": "List of directors",
"1599891822": "下跌走勢的止損金額",
"1601324523": "5-10,000",
"1601498870": "最新文章",
"1601664674": "掉期外匯公式移動",
"1601968899": "乘數交易的加密貨幣合約有時間限制,這取決於交易資產類型,並在交易之前出現在DTrader儀表板上。",
"1602627054": "因此您的點差值是<0>2 美元0>。",
+ "1602716515": "When you join our IB programme,",
"1602800752": "儲存您的策略",
"1604199439": "Deriv X 是可訂製的多資產交易平台。 Deriv X 提供外匯、大宗商品、加密貨幣和綜合指數的差價合約,為您提供多樣化的交易體驗,讓您自定義交易環境。",
"1604222298": "保證金計算器",
@@ -1041,19 +1149,22 @@
"1610511716": "前往 Dtrader",
"1611194169": "1. 通過 Deriv 註冊帳戶",
"1611229342": "立刻在我們的 DMT5 平台交易全球股票和股票指數",
+ "1611981849": "Where can I see my orders?",
"1613233789": "部落格",
"1613860853": "隨時與帳戶管理員討論您的激勵計劃。請記住,我們不允許以未經授權的獎勵、禮物和付款來鼓勵客戶註冊。如果有任何違規行為,我們可能會扣留佣金。",
"1614426743": "DBOT 平台",
- "1615327604": "<0>美元指數0>衡量美元相對於五種國際貨幣(歐元、英鎊、日圓、加元、澳元)的價值,各貨幣的權重均為20%。",
+ "1615509866": "快速響應,易於使用的平台 ",
"1615969878": "為何你們要重塑品牌?",
"1616071522": "<0>法國400>關注法國100家頂尖上市公司中40家股票交易額最高的公司的表現。",
"1616502762": "<0>美國科技1000>關注美國100家最大非金融公司的股票表現。",
"1618280107": "為所有的產品提供有競爭力的價格",
"1619070150": "您將被重定向到外部網站。",
"1619579199": "Deriv P2P 餘額為何與 Deriv 帳戶餘額不一樣?",
+ "1621224521": "How can I reactivate my Deriv account?",
"1621463985": "很榮幸能為所有依賴我們產品和服務的人服務,我們只想提供最好的。因此我們的原則和價值觀在定義我們是誰、為什麼要做我們在做的事情以及如何對待客戶和彼此等諸方面如此重要。在我們的國際辦事處中,我們在做一切事情時都致力於遵循以下原則。",
"1622130657": "通過電子郵件訂閱學院",
"1622334173": "歐元/南非幣",
+ "1623894448": "How do I create an API token?",
"1624895344": "您可接受之客戶付款方式",
"1625424557": "<0>荷蘭250>關注荷蘭25家交易額最高的公司的股票表現。",
"1625517227": "全球超過2000萬客戶使用。享受即時存取、免費提款和可兌換現金的獎勵積分。",
@@ -1062,15 +1173,17 @@
"1631620531": "行業經驗年數",
"1631705059": "預測退市現價在合約到期時將高於或低於目標價(屏障)。",
"1632238343": "高達 $500",
+ "1633022779": "Synthetic indices and cryptocurrencies are available for trading 24/7.",
"1633102593": "軟體開發人員",
"1634507782": "跳出範圍200指標",
"1636066113": "合夥機會",
"1636527166": "可通過 Deriv 進行的外匯交易",
"1636782601": "乘數期權",
- "1637072557": "出現此問題的原因可能是多次點選「提款」按鈕。請嘗試再次提款,然後點選發送到您的電子郵件的最新驗證連結。請確保您在一小時內使用連結。",
+ "1637050346": "Why did my credit card deposit get declined?",
"1637552314": "對設定的參數滿意後,選擇「上漲」或「下跌」以購買合約。否則,請繼續自定義參數,並在對所設條件感到滿意時下訂單。",
"1643887982": "Amazon.com公司",
"1644652204": "使用您最愛的付款方式為帳戶注資。",
+ "1644929511": "<0>DTrader0>, <1>SmartTrader1>, <2>DBot2>, and <3>Binary Bot3> offer digital options trading on a range of underlying assets such as forex, stock indices, commodities, and synthetics. These platforms allow you to set the contract duration before opening positions, and you'll know exactly how much you'll earn if you win. You may find these platforms more intuitive if you're new to the trading world.",
"1645164568": "建立成本免費",
"1647478191": "與我們合作成為聯盟會員。從您在 DTrader 和 DBot 推介客戶的交易總淨收入中賺取佣金。",
"1648545897": "文斯·斯坦齊奧內",
@@ -1080,6 +1193,8 @@
"1658580871": "這些付款方式僅供擁有加密交易帳戶的客戶使用。",
"1659675491": "通過行動應用、桌面應用或網絡瀏覽器練習交易.",
"1660776335": "要在Deriv的Deriv X帳戶存入資金,您需使用Deriv帳戶中的資金。前往收銀台<0>帳戶之間轉帳0>,然後按照螢幕上的說明操作。",
+ "1661263248": "How can I download my Deriv MT5 history?",
+ "1661791574": "Available 24/7, our synthetic indices emulate price movements of real-world markets with varying levels of volatility. As they aren't based on actual underlying assets, they are unaffected by real-world market events.",
"1661832115": "您提供的錯誤報告會根據影響和嚴重程度進行審查和給予獎勵。",
"1664747386": "Paypal",
"1665738338": "餘額",
@@ -1101,7 +1216,6 @@
"1683034855": "DTrader 是允許您以數字、乘數和回看期權的形式交易50多種資產的高級交易平台。",
"1686378613": "DBot是用於交易數字期權、基於網路的策略構建器。它是讓您通過拖放「區塊」構建自己的交易機器人的平台。",
"1686846461": "通過 Deriv 的 DTrader 交易波動率指數",
- "1689738742": "黃金指數",
"1691349777": "加入擁有超過100萬名交易者的 Deriv.com 和 Binary.com 交易平台。該平台屢獲殊榮,備受信賴,已有20多年的歷史。",
"1692148560": "衡量黃金相對於五種國際貨幣(歐元、英鎊、日圓、澳元、美元)的價值,各貨幣的權重均為20%。",
"1692290832": "你們提供哪些行銷支持?",
@@ -1110,12 +1224,15 @@
"1707301172": "已解鎖的股票",
"1708242802": "使用如 Google Chrome 等安全網絡瀏覽器。始終安裝最新的軟體更新,因其包含安全修補程式。",
"1709273595": "一標準手外匯= 100,000個單位",
+ "1709893717": "You'll have access to reports that show your hits, impressions, click-through rates, clients' trading activity, and more.",
"1711575167": "可在 Deriv MT5 和 Deriv X(帶保證金)、DTrader(帶期權和乘數)和 Deriv GO(帶乘數)交易。",
"1713857763": "<0>上漲走勢的止損和/或止盈金額= 最大[{投注額× ((止損和/或止盈水平- 資產價格) ÷ 資產價格× 乘數) - 佣金},-投注額]0>",
"1714709402": "每次交易的佣金率由誰設定?",
"1715011380": "上跳 25 指數",
+ "1715241142": "How do I see my earnings?",
"1715491803": "高達 $100",
"1717346758": "跨站點和伺服器端請求偽造(無須存取我們的內部網絡)",
+ "1719304654": "The pricing of our synthetic indices is backed by algorithms that are audited for fairness by an independent third party. Due to regulatory requirements, synthetic indices are unavailable in some countries. Refer to ‘Product offering’ in our <0>terms of use0> for more info.",
"1720725354": "DMT5 標準、高級和綜合指數帳戶之間有什麼區別?",
"1721296073": "已先計算好 DMT5 金融 STP",
"1723694822": "瀏覽我們的首頁",
@@ -1133,11 +1250,13 @@
"1743448290": "支付代理",
"1743752393": "一般業務",
"1745193633": "重新導向通知",
- "1745471992": "股指衡量股票市場中某些公司的價值。投資者可以查看特定資產組的表現。",
"1746633126": "Binary.com 會怎樣?",
"1746782390": "註冊為付款代理後,我仍然可以使用帳戶交易嗎?",
"1748626120": "沒隱藏費用",
+ "1748925202": "How can I reactivate my Deriv MT5 account?",
"1751673286": "安全保障是一種協作。報告錯誤並獲得獎勵。",
+ "1752586208": "What payment methods can I use to exchange with other traders?",
+ "1753559268": "We'll pay your IB commission into your MT5 Synthetic account daily.",
"1755228338": "保障您的帳戶安全",
"1758111931": "活躍使用者",
"1760376318": "是的,前提是您遵守所有相關的條款和條件(請參見<0>條款和條件0>頁面上標題為「業務合作夥伴專用」的標籤)。",
@@ -1148,16 +1267,21 @@
"1768089459": "巴黎 | 法國的辦事處 | Deriv",
"1770479100": "如果您選擇「高於」期權,只要退市現價嚴格高於障礙,您將獲得賠付。",
"1770534439": "掉期綜合指數公式移動",
+ "1772047578": "Why are my Deriv MT5 login details different from my Deriv login details?",
"1772406884": "Deriv P2P 是好平台。對於低額交易者來說,存款和取款很方便。",
"1774467475": "我們將<0>僅0>對幫助我們解決嚴重安全問題的低級漏洞報告給予獎勵,且將根據具體情況決定獎勵金額。",
"1774791951": "預測退市現價在合約到期時處於兩個目標價格範圍之內或之外。",
"1777934033": "以我們模擬真實市場走勢的獨特和專有綜合指數全天候交易差價合約。",
"1782308283": "快速策略",
"1782703044": "註冊",
+ "1784343675": "Please <0>contact us via live chat0> immediately, and we'll help to disable 2FA on your account. When you have a new phone, please <1>re-enable 2FA1>.",
"1784680288": "每次交易之前,我們會通知您保證金對您帳戶的影響。",
"1786089908": "了解通過 Deriv 進行期權交易的資訊。通過正確預測外匯、綜合指數和其他流行的金融市場價格走勢獲取賠付。",
+ "1786747559": "Our regulators require us to verify your account in accordance with anti-money laundering (AML) and Know Your Customer (KYC) laws. If we have prompted you to upload your documents to verify your account, it means that you'll only be able to continue using our services after your account is verified.",
+ "1790839584": "<0>A social media admin0> \n Promote our products and services on your social media pages, and earn commission when you convert your audience into traders.",
"1791730321": "如果您對所定義的頭寸感到滿意,請購買合約。",
"1795749796": "幫助中心 | 常見問題集 | DBot | Deriv",
+ "1798765888": "Copy the link in the <0>Landing page URL0> field. This is the referral link that you can share with your clients.",
"1799377913": "{{market_name}}可交易的期權",
"1802409084": "點差值",
"1804642811": "開立模擬帳戶",
@@ -1165,19 +1289,25 @@
"1806416151": "Deriv IB 計劃是合作夥伴關係。您可以推薦新客戶到我們的 DMT5 平台交易並從中受益。",
"1807936072": "賽普勒斯",
"1808393236": "登入",
+ "1810304465": "You'll need to transfer the funds from your Deriv MT5 account to your Deriv account. You can do this on the <0>Cashier page0>. Your funds will be available in your Deriv account as soon as you complete the transfer.",
"1810957214": "比如說您想在波動率100指數價格為 3376.24 美元時以10美元投注額開頭寸,乘數值為x100,上漲走勢的止損金額為7.54美元,想要計算止損水平。",
+ "1812325040": "Source of wealth documentation",
"1812969702": "臨時 | 常見問題解答",
"1813700208": "興旺 300 指數",
"1813703795": "註冊為聯盟成員與 IB",
"1815044592": "如果您選擇「只會持續上漲」期權,只要入市現價後的價格持續上漲,您將獲得賠付。如果期間內的價格有任何下跌或相等於之前的價格, 您將不會獲得賠付。",
+ "1815324634": "The minimum deposit and withdrawal amount varies depending on the payment method. The lowest deposit and withdrawal amount is 5 USD/EUR/GBP/AUD via e-wallets. See our <0>Payment methods0> page for a complete list of payment methods and their minimum deposit and withdrawal amounts.",
"1816009319": "利息",
+ "1816305227": "If you’re in the EU or UK:",
"1817888235": "通過我們的崩潰/景氣指數預測並從令人興奮的峰值和跌幅中獲利。",
"1819952453": "我們的介紹經紀人計劃適用於所有 Deriv 聯盟成員。",
"1820212843": "了解如何在 Deriv 的線上交易學院通過使用交易視訊和教程進行交易。",
+ "1823119628": "the Vanuatu Financial Services Commission",
"1823770507": "波卡幣/美元",
"1824094317": "全天候交易",
"1826550764": "為何選擇我們",
"1828442573": "大宗商品",
+ "1830057548": "We have 3 commission plans:",
"1831254808": "如果您持倉過夜,交易帳戶將調整(掉期利率),以補償保持該未平倉頭寸的費用。在我們平台交易的工具各有不同的掉期利率。這些費率基於您持倉頭寸的時間和天數(包括公共假期)等條件。",
"1831680837": "提款",
"1832974109": "SmartTrader",
@@ -1196,23 +1326,25 @@
"1845394200": "Deriv 實施一流的安全措施,例如SSL加密,以保護您的帳戶和個人資料。",
"1846521577": "Deriv 支付代理程式是否與 Deriv P2P (DP2P) 相同?",
"1849054373": "3. 進行交易",
- "1851993047": "週末有哪些合約可以交易?",
"1852402040": "一般業務",
"1853363847": "可在 Deriv MT5 和 Deriv X(帶保證金)和 DTrader(帶乘數)交易。",
"1854618305": "如果您選擇「高於」期權,只要退市現價嚴格高於入市現價,您將獲得賠付。",
+ "1857302542": "Can I open a corporate or business account?",
"1857508131": "使用手機直接安全存款。適用於加納的客戶。",
"1858594477": "我們知道,變化可能會使人產生疑慮。因此,我們一直在努力確保您從 Binary.com 轉到 Deriv.com 的過渡盡可能毫無影響。",
"1860012910": "簡單、便宜和快速的匯款方式。獲得世界各地銀行和商家的支援。",
"1860472068": "線上銀行",
- "1862400286": "DTrader 可使用哪些合約類型?",
"1866193342": "DTrader 允許您以數字、乘數和回顧選項形式交易50多種資產。 DMT5是多資產交易平台,可用於利用槓桿交易現貨外匯和差價合約(CFD)。",
"1868860566": "歐元/瑞典克朗",
"1869497149": "通過易於使用的圖表和吸引人的深色主題,享受流暢的交易體驗。",
"1872384056": "亮和暗模式功能,帶來更愉快的體驗",
"1872568231": "英鎊/土耳其幣",
"1873099524": "通過對資產的價格走勢作出預測來賺取固定賠付。",
+ "1874424045": "I lost my phone. How can I disable two-factor authentication (2FA)?",
"1876344462": "諾華製藥集團",
"1876748041": "為您服務20年以來,我們覺得能更加了解您的需求。品牌重塑是我們實施改進的線上交易解決方案,以滿足您所有需求的機會。",
+ "1876786466": "This is due to the spread, which is the difference between the ‘bid’ and ‘ask’ prices. Your positions will start earning a profit when the market moves in your favour.",
+ "1877410120": "你現在必須做的事",
"1879930260": "不硬性推銷",
"1880965589": "收入共享",
"1881114347": "Deriv 的交易市場",
@@ -1223,6 +1355,7 @@
"1889326047": "可作為網絡和行動應用程式使用",
"1890990339": "<0>香港500>關注香港50家最大上市公司的股票表現。",
"1893015908": "Uber 科技公司",
+ "1894801487": "Deriv MT5 is a CFD trading platform that gives you access to forex, stocks, stock indices, commodities, cryptocurrencies, and synthetics. Learn more about Deriv MT5 <0>here0>.",
"1897018869": "以太坊經典/美元",
"1897907613": "使用 Maestro 借記卡存款和取款。",
"1898130358": "在您的電腦上",
@@ -1232,16 +1365,17 @@
"1902951214": "我們的辦事處",
"1903393516": "我們的 Deriv 支援社群可幫助您找到答案。",
"1903495030": "綜合帳戶的止損和/或止盈點差值以美元為單位。",
+ "1904617508": "歐盟以外地區,金融產品由以下公司提供服務:Deriv (FX) Ltd, F16, Level 1, Paragon Labuan, Jalan Tun Mustapha, 87000 Labuan, Malaysia,由納閩金融服務管理局授予執照(<0>執照編號MB/18/00240>);Deriv (BVI) Ltd, Kingston Chambers, PO Box 173, Road Town, Tortola, British Virgin Islands,由英屬維爾京群島金融服務委員會授予執照(<1>執照編號SIBA/L/18/11141>);Deriv (V) Ltd, 1276, Kumul Highway, Port Vila, Vanuatu, 由瓦努阿圖金融服務委員會授予執照和監管;以及Deriv (SVG) LLC , Hinds Building, Kingstown, St. Vincent and the Grenadines。",
"1904774976": "<0>德國400>關注德國40家主要上市公司的股票表現。",
- "1905213812": "Deriv (BVI) Ltd - Kingston Chambers, P.O. Box 173, Road Town, Tortola, British Virgin Islands - 由英屬維爾京群島金融服務委員會授予執照( <0>執照編號SIBA/L/18/11140>)。",
"1905380076": "與您的交易對方結算付款。",
"1905702565": "客戶資金保護",
"1905714256": "體驗優化",
- "1906771172": "如何更改帳戶的幣種?",
+ "1906101554": "You’ll earn a payout based on the volume of your clients' trades. Find out more <0>here0>.",
"1907226338": "可口可樂",
"1909647105": "波場幣/美元",
"1909809509": "掉期計算器",
"1914949637": "什麼是 Deriv 聯盟計劃?",
+ "1915387440": "If you’re selling:",
"1916887645": "獲取最大收益,減少虧損",
"1922529883": "興旺 1000 指數",
"1923530212": "靈活.",
@@ -1262,24 +1396,30 @@
"1941116009": "Binary.com 會不會被移除?",
"1942214601": "上漲走勢的止損水平",
"1942485223": "我的聯盟會員帳戶會怎樣?",
+ "1947069292": "You can create an API token <0>here0>. Give your token a name, select the scope, and click <1>Create1>.",
"1948092185": "英鎊/加拿大元",
"1948630262": "首先登入Binary.com 聯盟會員儀表板,以獲取連結。",
"1949701571": "開立 Deriv 真實帳戶.",
"1953016421": "為什麼要用 Deriv 交易期權",
"1959548433": "設定您的交易時間。您可根據您對市場持短期或長期觀點設定從1到10個跳動點或15秒到365天的首選持續時間。",
- "1963811607": "如何與交易對方聯繫?",
+ "1959678342": "Highs & Lows",
+ "1962097923": "Help centre | Frequently asked questions | IB programme | Deriv",
+ "1963262703": "What does ‘completion rate’ mean?",
"1963884651": "用與美元掛鉤的加密貨幣,Paxos Standard存款和取款。",
+ "1964475042": "Frequently asked questions - About",
"1964675673": "與值得信賴的線上交易提供商合作。",
"1966310384": "所以在此情況下您須將止盈水平設為<0>-3350.110>。",
"1967743855": "我們將清楚列出所有費用和收費。",
"1969128618": "管理熱衷於線上交易、投資或個人理財的線上社區。",
"1971963414": "產品",
"1975644912": "享受直觀、易於使用的界面,即使新手也能獲得相同的體驗。",
+ "1976307636": "Deriv Investments (Europe) Limited 已根據第四資本要求指令和資本要求規則編寫了財務披露報告。請參閱此第三支柱資料披露報告以瞭解我們作為市場參與者嚴格遵守市場紀律的方式。",
"1977160541": "美國<0>0>指數",
"1978148367": "開立真實資金帳戶,存款並真正開始交易。進行外匯、指數、大宗商品和其他交易。",
"1979503547": "交易條款",
"1980724783": "點值是從資產的目前數字得出的。在此範例中,數字為5,因此點值為0.00001。",
"1982404952": "接收報價",
+ "1984996183": "I forgot my affiliate password. What should I do?",
"1985905708": "這些指數與<0>200%及300%持續波動率0>的模擬市場相對應。",
"1986250253": "什麼是Oscar's Grind投注策略?",
"1986498784": "比特幣/萊特幣",
@@ -1290,16 +1430,19 @@
"1991711258": "LNK/美元",
"1994023526": "您輸入的電子郵件地址拼寫有誤(有時這是難免的)。",
"1995896523": "DMT5的開發旨在為您提供最佳的差價合約交易體驗。您可以通過台式機甚至手機訪問存取我們的MT5 trader。",
+ "1996252043": "Once your ad is created successfully, it will appear in the <0>Buy/Sell0> tab.",
"1997138507": "如果最後跳動點等於平均跳動點, 您將不會贏得賠付。",
"1997646348": "研究生課程網站: besquare.deriv.com",
"1998840050": "不是。 DP2P 是點對點服務,我們的客戶可以使用當地貨幣存款和取款。作為我們的支付代理,您可以使用 DP2P 平台為您所在國家的 Deriv 客戶提供服務.",
"2003802343": "提取IB佣金絕對不需要付任何費用。",
"2005074806": "試用保證金計算器損益表",
+ "2006479988": "<0>Proof of address0>",
"2007092908": "利用槓桿和低價差進行交易,以在成功交易時獲得更高回報。",
"2010744433": "我們將努力提供全天候即時聊天服務,以便代理能隨時為任何請求聊天的客戶提供服務。代理將接受培訓以回答有關服務的相關問題。",
"2015114251": "Deriv X 帳戶的最小 / 最大存款額是多少?",
"2017042641": "2 - 3個工作日",
"2018198484": "加密貨幣交易讓您有機會從價格變動中獲利,而無需擁有標的數字貨幣。換句話說,您可以通過正確預測加密貨幣的價格是上漲還是下跌來賺取收益。",
+ "2018600727": "Deriv Investments (Europe) Limited 有權通過歐盟金融護照權利在任一歐盟成員國提供服務。 以上是有權通過歐盟金融護照權利訪問 Deriv.com 的歐盟國家清單。",
"2019140039": "為什麼要用 Deriv 交易籃子指數",
"2019968401": "為何通過 Deriv X 交易",
"2023310659": "貨幣",
@@ -1314,19 +1457,21 @@
"2035207280": "5 - 1,000",
"2035670983": "減少干擾",
"2036526456": "詳細瞭解我們的付款方式以及使用方法。",
- "2037297857": "Deriv - 提供品種廣泛的衍生品的全天候線上交易平台。",
+ "2041763181": "Once we've paid your commission into your account, you can withdraw whenever you want.",
"2042445787": "漏洞取決於困難的場景或先決條件",
+ "2044967354": "You can see your available balance in the <0>My profile0> tab.",
"2044999022": "轉向新的上跳綜合指數交易",
"2046788283": "DTrader 可交易哪些市場?",
"2047029510": "<0>上漲走勢的止損和/或止盈水平 = 資產價格 × {(止損或止盈金額 + 佣金)÷(投注額 × 乘數)+1} 0>",
"2047349922": "0.013",
"2050080282": "聯盟會員和IB登入",
"2051986867": "因此,您需要支付<0>0.24 美元0>的掉期費,以保留隔夜持倉。",
+ "2053617863": "請提出帳戶中的所有資金。",
"2053673142": "通過按下“建立演示帳戶”鍵,您確認您已年滿 18 歲。您了解我們可能會使用您的電子郵件地址向您傳送有關 Deriv 產品和服務的資訊以及市場新聞。您可以隨時在帳戶設定中取消訂閱這些電子郵件。如需更多資訊,請查看 Deriv 的<0>安全保障和隱私0>。",
"2056079566": "獲取我們的幫助",
"2056339251": "15 - 10,000",
"2058893631": "財務披露報告",
- "2060309075": "如果客戶自己選擇或公司決定自我禁止,則此規定不適用。",
+ "2060102881": "<0>A blogger/vlogger0> \n Promote our products and services and earn commission when you convert your audience into traders.",
"2060368992": "分鐘閱讀",
"2061191384": "Deriv 點對點 (DP2P)",
"2061681232": "<0>到期時價格處於範圍之內/之外:0> 預測退市現價在合約到期時處於兩個目標價格範圍之內或之外。",
@@ -1336,6 +1481,7 @@
"2067437902": "用與歐元掛鉤的加密貨幣,STASIS Euro存款和取款。",
"2068667424": "查看我們其它的應用",
"2070356006": "按照您選擇的佣金計劃開始賺錢 – 根據您推介的客戶所創造的總淨收入,您將獲得高達45%的佣金。",
+ "2071458958": "The minimum volume for micro forex pairs is 0.1 lot.",
"2071808494": "專業和友好的支援",
"2072504778": "誰可以申請為 Deriv 聯盟會員?",
"2074119658": "使用止損、止盈和交易取消等創新功能來自訂適合您的風險偏好的合約。",
@@ -1343,6 +1489,7 @@
"2075608900": "有競爭力的固定和可變價差",
"2075864188": "免費",
"2080510282": "根據您的交易偏好開立差價合約真實帳戶.",
+ "2086048243": "Certificate of incorporation",
"2087247269": "不收任何費用。加入我們的付款代理計劃是完全免費的。",
"2089087110": "籃子指數",
"2092854399": "通過 Trustly 快速、順暢與安全地存取款。 ",
@@ -1352,6 +1499,7 @@
"2100068559": "在Deriv註冊為付款代理可以擴大您的客戶群、獲得更多的業務機會、並獲得更多的收入。",
"2100986179": "適合您的風格的差價合約交易平台.",
"2101514198": "立刻探索 Deriv.com",
+ "2102247413": "You’ll need the following documents to verify your account:",
"2108488100": "止損點差公式",
"2108799022": "<0>上漲/下跌:0> 預測退市現價在合約到期時將等於或低於入市現價。",
"2108938379": "5. 現在新建立的變數可以在策略中使用。",
@@ -1368,6 +1516,7 @@
"2120092418": "等我們回覆",
"2121227568": "小蟻幣/美元",
"2121253634": "儘管您可以繼續像以前一樣享受 MetaTrader 5 的交易樂趣,但我們已經聽取了您的反饋並為您的體驗提供升級。您會發現,在 Deriv.com 註冊的 MT5 帳戶和儀表板體驗要高效得多,它使您可以輕鬆管理帳戶並專注於交易。",
+ "2123318546": "RTS28 2021",
"2124129338": "Deriv - 提供品種廣泛的衍生品的線上交易平台",
"2125422488": "您可以<0>聯繫我們0>以設定或調整您的自我禁止或交易限額。",
"2126327198": "估計持頭寸所需的保證金。結果取決於槓桿率、交易手數和您的DMT5帳戶餘額。",
@@ -1448,8 +1597,6 @@
"-23722102": "合作夥伴",
"-890622347": "聯盟會員和 IB",
"-199351188": "漏洞獎勵",
- "-1434418017": "如有任何疑問,請通過1><2>info@besquare.my2>傳送電子郵件給我們",
- "-1429361008": "歐盟國家的金融產品交易由 Deriv Investments (Europe) Limited 提供,地址為W Business Centre, Level 3, Triq Dun Karm, Birkirkara, BKR 9033, Malta,由馬爾他金融服務機構授予執照為3級投資服務提供商 (<0>執照號碼為IS/701560>)。",
"-316493159": "某些國家,包括美國、加拿大和香港或18歲以下人士無法使用本網站的服務。",
"-1497908566": "這裡提到的產品可能會受到貨幣匯率變化的影響。如果您對這些產品進行投資,則可能會損失部分或全部資金,並且投資價值可能會波動。您不應該將您無法承擔虧損的資金投入交易, 也不可使用借來的錢交易。",
"-1991343658": "交易",
@@ -1598,6 +1745,11 @@
"-1483718536": "我們不向付款代理支付佣金。您可以設定自己的每筆交易佣金率,我們的客戶將承擔必要的費用。",
"-1016133415": "我可以向Deriv 的客戶宣傳我的服務嗎?",
"-876582984": "是的,前提是您遵守所有相關的條款和條件(請參見條款和條件頁面上標題為「業務合作夥伴專用」的標籤)。",
+ "-1434418017": "如有任何疑問,請通過1><2>info@besquare.my2>傳送電子郵件給我們",
+ "-618539786": "您的帳戶將按時關閉",
+ "-905560792": "好, 我明白",
+ "-168971942": "這對您來說意味著什麼",
+ "-1308593541": "帳戶關閉以後您將無法存取,所以請確保提取所有存款。",
"-1496158755": "前往 Deriv.com",
"-373212993": "Deriv 網站",
"-1788474476": "聯盟會員和IB註冊",
@@ -1647,14 +1799,14 @@
"-197830563": "存取有限部分的客戶敏感資訊、後端代碼或 GitHub 上的內部資訊的能力",
"-611936805": "無敏感資訊的暴露日誌",
"-1076255913": "Asunción | 我們在巴拉圭的辦事處 | Deriv",
- "-2137963507": "賽柏再也 | 我們在馬來西亞的辦事處 | Deriv",
+ "-2137963507": "賽城 | 我們在馬來西亞的辦事處 | Deriv",
"-782151140": "瀏覽 Deriv 在 Cyprus 的 Limassol 提供的工作機會,以找到適合您的工作。",
- "-2128417897": "杜拜 | 我們在阿拉伯聯合大公國的辦事處 | Deriv",
+ "-2128417897": "迪拜 | 我們在阿拉伯聯合大公國的辦事處 | Deriv",
"-1799144625": "瀏覽 Deriv 在海峽群島根息提供的工作機會,以找到適合您的工作。",
"-1504150934": "納閩 | 我們在馬來西亞的辦事處 | Deriv",
"-708633595": "我們在馬爾他的辦事處 | Deriv",
"-1385444880": "在我們的馬爾他辦事處查看職位空缺。沒有看到您想要的工作?請將您的簡歷發送給我們。有了合適的職位時,我們將與您聯繫。",
- "-2136219031": "麻六甲 | 我們在馬來西亞的辦事處 | Deriv",
+ "-2136219031": "馬六甲 | 我們在馬來西亞的辦事處 | Deriv",
"-1381267044": "瀏覽 Deriv 在法國巴黎提供的工作機會,以找到適合您的工作。",
"-803139496": "Kigali | 我們在盧安達的辦事處 | Deriv",
"-1617352279": "郵件在您的垃圾郵箱(有時一些郵件會誤送到那兒)。",
@@ -1772,35 +1924,69 @@
"-2062968282": "找不到答案?我們可提供協助。",
"-978362988": "聊天",
"-1299484872": "帳戶",
- "-1059028037": "為何無法開立帳戶?",
"-1310262676": "如何更改個人資料?",
+ "-251180453": "How can I change the currency of my account?",
+ "-221810226": "Can I change my email address?",
+ "-1059028037": "為何無法開立帳戶?",
"-2043299631": "如何退訂行銷電子郵件?",
+ "-214877260": "How can I set self-exclusion limits on my account?",
+ "-2064918290": "How do I verify my account?",
+ "-425061473": "What documents do I need to verify my account?",
+ "-172153561": "Why do I need to verify my account?",
+ "-1619463465": "Can I trade without verifying my account?",
+ "-414862292": "驗證需要多長時間?",
+ "-790757582": "為何我的文件被拒收?",
"-1049383996": "什麼是股票指數?",
"-1633933174": "什麼是綜合指數?",
"-226333706": "如何交易",
+ "-1859881435": "What assets are available for trading on weekends?",
"-1612801567": "存取款",
- "-977028772": "您支持哪些付款方式?",
- "-181763764": "處理存取款需要多久?",
+ "-1315176976": "What payment methods can I use for deposits and withdrawals?",
+ "-1547685378": "How long does it take for my deposits and withdrawals to be processed?",
"-840116640": "存取款的最小限額是多少?",
+ "-1847412788": "My withdrawal verification link has expired. What should I do?",
"-1689659144": "提款",
- "-223315135": "如何增加提款限額?",
- "-1339949921": "為什麼信用卡存款不斷被拒絕?",
+ "-1861727138": "How can I remove the withdrawal limit on my account?",
"-1108803896": "存款",
"-2135274535": "可否提取存款獎勵?",
- "-1686360438": "為何不能提款至Maestro/Mastercard?",
+ "-383099370": "Can I deposit with my friend's/family member's debit/credit card or e-wallet?",
+ "-560703263": "Why can't I see any payment methods on the Withdrawal page?",
+ "-222181522": "Deriv 帳戶是否需要驗證?",
+ "-35912880": "Affiliate programme",
+ "-1134652564": "What type of commission plans do you offer?",
+ "-504946033": "Who can apply as an affiliate?",
+ "-940672929": "Where can I find my referral link?",
+ "-2082521397": "What type of reports will I have access to?",
+ "-860666463": "IB programme",
+ "-1062769315": "How do I sign up as an introducing broker (IB)?",
+ "-118302649": "Why should I join your introducing broker (IB) programme?",
+ "-153524655": "How much do you pay in commission?",
+ "-548897585": "Are there any charges for joining your introducing broker programme?",
+ "-1236285182": "How and when will I receive my IB commission payout?",
+ "-1557693454": "When can I withdraw my commission?",
+ "-253752482": "Where is my money held?",
"-1787820992": "平台",
- "-1445755525": "如何自DMT5真實資金帳戶提款?",
- "-1833809949": "為什麼我的DMT5登入詳細資料與我的Deriv登入詳細資料不同?",
- "-2114093568": "如何重設DMT5帳戶密碼?",
- "-1519123821": "如何充值到DMT5真實資金帳戶?",
+ "-1288798840": "What are the main differences between your digital options and CFD platforms?",
+ "-1834333990": "How can I change my Deriv MT5 password?",
+ "-1723900573": "How do I log in to my Deriv MT5 account?",
+ "-1698836439": "What is the name of my Deriv MT5 server?",
+ "-617194580": "Do you offer swap-free Deriv MT5 accounts?",
+ "-227242365": "Can I change the leverage on my Deriv MT5 account?",
+ "-941684403": "What time is shown in the MT5 terminal?",
+ "-1728332105": "For how long can I use my Deriv MT5 demo account?",
+ "-1972914987": "What is the minimum volume for micro forex pairs?",
"-1531872373": "Deriv X 可交易哪些市場?",
"-385265783": "Deriv X 的最小和最大交易額是多少?",
- "-663022568": "如何開立 Deriv X 帳戶?",
+ "-976858633": "What's the difference between Deriv MT5 and Deriv X?",
"-1798013905": "綜合帳戶和金融帳戶之間有什麼區別?",
"-114658193": "Deriv X密碼和Deriv密碼有何不同?",
"-156237172": "如何重設 Deriv X 密碼?",
"-2038952853": "到哪裡查看我的 Deriv X 帳戶信息?",
+ "-315976084": "What contract types do you offer on DTrader?",
"-1952371760": "合約",
+ "-1677125826": "Can I download the chart on DTrader?",
+ "-1980078854": "甚麼是乘數期權?",
+ "-771604768": "How do I trade multipliers?",
"-918450098": "區塊",
"-315611205": "策略",
"-122062690": "什麼是 Martingale 策略?",
@@ -1812,24 +1998,79 @@
"-2133437022": "什麼是 Deriv P2P?",
"-1568899385": "Deriv P2P 有多安全?",
"-1567244911": "支付",
- "-532895895": "可否增加每日買入和賣出限額?",
- "-1101543580": "限額",
+ "-1812070043": "Where can I see the terms of use for Deriv P2P?",
+ "-696921894": "Why is my Deriv P2P account blocked?",
+ "-425611884": "How do I create an ad?",
+ "-1050528217": "How do I make an order?",
+ "-1745867197": "Why can't I see my ad in the Buy/Sell tab?",
"-214996581": "爭議",
+ "-586363837": "How do I ensure my Deriv P2P transactions are successful?",
"-190084602": "交易",
- "-222181522": "Deriv 帳戶是否需要驗證?",
- "-414862292": "驗證需要多長時間?",
- "-790757582": "為何我的文件被拒收?",
+ "-1257202503": "How do I get in touch with the trader I’m dealing with?",
+ "-1101543580": "限額",
"-1819888683": "對不起,我們找不到任何與「{{search}}」相符的結果。",
"-859753143": "搜尋提示:",
"-177264246": "搜尋字詞請保持簡短,因為我們的搜尋功能對簡短搜尋字詞產生最佳效率",
- "-1475429047": "根據小組慣例,我們為客戶註冊設定了以下標準:",
- "-908523895": "客戶必須18歲以上。",
- "-1385123522": "如果您的帳戶已完全通過驗證,可以提交票證請求按需更改。請附上身份證和住址證明。",
- "-1967507831": "存款或開立DMT5帳戶後,您只能通過跟客服部聯繫以更改幣種。",
- "-1294180117": "如果忘記了Google/Facebook/Apple帳戶密碼,可以<0>重設Deriv帳戶密碼0>以登入Deriv。",
- "-1588331606": "要關閉帳戶,請前往<0>停用帳戶。0> ",
- "-292833690": "關閉Deriv帳戶前,請將所有持倉頭寸都平倉並提取交易帳戶包括DMT5的所有資金。",
- "-1760393932": "您可以前往<0>設定>個人資料>0> <1>個人詳細資料1>輕鬆完成此操作。取消選定電子郵件首選項欄位,然後點選「提交」按鈕退訂。",
+ "-1681655860": "the Malta Financial Services Authority",
+ "-435600202": "Help centre | Frequently asked questions | About | Deriv",
+ "-254542421": "Here are some possible reasons you aren't able to create an account:",
+ "-1739646504": "You’re below 18 years old.",
+ "-1116525030": "You may already have a Deriv account.",
+ "-1910608693": "Our services aren't available in your country of residence.",
+ "-2073215708": "You can do so on the <0>Personal details0> page. If you’re unable to update your details, please <1>contact us via live chat1>. We may need you to send us some documents for verification.",
+ "-785517434": "While the currencies of your virtual and cryptocurrency accounts are fixed, you can change the currency of your fiat account by following the steps below.",
+ "-582231303": "Select <0>Fiat currencies,0> choose the currency you want, and click <0>Change currency.0>",
+ "-703297687": "If you have open positions, close them first.",
+ "-599281490": "For your Deriv real account, go to <0>Cashier0> to withdraw your funds.",
+ "-188538325": "For your Deriv MT5 and Deriv X real accounts, go to your dashboard to withdraw your funds.",
+ "-1129279211": "<0>Contact us via live chat0> and we’ll help you change the currency of your account.",
+ "-894612350": "Hit <0>Forgot password?0> on the <1>login page.1>",
+ "-1582535828": "Enter the same email address you use for your Apple/Google/Facebook account.",
+ "-2136863307": "Now, you'll be able to log in to your Deriv account using your email address and password.",
+ "-803818887": "It's a fee that we charge for accounts that have been inactive for the last 12 months. Refer to <0>our terms0> for more info.",
+ "-1244219585": "Name of entity",
+ "-1523686418": "Authorisation to manage the account (if your business has more than one director)",
+ "-1883441858": "Passport and utility bill/bank statement of the person managing the account and of each director and shareholder (if your business has more than 1)",
+ "-482992615": "Utility bill/bank statement containing the address of the business",
+ "-337933411": "It depends on the laws in your country of residence. Please get professional advice on whether you're required to pay taxes on <0>your profits0>.",
+ "-464076737": "You can do so on the <0>Self-exclusion0> page.",
+ "-1687067691": "If you reside in any other country, you can adjust or remove your limits on the <1>Self-exclusion1> page. If you’re unable to change your limits, <0>let us know via live chat0>.",
+ "-1411245754": "We’ll prompt you to verify your account when it’s needed.",
+ "-1057679672": "When we prompt you to verify your account, follow these steps:",
+ "-1715758584": "<0>Log in0> to your Deriv account.",
+ "-1960993308": "Go to <0>Settings0> > <1>Proof of identity1> or <1>Proof of address1>.",
+ "-400895399": "Follow the instructions on the screen to verify your account.",
+ "-1464239544": "<0>Note:0> The <0>Proof of identity0> and <0>Proof of address0> pages will not be available if your account doesn’t need verification at this time.",
+ "-759539756": "<0>Proof of identity0>",
+ "-1047117142": "You’ll need a valid government-issued identity document such as a national ID card, passport, or driver's licence. Your document must clearly show your name, photo, and date of birth.",
+ "-864022561": "You’ll need a bank statement, credit card statement, tax statement, or utility bill. Your document must be issued within the last 6 months. It must contain your name, address, the name of the company that issued the document, and the issue date.",
+ "-469258978": "No, you must verify your account before trading.",
+ "-1403118121": "If you’re in any other country:",
+ "-1945892745": "We try to review your verification documents within the same day. In some cases, due to high traffic, it may take up to 3 business days. You’ll get a confirmation email from us once the review is complete. You can also check the status of your documents at",
+ "-217527343": "<0>Settings > Proof of identity0>",
+ "-1746837387": "We may have declined your documents because they were unclear, invalid, expired, had cropped edges, or showed details that did not match your Deriv profile. If you need help, please <0>contact us via live chat0>.",
+ "-1248152791": "When you join our affiliate programme,",
+ "-640475298": "You'll be able to take advantage of our multilingual platforms and reach clients wherever they are.",
+ "-179421588": "You'll receive prompt monthly payouts via your preferred payment method.",
+ "-874599648": "You won't be charged any hidden fees. You'll be able to see exactly what your earnings are.",
+ "-1456353153": "You'll have a dedicated account manager to help you.",
+ "-1835477277": "<0>Cost per acquisition0> (For the EU only)",
+ "-2057848186": "Earn 100 USD in commission for each successful referral. Your referred client must open a real account using your tracking link and deposit 100 USD or more (one-time or accumulative).",
+ "-1264084852": "We encourage you to become our affiliate if you are:",
+ "-317355829": "<0>A webmaster0> \n Do you have a trading-related website? Join our network of affiliates and turn your traffic into revenue by promoting our products and services.",
+ "-643644414": "<0>A trading mentor0> \n Do you mentor other traders? Help them become better traders and earn commission when they sign up and trade on our platforms.",
+ "-67585950": "A referred client is a client who signed up using your tracking link, made a deposit in their account, and started trading on our platforms. As an affiliate, you stand to earn commission from the trades performed by your referred clients.",
+ "-1388788058": "Follow these steps to get your referral link:",
+ "-379292041": "<0>Log in0> to your affiliate dashboard.",
+ "-1245795523": "Click the <0>Marketing<0/> tab.",
+ "-976921122": "Follow these steps to change your payment method:",
+ "-257221931": "<0>Log in0> to your dashboard.",
+ "-1109489026": "Click the <0>Finances0> tab and select <0>Payment instructions0>.",
+ "-1408956818": "Select your preferred payment method, enter the necessary details, and click <0>Update0>.",
+ "-817404641": "Go to <0>Reports0>, and select <0>Detailed activity report0>.",
+ "-1204121083": "Set the duration and filters and click <0>Display report0> or <0>Download report0>.",
+ "-1507095704": "Help centre | Frequently asked questions | Affiliate programme | Deriv",
+ "-1973882807": "Frequently asked questions - Affiliate programme",
"-994905306": "1. 點選左上角的「開始操作」以打開區塊菜單。",
"-1285759343": "搜尋",
"-588159121": "移除面板",
@@ -1869,46 +2110,122 @@
"-822031479": "摘要標籤",
"-224804428": "交易",
"-1609246392": "點選工作區左下角的「圖表」以查看圖表。",
- "-1144380171": "我們<0>支援的付款方式0>清單包括銀行電匯、信用卡/借記卡、電子錢包和加密貨幣。",
- "-765332281": "除非另有說明,否則您的存款和取款將在一個工作日內(星期一至星期五,格林威治標準時間+8上午9:00至下午5:00)處理完畢。請注意,您的銀行或匯款服務可能需要更多時間處理您的請求。",
- "-2129519303": "加密貨幣存款沒有最低金額要求。",
- "-130293452": "您可以通過身份和地址驗證來提高提款限額。要檢視目前的提款限額,請前往<0>設定>安全性>0><1>帳戶限額1>。",
- "-849531377": "Maestro card和Maestro卡提款僅適用於英國客戶。如果您不是英國人,請用電子錢包或加密貨幣提款。",
+ "-346303383": "You can use debit and credit cards, e-wallets, cryptocurrency wallets, and payment agents for deposits and withdrawals (see our <0>payment methods page0> for a complete list). Once you log in to your Deriv account, you’ll be able to see payment methods available in your country on the <1>Cashier page1>.",
+ "-2134684262": "You can get a new link on the Cashier page. Go to <0>Withdrawal0> and click Verify my request. We'll email you a new link; please remember to use it within 1 hour.",
+ "-1855944698": "Here are some reasons why your credit card deposit was declined:",
+ "-1435852820": "Your 3D SecureCode may not be activated. Please contact your bank to check.",
+ "-805026662": "Your country of residence does not match the country that your card was issued in.",
+ "-336747115": "If you need help, please contact us via <0>live chat0>.",
+ "-1168460620": "Yes, but only once your turnover exceeds an amount that's 25 times the deposit bonus value. The bonus is to help you get familiar with our trading platforms, so we'd love for you to use it to trade and earn a potential profit (which you may withdraw at any time).",
+ "-1955486267": "Mastercard and Maestro card withdrawals are only available for UK clients. If you are not from the UK, you’ll need to use a withdrawal method that’s available in your country.",
+ "-670805289": "The currency conversion for your deposits and withdrawals are done by your payment service provider. For example, if you use Skrill, your transaction amount will be converted by Skrill. Please check with your service provider regarding the conversion rates used for your deposits and withdrawals.",
+ "-1185520887": "your withdrawal request has already been authorised and processed",
+ "-1543634856": "To cancel your withdrawal, follow these steps:",
+ "-410744792": "Go to <0>Cashier > Withdrawal0>.",
+ "-1736064743": "We'll send you an email with a verification link. Click that link.",
+ "-1439607156": "Your payment method will only appear on the Withdrawal page after you've made your first deposit. If you've made a deposit and still don't see your payment method on the Withdrawal screen, it's probably because the payment method you used for the deposit cannot be used for withdrawals. In this case, you may need to use a different payment method that supports withdrawals, too. <0>Contact us via live chat0> if you need help.",
"-1257106357": "幫助中心 | 常見問題集 | 存取款 | Deriv",
"-524318410": "常見問題集- 存取款",
- "-342557323": "要將資金存入 Deriv 帳戶,您可以以當地貨幣(或任何受支持的貨幣)向其他交易者“購買” Deriv 資金,您“購入”的金額將存入您的帳戶。",
- "-993408638": "我們會在每個使用者開始使用 Deriv P2P 服務之前驗證他們的身份——使用者在 Deriv P2P 購買或銷售之前需提交 POI(身份證明)文件以進行身份驗證。",
- "-2050983631": "此外,所有交易均受託管服務保護。託管服務鎖定 Deriv 資金,直到雙方確認交易完成。",
- "-558939780": "您可以通過銀行轉帳、銀行卡、電子錢包或任何與您交易的人商定的付款方式向其他交易者轉帳。",
- "-1985070919": "請注意,Deriv 無法控制 Deriv P2P 交易者之間的付款。因此,請確保您遵循您和您所交易的交易商之間商定的付款說明,並在發布廣告時提供您偏好的付款方式和說明。",
+ "-993497460": "<0>Deriv P2P0> is our peer-to-peer deposit and withdrawal service that’s part of our trading platform. Using Deriv P2P, you can get money in and out of your account in minutes via exchanges with fellow traders. We launched this service mainly for our clients in countries where currency exchange services are not widely accessible.",
+ "-1279056201": "We verify everyone’s identity before they can start using Deriv P2P. No anonymous transactions are allowed.",
+ "-296729461": "Additionally, all transactions are protected by escrow: the order amount is locked in escrow until both parties confirm that the transaction has been completed from their end.",
+ "-1476852890": "Yes, you’ll need a Deriv real account before you can start using Deriv P2P. Deriv P2P is a way to move funds in and out of your Deriv account.",
+ "-154362819": "Click <0>Real0>. Under <0>Deriv accounts0>, click <0>Add0>.",
+ "-1627487675": "Your Deriv P2P balance may not include all deposits made to your Deriv account. Deposits via credit cards, Skrill, Neteller, and ZingPay will not be available in Deriv P2P.",
+ "-568906967": "Go to Section 4, ‘Deriv P2P’ of <0>our terms0>.",
+ "-461691496": "Your Deriv account is suspended. Please <0>contact us0> via live chat for more info.",
+ "-1029239301": "You have cancelled 3 orders in the last 24 hours. Your account will be unblocked automatically after 24 hours.",
+ "-1141509742": "Yes, just contact us <0>via live chat0> to request a limit increase.",
+ "-1410699505": "You can use any payment method you want as long as it is agreed with the trader you’re dealing with.",
+ "-86797398": "<0>Note:0> Deriv has no control over payments made between Deriv P2P traders. Please ensure you follow the payment instructions as agreed between you and the trader you are dealing with, and provide your preferred method of payment and instructions when you post your ads.",
+ "-338149677": "Go to <0>Deriv P2P0> > <1>My ads1>.",
+ "-67297475": "Your ads are available in the <1>My ads1> tab at <0>Cashier > Deriv P2P0>.",
+ "-1869445525": "Select Buy or Sell ads.",
+ "-1378864427": "Choose the ad you want by clicking <0>Buy0> or <0>sell0>.",
+ "-1278209777": "You'll only be able to make an order once your account has been verified.",
+ "-1669612535": "If you're selling, you'll need to wait for the buyer's payment before completing the order.",
+ "-1239568034": "如果您在 Deriv P2P 交易時遇到任何問題,首先請嘗試與您交易的另一方一起解決。如果對方不願意幫助解決問題,請通過即時聊天<0>告訴我們0>,我們會幫助您解決。",
+ "-989166377": "To dispute a Deriv P2P transaction, follow these steps:",
+ "-1567088047": "Once the order has expired, click <0>Complain0> on the order details screen.",
+ "-1543692084": "We’ll seek more info on the transaction by reaching out to you and the trader you are dealing with, and we’ll try to resolve the issue within 24 hours. We’ll keep you informed of the status.",
+ "-1095411583": "For successful Deriv P2P transactions, follow these guidelines:",
+ "-693174976": "Avoid creating ads with identical amounts and exchange rates.",
+ "-2112170016": "Ensure that your account balance is sufficient to support your ads and orders.",
+ "-1098565506": "If you’re buying:",
+ "-1941726245": "Check your bank or e-wallet balance to confirm that the buyer has made payment before completing the order.",
+ "-1964387231": "Once you’ve received the payment from the buyer, try to complete the order as soon as you can.",
+ "-1705206253": "For more guidelines on using Deriv P2P, see our <0>terms of use0> (refer to Section 4 ‘Deriv P2P’).",
"-90598465": "存款無最小限額。最大存款額是每次 2,500 美元,每天可存十二次。",
"-307502515": "您可透過Deriv X交易外匯、加密貨幣、大宗商品和我們專有的綜合指數的差價合約。",
"-577476222": "DTrader允許您以數字期權、乘數和回看的形式交易50多種資產。",
"-2134519372": "Deriv MT5 (DMT5) 和 Deriv X 都是多資產交易平台,您可以在其中利用多種資產類別的槓桿來交易現貨外匯和差價合約。兩者之間的主要區別在於平台佈局——MT5 具有簡單的多合一畫面,而在 Deriv X,您可以根據自己的喜好自訂佈局。",
+ "-1529587893": "Follow these steps to add a Deriv X account:",
+ "-1383710718": "Select <0>Real account0> or <0>Demo account0>.",
+ "-780401736": "If you’re adding your first Deriv X account, you’ll need to set your Deriv X password. If you’ve already set your Deriv X password before, you’ll need to enter it now.",
+ "-1285898327": "Your new Deriv X account is now ready.",
+ "-527968812": "You'll need to add a Deriv X account first. After that, follow these steps to log in:",
"-2055925090": "您可通過金融帳戶交易外匯、加密貨幣和大宗商品等金融市場的差價合約 (CFD) 。",
"-1720135689": "前往 <0>帳戶設定0>。點選 “安全和保障” 下拉功能表並選擇 “密碼”。在 “Deriv X 密碼”點選 “更改密碼” 以重設密碼。",
"-535620163": "要從Deriv的Deriv X帳戶提取資金,您需先將資金轉移到Deriv帳戶中。前往收銀台 > 帳戶之間轉帳,然後按照螢幕上的說明操作。",
"-2015877045": "幫助中心 | 常見問題集 | Deriv X | Deriv",
"-529738098": "常見問題集 - Deriv X",
"-971172690": "Deriv X 帳戶的最小 / 最大存款額是多少?",
- "-844199531": "DMT5是多資產交易平台,可用於槓桿交易現貨外匯和差價合約(CFD)。",
- "-35355043": "DMT5 高級帳戶是100%A Book帳戶。讓您直接進入市場交易,您也可直接存取外匯流動量提供商。",
- "-315308558": "DMT5綜合指數帳戶讓您以最低真實市場波動率進行差價合約綜合指數交易。全年無休,全天候交易,公平審計由第三方獨立機構監控。",
- "-1390301231": "要在Deriv的MT5帳戶存入資金,您需使用Deriv帳戶中的資金。前往<0>收銀台>0> <1>帳戶之間轉帳1>,然後按照螢幕上的說明操作。",
- "-1374692096": "要從Deriv的MT5帳戶提取資金,您需將資金轉移到Deriv帳戶中。前往<0>收銀台>0> <1>帳戶之間轉帳1>,然後按照螢幕上的說明操作。",
- "-1538690809": "Deriv 的MT5 是獨立的交易平台,不受我們的網站託管。您的DMT5登入詳細訊息可讓您存取MT5平台,而您的Deriv登入詳細訊息可讓您存取我們網站託管的平台,例如DTrader和DBot。",
+ "-935980097": "The Deriv MT5 Synthetic account offers contracts for difference (CFDs) on synthetic indices. Our proprietary synthetic indices mimic the price movement of real financial markets but are not affected by market events. Trading on synthetic indices is available 24/7, even on weekends and holidays. There are more than 15 indices to choose from, with different levels of volatility and market behaviour.",
+ "-787503172": "The Deriv MT5 Financial account offers CFDs on forex, commodities, cryptocurrencies, stocks, and stock indices, with high leverage and variable spreads for maximum flexibility. This account offers more than 100 assets, and 24/7 trading is available on cryptocurrencies.",
+ "-300839534": "You'll need to transfer funds from your Deriv account to your Deriv MT5 account. You can do this on the <0>Cashier page0>. Transfers are instant; your funds will be available in your Deriv MT5 account as soon as you complete the transfer.",
+ "-1348787775": "Follow these steps to reset your Deriv MT5 password:",
+ "-1111031408": "Go to your <0>Deriv MT5 dashboard0>.",
+ "-985140221": "Click <0>Confirm0>.",
+ "-1222605568": "We'll send you an email. Click the <0>Change password0> button in that email.",
+ "-1184173356": "You'll be taken to the Change password screen. Enter a new password and click <0>Create0>.",
+ "-1462766296": "You can log in to your Deriv MT5 account via the MT5 desktop app, web terminal, or mobile app. You'll need the login ID and server name from <0>your Deriv MT5 dashboard0>. Please remember to use your Deriv MT5 password to log in to Deriv MT5.",
+ "-1089619392": "You can set the investor password on your <0>Deriv MT5 dashboard0>. Click <1>Password1> on your Deriv MT5 account, and select <1>Investor password1> to set a new password.",
+ "-351288377": "No, we don't.",
+ "-1987596175": "You can't reactivate your Deriv MT5 account. Instead, you can create a new one on your Deriv <0>MT5 dashboard0>.",
+ "-38304396": "No, you can't. There's a fixed default amount for each asset. The leverage applied to your account can be found on your <0>Deriv MT5 dashboard0>.",
+ "-88115138": "Greenwich Mean Time (GMT).",
+ "-1741073621": "If you need a statement of your trades on Deriv MT5, follow these steps to download a 3-month statement:",
+ "-1684440937": "Log in to your MT5 account via the desktop app.",
+ "-1374165891": "Right-click on <0>Time0>, click <0>Report0>, and select <0>Open XML0>.",
+ "-1795964107": "If you need a statement for a more extended period, contact us via <0>live chat0>, and we'll help you with it.",
+ "-309622502": "Yes, we’ll transfer your balance to your Deriv account before your Deriv MT5 account is deactivated.",
+ "-586122892": "No, this isn’t possible on MT5.",
+ "-518416448": "No, you can't, but you may have multiple Deriv MT5 Synthetic accounts on different servers.",
+ "-2007650229": "Yes, you can trade micro forex pairs with a Deriv MT5 Financial account.",
"-1593152023": "幫助中心 | 常見問題集 | DMT5 | Deriv",
- "-1762311912": "我們通過DTrader提供三種合約類型:上漲和下跌、高價和低價以及數字。",
+ "-1402025716": "<0>DTrader0> is one of our trading platforms. It offers digital options and multipliers on a variety of assets in financial and synthetic markets. ",
+ "-798714068": "You can trade forex, stocks, stock indices, commodities, cryptocurrencies, and synthetic indices on DTrader. Some markets may not be available in certain countries.",
+ "-1758753185": "These contracts are available on DTrader:",
+ "-1572548510": "Ups & Downs",
+ "-922253974": "上漲/下跌",
+ "-1361254291": "「高於/低於」",
+ "-1691868913": "觸及/未觸及",
+ "-763273340": "數字期權",
+ "-330437517": "相符/差異",
+ "-657360193": "大於/小於",
"-1442307043": "幫助中心 | 常見問題集 | DTrader | Deriv",
"-1544998943": "常見問題集- DTrader",
+ "-1301260207": "You'll earn commission whenever your clients trade CFDs on MT5, even on weekends and public holidays.",
+ "-110767819": "You'll have access to various marketing tools to help promote our products and services to your clients.",
+ "-289567912": "Find out more about our IB programme <0>here0>.",
+ "-898871903": "No, it's completely free of charge.",
"-17396892": "需要幫忙?對 Deriv 的服務和線上交易平台有疑問嗎?閱讀我們的常見問題解答或向我們提問。",
+ "-199125243": "Multipliers (also known as multiplier options) is a trade type that gives you an opportunity to amplify your profit without risking more than your stake. To find out more, visit <0>the Multipliers page0>.",
+ "-1755209362": "Watch <0>this video0> to know more about trading multipliers.",
+ "-1343499861": "Help centre | Frequently asked questions | Multipliers | Deriv",
"-11499858": "不,除非出現提示,否則您無需驗證您的Deriv帳戶。如果您的帳戶需要驗證,我們將通過電子郵件與您聯繫以啟動驗證過程,並為您提供提交文件的明確說明。",
- "-1314529357": "大宗商品是在環境中自然生長或生產的。例如原油、金屬、黃金和白銀。",
- "-720675222": "綜合指數是Deriv專有的,也是我們自己的綜合市場集合,特別設計以模擬現實世界的市場波動,不受實際事件和其他外部干擾的影響。",
- "-817895916": "數字期權是具有固定賠付的金融工具,您只能從兩種可能的結果中預測結果。",
- "-634329620": "我們提供三個交易平台:DTrader、DBot和DMT5。無論您是新手還是經驗豐富的操盤手,每個平台均可滿足各種交易風格和經驗。",
- "-1689847421": "您可前往<0>設定>安全保障>0><1>帳戶限額 1>查看您帳戶的交易限額。請注意,如果您的帳戶餘額超過最大帳戶現金餘額,則必須從帳戶中提取資金,以使帳戶餘額低於最大限額。",
- "-1889877048": "綜合指數可全天候交易。",
+ "-1846766027": "外匯是世界各貨幣的全球市場,不同貨幣的價值以外匯貨幣對的形式相互比較,如歐元/美元、澳元/日圓等。外匯市場決定每種貨幣的匯率。",
+ "-192959524": "Read <0>this article0> to learn more about trading forex on Deriv.",
+ "-1879171974": "A commodity is either grown or produced naturally in the environment, such as agricultural products, livestock, crude oil, and precious metals like gold and silver.",
+ "-339093963": "Read <0>this article0> to learn more about trading commodities on Deriv.",
+ "-691446230": "Stock indices measure the value of a group of companies in the stock market. This allows investors to see how a particular set of assets is performing.",
+ "-1412546523": "Read <0>this article0> to learn more about trading stocks on Deriv.",
+ "-367005179": "Read <0>this article0> to learn more about trading synthetic indices on Deriv.",
+ "-1542650156": "CFDs let you predict the price movement of underlying assets without actually owning them. With CFDs, you open a position based on your prediction, and you'll earn a profit if you close your position when the price moves in your favour.",
+ "-1790114248": "We have a diverse suite of 6 trading platforms: <0>Deriv MT50>, <1>Deriv X1>, <2>DTrader2>, <3>DBot3>, <4>SmartTrader4>, and <5>Binary Bot5>. Each of these platforms is designed to fit any trading style, regardless of your trading experience.",
+ "-639381175": "Note: DBot, SmartTrader, and Binary Bot are not available in the EU and UK.",
+ "-626094848": "Build your trading bot for free on <0>DBot0> or <1>Binary Bot1>; no coding is needed. You’ll also find free pre-built strategies on DBot that you can customise to your needs.",
+ "-578264817": "Trading limits are only applicable to your Deriv real account. You can see the limits on your account on the <0>Account limits0> page (you must be <1>logged in1>).",
"-1618901770": "幫助中心 | 常見問題集 | 交易 | Deriv",
"-2085755369": "常見問題集- 交易",
"-396178446": "100多種可交易的資產",
@@ -2152,7 +2469,6 @@
"-1669418686": "澳元/加元",
"-1548588249": "澳元/瑞士幣",
"-79700881": "紐元/美元",
- "-1800672151": "英鎊指數",
"-1402324349": "加元/瑞士法郎",
"-1398238048": "加元/日圓",
"-244869624": "瑞士幣/日圓",
@@ -2249,17 +2565,11 @@
"-1522453105": "<0>瑞士200>關注瑞士20家最大、股票流動性最高的公司的表現。",
"-1848325573": "<0>英國1000>關注英國100家最大上市公司的股票表現。",
"-1650735154": "這些指數在兩個價格點(邊界)之間波動,偶爾會突破邊界以平均每達到其邊界的100或200倍時建立新的範圍。",
- "-962930783": "<0>澳元指數0>衡量澳元相對於五種國際貨幣(美元、歐元、英鎊、日圓、加元)的價值,各貨幣的權重均為20%。",
- "-1910214848": "<0>歐元指數0>衡量歐元相對於五種國際貨幣(美元、澳元、英鎊、日圓、加元)的價值,各貨幣的權重均為20%。",
- "-1763966856": "<0>英鎊指數0>衡量英鎊相對於五種國際貨幣(美元、歐元、澳元、日圓、加元)的價值,各貨幣的權重均為20%。",
- "-1448477512": "<0>黃金指數0>衡量黃金相對於五種國際貨幣(歐元、英鎊、日圓、澳元、美元)的價值,各貨幣的權重均為20%。",
"-754071100": "<0>英鎊籃子0>衡量英鎊相對於五種國際貨幣(美元、歐元、澳元、日圓、加元)籃子的價值,各貨幣的權重均為20%。",
"-1164156648": "這些指數與<0>200%及300%持續波動率0>的模擬市場相對應。",
"-475767247": "<0>澳洲2000>關注澳洲200家最大上市公司的股票表現。",
"-2035089048": "<0>西班牙350>關注西班牙35家最大公司的股票表現。",
"-1312740087": "<0>高於/低於:0> 預測退市現價在合約到期時將高於或低於目標價(屏障)。",
- "-1691868913": "觸及/未觸及",
- "-763273340": "數字期權",
"-467543474": "<0>符合/相差:0>選擇合約最新價格的最後一個數字會是甚麼數字。",
"-12379677": "<0>偶/奇:0>預測合約最新價格的最後一個數字是偶數或奇數。",
"-1048378719": "重設買/賣權",
@@ -2318,21 +2628,26 @@
"-963218544": "無法決定哪種計劃或佣金計劃適合您?",
"-1930772663": "Deriv MT5綜合",
"-1016171176": "資產",
+ "-2082672713": "1",
"-549581742": "Volatility 10 Index ",
"-456885316": "波動率 75 指數 ",
"-1649127643": "1.75",
"-2068763730": "5",
"-2083395832": "7.5",
+ "-1587730975": "10",
+ "-784871058": "15",
"-524043424": "1.25",
"-849512762": "2.50",
"-1925239974": "以500,000美元的價格進行1手波動率75指數的一回合交易將根據以下公式支付25美元佣金:",
"-55785537": "您的客戶使用 MT5 金融帳戶交易時賺取收益。",
"-978761772": "2美元",
"-543177967": "股票指數",
- "-1587730975": "10",
+ "-1097570263": "外匯交易每手有 2 美元的固定佣金(僅適用於標準手)。一手歐元/美元的交易將根據以下公式支付2美元佣金:",
"-834024219": "已先計算好 DMT5 金融",
- "-1981982611": "加密貨幣資產1手比特幣/美元的一回合交易(比特幣換美元的兌率為50,000美元)將根據以下公式支付10美元佣金:",
+ "-800044382": "金屬交易每手有 4 美元的固定佣金(僅適用於標準手)。一手黃金/美元的交易將根據以下公式支付4美元佣金:",
"-1825768469": "接下來計算好 DMT5 金融",
+ "-1923011108": "For cryptocurrency assets, a deal for 1 lot of BTC/USD (with a BTC to USD exchange rate of USD 50,000) will pay out USD 5 in commission based on the following formula:",
+ "-1268684459": "第三計算好 DMT5 金融",
"-2061883933": "2.5",
"-1587788256": "接下來計算好 DMT5 金融 STP",
"-921778308": "如何計算",
@@ -2413,9 +2728,6 @@
"-854296036": "獲得合規團隊的最終批准後,您的詳細資訊將會發佈在我們的付款代理清單中。",
"-1340544588": "每天執行多次存款和提款。",
"-5296999": "了解如何成為 Deriv 的支付代理,以擴大您的客戶群並賺取額外收入。",
- "-119617711": "RTS27 2020",
- "-1439749066": "RTS27 2019",
- "-1364758050": "Deriv Investments (Europe) Limited 已根據第四資本要求指令和資本要求規則編寫了第三支柱資料披露報告。請參閱此第三支柱資料披露報告以瞭解我們作為市場參與者嚴格遵守市場紀律的方式。",
"-1601657282": "Deriv Investments (Europe) Limited 已根據投資公司規則和指令編寫了財務披露報告。請參閱此報告以瞭解我們作為市場參與者嚴格遵守市場紀律的方式。",
"-1695974481": "這些文件為您提供關於我們投資產品的關鍵資訊。根據法律要求,我們必須提供這些資訊以便幫助您了解這些產品的性質、風險、成本、潛在收益和損失, 並幫助您與其他產品相比較。",
"-1127433262": "RTS",
@@ -2441,12 +2753,16 @@
"-431262594": "差價合約 - 綜合指數",
"-1311570171": "執照和監管資訊 | Deriv",
"-1833153607": "Binary.com持有多個執照,並遵守世界各地的交易規則。Deriv 在其管轄權下運作。",
- "-1720897015": "Deriv.com 和 Binary.com 的服務由 Deriv 集團提供。該集團擁有多家子公司,獲得許可在其註冊轄區運營 Deriv.com 和Binary.com。",
+ "-1488849807": "Deriv .com 的服務由 Deriv 集團提供。該集團擁有多家子公司,獲得許可在其註冊轄區運營 Deriv.com。",
"-1131400885": "Deriv Investments (Europe) Limited",
- "-959669250": "Deriv Investments (Europe) Limited 有權通過歐盟金融護照權利在任一歐盟成員國提供服務。 以上是有權通過歐盟金融護照權利訪問 Deriv.com 的歐盟國家清單。",
+ "-430532854": "Deriv 投資 (歐洲) 有限公司 – W Business Centre, Level 3, Triq Dun Karm, Birkirkara BKR 9033, Malta - 在馬爾他獲得執照(<0>執照號IS/701560>),並由馬爾他金融服務機構根據投資服務法令授權提供歐盟的投資服務。",
+ "-2051445931": "想要進行金融工具交易的歐盟客戶可在 Deriv Investments (Europe) Limited 擁有帳戶。",
"-112814932": "Deriv (FX) Ltd",
+ "-246692869": "Deriv (FX) Ltd – 地址: F16, Level 1, Paragon Labuan, Jalan Tun Mustapha, Labuan 87000, Malaysia – 已由 Labuan 金融服務管理局授予執照 (<0>執照編號MB/18/00240>)。",
"-1474169625": "全球其他地區(除了受限制國家如美國、加拿大和香港) 想要進行外匯和加密貨幣差價合約交易的客戶可在 Deriv (FX) Ltd. 擁有DMT5 金融 STP帳戶。",
"-2019617323": "Deriv (BVI) Ltd",
+ "-689442324": "Deriv (BVI) Ltd – Kingston Chambers, P.O. Box 173, Road Town, Tortola, British Virgin Islands – 由英屬維爾京群島金融服務委員會授予執照( <0>執照編號SIBA/L/18/11140>)。",
+ "-1186445863": "全球其他地區(除了受限制國家如美國、加拿大和香港) 想要進行金融工具,包括加密貨幣的差價合約交易的客戶可在 Deriv (BVI) Ltd. 擁有 DMT5 金融 STP帳戶。",
"-1089385344": "Deriv (SVG) LLC",
"-951213826": "Deriv (SVG) LLC 位於 Hinds Buildings, Kingstown, 聖文森及格瑞那丁 (公司編號: 273 LLC 2020)。",
"-1179448605": "Deriv 有限公司",
@@ -2557,7 +2873,6 @@
"-976479290": "止損和交易取消功能不能同時使用。",
"-1088149692": "這是為了防止您在使用交易取消時損失金錢。取消交易功能允許您收回全部投注額,如果您在打開頭寸的一小時內取消合約。另一方面,如果市場對您的持倉不利,止損將使您的合約平倉。但是,一旦取消交易功能到期,您可以對未平倉合約設定止損水平。",
"-993588400": "止盈和交易取消功能不能同時使用。",
- "-1980078854": "甚麼是乘數期權?",
"-715015407": "Deriv 乘數期權結合了槓桿交易的優勢和有限的期權風險。這意味著,當市場走勢對您有利時,您的潛在利潤將加倍增高。如果市場走勢與您的預測相反,則您的虧損僅限於您的投注金額。",
"-2055316208": "<0>沒有使用乘數時0>,如果市場上漲25%,您將獲得25%* $ 100 = <1> $ 25的利潤<1>。",
"-222486173": "<0>使用x5乘數時0>,如果市場上漲25%,您將獲得25%* $ 100 * 5 = <1> $125的利潤<1>。",
@@ -2590,10 +2905,8 @@
"-1192024363": "推測世界主要大宗商品(白銀、黃金、石油和能源)的價格走勢。",
"-1421344186": "Deriv 的交易期權",
"-412753503": "回顧期權僅可通過綜合指數交易.",
- "-922253974": "上漲/下跌",
"-513919250": "如果您選擇「低於」期權,只要退市現價嚴格低於入市現價,您將獲得賠付。",
"-780207001": "如果您選擇 「允許等值」, 如果退市現價高於或等於「高於」的入市現價, 您將獲得賠付。同樣, 如果退市現價低於或等於「低於」的入市現價, 您將獲得賠付。",
- "-1361254291": "「高於/低於」",
"-1813951531": "如果您選擇「低於」期權,只要退市現價嚴格低於障礙,您將獲得賠付。",
"-1350745673": "如果退市現價等於障礙價格, 您將不會贏得賠付。",
"-1673960856": "到期時價格處於範圍之內/之外",
@@ -2601,10 +2914,8 @@
"-1039129655": "如果您選擇「收於區間外」期權,只要退市現價嚴格高於高障礙,或者嚴格低於低障礙,您將獲得賠付。",
"-1326361265": "「保持在範圍之內/超出範圍之外」",
"-248048003": "如果您選擇「超出區間外」期權,只要市場在合約期限內的任何時候觸 及高障礙或低障礙,您將得獲得賠付。",
- "-330437517": "相符/差異",
"-972537755": "如果您選擇「相符」期權,只要最新價格的最後一個數字與您的預測相同,您將獲得賠付。",
"-1754746990": "如果您選擇「差異」期權,當最新價格的最後一個數字跟您的預測不同時,您將獲得賠付。",
- "-657360193": "大於/小於",
"-1163143636": "如果您選擇「小於」期權,只要最新價格的最後一個數字小於您的預測,您將獲得賠付。",
"-878562744": "如果您選擇「重設買權」,只要退市現價嚴格高於入市現價或重設時現貨價,您將獲得賠付。",
"-1521910502": "如果您選擇「重設賣權」,只要退市現價嚴格低於入市現價或重設時現貨價,您將獲得賠付。",
@@ -2730,8 +3041,8 @@
"-1339404877": "可靠",
"-1972583435": "公平",
"-2032112598": "負責任",
- "-1395788708": "賽柏再也",
- "-678475230": "麻六甲",
+ "-1395788708": "賽城",
+ "-678475230": "馬六甲",
"-1625504236": "根西",
"-1165835520": "僱員",
"-1373949478": "50+",
@@ -2754,7 +3065,7 @@
"-515732698": "風險主管",
"-864130274": "會計主管",
"-234962411": "我們是誰 | 線上交易平台 | Deriv.com",
- "-355907358": "Deriv.com 是 Binary.com 的品牌,也是交易市場的先驅和屢獲殊榮的線上交易平台。",
+ "-719133900": "Deriv 是開創性且屢獲殊榮的全天候線上交易平台,為任何人、任何地點的交易者提供品種廣泛的衍生品選擇。",
"-599033718": "Deriv不會將您的資金用於其商業利益,並且您可以隨時提取資金。您的所有資金都將被隔離,並存放在安全的金融機構。這樣,萬一Deriv破產,您所有錢都將退還給您,因為它永遠不會與我們的資金合併。",
"-392665367": "在您需要時提供幫助",
"-367457070": "Deriv讓任何人都可以輕鬆開始交易、瞭解風險並做出更好的交易決策。我們的工具和平台具有清晰又簡單的說明,直觀易用。我們還定期提供市場新聞、分析、網絡研討會、電子書、視訊教程和幫助中心文章,以幫助您了解最新情況並成為更好的交易者。",
diff --git a/src/types/generics.ts b/src/types/generics.ts
index c10e37e8beb..d41daa7a8f0 100644
--- a/src/types/generics.ts
+++ b/src/types/generics.ts
@@ -1,3 +1,8 @@
export type StringObjectType = {
[key: string]: string
}
+
+export type PopupModalTypes = {
+ is_open: boolean
+ setShowNonEuPopup: React.Dispatch>
+}
diff --git a/src/types/graphql.types.ts b/src/types/graphql.types.ts
index f89406a75a5..c3d8728d96a 100644
--- a/src/types/graphql.types.ts
+++ b/src/types/graphql.types.ts
@@ -5823,6 +5823,7 @@ export type AllVideosQuery = {
directus: {
__typename?: 'DirectusData'
videos: Array<{
+ [x: string]: any
__typename?: 'DirectusData_videos'
video_id: string
video_slug: string
diff --git a/static/regulatory/Deriv_(BVI)_Ltd.pdf b/static/regulatory/Deriv_(BVI)_Ltd.pdf
index 3b87cd69fad..4a590ab8b15 100644
Binary files a/static/regulatory/Deriv_(BVI)_Ltd.pdf and b/static/regulatory/Deriv_(BVI)_Ltd.pdf differ
diff --git a/static/tnc/deriv-(fx)-ltd.pdf b/static/tnc/deriv-(fx)-ltd.pdf
index 55d51cbe5ad..8c88c9ac95e 100644
Binary files a/static/tnc/deriv-(fx)-ltd.pdf and b/static/tnc/deriv-(fx)-ltd.pdf differ
diff --git a/static/tnc/deriv-investments-(europe)-limited.pdf b/static/tnc/deriv-investments-(europe)-limited.pdf
index af363014499..9b5de636d88 100644
Binary files a/static/tnc/deriv-investments-(europe)-limited.pdf and b/static/tnc/deriv-investments-(europe)-limited.pdf differ
diff --git a/static/tnc/funds-and-transfers.pdf b/static/tnc/funds-and-transfers.pdf
index 8b521639120..68425fcbfd0 100644
Binary files a/static/tnc/funds-and-transfers.pdf and b/static/tnc/funds-and-transfers.pdf differ
diff --git a/static/tnc/security-and-privacy.pdf b/static/tnc/security-and-privacy.pdf
index e0ef3c3138d..9ea854d5969 100644
Binary files a/static/tnc/security-and-privacy.pdf and b/static/tnc/security-and-privacy.pdf differ
diff --git a/tsconfig.json b/tsconfig.json
index d8e536729e4..1a09adfc862 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -13,8 +13,4 @@
"resolveJsonModule": true,
"downlevelIteration": true
},
- "paths": {
- "react": ["node_modules/preact/compat/"],
- "react-dom": ["node_modules/preact/compat/"]
- }
}