question

Upvotes
Accepted
9 1 1 3

Tick History Market Depth by order

Hi Guys,


Are there an example how to create the book with Python using Tick History Market Depth by order?


Best resgards

#technologymarket-depthmarket-by-order
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

@guilherme.schuwarten

Hi,

Thank you for your participation in the forum.

Are any of the replies below satisfactory in resolving your query?

If yes please click the 'Accept' text next to the most appropriate reply. This will guide all community members who have a similar question.

Otherwise please post again offering further insight into your question.

Thanks,

AHS

@guilherme.schuwarten

Hi,

Please be informed that a reply has been verified as correct in answering the question, and marked as such.

Thanks,

AHS

Upvote
Accepted
79.2k 251 52 74

@guilherme.schuwarten

Thanks for reaching out to us.

Please refer to the REST API Tutorial 5: On Demand market depth extraction tutorial.

Moreover, you can also refer to the REST API Reference Tree to see all available parameters in the TickHistoryMarketDepthExtractionRequest.


1685327462573.png


I hope that this information is of help.


1685327462573.png (79.6 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Hi @Jirapongse,


Thanks for the response, but I woud like to manipulate

this example:


CARR.PA,Market By Price,2016-09-29T09:00:00.079808027Z,+2,Raw,UPDATE,UNSPECIFIED,,,,6508,,31360,,0

,,,,Summary,,,,,,,,,3

,,,,FID,4148,,TIMACT_MS,32400031,

,,,,FID,6952,,TIMACT_MSP,95,

,,,,FID,17,,ACTIV_DATE,2016-09-29,

,,,,MapEntry,,UPDATE,,,,,,23.370A,7

,,,,FID,3427,,ORDER_PRC,23.37,

,,,,FID,3428,,ORDER_SIDE,2,ASK

,,,,FID,3430,,NO_ORD,2,

,,,,FID,4356,,ACC_SIZE,736,

,,,,FID,6527,,LV_TIM_MS,32400031,

,,,,FID,6529,,LV_DATE,2016-09-29,

,,,,FID,3886,,ORDER_TONE,2,

Upvotes
79.2k 251 52 74

@guilherme.schuwarten

The data is from the TickHistoryRawExtractionRequest.

As I know, we don't have an example that shows how to create the book from the raw data. However, we have an article that explains the Level II data: How to Sort & Process Level 2 Orderbook Data using EMA C++ API.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.