Search found 14 matches

by DGDario
Thu Apr 01, 2021 8:39 am
Forum: Bookmap API
Topic: Custom column
Replies: 1
Views: 7464

Custom column

Is it possible to create a custom column add-on like the SVP?

 
by DGDario
Mon Mar 08, 2021 1:06 pm
Forum: Bookmap API
Topic: Instrumentinfo null pointer exception
Replies: 7
Views: 2940

Re: Instrumentinfo null pointer exception

Live with rithmic feed
by DGDario
Mon Mar 08, 2021 10:38 am
Forum: Bookmap API
Topic: Instrumentinfo null pointer exception
Replies: 7
Views: 2940

Re: Instrumentinfo null pointer exception

Build 9
by DGDario
Mon Mar 08, 2021 9:34 am
Forum: Bookmap API
Topic: Instrumentinfo null pointer exception
Replies: 7
Views: 2940

Re: Instrumentinfo null pointer exception

The line that throws the error is:

instrumentPips = info.pips;

It happens when the platform start. Then If I remove the plugin and add load it again it works
by DGDario
Mon Mar 08, 2021 9:14 am
Forum: Bookmap API
Topic: Instrumentinfo null pointer exception
Replies: 7
Views: 2940

Instrumentinfo null pointer exception

Hi, after update to the 7.2.0.13 api semplified reference the info.pips in the initialize function :  public void initialize(String alias, InstrumentInfo info, Api api, InitialState initialState) { this.api = api; super.initialize(alias, info, this.api, initialState); instrumentPips = info.pips; ini...
by DGDario
Wed Mar 03, 2021 12:47 pm
Forum: Bookmap API
Topic: Core API
Replies: 1
Views: 8149

Core API

Is there anywhere a demo project for the core API like the one for Semplified API?
by DGDario
Wed Mar 03, 2021 9:17 am
Forum: Bookmap API
Topic: Implementing BackfilledDataListener
Replies: 2
Views: 1824

Re: Implementing BackfilledDataListener

I've found this error in log file:
java.lang.RuntimeException: java.lang.NoClassDefFoundError: velox/api/layer1/simplified/BackfilledDataListener

My bookmap version is 7.2.0 build 9
by DGDario
Tue Mar 02, 2021 12:53 pm
Forum: Bookmap API
Topic: Implementing BackfilledDataListener
Replies: 2
Views: 1824

Implementing BackfilledDataListener

Hi, in my indicator if I try to implement the BackfilledDataListener the export works correctly but when I import the jar file it doesn't shows the indicator. 

If I implement the HistoricalDataListener it works correctly.

Where is the problem?

Thank you
by DGDario
Wed Feb 17, 2021 5:49 pm
Forum: Bookmap API
Topic: Indicator recalculation
Replies: 4
Views: 2284

Re: Indicator recalculation

Implementing HistoricalDataListener works! thank you Andrey
by DGDario
Wed Feb 17, 2021 9:14 am
Forum: Bookmap API
Topic: Indicator recalculation
Replies: 4
Views: 2284

Re: Indicator recalculation

I've tryed with the api.reload() but it doesn't recalculate the indicator for the past data

Check the image:
https://ibb.co/30QHw9P