For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
OANDA live feed tick data
-
Anyone tried to add tick data for live oanda feed and also use another resampled minutes data as indicator? In oandastore class, it looks like the granularities only go down to 5s level.
Thank you
-
This is a limitation set forth by Oanda
-
thank you dan
-
Is it possible to connect to the oanda stream api ?
-
@TimCodes The code in backtrader uses the streaming API.
-
thank you