binance-triangle-arbitrage
binance-triangle-arbitrage copied to clipboard
What is the success rate?
How much can I do 100$ in 1 month, min.
How much ETH should I hold? When we make a profit after the transaction, will the balance be returned as ETH again? I would be very happy if my friends can help. I am using the English translation.
You'll be at a loss. I have not profited with this application. I always traded at a loss....
Haven't updated this project in quite some time. When everything executes in a timely manner, profit will be realized in the base asset. So if your base asset is ETH, then the system is calculating a trade that would net a positive increase of ETH. As always be careful when trading crypto
What is the format for whitelist if I want to set parallel trading ?
I got this error even if I put several hundred symbols in whitelist : Checking configuration ... Checking latency ... Experiencing 313 ms of latency Fetching exchange info ... Found 1379/1833 currently trading tickers Found 0 triangular trades Checking balances ... Checking market conditions ... Error: No triangular trades were identified at checkMarket (/home/sparky/Lataukset/Binance-Crypto/Crypto-Arbitrage/binance-triangle-arbitrage-bmino/src/main/Main.js:161:15)
My whitelist format is like so : "SCANNING": { "DEPTH": 100, "WHITELIST": [ "BTC", "1INCH", "AAVE", "ACM", "ADA", "AION", "AKRO", "ALGO", "ALICE", "ALPACA", "ALPHA", "ANKR", "ANT", "ARDR", "ARPA", "AR", "ASR", "ATA", "ATM", "ATOM", "AUDIO", "AUTO", "AVA", "AVAX", "AXS", "BADGER", "BAKE", "BAL", "BAND", "BAT", "BCH", "BEAM", "BEL", "BLZ", "BNT", "BOND", "BTCST", "BTT", "BURGER", "BZRX", "C98", "CAKE", "CELO", "CELR", "CFX", "CHR", "CHZ", "CKB", "CLV", "COCOS", "COMP", "COS", "COTI", "CRV", "CTK", "CTSI", "CTXC", "CVC", "DASH", "DATA", "DCR", "DEGO", "DENT", "DEXE", "DGB", "DIA", "DNT", "DOCK", "DODO", "DOGE", "DOT", "DREP", "DUSK", "EGLD", "ENJ", "EOS", "EPS", "ERN", "ETC", "FARM", "FET", "FIL", "FIO", "FIRO", "FIS", "FLM", "FLOW", "FORTH", "FTM", "FTT", "FUN", "GRT", "GTC", "GTO", "GXS", "HARD", "HBAR", "HIVE", "HNT", "HOT", "ICP", "ICX", "INJ", "IOST", "IOTA", "IOTX", "IRIS", "JST", "JUV", "KAVA", "KEEP", "KEY", "KLAY", "KMD", "KNC", "KSM", "LINA", "LINK", "LIT", "LPT", "LRC", "LSK", "LTC", "LTO", "LUNA", "MANA", "MASK", "MATIC", "MBL", "MDT", "MDX", "MFT", "MINA", "MITH", "MKR", "MLN", "MTL", "NANO", "NBS", "NEAR", "NEO", "NMR", "NULS", "NU", "OCEAN", "OGN", "OG", "OMG", "OM", "ONE", "ONG", "ONT", "ORN", "OXT", "PAXG", "PERL", "PERP", "PHA", "PNT", "POLS", "POND", "PSG", "PUNDIX", "QNT", "QTUM", "QUICK", "RAMP", "RAY", "REEF", "REP", "RIF", "RLC", "ROSE", "RSR", "RUNE", "RVN", "SAND", "SC", "SFP", "SHIB", "SKL", "SLP", "SNX", "SOL", "SRM", "STMX", "STORJ", "STPT", "STRAX", "STX", "SUN", "SUSD", "SUSHI", "SXP", "TCT", "TFUEL", "THETA", "TKO", "TLM", "TOMO", "TORN", "TRB", "TROY", "TRU", "TRX", "TUSD", "TVK", "TWT", "UMA", "UNFI", "UNI", "UTK", "VET", "VITE", "VTHO", "WAN", "WAVES", "WING", "WIN", "WNXM", "WRX", "WTC", "XEM", "XLM", "XMR", "XRP", "XTZ", "XVG", "XVS", "YFII", "YFI", "ZEC", "ZEN", "ZIL", "ZRX", "BNB", "ETH", "REN", "NKN", "BTS", "BTG", "MIR", "BAR", "MBOX", "FOR", "REQ", "GHST", "WAXP" ] },
You should read following requirement about parallel strategy
Balance Requirements
Because each trade is executed at the same time, a balance of all symbols involved must be held. For instance, if BTC-LTC-ETH is identified as profitable, a balance of BTC, LTC, and ETH would need to be held. Each balance must be enough to cover the maximum possible quantity that could be exchanged of that symbol.
@bmino Dear friend! I have a couple of questions, I would be extremely grateful to you if you answer them.
- I understand correctly that this code monitrin fork prices. In most cases, the profit will be negative, but when it is positive, the algorithm will make a purchase on its own?
- Do I understand correctly that after the chain: BTC-NEAR-BNB, BNB will be sold for BTC, the only way the profit will be fixed
- Are there materials for studying anywhere else? Perhaps you have a YouTube video?
- Do you still support this development? Do you use it in practice?
@bmino Please tell me, did I understand correctly the meaning of the EXECUTION.TEMPLATE module, which contains the following default values: ["BUY", "SELL", "SELL"],. If I have a BTC > USDT > DOGE chain. Then having BTC we buy USDT, then having USDT we sell them for DOGE, and then having DOGE we sell them for BTC? What will happen if you put in the chain
- ["BUY", "", ""]?
- ["", "", "*"]?