Skip to content

Commit

Permalink
[BOT] Farabi/webrel-1868/quick strategy content (binary-com#12749)
Browse files Browse the repository at this point in the history
* fix: updated strategy content

* fix: dalembert dropdown
  • Loading branch information
farabi-deriv committed Jan 5, 2024
1 parent e19f7bc commit 0c6c997
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
Expand Up @@ -6,21 +6,30 @@ export const REVERSE_D_ALEMBERT: TDescriptionItem[] = [
{
type: 'subtitle',
content: [localize('Exploring the Reverse D’Alembert strategy in Deriv Bot')],
expanded: true,
no_collapsible: false,
},
{
type: 'text',
content: [
localize(
"The Reverse D'Alembert strategy involves increasing your stake after a successful trade and reducing it after a losing trade by a predetermined number of units."
),
localize('These are the trade parameters used for the Reverse D’Alembert strategy in Deriv Bot.'),
],
},
{
type: 'subtitle',
content: [localize('Key Parameters')],
},
{
type: 'text',
content: [localize('These are the trade parameters used in Deriv Bot with Reverse D’Alembert strategy.')],
},
{
type: 'text',
content: [
localize(
'<strong>Initial stake:</strong> The amount that you are willing to place as a stake to enter a trade. In this example, we will use 1 USD.'
'<strong>Initial stake:</strong> The amount that you are willing to place as a stake to enter a trade. This is the starting point for any changes in stake depending on the dynamic of the strategy being used.'
),
],
},
Expand Down Expand Up @@ -78,7 +87,7 @@ export const REVERSE_D_ALEMBERT: TDescriptionItem[] = [
type: 'text',
content: [
localize(
"At Deriv, traders can set the profit threshold and loss threshold to secure profits and limit potential losses. This means that the trading bot will automatically stop when either the profit or loss thresholds are reached. It's a form of risk management that can potentially enhance returns. For example, if a trader sets the profit threshold at 100 USD and the strategy exceeds 100 USD of profit from all trades, then the bot will stop running."
'With Deriv Bot, traders can set the profit and loss thresholds to secure potential profits and limit potential losses. This means that the trading bot will automatically stop when either the profit or loss threshold is reached. This is a form of risk management that can potentially boost successful trades whilst limiting the impact of loss. For example, if a trader sets the profit threshold at 100 USD and the strategy exceeds 100 USD of profit from all trades, then the bot will stop running.'
),
],
},
Expand Down
Expand Up @@ -26,7 +26,7 @@ export const STRATEGY_1_3_2_6: TDescriptionItem[] = [
},
{
type: 'text',
content: [localize('These are the trade parameters used in Deriv Bot with strategy.')],
content: [localize('These are the trade parameters used in Deriv Bot with 1-3-2-6 strategy.')],
},
{
type: 'text',
Expand Down

0 comments on commit 0c6c997

Please sign in to comment.