Implementing BackfilledDataListener

Custom indicators, trading strategies, data export and recording and more...
DGDario
Posts: 14
Joined: Wed Feb 26, 2020 8:39 pm
Has thanked: 6 times

Implementing BackfilledDataListener

Post by DGDario » Tue Mar 02, 2021 12:53 pm

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

DGDario
Posts: 14
Joined: Wed Feb 26, 2020 8:39 pm
Has thanked: 6 times

Re: Implementing BackfilledDataListener

Post by DGDario » Wed Mar 03, 2021 9:17 am

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

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

Re: Implementing BackfilledDataListener

Post by Andry API support » Wed Mar 03, 2021 9:34 am

Hi! Please update to 7.2.0 build 12

Post Reply