Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs
    1. Home
    2. r4j35h
    R
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    r4j35h

    @r4j35h

    SmartAPI Group

    0
    Reputation
    4
    Posts
    1
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    r4j35h Follow
    SmartAPI Group

    Best posts made by r4j35h

    This user hasn't posted anything yet.

    Latest posts made by r4j35h

    • MCX History data incorrct | getCandleData API

      Following api is not returning correct data for the MCX exchange TYPE

      URL - https://apiconnect.angelbroking.com/rest/secure/angelbroking/historical/v1/getCandleData
      REQUEST - {'exchange': 'MCX', 'symboltoken': '426265', 'interval': 'ONE_MINUTE', 'fromdate': '2024-04-29 00:00', 'todate': '2024-05-29 00:00'}

                            time     Open     High      Low    Close  Volume
      

      0 2024-05-24 18:57:00+05:30 91090.0 91170.0 91090.0 91170.0 10
      1 2024-05-24 18:58:00+05:30 91170.0 91182.0 91142.0 91179.0 13
      2 2024-05-24 18:59:00+05:30 91173.0 91211.0 91173.0 91211.0 7
      3 2024-05-24 19:00:00+05:30 91220.0 91285.0 91220.0 91228.0 62
      4 2024-05-24 19:01:00+05:30 91345.0 91352.0 91300.0 91301.0 248
      ... ... ... ... ... ... ...
      3685 2024-05-31 22:56:00+05:30 91487.0 91497.0 91385.0 91385.0 169
      3686 2024-05-31 22:57:00+05:30 91379.0 91497.0 91379.0 91446.0 111
      3687 2024-05-31 22:58:00+05:30 91431.0 91431.0 91355.0 91413.0 69
      3688 2024-05-31 22:59:00+05:30 91403.0 91500.0 91403.0 91480.0 32
      3689 2024-05-31 23:00:00+05:30 91527.0 91573.0 91507.0 91527.0 66

      posted in Bugs
      R
      r4j35h
    • Syntax for MARKET order with TARGET and STOPLOSS

      Hi Team,

      Can anyone help me with the syntax of

      1. MARKET Stoploss order
      2. MARKET Target order

      What I need

      To put and market order with the specific percentage or points of STOPLOSS and TARGET

      Thank You

      @Moderator_1 @Moderator_2 @Moderator_3 @admin123 @admin @admin123

      posted in Python SDK
      R
      r4j35h
    • RE: On Placing Market Order : Not Getting Execution Price in Any Order API

      @Moderator_3
      Thank you for the reply.

      I have checked the WebSocketOrderUpdate, in that too, On a MARKET order price on which the order executed is not mentioned.
      Only Average Price is present.

      In case if i put the multiple order on same script on market price i will not be able to get on what price the orders executed.

      WHAT WE WANT

      Any Method through which we can get the execution price of the market order

      Thank You

      posted in Python SDK
      R
      r4j35h
    • On Placing Market Order : Not Getting Execution Price in Any Order API

      Hi Team,

      When I place a market order, I am not able to find out at what price that order got executed,
      In all order related API we are only getting Avg price which is irrelevant in the case if we place multiple order in same script.

      Can you please help me find out how can i retrive the Execution Price of market order.
      @admin123 @admin @Mastermind @SmartAPI-Admin @SmartAPI @SmartAPI_Angel

      Thank you in adavnce

      posted in Python SDK
      R
      r4j35h