Feature request

❗ Before submitting your request, make sure that this feature is not listed ❗
You can insert pictures from the clipboard
Calculating the quantity using the formula. Risk management
Now, when trading using TV signals, it is impossible to connect more than 1 instrument and not violate risk management. Risk management has rules: StopLoss Floating deposit Ongoing risk Now, we can set all the parameters in TV and transfer them to Finandy. But it turns out that the TV strategy starts with an initial (basic) deposit and doesn't know what deposit is right now, taking into account the situation on other trading instruments using the same strategy. If I simultaneously launch the strategy on more than one instrument using one deposit at the start, then by the second trade I don't know what my current deposit actually is. Because TV strategies are isolated from each other and there is no way to solve this in TV. Therefore, it is necessary to automatically calculate the number of contracts within Finandy when a signal is received. In the “Open” tab, in the quantity settings, you need to expand the functionality. To calculate the quantity, 4 parameters are required: Current deposit (account balance) Risk (as a percentage of deposit) Entry price StopLoss Price Through the webhook, we transfer information about the entry price and the SL price. Finandy knows the account size. All that remains is to transfer% of risk or create an additional variable within the terminal. What does it look like in my opinion: In quantity, choose “Calculate quantity” There are 3 additional fields: • Risk per trade,%: 2 or {{Risk}} • Entry price: {{Open}} • SL Price: {{StopLoss}} • The account size is known And then the quantity is calculated using the formula: Quantity = Deposit*Risk (%)/(StopLoss—Open) Quantity = 1000* 1%/(120 - 150) = 10/ -30 = |0.333| But the ideal, of course, is to introduce the ability to prescribe a function for calculating a parameter. For example, in order not to keep the entire deposit on Finandy and to calculate the quantity, you could simply add a number to your current balance. Such functionality, with the ability to prescribe a function for calculating the quantity, will also help to properly set up copy trading, because copying trades require an individual quantity calculation, independent of the master trader. I would be happy if you implement it! Thanks)
3
·
Сигналы
·
under review
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.
0
·
Сигналы
Load More