-
I get this error:
`
.\git\forex_algotrading>python .\post3\runner.py
------ System online ------- 2017-07-02 00:39:28.751531
Bad Request 2017-07-01T22:39:13.752105Z
Traceback (most recent call la…
-
edited the .env file to add
OANDA_TOKEN=XXXXXXXXXXXXXXXXXXXXXXX-XXXXXXXXXXXXXXXXXXXXXXX
and
OANDA_ACCOUNT=XXX-XXX-XXXXXXX-XXX
but still get this error
INFO gave up: oanda entered FATAL state, …
ghost updated
7 years ago
-
is this using the v20 api or a prior one as getting all sorts of parsing issues and not seeing any notes.
import datetime as dt
from pandas_datareader.oanda import get_oanda_currency_historical_ra…
-
Hi
The InstrumentsCandlesFactory is not working for "monthly" granularity. Works fine for weekly and daily granularities.
Using parameters below.
```
params = {
"price": "M",
"granul…
-
These's are the exact codes from which I copy from a popular oanda sample code in some "Mastering Python for Finance" book. But no matter what I do, I keep getting JSON errors!
```
if __name_…
-
Hi,
I opened up an Acc at Oanda and got the api key. But what value is supposed to be put in at OANDA_ACCOUNT=?
-
QuoteBar does not provide volumes, but my broker Oanda provides volumes, and since all instruments are managed as QuoteBar, I dont have access to volumes in Lean.
Is it possible to add this featur…
-
OANDAJapanとはAPIの仕様が異なるのでしょうか?
試しにTokenを入力してみたのですが、動作しないようです。
-
Hi,
I am very new to your library. I went through the documentation, but it is very hard to understand how to use the library.
For example, I manage to place an order based on this script:
…
-
getting the following error: Traceback (most recent call last):
File "C:\Users\Administrator\GitHub\FXBot-main\FXBot-main\main.py", line 143, in
trader = BollingerBandsLive(cfg, instrument,…