You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’ve started testing your tool, and it’s really great! The only thing I find missing is the ability to automatically set the maximum available leverage. There are quite a few coins with varying leverage limits—12.5, 16.67, 25, 50—and setting this in an alert is tricky, not to mention trying to calculate the exact amount manually in the alert. Have you considered adding this functionality?
regards Adrian
The text was updated successfully, but these errors were encountered:
Whook checks the leverage when placing an order to verify it's within the exchange limits for that symbol. Whook limits it to the maximum value allowed by the exchange when exceeded. It's made on a symbol basis, so you shouldn't need to worry about it. This functionality is only not present for Kraken because Kraken doesn't provide this information. It should be working in the rest of exchanges.
In the case of CoinEx the leverage is adjusted to a list of values provided by the exchange (CoinEx doesn't accept leverage 4, for example. It has to be either 3 or 5). Whook handles this one too by picking the value just below the one you provided (in the example that would be 3x).
Hey,
I’ve started testing your tool, and it’s really great! The only thing I find missing is the ability to automatically set the maximum available leverage. There are quite a few coins with varying leverage limits—12.5, 16.67, 25, 50—and setting this in an alert is tricky, not to mention trying to calculate the exact amount manually in the alert. Have you considered adding this functionality?
regards Adrian
The text was updated successfully, but these errors were encountered: