Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 601 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 601 Bytes

Bittrex-Trading-Bot

Ping-pong bot to trade cryptocurrency through Bittrex API

Input

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.

Logic

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.