mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
print lines
This commit is contained in:
parent
931f812e32
commit
045b9f5d00
|
@ -63,6 +63,8 @@ exchangeStrategies:
|
|||
profitSpread: 50.0
|
||||
END
|
||||
|
||||
echo "Config file is generated"
|
||||
echo "================================================================"
|
||||
echo "Now you can edit your strategy config file bbgo.yaml to run bbgo"
|
||||
|
||||
if [[ $osf == "darwin" ]] ; then
|
||||
|
|
|
@ -65,6 +65,7 @@ exchangeStrategies:
|
|||
END
|
||||
|
||||
echo "Config file is generated"
|
||||
echo "================================================================"
|
||||
echo "Now you can edit your strategy config file bbgo.yaml to run bbgo"
|
||||
|
||||
if [[ $osf == "darwin" ]] ; then
|
||||
|
|
Loading…
Reference in New Issue
Block a user