diff --git a/config.live.example.json b/config.live.example.json index fa6c0056..d6c77348 100644 --- a/config.live.example.json +++ b/config.live.example.json @@ -11,6 +11,8 @@ "discord_webhook": "", "follow": { "buy_only": true, + "entry_mode": "maker", + "exit_mode": "hold", "min_their_usd": 25.0, "min_entry": 0.0, "max_entry": 0.95, diff --git a/live/copybot.paper.json b/live/copybot.paper.json index d94b5ef4..17e6e6af 100644 --- a/live/copybot.paper.json +++ b/live/copybot.paper.json @@ -48,6 +48,8 @@ ], "follow": { "buy_only": true, + "entry_mode": "maker", + "exit_mode": "hold", "min_their_usd": 25.0, "min_entry": 0.0, "max_entry": 0.95,