Unable to import a new indicator

Custom indicators, trading strategies, data export and recording and more...
jeff87
Posts: 3
Joined: Sat Jan 16, 2021 8:59 am
Has thanked: 1 time

Unable to import a new indicator

Post by jeff87 » Sun Mar 14, 2021 9:52 am

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 jar files?

Tags:

Svyatoslav
Site Admin
Posts: 278
Joined: Mon Jun 11, 2018 11:44 am
Has thanked: 2 times
Been thanked: 31 times

Re: Unable to import a new indicator

Post by Svyatoslav » Mon Mar 15, 2021 8:02 am

Hi. Start with inspecting the logs that were produced first time you tried loading this jar file. There are no known caching issues, typically you'll find something like classes being compiled with wrong version of Java (above java 14 for 7.2).

Post Reply