Implementation of the possibility of simultaneous operation of several independent signal bots on one trading pair
О
Олег Плотников
Please make it possible to create an unlimited number of signal bots on the same trading pair (for example, BTC/USDT) that operate completely independently from each other without conflict.
The principle of operation:
· Each signal bot should process signals only for its own contract volume, ignoring the presence of other open positions on the same pair generated by other bots.
· Signals to open and close positions should be sent in the same way as Binance's webhook (buy/sell a specific number of contracts).
· Each bot should close positions by sending an opposite signal to the number of contracts that were opened by a particular bot, rather than by completely closing the overall position on the stock exchange.
Additionally:
Bots should take into account the fact that a trading pair position has been liquidated:
· If a position on the pair is liquidated, the bot should ignore the subsequent signal from TradingView to close the position and wait for a new entry signal.
· It is necessary to take into account the mode of operation of the position on Binance (one-sided or two-way hedge mode):
· In one-way mode, all signals (long and short) are summed up into a single position on the stock exchange.
· In two-way long and short mode, positions are separated and processed independently. Eliminating one side's position should only affect the bots that opened that position, without affecting the opposing side's positions.