kemargrant / c4d

A crypto trading robot that performs triangular arbitrage
Other
47 stars 10 forks source link

support for fully auto triangular arbitrage on binance #6

Closed onthetunnel closed 6 years ago

onthetunnel commented 6 years ago

Hello , if this project can do : fully automatic monitoring and auto multiply total amount of btc(binance minimum order limit is 0.001 Btc) and auto complate 3 or more profit road(after calc the higher profit of triangular arbitrage pair like : road1 :BTC-XX1-ETH-BTC 0.02% profit road2 : BTC-XX2-ETH-BTC 0.018% profit road3 : BTC-XX3-BNB-BTC 0.011% profit ) on few second and 24/7. running without problem or crash , i will donate 0.005-0.01 BTC , Hope someone can do this work , Thanks You !

kemargrant commented 6 years ago

This bot uses 3 currency pairs, so it would not fit your use case.

onthetunnel commented 6 years ago

your means 3 step on pair ? i means the bot auto calc the triangular arbitrage opportunity for profit like : road1 btc-iota(xx1)-eth-btc road2 btc-eos(xx2)-eth-btc road3 btc-trx(xx3)-bnb-btc

kemargrant commented 6 years ago

Sorry I misread your original comment. Yes this bot can do in your terms: path1: BTC-XX1-ETH-BTC path2: XX1-ETH-BTC-XX1

However profits are not explicitly calculated. Only the pure arbitrage opportunity in percentage. The user can configure the percentage to conduct a trade. The greater the deviation from 100% the greater the profit...and the risks that come with that. Depending of the the percentage (>100% or <100%) path1 or path2 will be taken to earn a profit.

Using c4dc and viewing your stats will give further insights into your strategy and it' effectiveness.

Please read the Readme for details on configuring the bot. Closing and linking to https://github.com/kemargrant/c4d/issues/4