Any ideas on how to resolve message "Trading is suspended due to missing market (old) data."?

Full error is "msg_type":"buy","error":{"code":"InvalidtoBuy","message":"Trading is suspended due to missing market (old) data."}. What does this mean about the market, what are the expectations when one gets this on a buy contract?

Tagged:

Best Answers

  • @don switching URL works but the "'wss://blue.binaryws.com/websockets/v3" seems to have consistency issues even when doing a buy it might take more than a second to get a transaction. I too have posted a ticket to helpdesk alongside a DM here to api support. Am awaiting response too. Hopefully they will shed light on the situation.

  • the issue seems to have resolved.

Answers

  • i have the same error was yours resolved {code: 'InvalidtoBuy', message: 'Trading is suspended due to missing market (old) data.'}

  • edited September 2022

    Hi don, no it was not resolved, still experiencing at the time of this response. (I should also add when the trading error started ticks were delayed but now they seem to be streaming okay.). However the trading seems to be suspended all the same.

  • Hi, i've got
    "error": {
    ""code"": ""ContractBuyValidationError"",
    ""details"": {
    ""field"": ""symbol""
    },
    ""message"": ""Trading is suspended due to missing market (old) data.""
    }"
    "msg_type": "proposal"
    "req_id": 1

  • hi @izigiusz yes that is the current situation for me since monday- we are hoping the forum will provide insight, i checked the documentation on doing buy requests and it seems nothing has changed when it comes to buying contracts.

  • hi, I opened ticket in Deriv yesterday but no response yet

  • @izigiusz i did the same too yet no response (on monday actually). i guess we will have to wait! :(

  • hi @izigiusz update i have just realized when using "'wss://ws.binaryws.com/websockets/v3" gives the "Trading is suspended due to missing market (old) data." but switching to "'wss://blue.binaryws.com/websockets/v3" does not give the error, so the websocte url is the issue as far as i can tell. why is this so? basically switching the url resolves the issue. give it a try and best of luck

  • @flxman255 It works, thank you for your brilliant mind :).

  • @izigiusz it resolves the trading error, Although you might have troubles with tick streaming(you might run into scenarios where the socket streams similar ticks at once) . I contacted API support with the issue.

  • @izigiusz this seemingly works "'wss://blue.binaryws.com/websockets/v3" however once its addeded , specifically for the API i built; i only can manually now press a button to execute the API CALL BUY , whilst in the past a excel file that i built could via VBA execute all trades/buy calls. Just to add this wss://ws.binaryws.com/websockets/v3 currently still works in that form i can use the excel file to automatically execute all trades however IM getting buy","error":{"code":"InvalidtoBuy","message":"Trading is suspended due to missing market (old) data."} was this wss://blue.binaryws.com/websockets/v3 given to you by the help desk bcuz i have also sent a ticket but i got no reply

  • by the way just for convo im assuming everyone here has figured out how to predict FIN markets movements in some way i have but i still ( lets have that discussion backed buy proof LIVE ) cuz ive done but im still having difficulties

  • @flxman255 this seemingly works "'wss://blue.binaryws.com/websockets/v3" however once its addeded , specifically for the API i built; i only can manually now press a button to execute the API CALL BUY , whilst in the past a excel file that i built could via VBA execute all trades/buy calls. Just to add this wss://ws.binaryws.com/websockets/v3 currently still works in that form i can use the excel file to automatically execute all trades however IM getting buy","error":{"code":"InvalidtoBuy","message":"Trading is suspended due to missing market (old) data."} was this wss://blue.binaryws.com/websockets/v3 given to you by the help desk bcuz i have also sent a ticket but i got no reply

Sign In or Register to comment.