Thread: ForexConnect API with Python

Results 1 to 5 of 5

Hybrid View

  1. #1

    Default ForexConnect API with Python

    Hello,

    I try to make an API application for the FXCM API but have issues to import
    the CPP dlls for use in Python.
    Do you have a Python example in how the CPP Dlls will be imported into
    Python ?
  2. #2
    benhamjonerugs
    Guest

    Default

    I've started open source project some time ago see link below. It's still not complete, but maybe someone could find the project useful.
    It's boost.python C++ wrapper around FXCM's library, with test in Python.
  3. #3

    Default

    Hi Frank,

    1) If you want a quality API in Python, you can write your own wrapper:




    2) Another variant. Here is an example of the user who uses Python through COM Dll: http://fxcodebase.com/code/viewtopic...&t=7611#p16973

    If you know how to work through COM-wrapper, you can download it from here:

    http://fxcodebase.com/bin/forexconne...-win32-COM.exe
    http://fxcodebase.com/bin/forexconne...-win64-COM.exe
  4. #4
    BetteLower
    Guest

    Default

    Indeed very interesting Tomas,

    I ve tried to install it but i cant find a way
  5. #5
    bcashmaster89erugs
    Guest

    Default

    There are just source codes freely available for compilation and/or customization, so no installation package (yet...).

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts