Search found 2 matches
- Mon Feb 04, 2008 3:10 pm
- Forum: C# coding for NeoTicker
- Topic: NeoTicker Indicator JukeBox
- Replies: 17
- Views: 24586
- Gender:

Re: destructor function for Jukebox
How about just adding a "stubbed out" function OnLastBar() which will be called when (Data1.get_BarsNum(0) == Data1.LastBarsnum). This way, the person writing his own indicator could decide if he may want to do something "special" when this condition is reached. For non-realtime ...
- Fri Feb 01, 2008 6:41 pm
- Forum: C# coding for NeoTicker
- Topic: NeoTicker Indicator JukeBox
- Replies: 17
- Views: 24586
- Gender:

destructor function for Jukebox
Hi Michal, Love the idea of Jukebox. It's simple and elegant to use the unique indicator identifier and allow one to have their own indicator objects without worrying about heap issues. How about taking this one step further and calling some "destructor function" after the last bar of the ...