Hi all as title says I am in great need of tick data on ER Russel 200 emini future from 9/7/06 to present 24 hr tick data be best. I appreciate any help. if...
I am a new IRT user and do not seem to be able to find how to do the following: I have created a customer indicater, called XYZ, which does some transformation...
My guess is you did MA(XYZ) instead of MA(CI) where you then define your Custom Indicator (CI) that you built in the menu... ... -- Regards, Duke Jones, CMT...
MA(CI) works now. I guess I need to change my thinking of programming when using this token based RTL language ... (By the way, where is this way of...
Sorry for a newbie question if it turns out to be quite simple ... As part of a strategy, I want to count the number of times when price, say close, is below a...
You can get that this way: SUM(CL < MA, 20) It does require a period (20 here). Are you wanting this value over a given period, or for all the data in the...
Chad, What I am looking for is something like this If close is less than a MA for all bars in the last 20 bars, then do something ... Peter ... over a given ...
SUM(CL < MA, 20) = 20 _____ From: LinnSoft@yahoogroups.com [mailto:LinnSoft@yahoogroups.com] On Behalf Of Peter Sent: Monday, November 06, 2006 11:32 AM To:...
I think it c an be MA(ABC) where ABC is name in the top right area i e the name of the CI i recall RTL each token had info when introduced else there is a...
Mike, I originally had MA(XYZ) and it complained about unrecognized token. Looks like RTL can not treat a custom indicator as a token, it requires a custom...
One problem I see with this token based language is when I look at a piece of code like MA(CI), I do not know the parameters for the moving average, e. g,...
Peter, You can do something like: MA(CI_XYZ) you just have to start any toke...with a known token (like CI) followed by underscore...followed by any textual...
Peter parameters in the setup box is much easier and I prefer that way then in code. RTL is easier to me that way. I know others embed in code more directly...
Peter, if you had selected the CI token from the list on the left and used the ==> button to add it to the list of tokens on the right, you could then edit the...
Bill, Your first approach of selecting CI from the list first via ==> works great for me. Now the code looks easier to understand. Thanks. Peter ... and used...
I subscribe to eSignal and like to start collecting and accumulating historical data. As I went through IRT's instructional video, there was a suggestion on...
Peter, That should work very well...especially with eSignal. You can even have both version connected to live data at the same time without any problem. Chad ...
Those of you that use the Yahoo! Screener will be pleased to know that I have added all the available criteria that Yahoo! offers to our screener, as can be...
Peter, I have two copies of IRT installed on the same PC here. I also use eSignal as my datafeed (Windows XP). For enhanced performance I am running an...
Dan, Thank you very much for the detailed reply. I did not know one could run IRT in Ram; so this is an eye opening for me ... I also plan to trade index...
Peter, As to mistakenly downloading 1-minute data. You can now prevent this...by going to "Setup: Preferences: Historical" and at the bottom setting the "For ...
Chad, Consider this scenario: I put up a chart displaying tick bars from 10 days ago to present. I then change the periodicity to 1 minute. Even though I have...
Peter, Excellent enhancement on the chart download buttons that Chad just mentioned for tick data. Very nice. Thanks Chad! A download for a full day of ticks...
Changing the periodicity from tickbar to 1 minute does not download any historical data. I/RT produces 1-minute bars from the tick data you have stored. If you...
Bill, Thanks for the clarification on changing periodicity. I guess what I am trying to understand is: would minute data ever replace tick data that already...
Yes, if you download 1-min data for any given period, it will replace any tick data you have for that same period...and visa versa...however, IRT can convert...
Very Cool Chad !!! Where can I get some ;-) Cordially, -Rick- "Good math and small teams win. -Alan Kay-...
Rick
rick@...
Nov 10, 2006 2:37 am
13190
Yes, if you download one minute data, that data replaces what ever data you already had on file for the same period. That's why we added the options in the...