Fix api connection

Python Other Python

Job finished

Execution time 13 days

Specification

need a modification of python code to subscribe to instruments via fix api to receive market quotes.

now I don`t get any confirmation from server for some reason.


2025-01-21 12:52:49,157 - QuoteRelayServer - INFO - Loaded instruments: ['EURUSD', 'GBPUSD', 'XAUUSD']

2025-01-21 12:52:49,158 - QuoteRelayServer - INFO - Server started on 0.0.0.0:5555

2025-01-21 12:52:49,159 - QuoteRelayServer - INFO - Command server started on port 5556

2025-01-21 12:52:49,160 - FIXMarketDataAdapter - INFO - Testing connectivity to fix api server

2025-01-21 12:52:49,376 - FIXMarketDataAdapter - INFO - Connecting to FIX server at fix api server

2025-01-21 12:52:49,464 - FIXMarketDataAdapter - INFO - Sending logon message

2025-01-21 12:52:49,464 - FIXMarketDataAdapter - INFO - Preparing logon message

2025-01-21 12:52:49,464 - FIXMarketDataAdapter - DEBUG - Sending message: BeginString(8)=FIX.4.4 | BodyLength(9)=100 | MsgType(35)=A | SenderCompID(49)=username | TargetCompID(56)=FIX | MsgSeqNum(34)=1 | SendingTime(52)=20250121-12:52:49.464 | 98(98)=0 | 108(108)=30 | 141(141)=Y | 553(553)=742 | 554(554)=pw | CheckSum(10)=199

2025-01-21 12:52:49,548 - FIXMarketDataAdapter - DEBUG - Processing message type: None

2025-01-21 12:52:49,548 - FIXMarketDataAdapter - DEBUG - Processing message type: None

2025-01-21 12:52:49,549 - FIXMarketDataAdapter - DEBUG - Processing message type: A

2025-01-21 12:52:49,549 - FIXMarketDataAdapter - INFO - FIX session established

2025-01-21 12:52:49,549 - FIXMarketDataAdapter - DEBUG - Processing message type: None

2025-01-21 12:52:49,550 - FIXMarketDataAdapter - DEBUG - Processing message type: None

2025-01-21 12:52:49,550 - FIXMarketDataAdapter - DEBUG - Processing message type: None

2025-01-21 12:52:49,550 - FIXMarketDataAdapter - DEBUG - Processing message type: None

2025-01-21 12:52:49,551 - FIXMarketDataAdapter - DEBUG - Processing message type: None

2025-01-21 12:52:49,551 - FIXMarketDataAdapter - DEBUG - Processing message type: None

2025-01-21 12:52:49,551 - FIXMarketDataAdapter - DEBUG - Processing message type: None

2025-01-21 12:52:49,552 - FIXMarketDataAdapter - DEBUG - Processing message type: None

2025-01-21 12:52:50,574 - FIXMarketDataAdapter - INFO - Subscribing to market data

2025-01-21 12:52:50,575 - FIXMarketDataAdapter - INFO - Starting market data subscription for instruments: ['EURUSD', 'GBPUSD', 'XAUUSD']

2025-01-21 12:52:50,575 - FIXMarketDataAdapter - DEBUG - Subscription order: ['EURUSD(req:1)', 'GBPUSD(req:2)', 'XAUUSD(req:3)']

2025-01-21 12:52:50,576 - FIXMarketDataAdapter - DEBUG - Sending message: BeginString(8)=FIX.4.4 | BodyLength(9)=118 | MsgType(35)=V | SenderCompID(49)=username | TargetCompID(56)=FIX | MsgSeqNum(34)=2 | SendingTime(52)=20250121-12:52:50.576 | Symbol(55.0)=EURUSD | NoRelatedSym(146)=1 | MDReqID(262)=1 | SubscriptionRequestType(263)=1 | MarketDepth(264)=1 | MDUpdateType(265)=0 | NoMDEntryTypes(267)=2 | MDEntryType(269.0)=0 | MDEntryType(269.1)=1 | CheckSum(10)=253

2025-01-21 12:52:50,577 - FIXMarketDataAdapter - DEBUG - Sent MarketDataRequest for EURUSD: {'262': '1', '263': '1', '264': '1', '265': '0', '267': '2', '269.0': '0', '269.1': '1', '146': '1', '55.0': 'EURUSD'}

2025-01-21 12:53:00,677 - FIXMarketDataAdapter - WARNING - No confirmation received for EURUSD

2025-01-21 12:53:01,191 - FIXMarketDataAdapter - DEBUG - Sending message: BeginString(8)=FIX.4.4 | BodyLength(9)=118 | MsgType(35)=V | SenderCompID(49)=username | TargetCompID(56)=FIX | MsgSeqNum(34)=3 | SendingTime(52)=20250121-12:53:01.191 | Symbol(55.0)=GBPUSD | NoRelatedSym(146)=1 | MDReqID(262)=2 | SubscriptionRequestType(263)=1 | MarketDepth(264)=1 | MDUpdateType(265)=0 | NoMDEntryTypes(267)=2 | MDEntryType(269.0)=0 | MDEntryType(269.1)=1 | CheckSum(10)=226

2025-01-21 12:53:01,192 - FIXMarketDataAdapter - DEBUG - Sent MarketDataRequest for GBPUSD: {'262': '2', '263': '1', '264': '1', '265': '0', '267': '2', '269.0': '0', '269.1': '1', '146': '1', '55.0': 'GBPUSD'}

2025-01-21 12:53:09,621 - FIXMarketDataAdapter - DEBUG - Sending message: BeginString(8)=FIX.4.4 | BodyLength(9)=54 | MsgType(35)=0 | SenderCompID(49)=username | TargetCompID(56)=FIX | MsgSeqNum(34)=4 | SendingTime(52)=20250121-12:53:09.621 | CheckSum(10)=168

2025-01-21 12:53:09,704 - FIXMarketDataAdapter - DEBUG - Processing message type: None

2025-01-21 12:53:09,704 - FIXMarketDataAdapter - DEBUG - Processing message type: None

2025-01-21 12:53:09,705 - FIXMarketDataAdapter - DEBUG - Processing message type: 2

2025-01-21 12:53:09,705 - FIXMarketDataAdapter - INFO - Processing resend request: 0 to 0

2025-01-21 12:53:09,706 - FIXMarketDataAdapter - DEBUG - Sending message: BeginString(8)=FIX.4.4 | BodyLength(9)=65 | MsgType(35)=4 | SenderCompID(49)=username | TargetCompID(56)=FIX | MsgSeqNum(34)=5 | SendingTime(52)=20250121-12:53:09.706 | 36(36)=6 | 123(123)=Y | CheckSum(10)=189

2025-01-21 12:53:09,706 - FIXMarketDataAdapter - DEBUG - Processing message type: None

2025-01-21 12:53:09,706 - FIXMarketDataAdapter - DEBUG - Processing message type: None

2025-01-21 12:53:09,707 - FIXMarketDataAdapter - DEBUG - Processing message type: None

2025-01-21 12:53:09,707 - FIXMarketDataAdapter - DEBUG - Processing message type: None

2025-01-21 12:53:09,707 - FIXMarketDataAdapter - DEBUG - Processing message type: None

2025-01-21 12:53:09,708 - FIXMarketDataAdapter - DEBUG - Processing message type: None

2025-01-21 12:53:09,708 - FIXMarketDataAdapter - DEBUG - Processing message type: None

2025-01-21 12:53:11,225 - FIXMarketDataAdapter - WARNING - No confirmation received for GBPUSD

2025-01-21 12:53:11,729 - FIXMarketDataAdapter - DEBUG - Sending message: BeginString(8)=FIX.4.4 | BodyLength(9)=118 | MsgType(35)=V | SenderCompID(49)=username | TargetCompID(56)=FIX | MsgSeqNum(34)=6 | SendingTime(52)=20250121-12:53:11.729 | Symbol(55.0)=XAUUSD | NoRelatedSym(146)=1 | MDReqID(262)=3 | SubscriptionRequestType(263)=1 | MarketDepth(264)=1 | MDUpdateType(265)=0 | NoMDEntryTypes(267)=2 | MDEntryType(269.0)=0 | MDEntryType(269.1)=1 | CheckSum(10)=003

2025-01-21 12:53:11,730 - FIXMarketDataAdapter - DEBUG - Sent MarketDataRequest for XAUUSD: {'262': '3', '263': '1', '264': '1', '265': '0', '267': '2', '269.0': '0', '269.1': '1', '146': '1', '55.0': 'XAUUSD'}

2025-01-21 12:53:21,772 - FIXMarketDataAdapter - WARNING - No confirmation received for XAUUSD

2025-01-21 12:53:22,278 - FIXMarketDataAdapter - DEBUG - Final sequence number set to 8

2025-01-21 12:53:25,237 - FIXMarketDataAdapter - DEBUG - Processing message type: None

2025-01-21 12:53:25,238 - FIXMarketDataAdapter - DEBUG - Processing message type: None

2025-01-21 12:53:25,238 - FIXMarketDataAdapter - DEBUG - Processing message type: 1

2025-01-21 12:53:25,238 - FIXMarketDataAdapter - DEBUG - Processing message type: None

2025-01-21 12:53:25,239 - FIXMarketDataAdapter - DEBUG - Processing message type: None

2025-01-21 12:53:25,239 - FIXMarketDataAdapter - DEBUG - Processing message type: None

2025-01-21 12:53:25,239 - FIXMarketDataAdapter - DEBUG - Processing message type: None

2025-01-21 12:53:25,240 - FIXMarketDataAdapter - DEBUG - Processing message type: None

2025-01-21 12:53:25,240 - FIXMarketDataAdapter - DEBUG - Processing message type: None

2025-01-21 12:53:45,944 - FIXMarketDataAdapter - DEBUG - Sending message: BeginString(8)=FIX.4.4 | BodyLength(9)=54 | MsgType(35)=0 | SenderCompID(49)=username | TargetCompID(56)=FIX | MsgSeqNum(34)=8 | SendingTime(52)=20250121-12:53:45.944 | CheckSum(10)=180

2025-01-21 12:54:01,256 - FIXMarketDataAdapter - ERROR - Connection closed by server

2025-01-21 12:54:01,257 - FIXMarketDataAdapter - DEBUG - Sending message: BeginString(8)=FIX.4.4 | BodyLength(9)=54 | MsgType(35)=5 | SenderCompID(49)=username | TargetCompID(56)=FIX | MsgSeqNum(34)=9 | SendingTime(52)=20250121-12:54:01.256 | CheckSum(10)=175


Responded

1
Developer 1
Rating
(385)
Projects
409
30%
Arbitration
66
20% / 68%
Overdue
52
13%
Working
2
Developer 2
Rating
(8)
Projects
11
0%
Arbitration
3
67% / 33%
Overdue
2
18%
Free
Similar orders
on non repaint indicator based on gold pair wich gives daily 2 to 3 clean trades as day trading or scalping but clean trades 30 to 70pips per day the indicator should give accurate signals above80% with sl and 2 tps only. while using filter window below like rsi wich i will give its dimention as picture below. the developer has to contact me so i show how i want for better understanding and to help him make good
Hello! I’m looking for help developing a Python-based trading bot. Could you assist me in building a fully functional and efficient algorithm that aligns with specific trading strategies? I’m open to discussing the details and requirements to ensure it meets my goals. Looking forward to your response!"
I need an MT4 EA coded in Python that will follow the signals of my indicators. I need the settings of the indicators in the robot. And a switch that allows me to put either one on or one off, or both on
Hello developers, I would like to create a professional Expert Advisor (EA) for trading XAU/USD (Gold) based on strict risk-control logic and smart filters. The EA must follow these core rules and features: 1. Trade only XAU/USD on M15/H1 timeframes 2. Max 2 trades per day (only in fully confirmed, safe conditions) 3. Lot size = 1.00 (fixed) 4. Only trade when ALL of the following filters are confirmed: -
Twentytwo:Twentytwo 30 - 100 USD
Hi; I need a trading robot following a self discovered trading strategy. I'm not familiar with programming, but I will put a description in Latin and English text to better clarify. The formula is linechart based , involves support and resistance and trend lines
can anyone make Algo/EA for me with a good winning accuracy and Backtested report for XAUUSD, you can also make the algo with ICT and SMC and Priceaction which accuracy is best you can make. also you can contact me Whatsapp no - 7856940739
Hello guys, I'm currently looking for a serious and well-tested EA that can help pass prop firm challenges (like FTMO, MyForexFunds, etc.) and eventually run on a funded account. Requirements: Max Drawdown: 1–2% per trade Lot Size: Adjustable based on the challenge account size Risk Management: On-chart panel showing all key stats (daily drawdown, equity, profit target, etc.) Stop Loss & Take Profit: Must follow
Back End Developer Required with Prop firm experience , For an ongoing live chart support . Please mention about your Prop Firm experience while applying , Following are the project requirements : ATR Threshold Breakout . Certification . The expert is designed to gain 1-2 % of the equity every single day . ( for prop firms ) . Session Filter , Economic Calendar Filter . The Panel needs Minor Adjustments to show the
I'm looking to purchase an existing **Expert Advisor for MetaTrader 5** that executes **between 5 and 10 trades per day** (on average). ✅ Requirements: - Fully automated - Works with any pair (Forex, gold, indices…) - No HFT, no arbitrage - No martingale (or very controlled) - Stable performance (low drawdown) - Includes backtest or live results - Ready to use If you have a working EA that fits this profile, please
*Recommendation Summary:* I specialize in developing powerful, reliable, and highly optimized *Forex Expert Advisors and Scripts using MQL5*. With a strong foundation in *statistics, trading logic, and risk management*, I ensure every trading bot is tailored for *maximum profitability and minimum risk*. My expertise includes: ✅ Strategy Optimization for consistent performance ✅ Advanced Risk and Money Management

Project information

Budget
30 - 100 USD
VAT (19%): 5.7 - 19 USD
Total: 35.7 - 119 USD
For the developer
27 - 90 USD
Deadline
to 1 day(s)