Menu
Home
About
Our Role
Goals
The Team
Roadmap
Tokenomics
How To Buy
Knowledge Base
Contacts
Sitemap & Links
A.I.
Chart
Shop
IMMORTALITY
🏠
⬇️
Freqtrade system service
New name
B
I
U
S
link
image
code
HTML
list
Show page
Syntax
{pre} #!/bin/bash # Start Strategy 1 /path/to/freqtrade/bin/freqtrade trade --config /path/to/strategy1_config.json -strategy strat1.py & echo "Started Strategy 1" # Start Strategy 2 /path/to/freqtrade/bin/freqtrade trade --config /path/to/strategy2_config.json -strategy strat2.py & echo "Started Strategy 2" # Add more strategies if needed... echo "All strategies started" {/pre} {pre} chmod +x start_strategies.sh {/pre} {pre} ./start_strategies.sh {/pre}
Password
Summary of changes
📜
⏱️
⬆️