Ekliptor / WolfBot

Crypto currency trading bot written in TypeScript for NodeJS
https://wolfbot.org
GNU Affero General Public License v3.0
703 stars 213 forks source link

support triangular arbitrage #3

Open onthetunnel opened 6 years ago

onthetunnel commented 6 years ago

hello, can i know this github project can do fully auto triangular arbitrage on binance ? if can do 24/7 automatic triangular arbitrage on binance (auto complate buy/sell order when calc profit % include fee on triangular arbitrage opportunity ) i will donate BTC .. Thanks You!

Ekliptor commented 6 years ago

Hello. As mentioned on the arbitrage page WolfBot currently doesn't support triangular arbitrage: https://wolfbot.org/features/arbitrage/

So for now you can only do arbitrage between exchanges. The market between exchanges is less efficient than within an exchange so in my experience arbitrage here is more profitable. Plus you don't have to get 3 orders in sequence through - during which the orderbooks can change and then you are stuck with your alt coins in the middle. On the other hand I can see with that many pairs as Binance there can easily be thousands of arbitrage opportunities. Could get interesting...

I plan to add triangular arbitrage definitely, but have no ETA yet. There are more urgent features to add, so I would say 3-6 months.

WolfBot already let's you subscribe to multiple market pairs, so if anybody else is interested in doing this before, the foundation is already there.

onthetunnel commented 6 years ago

Thanks For your reply , but can i know arbitrage between which exchange can get more profitable ? hope you can help , Thanks You!

Ekliptor commented 6 years ago

There will be more tutorials on our website soon. You can have an overview of all exchanges where WolfBot supports arbitrage here: https://wolfbot.org/features/exchanges/

onthetunnel commented 5 years ago

Dear Ekliptor , can i know any news of triangular arbitrage on this bot?

Ekliptor commented 5 years ago

hi, I haven't been working on it so far as no other WolfBot.org customer requested this feature. If done right triangular arbitrage will include some path-finding algorithms to find the currently best arbitrage opportunities. It will definitely come, but I have no ETA until more people request it