I understand Trade Profitability takes into account only the entry orders. How can we be sure the arbitrage is within our profit range if we don't know the spread profit or loss on the exit orders execution?
@keyf198916 күн бұрын
how I can start this strategy with Dashboard V2? Where should I copy this config file?
@ahmetsaidtekkurt78327 ай бұрын
very helpful video. this is my 4th time watching this. I have a question about funding fee rates. on binance either you pay/receive full funding rate or none depending on if you hold the position at funding interval or not. Does it same for perpetual DEX's ? One of my friend said DEX's pay according to duration you hold that position. Also some exchanges pay hourly some 8hourly. How can i normalize these different funding rates and compare them to calculate profitability ? Seems like I have to assume an average duration for a position to asses it as profitable
@dgoullet18 ай бұрын
Very interesting, thanks
@cryptophrenik65008 ай бұрын
Great stuff tho a bit difficult to make out the audio at certain points given low volume.
@manueldecara11198 ай бұрын
Awesome video. Thank you! Just a quick q: How does the trade profitability know what kind of fees you get? Is that set anywhere in the config.yml or is the system just fee aware by checking your 'VIP level' on the exchange via API. Thanks!
@fengtality8 ай бұрын
depends on how each connector implements the get_fee method, but for the larger exchanges I believe this method fetches your actual fee rate via API
@cardosofede8 ай бұрын
Yes is taking the fees from the exchange so it will take your fee tier into account
@Alex-jv5ci8 ай бұрын
Thanks for the strategy! I have a question, how to connect the first Binance connector from one subaccount in one instance of the bot, and the second Binance connector from another subaccount with different API keys?
@fengtality8 ай бұрын
currently, that's not possible out of the box with Hummingbot, but you can submit an improvement proposal to add the ability to support multiple exchange accounts in one instance.
@ahmetsaidtekkurt78328 ай бұрын
i did not get the trade pnl and min_profitability checks
@fengtality8 ай бұрын
you are entering into long and short positions to capture the arbitrage, so the entry/exit prices matter
@angelmarine7448 ай бұрын
Hi, thank you for an amazing feature! Btw, I have one question in the implementation code in the github. I find that in the code, you use PositionExecutor instead of ArbitrageExecutor, is there a reason for this? What could be the difference between using PositionExecutor and using ArbitrageExecutor?