Ping-pong bot to trade cryptocurrency through Bittrex API
This bot takes the following arguments:
-ak : API KEY
-as : API SECRET
-p : TRADING PAIR
-q : QUANTITY
Note: This bot works only for one ping pong cycle.
It takes the market ticker values and checks if the condition matches(Spread is larger than 0.25%). If it does, it places a buy limit, and waits for it to be filled. Then it displays the balance. Once it reaches this point, it places a sell limit for the same quantity and again, waits for fulfillment.