diff --git a/user_data/strategies/BreakEven.py b/user_data/strategies/BreakEven.py index 3143d91..b405890 100644 --- a/user_data/strategies/BreakEven.py +++ b/user_data/strategies/BreakEven.py @@ -6,7 +6,7 @@ from pandas import DataFrame class BreakEven(IStrategy): """ - author@: leni + author@: lenik Sometimes I want to close the bot ASAP, but not have the positions floating around.