Connect/Disconnect cycle

Created at 12 Apr 2022, 12:38
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
GR

Groenewald.a.m

Joined 15.03.2022

Connect/Disconnect cycle
12 Apr 2022, 12:38


Hi,

I use Fix / Python in my trading service

I continue to get continuous connection disconnects on the account below. The reset is almost immediate so I basically log on, i get a connection callback and then immediately a disconnection callback rendering the trading part of my service untestable.When I use my live account configuration  I dont get any connection resets on my live account - please advise.

 

Regards

{
  "Host": "h35.p.ctrader.com",
  "Port": 5202,
  "SSL": false,
  "Username": "9105135",
  "Password": "testing",
  "BeginString": "FIX.4.4",
  "SenderCompID": "demo.skilling.9105135",
  "SenderSubID": "TRADE",
  "TargetCompID": "CSERVER",
  "TargetSubID": "TRADE",
  "HeartBeat": "30"
}

@Groenewald.a.m
Replies

Groenewald.a.m
12 Apr 2022, 20:38

RE: Connect / disconnect cycle for Fix / Python

The problem went away, I suspect it had something todo with the Fix server.

Groenewald.a.m said:

Hi,

I use Fix / Python in my trading service

I continue to get continuous connection disconnects on the account below. The reset is almost immediate so I basically log on, i get a connection callback and then immediately a disconnection callback rendering the trading part of my service untestable.When I use my live account configuration  I dont get any connection resets on my live account - please advise.

 

Regards

{
  "Host": "h35.p.ctrader.com",
  "Port": 5202,
  "SSL": false,
  "Username": "9105135",
  "Password": "testing",
  "BeginString": "FIX.4.4",
  "SenderCompID": "demo.skilling.9105135",
  "SenderSubID": "TRADE",
  "TargetCompID": "CSERVER",
  "TargetSubID": "TRADE",
  "HeartBeat": "30"
}

 


@Groenewald.a.m