Quote from chinook:
Thanks for the link but I don't see any scripting language capabilities in linsoft.
Thanks.
Chinook,
as a former TS and Ensign users, that's was my first reaction too.. But some unique IRT indicators are there in order to balance for the lack of an advanced scripting language (some basic features exists as Resinate just pointed out) so that you get a lot of flexibility in trading system representation...
For example, the MPD (mixed periodicity data) indicator will be able to perform exactly what the TS Pushpop dll would do (and without a single line of script needed)
Let's say I have an ES 3 minute charts, and I want to know how many time I had a MACD cross on my NQ 120 tick charts during the duration of my 3 min ES bars... Using a single MPD setup window, you may add on an ES charts such an histogram showing the number of 120 t NQ MACD cross for each ES 3 min bars (or the event count of whatever other trading signals..)
Another example : I could add a SELL signal marker to a 30 seconds ES charts which will only appear as soon as I have a 10 bars break on my 25 tick NQ charts... Of course, I could filter the signal and let only let him trigger if :
1) the current ES tick velocity (nb of ES tick per minute) is above its 5 minute moving average
2) a double top is detected on a 2 minute ES bar charts (a double top custom indicator can be very easily created using the Signal Statistic indicator)
3) a 1 min Three line bar break occurred (within the 3 last minutes) for at least on one of my 5 major mkt indexes..
4a) i had a NYSE TICK down move of at least 75 pt for the 30 seconds minute...
OR
4b) among my 20 favorites NYSE/Naz stocks, at least 7 already had experienced a 5 bar breakout
Ok, don't pay attention to the exact trading strategy elements parameters I mentioned, this is just to illustrate that :
=> knowing that you may embed in several depth level signals and custom indicators from different charts symbols/timeframes,
=> and that each of these signal / custom indicators might use some :
1) Signal Statistics (SSTAT) indicators (
http://www.linnsoft.com/tour/techind/sstat.htm)
2) Mixed periodicity data indicators (
http://www.linnsoft.com/tour/techind/mpd.htm)
you may follow in realtime quite some complex trading system representation with IRT...
I think I would need few minutes to set up a 30 seconds ES charts with the SELL signal and filters as detailed just above.
I am sure such a signal could be represented using Ensign, Neoticker or TS, but you better have good programming capabilities... And not sure you will be able to get a chart ready within 5 minutes...
Of course, you might have some issues with IRT implementing in realtime some walk forwarding strategies or some complex strategies including iterative loops calculations, but my experience is that IRT is able to manage efficiently the representation of a vast majority of the usual trading strategies..
Eddy