Closed hootnot closed 8 years ago
to cover missing autochartist of the forexlabs endpoint: #36
import oandapy import json oanda = oandapy.API(environment="practice", access_token="") response = oanda.get_autochartist(instruments="EUR_USD") print json.dumps(response, indent=2)
to cover missing autochartist of the forexlabs endpoint: #36