🐝 Project Harvest (ハーヴェスト Hāvesuto)
# Server
cd server
npm i
npm run dev
npm run mon
# Client
cd web
yarn install
yarn start
{
prices {
bx {
ETH_THB
OMG_THB
}
binance {
OMG_ETH
}
}
}
{
tradeFees {
bx
binance
}
}
{
withdrawFees {
bx {
ETH
OMG
}
binance {
ETH
OMG
}
}
}
- Domain name
- SSL
- Helm
- Email MX
- Redis HA
Will gathering and provide current coins price.
- Exchange adapter bx
- Exchange adapter binance
- Resolver for each market.
- Can swap price e.g.
ETH_OMG
orOMG_ETH
. - Result as graph node for made decision and render as routes.
Will collect arbitrage time/fund/profit summary for analysis later.
- It can collect transfer results.
- It can estimate transfer cost.
Will execute deposit/trade/withdraw.
- It can deposit and return the results.
- It can trade and return the results.
- It can withdraw and return the results.
Will show routes sort by most profit and highest success.
- It can show routes sort by most profit and highest success.
- It can show current step of trade.
- It have interface for
start
,resume
,pause
- It know floor/ceiling.
- It know volume.
- It know collection.
- It know acceleration.
- It know velocity.
- It can predict 1 day trade.
- It can predict 5 days trade.
- It can predict 10 days trade.
- It can signal trade.
Will show guide and trade.
- It can show and interact guide.
- It can use trader to trade and handle the results.
- It can use trader to deposit and handle the results.
- It can use trader to withdraw and handle the results.
Will provide web command interface for arbitrage.
- It can load price data from server and show as routes.
- It can show list of routes and sort by most profit.
- Input field for start funding.
- Input field for exchange API key.
- It has enabled
start
button. - It has
resume
with count down for 3 sec button each step - It has
pause
button each step for stop process. - It can trade on web via trader lib.
- It can store encrypted
API-KEY
byuuid
at local storage. - It can pin and compare route.
- It can show current state of arbitrage.
Will provide chat command interface for arbitrage.
- Can set and notify user about profit.
- Open web and link
uuid
for local storage auto-fillAPI-KEY
at client side if possible.