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: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,14 +27,14 @@ In above command we use:
27
27
*`ctrader.console.run.mybot`: Container name, you can use any name
28
28
*`/cAlgo/Robots`: Path in host that will be mounted to container
29
29
*`/mnt/Robots`: Container mount path
30
-
*`CTID='mycid'`: Your cId username
30
+
*`CTID='mycid'`: Your cID username
31
31
*`/mnt/Robots/ctrader-cli.pwd`: Your cID password file path according to mount path
32
32
*`ACCOUNT='9102302'`: Your trading account number
33
33
*`SYMBOL='EURUSD'`: Symbol that cBot will run on
34
-
*`PERIOD='H1'`: Timeframe that cBot will rub on
34
+
*`PERIOD='H1'`: Timeframe that cBot will run on
35
35
*`ghcr.io/spotware/ctrader-console:5.4`: Container image name that you pulled, change the tag if you pulled some specific version
36
36
*`/mnt/Robots/My bot.algo`: Your cBot algo file path according to mount path
37
-
*`environment-variables`: We use the to let cTrader console know it should use environment variables for getting its parameters
37
+
*`environment-variables`: We use this parameter to let cTrader console know it should use environment variables for getting its parameters
38
38
39
39
In above command we used Docker mount to let container have access to our cBot algo file and cID password file, instead you can also use `-volume` or build another docker file based on console image and copy your algo files and set environment variables directly inside your docker file.
0 commit comments