Skip to content

solomatovs/Tws2UniFeeder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tws2UniFeeder&nbsp

Реализация UniFeeder источника данных для МТ4/МТ5 серверов (MetaQuotes), который берёт котировки из терминала Traders-Workstation (TWS), модифиирует их, если нужно и отправляет подключенным по Socket клиентам.

Пример файла конфигурации appsettings.json

{
  "Tws": {
    "Host": "localhost",
    "Port": 7497,
    "ReconnectPeriodSecond": 5,
    "Mapping": {
      "EURUSD": {
        "LocalSymbol": "EUR.USD",
        "SecType": "CASH",
        "Exchange": "IDEALPRO"
      }
    }
  }
  "UniFeeder": {
    "Ip": "0.0.0.0",
    "Port": 2241,
    "Authorization": [
      {
        "Login": "quotes",
        "Password": "quotes"
      }
    ],
    "Translates": [
      {
        "Source": "EURUSD",
        "Symbol": "EURUSD_ecn",
        "BidMarkup": "-2",
        "AskMarkup": "4",
        "Min": "20",
        "Max": "0",
        "Digits": "5"
      },
      {
        "Source": "EURUSD",
        "Symbol": "EURUSD_c",
        "Fix": "20",
        "Digits": "4"
      }
    ]
  }
}

Interactive Brokers Traders-Workstation

  • compatible with Interactive Brokers TWS/Gateway API 9.73
  • supports NetStandard 2.0

UniFeeder socket server

  • supports netcoreapp3.0

Notes

TWS or Gateway must be running with API access enabled. In TWS, navigate to Edit / Global Configuration / API / Settings and make sure the "Enable ActiveX and Socket Clients" option is checked.

About

Traders-Workstation to UniFeeder

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy