Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 3473cb5

Browse files
authored
Merge pull request #236 from sanjam-deriv/copytrading
2 parents 915937b + d2312a5 commit 3473cb5

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: Copy trading facilities
3+
hide_title: false
4+
draft: false
5+
sidebar_label: Copy trading
6+
sidebar_position: 4
7+
tags:
8+
- copy trading
9+
- trading
10+
keywords:
11+
- trading
12+
- concept
13+
- calls
14+
- anatomy
15+
description: Copy Trading
16+
---
17+
18+
## What is it?
19+
20+
Copy Trading is becoming popular in the financial markets; it allows a client (the Copier) to automatically copy the trades of another client (the Trader).
21+
22+
## Becoming a Trader
23+
24+
To become a Trader (i.e. to allow others to follow your trades), set the “allow_copiers” setting via the [set settings](/api-explorer#set_settings) call.
25+
26+
The Trader then creates a read-only API token and provides it to the Copier.
27+
28+
Enabling the allow_copiers setting will also make the [copytrading statistics](/api-explorer#copytrading_statistics) call work. The statistics API call provides the information about an account (this is so that potential copiers have an idea about the trader’s past performance).
29+
30+
## Becoming a Copier
31+
32+
To become a copier, use the [copy start](/api-explorer#copy_start) call. To stop copying, use the [copy stop](/api-explorer#copy_stop) call.

0 commit comments

Comments
 (0)