fxcm / ForexConnectAPI

Designed to trade, retrieve live/history price. Intended to be used to build auto-trading robots, custom trading on FXCM accounts.
132 stars 47 forks source link

ForexConnect API #15

Open monsterlady opened 1 year ago

monsterlady commented 1 year ago
from forexconnect import fxcorepy

can not import fxcorepy.... It said that Cannot find reference 'fxcorepy' in init.py. And in the python sample, I can not find the example of creating market order with TP/SL

fxcm-dhalpert commented 1 year ago

Please check if Forex Connect is installed: pip install forexconnect Works only with Python versions 3.5, 3.6 and 3.7

Example programs in Python for Forex Connect API: https://github.com/gehtsoft/forex-connect/tree/master/samples/Python https://fxcodebase.com/bin/forexconnect/1.6.5/help/Python/web-content.html#index.html