We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20c96cf commit 4fdb136Copy full SHA for 4fdb136
Bot/EntryExitSettings.py
@@ -59,8 +59,10 @@ def serializable_dict(self):
59
# d = dict(self.__dict__)
60
d = OrderedDict()
61
62
- if self.side:
63
- d['side'] = self.side
+ # it is set automatically at Trade._init_entry_exit method
+
64
+ # if self.side:
65
+ # d['side'] = self.side
66
67
if self.smart is not None:
68
d['smart'] = self.smart
0 commit comments