LabMazurokCom / Blockchain

Materials for blockchain and cryptocurrency studies
MIT License
7 stars 10 forks source link

June, 27-29 #39

Open Odessit007 opened 6 years ago

Odessit007 commented 6 years ago
Lena19 commented 6 years ago

Difference between matching in bot and matching in logger:

  1. Parameters Bot: order books for all pairs, dictionary of balances, alpha(optional) Logger: bids and asks separately for one pair, d (to become logging entry)
  2. Optimal points Bot: no such option Logger: counts them
  3. Fee Bot: counts fee in Logger: doesn't count fee in
  4. Some other minor differences in algorithm
  5. Returned values Bot: list of orders for all pairs. Contains required base and quote amounts, profit, buy orders and sell orders Logger: returns nothing, just makes logging entry from variable d, which contains profit, amount, trade count, optimal point amount, optimal point profit, amount points, profit points, bid and ask orders