Closed alekna closed 8 years ago
How I'm supposed to set from parameter in instrument.candles()? It's a reserved word in Python
from
instrument.candles()
You'll notice that "from" and "to" in the rest spec are "fromTime" and "toTime" in the python library:
https://github.com/oanda/v20-python/blob/master/src/v20/instrument.py#L200
How I'm supposed to set
from
parameter ininstrument.candles()
? It's a reserved word in Python