Python Script for WazriX trading

Job ID: 33069663

Budget: ₹600 – ₹1,500 INR

Develop a python script that can do trading (place order to buy and sell crypto) based on conditions like

- Check the crypto value over the last X time in minutes that gives the Open to Close value of that crypto in X time. Place order to buy the stock at a specified low margin, for example, I would provide buy margin as below 30% in X time, then the script will place a buy order for the crypto at 30% of X time.
- When buy-ordered crypto is purchased, then place an order to sell the same crypto at a specified Y% margin. For example, if I specify sell at 20% margin, then the recently bought crypto would be placed for sell at 20% higher from the price I bought.
- Do a logging track of all buy & sell transactions in INR base with timestamps.

https://docs.wazirx.com/#public-rest-api-for-wazirx

https://github.com/WazirX/wazirx-connector-python
Related categories: Python Trading