Search found 83 matches

by Serg
Sun Nov 04, 2018 1:30 pm
Forum: General forum
Topic: Updated: Instructions and example comparison of market data feeds (sticky post)
Replies: 4
Views: 49286

Re: Instructions and example comparison of market data feeds (sticky post)

Hi, sorry for late response. These two are Rithmic (on top) vs CQG.
by Serg
Sat Nov 03, 2018 5:06 pm
Forum: Bookmap API
Topic: Demo strategies: QuotesDelta Indicator
Replies: 35
Views: 75883

Re: Demo strategies: QuotesDelta Indicator

My question: on line-14 of OrderBookBase class: should sizePrevious = book.put(price,size) ? It seems to me that to get the previous TreeMap value, line-14 should be: Integer sizePrevious = book.get(price); Hello, It works correctly, I just tried to make the code shorter and more elegant. A straigh...
by Serg
Tue Oct 30, 2018 10:37 pm
Forum: Bookmap API
Topic: How to import custom API modules into Bookmap
Replies: 19
Views: 73974

How to import custom API modules into Bookmap

A recommended background for this post is: Bookmap API: Highlights Requirements Step 1 First, you need to obtain the jar file that contains custom API module(s). To get the example collection of custom modules, visit its Github page , and download the jar file from the "releases" tab as shown below....
by Serg
Tue Oct 30, 2018 5:21 pm
Forum: Bookmap API
Topic: Developing with Bookmap API (step-by-step)
Replies: 38
Views: 83620

Developing with Bookmap API (step-by-step)

A recommended background for this post is: Bookmap API: Highlights Requirements API documentation (javadoc) Summary This post provides a step-by-step instructions for how to import an example collection of custom modules into your Java development environment and how to export a Jar file that can be...
by Serg
Mon Oct 22, 2018 11:55 am
Forum: Bookmap API
Topic: Bookmap API highlights
Replies: 0
Views: 48100

Bookmap API highlights

Related and recommended material: How to import custom API modules into Bookmap API documentation (javadoc) Developing with Bookmap API (step-by-step) Key features Receive trades as Times & Sales with ability to "reconstruct" the size of the aggressive order Receive full market depth as Market-by-pr...
by Serg
Thu Aug 30, 2018 10:47 am
Forum: BitMEX
Topic: BitMEX Adapter
Replies: 41
Views: 105536

Re: BitMEX Adapter

I'm actually not seeing a release tab. Bob, I remember that we resolved this via email or skype, but I'll leave an answer here to be available for others. Here, it's marked on the image. However, most users don't need it anymore because adapters are now available to install via Bookmap: How to inst...
by Serg
Mon Jul 30, 2018 3:41 pm
Forum: General forum
Topic: Bookmap for MacOS - Alpha version
Replies: 33
Views: 51461

Bookmap for MacOS - Alpha version

by Serg
Mon Jul 16, 2018 4:34 pm
Forum: BitMEX
Topic: BitMEX Adapter
Replies: 41
Views: 105536

Re: BitMEX Adapter

Hi Bob,
Are you able to use the compiled adapter (from the "release" tab) without Eclipse, i.e. not in debug mode?
by Serg
Thu Jul 12, 2018 7:01 pm
Forum: Bookmap Connect API and Quant solution
Topic: IDE Recommendations
Replies: 2
Views: 22077

Re: IDE Recommendations

First question… Is Eclipse a good choice for IDE? Hi Bob, I've added more info about IDE setup in the sticky post here: https://www.bookmap.com/forum/viewtopic.php?f=3&t=2 Eclipse is a reasonable choice, but it's not required by L0 API. There is a holywar around the topic, some praise IntelliJ IDEA...
by Serg
Wed Jul 11, 2018 5:17 pm
Forum: Bookmap Connect Incubator
Topic: Welcome to Bookmap Connect solution incubator! (sticky post)
Replies: 1
Views: 14806

Welcome to Bookmap Connect solution incubator! (sticky post)

Greetings! If you haven't read yet, here is a collection of useful resources related to development of new adapters. Here is a little reminder about the requirements for new adapters projects. Unlike Bookmap Quant solution, Bookmap Connect solution is free. But it must meet the following criteria: T...