forexconnect api是fxcm组的交易api:https://www.fxcm.com/uk/

forexconnect的Python项目详细描述


forexconnect api是fxcm组的交易api:https://www.fxcm.com/uk/

forexconnect api python提供了用python创建分析和交易应用程序的能力。 ForexConnect API的功能包括:下载历史价格, 创建所有可用的订单类型,获取报价, 管理职位,获取客户报告,等等。

要使用ForexConnect API,您需要在FXCM组中拥有一个帐户

先决条件

操作系统:Windows7或更新版本、MacOSX、CentOS7或Ubuntu18.04 python 3.5、3.6或3.7

Forexconnect API的安装

要从PyPI存储库安装ForexConnect API,请执行以下操作:

With Python added to the PATH Environmental Variable,

1. Install the forexconnect library: python -m pip install forexconnect

2. Install all the required dependencies from requirements.txt: python -m pip install -r requirements.txt

You can find requirements.txt file in the ../forexconnect/lib/ folder or download it from https://github.com/gehtsoft/forex-connect/blob/master/requirements.txt

从.whl文件安装forexconnect

With Python added to the PATH Environmental Variable,

1. Install the forexconnect library: python -m pip install <forexconnect wheel file name>

  1. Make sure all the required dependencies are installed.

所需依赖项:

纽比==1.14.5 熊猫=0.23.4 python dateutil==2.7.3版本 pytz==2018.5 六=1.11.0

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java如何在SeleniumWebDriver上同时断言或验证多个必需的错误消息   来自改型回调响应的java Android令牌   使用Play框架或插件进行java Live页面更新   java对象和字符串的相等性和内存digram   java Android在运行异步任务之间交换数据   如何连接到websocket并用Java发送消息   java访问可执行JAR中的文件和文件夹   java应用程序正在强制关闭(Admob)?   强制类型参数在java泛型中实现特定方法   java使用流API比较两个集合中的对象、查找相等对象和更改对象属性的最佳方法是什么   爪哇泰坦工厂。open()配置   java拉git子模块使用maven exec插件,而exec mvn部署   在Android中使用volley库注册java用户