-
Notifications
You must be signed in to change notification settings - Fork 626
Closed
Description
Problem Description
I have encountered an interesting situation with a trading bot. One instance of the bot is trading in dry-run mode and entering trades with the leverage specified in the strategy. Two additional bots are connected to it via the producer/consumer mode, and they are trading on real accounts. Despite all bots entering the same trades as the main account, they are using different leverages.
Questions
- Is it possible that this situation is part of the strategy's mechanics?
- What could be the reasons for this behavior?
- How can one disable this strategy mechanic if it is causing issues?
Reproduction Steps
- Launch the bot in dry-run mode with the specified leverage.
- Connect your bots through the producer/consumer mode on real accounts.
- Observe differences in leverage when entering the same trades.
Expected Behavior
It was expected that all bots, including the one running in dry-run mode, would use the same leverage when entering the same trades.
Environment Information
- Bot Version: 2023.10
- Operating System: debian 11
Metadata
Metadata
Assignees
Labels
No labels