You can have this Bar Timer collection for free.....
It uses the Swing user interface to show when Bars close of various intervals.
It's just a JForex Strategy module. Attached is the .jfx code and a screenshot.
This code relies upon the correctness of your System Clock, so use a synchronization
service such as Meinberg NTP or similar clock synch service.
It does not rely upon callbacks to the Strategy module. Instead, it has its
own thread which periodically places an update task on the
SwingUtilities.invokeLater(...) queue to update the floating
graphical user interface.
In onStop() cleanup, this thread is stopped, and the user interface is
properly dispose()'d.
This will also be in JStore, just search for "hyper".
HyperScalper
