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 Backtest
-
I've been trying to use the oandatest.py sample but for some reason, the only output I'm able to get is a NOTSUBSCRIBED message every time. I saw that under the account flag, you are supposed to put in your account username but I have tried that and I still get the same message. My access token is correct as well and so is the name of the currency I am trying to trade under data0.
-
Sorry, another note - I have also tried using the account identifier as specified by oanda - in the form of 001-011-5838423-001
-
Without some some it is mostly impossible to say what or why. You may have a
v20
account which is not supported. It is on the front page of the repository.. See also for example -
@backtrader That was it. Thank you.