I am seeing that when we fetch the positional information on a day when multiple Buy/Sell trades have happened, we get the buyPrice/ sellPrice to have a multiplier value multiplied to it.
For example, as below,
1/ We were in Buy position at Start Of the Day
2/ We sold the instrument to exit Buy Position
3/ We Sold the instrument again to Enter SELL position
In this case, the “sellPrice” as per definition says, “Average price at which quantities were sold” was supposed to have the avg of trades executed on point 2/ and point 3/ above,
but instead it was multiplied with the multiplier.
Now, according to me, the Positional price would be “The Avg price at which the order was executed”
So, how do I get this information once a new position is created?
Can you please explain @Pradeep_Jaiswar