How to duplicate orders from MT4 to JForex.

Discussion in 'MetaTrader' started by wj2000, Mar 18, 2009.

  1. Dukascopy JForex站点上好像没有运行程序下载?
    agent-api dll等系列文件不知道可以从哪里得到?
     
  2. http://www.jforexboard.com/viewtopic.php?f=1&t=78&sid=51b9524d6300a3aa2a83d4e76bfcfc36
    Agent API is a universal programming interface for the transfer of trading signals (submit order, cancel order, close position, place bid/ask offer) from the 3rd party applications directly to JForex Platform.
    Agent API is recommended for traders or developers who have experience in programming (C/C++, Java, .NET, MQL4, EasyLanguage, etc.) and want to connect the 3rd party application (MetaTrader, Tradestation, etc.) with JForex Platform.

    It is strongly recommended to use JForex API solution instead of Agent API.
    Agent API solution is provided "as is" without any support.

    Please send all further questions about Agent API to this forum only.

    Agent API下载地址找到了,就是上面那个,不过官方推荐还是直接采用JForex API。
    缺点是需要修改ea代码,不如mt4 bridge方便。
    JForex API文件好像要用email从官方获得
     
  3. http://www.jforexboard.com/viewtopic.php?f=1&t=85&sid=51b9524d6300a3aa2a83d4e76bfcfc36

    JForex API is a built-in cross-platform interface for the execution of custom strategies or programming code in Dukascopy JForex Platform.
    JForex API is recommended for traders or developers experienced in Java programming and interested in automated trading with Dukascopy or developing and testing their own trading strategy.

    JForex API 2.0: http://www.dukascopy.com/swiss/docs/api/

    Features:
    Access to historical data
    Indicators calculation
    Access to charts with posibility to add drawings
    Based on interfaces (write and test your strategy in your favorite IDE)
    JDBC support
    Read \ write external files
    ...etc.