Search the web
Sign In
New User? Sign Up
LinnSoft · Investor/RT: The Trader's Toolbox
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 13154 - 13190 of 15949   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
13154
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...
Mike
MikeTradr
Offline Send Email
Nov 3, 2006
3:42 am
13162
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...
Peter
pkc1998
Offline Send Email
Nov 5, 2006
9:28 pm
13163
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...
Duke Jones, CMT
sectorfund
Offline Send Email
Nov 5, 2006
9:44 pm
13164
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...
Peter
pkc1998
Offline Send Email
Nov 5, 2006
10:48 pm
13165
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...
Peter
pkc1998
Offline Send Email
Nov 6, 2006
3:41 pm
13166
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 Payne
cpayne2133
Online Now Send Email
Nov 6, 2006
3:58 pm
13167
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 ...
Peter
pkc1998
Offline Send Email
Nov 6, 2006
4:40 pm
13168
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:...
Chad Payne
cpayne2133
Online Now Send Email
Nov 6, 2006
5:02 pm
13169
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
MikeTradr
Offline Send Email
Nov 6, 2006
5:27 pm
13170
Chad, You are right. Thanks. Peter ... Behalf ... s.com, "Chad ... s.com ... s.com] On...
Peter
pkc1998
Offline Send Email
Nov 6, 2006
5:58 pm
13171
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...
Peter
pkc1998
Offline Send Email
Nov 6, 2006
6:09 pm
13172
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
pkc1998
Offline Send Email
Nov 6, 2006
6:49 pm
13173
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...
Chad Payne
cpayne2133
Online Now Send Email
Nov 6, 2006
8:18 pm
13174
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...
Mike
MikeTradr
Offline Send Email
Nov 6, 2006
8:35 pm
13175
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...
William E. Linn
ls_bill
Offline Send Email
Nov 7, 2006
2:04 am
13176
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...
Peter
pkc1998
Offline Send Email
Nov 7, 2006
4:00 am
13177
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
pkc1998
Offline Send Email
Nov 7, 2006
5:06 pm
13178
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 ...
Chad Payne
cpayne2133
Online Now Send Email
Nov 7, 2006
10:26 pm
13179
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...
Chad Payne
cpayne2133
Online Now Send Email
Nov 7, 2006
10:28 pm
13180
That is a great addition!!! Thank you Steve Weglein...
Steve Weglein
sweglein
Offline Send Email
Nov 7, 2006
11:15 pm
13181
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 Tillemans
dantillemans
Offline Send Email
Nov 8, 2006
7:38 am
13182
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
pkc1998
Offline Send Email
Nov 8, 2006
9:11 pm
13183
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 Payne
cpayne2133
Online Now Send Email
Nov 8, 2006
9:58 pm
13184
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
pkc1998
Offline Send Email
Nov 9, 2006
7:26 am
13185
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...
Dan Tillemans
dantillemans
Offline Send Email
Nov 9, 2006
7:33 am
13186
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...
William E. Linn
ls_bill
Offline Send Email
Nov 9, 2006
1:51 pm
13187
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...
Peter
pkc1998
Offline Send Email
Nov 9, 2006
9:53 pm
13188
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...
Chad Payne
cpayne2133
Online Now Send Email
Nov 9, 2006
10:38 pm
13189
Very Cool Chad !!! Where can I get some ;-) Cordially, -Rick- "Good math and small teams win. -Alan Kay-...
Rick
rick@...
Send Email
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...
William E. Linn
ls_bill
Offline Send Email
Nov 10, 2006
3:18 am
Messages 13154 - 13190 of 15949   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help