Skip to content

Commit bf5ea22

Browse files
Update README.md
1 parent 5069317 commit bf5ea22

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@ We use Docker mount to let the container have access to a directory so it will b
2424

2525
In above command we use:
2626

27-
`/cAlgo/Robots`: Path in host that will be mounted to container
28-
`/mnt/Robots`: Container mount path
29-
`CTID='mycid'`: Your cId username
30-
`/mnt/Robots/ctrader-cli.pwd`: Your cID password file path according to mount path
31-
`ACCOUNT='9102302'`: Your trading account number
32-
`SYMBOL='EURUSD'`: Symbol that cBot will run on
33-
`PERIOD='H1'`: Timeframe that cBot will rub on
34-
`ghcr.io/spotware/ctrader-console:5.4`: Container image name that you pulled, change the tag if you pulled some specific version
35-
`/mnt/Robots/My bot.algo`: Your cBot algo file path according to mount path
36-
`environment-variables`: We use the to let cTrader console know it should use environment variables for getting its parameters
27+
* `/cAlgo/Robots`: Path in host that will be mounted to container
28+
* `/mnt/Robots`: Container mount path
29+
* `CTID='mycid'`: Your cId username
30+
* `/mnt/Robots/ctrader-cli.pwd`: Your cID password file path according to mount path
31+
* `ACCOUNT='9102302'`: Your trading account number
32+
* `SYMBOL='EURUSD'`: Symbol that cBot will run on
33+
* `PERIOD='H1'`: Timeframe that cBot will rub on
34+
* `ghcr.io/spotware/ctrader-console:5.4`: Container image name that you pulled, change the tag if you pulled some specific version
35+
* `/mnt/Robots/My bot.algo`: Your cBot algo file path according to mount path
36+
* `environment-variables`: We use the to let cTrader console know it should use environment variables for getting its parameters
3737

3838
## Tags
3939

0 commit comments

Comments
 (0)