diff --git a/user_data/strategies/BreakEven.py b/user_data/strategies/BreakEven.py index b405890..3143d91 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@: lenik + author@: leni Sometimes I want to close the bot ASAP, but not have the positions floating around.