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
Copy file name to clipboardExpand all lines: templates/hl-copy-trader/README.md
+31-25Lines changed: 31 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,55 +24,61 @@ Before setting up your copy trader, ensure you have:
24
24
25
25
### Step 2: Configure Your Copy Trader
26
26
27
-
1.**Trader Address to Copy** (Required)
27
+
1.**Trader Address to Copy (`COPY_TRADE_ADDRESS`)** (Required)
28
28
29
-
- Enter the wallet address of the trader you want to copy
29
+
- Enter the wallet address of the trader you want to copy.
30
30
- Example: `0x1234567890abcdef...`
31
-
- This address determines which trades your bot will replicate
31
+
- This address determines which trades your bot will replicate.
32
32
33
-
2.**Withdrawal Address** (Set at later date to stop operations)
33
+
2.**Withdrawal Configuration** (Use to stop operations and withdraw funds)
34
34
35
-
- Leave empty for normal operation
36
-
- Only set this if you want to emergency withdraw all funds or are happy
37
-
with the results and want to stop the copy trades
38
-
- When set, the bot will:
35
+
- For normal operation, leave these settings at their default values.
36
+
- To initiate a withdrawal, you must configure two settings. This is useful when you want to emergency withdraw all funds or are happy with the results and want to stop copy trading.
0 commit comments