Mastering-Python-for-Finance-source-codes icon indicating copy to clipboard operation
Mastering-Python-for-Finance-source-codes copied to clipboard

Trading Multiple Instruments with ForexSystem.py

Open mahbubk9 opened this issue 8 years ago • 3 comments

Hi, Is it possible to trade multiple instruments with this code?

mahbubk9 avatar May 14 '17 22:05 mahbubk9

Of course, please note the limits imposed by your broker. http://developer.oanda.com/rest-live/api-comparison/#5

jamesmawm avatar May 15 '17 13:05 jamesmawm

Is there any sample code or example of how to add multiple instruments on to this code?

mahbubk9 avatar May 28 '17 22:05 mahbubk9

Oanda's repo provides good documentation for streaming multiple instruments: https://github.com/oanda/oandapy under Rates Streaming

jamesmawm avatar Jun 05 '17 00:06 jamesmawm