Skip to content

Commit a0e1f25

Browse files
Update README.md
1 parent 9df2b49 commit a0e1f25

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ In above command we use:
2727
* `ctrader.console.run.mybot`: Container name, you can use any name
2828
* `/cAlgo/Robots`: Path in host that will be mounted to container
2929
* `/mnt/Robots`: Container mount path
30-
* `CTID='mycid'`: Your cId username
30+
* `CTID='mycid'`: Your cID username
3131
* `/mnt/Robots/ctrader-cli.pwd`: Your cID password file path according to mount path
3232
* `ACCOUNT='9102302'`: Your trading account number
3333
* `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
3535
* `ghcr.io/spotware/ctrader-console:5.4`: Container image name that you pulled, change the tag if you pulled some specific version
3636
* `/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
3838

3939
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.
4040

0 commit comments

Comments
 (0)