Search found 3 matches

by jeff87
Thu Mar 18, 2021 5:15 pm
Forum: Bookmap API
Topic: how to list all selected instruments ?
Replies: 1
Views: 7650

how to list all selected instruments ?

Hi,

I want to select one of all instruments displayed in bookmap using a combo inside a settings dialog.

i tried to get all instruments into a list using :
   public void onInstrumentAdded(InstrumentInfo info) 

it works but it's not populated before the first time i display my settings dialog.


 
by jeff87
Thu Mar 18, 2021 10:08 am
Forum: Scottpulcini Store
Topic: Iceberg Indicator on past data
Replies: 0
Views: 17578

Iceberg Indicator on past data

Hi,

If i purchase today the MBO Bundle, can i use it to analyse the data recorded in the past(I have a couple of months of data recorded), to see the iceberg on specific events?
by jeff87
Sun Mar 14, 2021 9:52 am
Forum: Bookmap API
Topic: Unable to import a new indicator
Replies: 1
Views: 9875

Unable to import a new indicator

Hi, I've build a jar using this tutorial: https://bookmap.com/forum/viewtopic.php?f=3&t=52 I have added my indicator in the source code, build it, and it's inside the jar. But when i import it into bookmap, it doesn't display it in the list. Is there a problem of caching with bookmap when we load ja...