8000 GitHub - roni762583/docker_oanda_v20_python: docker python environment for experimenting with Oanda v20 API
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

roni762583/docker_oanda_v20_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oanda_v20_python

dockerfile for python environment with installed Oanda v20 API samples

Instructions:

Clone repository

In a terminal, at directory of cloned repo, run:

        docker build -t username/oanda_v20_python .
        
        docker run -it oanda_v20_python

####docker run -it $(docker build -q .)

  • this will build the container according to dockerfile including files from repo

Configuration script needs to be run to setup account token, otherwise, a .v20.conf file is to be placed in the home ~ directory of container

To verify it works, run in container prompt from previous step:

        v20-account-summary
  • this should return summary of active Oanda account based on .v20.conf file

About

docker python environment for experimenting with Oanda v20 API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0