Webhook URL Alerts - 'Increase Order': Allow fixed amount
Could Altrady's developers offer users a more accurate method to adjust position sizes, enabling us to specify the exact amount in both Base and Quote currencies? The current system only allows for percentage-based increases of the original position, which is problematic.
Current:
"increase_order": {
"quantity_percentage": "100",
Proposed Option A:
"increase_order": {
"quantity_base": "100",
or
Proposed Option B:
"increase_order": {
"quantity_quote": "100",
Example:
In this case, Base Order was 60.573 (Altrady rounded to 59.4, with the fees included) the 'Increase Order' alert called for "quantity_percentage" of 183.274%. As deals increase in size, these percentages will become more problematic and misalign with complex TradingView strategies because 10,000% of 60.573 is quite different from 10,000% of 59.4 for example.
If Altrady programming developers were to add "quantity_quote" or "quantity_base" for example, just like their competitors 3Commas and Gainium it would fix this issue completely.
See Article:
https://support.altrady.com/en/article/webhook-signals-open-close-increase-or-reverse-a-position-5sr46f/
And search for 'Increase'
Suggested over 2 years ago
0 comments