12-27-2019, 02:30 PM
Help needed creating trading bot in python
<!-- SC_OFF --><div class="md"><p>Currently I am working on a trading bot which can do the following. PHASE 1:</p> <ol> <li>Check account balance(Using coinbase pro API) </li> <li>Hit some APIs to get the daily close of candle to get moving averages. ( I want to know which APIs should I use here, Should i calculated Moving average In program or are there any APis which gives me such info)</li> <li>Place an order if price is above 50 days moving average and sell if its below 50 MA. ( just simple logic to make everything work) </li> </ol> <p>Help appreciated. I am done with point 1.</p> </div><!-- SC_ON --> Kind Regards R
<!-- SC_OFF --><div class="md"><p>Currently I am working on a trading bot which can do the following. PHASE 1:</p> <ol> <li>Check account balance(Using coinbase pro API) </li> <li>Hit some APIs to get the daily close of candle to get moving averages. ( I want to know which APIs should I use here, Should i calculated Moving average In program or are there any APis which gives me such info)</li> <li>Place an order if price is above 50 days moving average and sell if its below 50 MA. ( just simple logic to make everything work) </li> </ol> <p>Help appreciated. I am done with point 1.</p> </div><!-- SC_ON --> Kind Regards R
