Guest User

Untitled

a guest
May 16th, 2018
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. BUY PRICE = AMOUNT * ASK + AMOUNT * ASK * TRADE FEE + WITHDRAWAL FEE
  2. SELL PRICE = AMOUNT * BID - AMOUNT * BID * TRADE FEE
  3.  
  4. PROFIT = SELL PRICE - BUY PRICE
Add Comment
Please, Sign In to add comment