File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -24,16 +24,16 @@ We use Docker mount to let the container have access to a directory so it will b
2424
2525In 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
You can’t perform that action at this time.
0 commit comments