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

Commit d2312a5

Browse files
committed
fix: cta
1 parent e4f2c01 commit d2312a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/core-concepts/copytrading/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ Copy Trading is becoming popular in the financial markets; it allows a client (t
2121

2222
## Becoming a Trader
2323

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.
2525

2626
The Trader then creates a read-only API token and provides it to the Copier.
2727

2828
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).
2929

3030
## Becoming a Copier
3131

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

Comments
 (0)