rburkholder / trade-frame

C++ 17 based library (with sample applications) for testing equities, futures, etfs & options based automated trading ideas using DTN IQFeed real time data feed and Interactive Brokers (IB TWS API) for trade execution. Some support for Alpaca & Phemex. Notifications via Telegram [irc: Libra #tradeframe ]
Other
491 stars 156 forks source link

Guide to using trade-frame #3

Closed layeng closed 3 years ago

layeng commented 3 years ago

Hi I am a c programmer, with some knowledge of c++. I would like to try out your code. Can you advise what is the OS to use to run the trade-frame software: MACOS or linux or eclipse c++ under windows. Thank you in advance for your reply.

rburkholder commented 3 years ago

As mentioned in the front page ReadME, code is developed on Debian Bullseye. Makefiles would need to be updated for a recent version of Visual Studio on Windows -- there were some problems with an initial v16. I use Visual Code as an editor.