python-trading-robot icon indicating copy to clipboard operation
python-trading-robot copied to clipboard

A trading robot, that can submit basic orders in an automated fashion using the TD API.

Results 21 python-trading-robot issues
Sort by recently updated
recently updated
newest added

Bumps [numpy](https://github.com/numpy/numpy) from 1.19.0 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

I cloned the python trading robot from areed1192 github page last month and tried to install using pip install -e. Snap shot of the error message below. Please advise how...

Hi, i get the following error, can somewone say me how to fix it or at least why i am getting it? { "error" : "You don't have permission to...

Alex, thank you so much for an awesome repo. I have been following along and getting everything to work just fine until now. However, on video 14, I used the...

The RSI indicator was being calculated incorrectly. This fix uses the proper formula.

It looks like everything is okay except that I get this particular error and I have tried several time to fix it. Could you please me identify and solve this...

I cloned the repository and created my own config file to use when initializing the bot, but I get the following error. ![image](https://user-images.githubusercontent.com/49327726/121825667-94337f00-cc68-11eb-93af-b2091f0cf4da.png) It looks like the json file isn't...

It appears through testing that there is some sort of problem when submitting the orders created with the create trade module that have single quotes (') in the dictionary. I...

Grabs a quote for any symbol sent as an argument. **robot.py** lacked this feature, there was a function that requests quotes for symbols that exist in the user's portfolio only.

I'm a newer graduate (so I am not 100% confident in this), but I am pretty sure that the method used in this calculation is a standard weighted average instead...