jwilliams9090
Member
- Joined
- Feb 4, 2024
- Posts
- 8
- Likes
- 1
I started with the TrendLine.java example. The onBarClose() override callback is working fine, I've added code there and that is being called when a bar closes. I've added code to onBarUpdate() and onTick() (that code being debug() for now) but it's never called, not showing up in the Study Log like the print outs I added to onBarClose(). I did the same thing in onBarClose() and it works. Anyone ran into this? Kind of weird. Not sure if maybe those calls are just not supported any more or what the problem could be. When I build in Eclipse I right click on build.xml and select Run As->Ant Build.