Jump to content

bdazzle

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by bdazzle

  1. Hi, I'm trying to open a position on the demo account. My requests look something like:

    POST positions/otc

    "epic": "IX.D.DOW.DAILY.IP",
    "expiry": "DEC27",
    "direction": "BUY",
    "size": "1",
    "orderType": "MARKET",
    "timeInForce": "EXECUTE_AND_ELIMINATE",
    "level": null,
    "guaranteedStop": "false",
    "stopLevel": null,
    "stopDistance": null,
    "trailingStop": null,
    "trailingStopIncrement": null,
    "forceOpen": "true",
    "limitLevel": null,
    "limitDistance": null,
    "quoteId": null,
    "currencyCode": "GBP"

    The request is resolving successfully, and I am getting a dealReference back. However, I don't see any positions open on my account. What am I doing wrong?

×
×
  • Create New...
us