Search found 4 matches

by achau
Wed Aug 22, 2007 11:27 pm
Forum: C# coding for NeoTicker
Topic: LoadFromContext Error
Replies: 1
Views: 4260
Gender: None specified

LoadFromContext Error

Guys, I would like to know how you create reference to the NeoTicker library as I have encountered problems. I take the following steps in creating the reference: 1) Add reference to the NeoTicker.com in the Neoticker directory. 2) Copy the Interop.NeoTicker.dll to the indicator directory. Using the...
by achau
Sun Aug 05, 2007 10:50 pm
Forum: C# coding for NeoTicker
Topic: NeoTicker Indicator JukeBox
Replies: 17
Views: 22358
Gender: None specified

Michal, Your understanding is correct. I need Indicator 1 and indicator 2 to work on different timeframe of data. Indicator 1 use eod data while indicator 2 use tick data to do other analysis. Indicator 1 and 2 need to talk to each other. What I intended to do is like this: Function window 1, Indica...
by achau
Sun Aug 05, 2007 3:52 am
Forum: C# coding for NeoTicker
Topic: NeoTicker Indicator JukeBox
Replies: 17
Views: 22358
Gender: None specified

I tried to migrate to this framework. It seems that Indicator2 still cannot see the JukeBox created in Indicator1.

BTW, I had created indicator1 and indicator2 in the same dll but use diffeernt entry point class. Any suggestions to overcome this challenge.
by achau
Sat Aug 04, 2007 6:01 pm
Forum: C# coding for NeoTicker
Topic: NeoTicker Indicator JukeBox
Replies: 17
Views: 22358
Gender: None specified

Hi Michal, I had created something a similar framework using a singleton static class and I put the arraylist of instances with uniqueid in the static class. However, I encountered problem using the following situation: I have two indicators; let say indicator 1 and indicator 2. Both of them are dll...

Go to advanced search