areed1192 / python-trading-robot

A trading robot, that can submit basic orders in an automated fashion using the TD API.
MIT License
535 stars 312 forks source link

New feature for robot.py #16

Open SatoshiMiracle opened 3 years ago

SatoshiMiracle commented 3 years ago

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.