abdulroqeeb / TraderPro

A simple algorithmic trading program with functional UI built on Interactive Brokers API
Apache License 2.0
6 stars 2 forks source link

Multiple Tickers #13

Open GarethCott opened 3 years ago

GarethCott commented 3 years ago

Sorry to bother but I have become really interested in your project. I myself have coded a bot using the Interactive API but iv learnt a lot looking at your project here.

I am just having a bit of trouble implementing multiple tickers into the traderpro project.

What Id like to accomplish is for a list of tickers to automatically run through the bot and for the signals to be generated.

Would just like to ask if it is possible? If so can you point me in the right direction.

Thank you for your hard work.

abdulroqeeb commented 3 years ago

Hello,

thanks for reaching out. Are you able to generate signals for a single ticker? and just want to extend to multiple tickers

GarethCott commented 3 years ago

Yes I am able.