orderbook trade data

Custom indicators, trading strategies, data export and recording and more...
ingyukoh
Posts: 33
Joined: Tue Nov 26, 2019 7:06 am
Been thanked: 1 time

orderbook trade data

Post by ingyukoh » Wed Dec 11, 2019 5:43 pm

I work in deep learning using orderbook and trade volume.  How can I extract orderbook and trade volume in Bookmap?

One method is : for "time and sales" through "export data in column as in csv". Unfortunately only trade data.

 
Is there simpler method than java writing orderbook and trade data to file through DataRecorder.java in github BookmapAPI/simple-demo ?

Best regards,
Ingyu

Andry API support
Posts: 548
Joined: Mon Jul 09, 2018 11:18 am
Has thanked: 25 times
Been thanked: 85 times

Re: orderbook trade data

Post by Andry API support » Thu Dec 12, 2019 10:10 am

Hi! Java is the only way in this case.
Bookmap API is primarily intended to draw indicators with. So it might be not too convenient for doing some other things.

Wanderr
Posts: 2
Joined: Tue Feb 04, 2020 5:09 am
Has thanked: 1 time

Re: orderbook trade data

Post by Wanderr » Tue Feb 04, 2020 5:32 am

I work on a different platform, Sierra Chart, and have a replay problem when testing strategies based on DOM data. The problem is with correctness and ideality with real ones written to the data file from the DOM. Therefore, I am looking for software that provides the highest quality reproduction of the DOM from recording historical data. I read on your site that it is only possible to access Replay DOM in the last 24 hours.
1. How accurate is the data during playback and is it realistic? If the answer to the first paragraph is Yes, then the second question arises
2. Is there a way and ability to record historical data locally on a user's computer in order to record a long period of time for researching trading ideas and further testing? For example, I will be interested in data for the year. If yes, then the third question.
3. Will this feature be included in the service package?
4. Will I be able to use the recorded data for non-graphical testing in a third-party platform? For very fast testing, such as Zorro. Or maybe there is a possibility of synchronizing Bookmap interfaces with others?

Wanderr
Posts: 2
Joined: Tue Feb 04, 2020 5:09 am
Has thanked: 1 time

Re: orderbook trade data

Post by Wanderr » Fri Feb 21, 2020 10:54 am

Is the answer hidden?)

Andry API support
Posts: 548
Joined: Mon Jul 09, 2018 11:18 am
Has thanked: 25 times
Been thanked: 85 times

Re: orderbook trade data

Post by Andry API support » Fri Feb 21, 2020 1:38 pm

Hi Wanderr, apologies for the delayed response.
1) The data during replay looks exactly like the live data;
2) The recording feature allows to record unlimited amounts of data locally. Please keep an eye on your disk drive capacity and keep in mind possible connection issues while recording.
3) Take a look at Record and Replay feature at Pricing and Packages;
4) Unlikely unless you transform the recorded data so it meets the third-party platform requirements. So there may be two ways of recording data (and you'll always need to develop your own custom module to transform the data):
- to record a common Bookmap feed file and transfer it while replaying to the desired format.
- to record and transform data on-the-fly (and in this case you won't need a record/replay feature).

Please note: non-crypto data providers usually put license limitations on data usage (they mostly won't let you expose their data). So please carefully check your data provider's license agreement.
 

Post Reply