ZhengyaoJiang / PGPortfolio

PGPortfolio: Policy Gradient Portfolio, the source code of "A Deep Reinforcement Learning Framework for the Financial Portfolio Management Problem"(https://arxiv.org/pdf/1706.10059.pdf).
GNU General Public License v3.0
1.74k stars 750 forks source link

example of code to go live #68

Open hermax91 opened 6 years ago

hermax91 commented 6 years ago

Hello there, I am very bad at coding but manage somehow to make this program work...I would like to go live on binance...do someone have an example of code from another platform that I could look at and adapt?

Thanks in advance

NMagnus commented 6 years ago

Hi, im currently using binance as my exchange, you should be able to look at the code for poloniex and adapt that to work for binance. If your unable to do that im not sure whether your going to be able to adapt another platform to binance either? The code is pretty similiar in design/function for any exchange.

Browse through the binance api github if you need references for how the API's work. https://github.com/binance-exchange/binance-official-api-docs/blob/master/rest-api.md