Search found 14 matches

by DGDario
Tue Feb 16, 2021 1:11 pm
Forum: Bookmap API
Topic: Indicator recalculation
Replies: 4
Views: 2772

Indicator recalculation

Hi,
I've developed an indicator that has a parameter configurable.
The only way to recalculate the past when the parameter's configuration changes is saving the data at every interval?
by DGDario
Tue Feb 09, 2021 9:33 am
Forum: Bookmap API
Topic: Debug api plugin
Replies: 1
Views: 8475

Debug api plugin

Hi, is it possibile to debug an indicator plugin from the IDE?
I'm using eclipse IDE to develop the plugin.

Thank you 
by DGDario
Mon Feb 08, 2021 5:48 pm
Forum: Bookmap API
Topic: Get price in the onDepth event
Replies: 1
Views: 5231

Get price in the onDepth event

How can I get the corresponding price of the nth level in the onDepth event?
by DGDario
Wed Feb 26, 2020 8:43 pm
Forum: Bookmap API
Topic: Entry point error
Replies: 3
Views: 6184

Entry point error

Hi, i'm trying to build my first indicator for bookmap. I've downloaded the simple-demo project from github and exported it with eclipse. When I try to add the jar file to bookmap it shows the error "No entry points found in jar. Entry point is a class marked with velox.api.layer1.annotations.Layer1...