Jump to content

toshendra

Members
  • Posts

    2
  • Joined

  • Last visited

toshendra's Achievements

New Contributor

New Contributor (1/10)

0

Reputation

  1. Hi I am using API companion to create position on demo account , I get success response with deal reference but i don't see any position change on my IG demo dashboard. Does any one else has this issue? or API Companion doesn't support any dealing functionality? How people are testing connectivity and execution in that case ? Do we have to try it on live account only ? Thank you Toshendra
  2. Hi I am creating position using IG API . I get success message and deal reference id , but on demo platform my position is not increasing? What is happening ? Are the market orders executing on demo or not ? Here is the c# code , same thing happens with API companion, So this feature only available in live account ? var createPositionRequest = new CreatePositionRequest() { epic = "UD.D.TQQQUS.CASH.IP", direction = "BUY", orderType = "MARKET", forceOpen = true, guaranteedStop = true, currencyCode = "USD", size = 10, expiry="DFB", stopDistance = 100 }; var res = await igRestApiClient.createPositionV2(createPositionRequest);
×
×
  • Create New...
us