You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 13, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: docs/core-concepts/copytrading/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,12 +21,12 @@ Copy Trading is becoming popular in the financial markets; it allows a client (t
21
21
22
22
## Becoming a Trader
23
23
24
-
To become a Trader (i.e. to allow others to follow your trades), set the “allow_copiers” setting via the [set settings call](/api-explorer#set_settings).
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
25
26
26
The Trader then creates a read-only API token and provides it to the Copier.
27
27
28
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
29
30
30
## Becoming a Copier
31
31
32
-
To become a copier, use the [copy start call](/api-explorer#copy_start). To stop copying, use the [copy stop call](/api-explorer#copy_stop).
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