Dear all,

I am a new user of QC and I would like to use the first code I wrote in C# on OANDA.

However, when adding the LEAN/Brokerages/Oanda on Github to my code, I get the following error in the console:

Build Warning: File: n/a Line:0 Column:0 - Sorry, System.IO library is not whitelisted within QuantConnect. Remove this from the 'using' statement

Probably because of the code of "OandaRestApiV20.cs" which do use System.IO

Is there any easy solution?

OandaRestApiV20.cs seemes to be needed to go live with OANDA, right?

Thanks for your help!

Author