Open yakir4123 opened 2 months ago
IMPORTANT: Changes in Live-plugin is required
orders are used a lot, and each filed is an orm field which give an overhead for every setter / getter of the attributes.
refactor it to simple dataclass remove this overhead.
Here is an example of strategy that is always in position and has a lot of entry and exit orders Current state
With these modification
The numbers are getting bigger when there are more orders for longer times.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
IMPORTANT: Changes in Live-plugin is required
orders are used a lot, and each filed is an orm field which give an overhead for every setter / getter of the attributes.
refactor it to simple dataclass remove this overhead.
Here is an example of strategy that is always in position and has a lot of entry and exit orders Current state
With these modification
The numbers are getting bigger when there are more orders for longer times.