Is there a software program available that allows you to create realtime indicators

I want to create real time indicators like the "TICK" or the "TRIN". I have quote tracker but I dont believe it allows you to create this type of indicator. Anyone know of a software package that allows this sort of thing.

I know it exists because I've heard fund managers that have desinged there own real time indicators.
 
Quote from magnum29464:

I want to create real time indicators like the "TICK" or the "TRIN". I have quote tracker but I dont believe it allows you to create this type of indicator. Anyone know of a software package that allows this sort of thing.

I know it exists because I've heard fund managers that have desinged there own real time indicators.
Just find the quote-symbol for $TICK and $TRIN from your data-provider and put them in the QT list. You can chart them then. I did.

Ursa..
 
Quote from MajorUrsa:

Just find the quote-symbol for $TICK and $TRIN from your data-provider and put them in the QT list. You can chart them then. I did.

Ursa..

No, what I want to do is create my own version of a TICK or TRIN indicator..

Basically I want to be able to combine information from many different quotes into one real time indicator number. Like the way the tick is a comglomerate of the ticks on the nyse... I want to include volume data and such all into one indicator. Not really concerned with charting...
 
Quote from magnum29464:

No, what I want to do is create my own version of a TICK or TRIN indicator..

Basically I want to be able to combine information from many different quotes into one real time indicator number. Like the way the tick is a comglomerate of the ticks on the nyse... I want to include volume data and such all into one indicator. Not really concerned with charting...
If you have some programming skills (Java and SQL), you can accomplish that easily (and free) with any event stream processing platform. That's what I do for custom real-time indicators, not that anyone on ET cares.
 
Quote from itmediaco:

If you have some programming skills (Java and SQL), you can accomplish that easily (and free) with any event stream processing platform. That's what I do for custom real-time indicators, not that anyone on ET cares.

Do you think its possible for a laymen to beable to program that sort of thing with in a reasonable time frame of studying those languages?
 
Quote from magnum29464:

Do you think its possible for a laymen to beable to program that sort of thing with in a reasonable time frame of studying those languages?
You can probably hack something together from sample code relatively quickly, but it's important that you understand the API docs. What data feed are you using ? Maybe I can help...
 
Back
Top