Would like to create a custom column with color rules to indicate when an alert price has been triggered and/or is above/below the triggered price. Guess...
Simply create a trading signal with a formula such as: CL > HIALARM Setup the custom column to reference that signal. The cc would have an "IF TRUE" rule to...
... neat Bill, I don't use quote pages but great feature and solution and simple. Might be a great trader tip, or even great to be included in new installs...
The Custom Indicator (LAST >= HIALARM) + (LAST <= LOALARM) * -1 seems to work well where values are included in the Hi or Lo Alarm cells (BEV +1 and MTLG -1)....
Does IRT for pc have the same flexibility as the Mac version when drawing indicators, trendlines, horizontal lines, etc., i.e. including dotted and dashed...
Use the "text" option in the rule. Specify one space character as the text when the rule is true. Thus the cell will simply appear solid red or solid green....
I have a chart set up for 10 minute periodicity with a view period of the last 25 bars and 2 bar look ahead. Why is nothing showing on the chart over the...
Holiday text file. I noticed saturday Jan1rst was showing and monday Jan 3rd was missing. I removed the new years 2005 line and all is perfect, for now. D....
Daniel, Thanks for answer. I can't seem to find the holiday text file. How do I edit the holiday list? Art ... From: Daniel Xavier To: LinnSoft@yahoogroups.com...
Look in the Admin folder for holidays.txt. Use Edit to make changes. Bill S ... From: Art Fabel To: LinnSoft@yahoogroups.com Sent: Monday, January 03, 2005...
Go to IRT: admin: holiday text Gayle ... Go to IRT: admin: holiday text Gayle Art Fabel wrote: Daniel, Thanks for answer. I can't seem to find the holiday text...
I sometimes think maybe Linnsoft should be taking care of problems like this and not have the users wondering how to fix programing mistakes. reza ... From:...
Has anyone run into the issue after a holiday where MA's zig- zag/overlap back and forth across each other? If so, what have you done to correct it? I've...
Bill, Gayle Thanks. Silly me. Thought it was something that could be edited from the toolbar instead of having to use windows explorer. Anyway it's fixed now. ...
How did you fix it? Todays data is being overlayed with data for 12/31 on my stuff. Bill S ... From: Art Fabel To: LinnSoft@yahoogroups.com Sent: Monday,...
FWIW, I took Daniel's advice and deleted the new years line in holidays.txt and it solved my problems also... well, software problems anyway... ;) ... you ... ...
Problem fixed... thanks Jim. Bill S ... From: jimrs41 To: LinnSoft@yahoogroups.com Sent: Monday, January 03, 2005 10:02 AM Subject: [LinnSoft] Re: Last bars...
We would like to remind you of this upcoming event. Investor/RT Chat Session Date: Tuesday, January 4, 2005 Time: 4:30PM - 5:30PM EST (GMT-05:00) Time: 4:30 PM...
LinnSoft@yahoogroups....
Jan 4, 2005 7:32 pm
11145
We would like to remind you of this upcoming event. Investor/RT Chat Session Date: Tuesday, January 4, 2005 Time: 4:30PM - 5:30PM EST (GMT-05:00) Time: 4:30 PM...
LinnSoft@yahoogroups....
Jan 4, 2005 9:18 pm
11146
I notice the text list of S&P500 stocks in the /symbols directory but the file date is a few years old. Would it be possible to get an updated symbol listing?...
Yes, some of those lists are very dated unfortunately (SP 500 list was over 3 years old :0 ). I'll try to update those when I get time. I did just create an...
Morning I'm currently getting to grips with improving upon current signals that I use. As I'm still relatively new to IRT coding, I require some help with...
(SLOWD.4 > SLOWD.3) AND (SLOWD.3 > SLOWD.2) AND (SLOW.1 > SLOWD.2) AND HI > HI.1 ... From: cd173 [mailto:cd173@...] Sent: Thursday, January 06, 2005 3:48...
Hi Chad Many thanks for the coding. Is it possible to set the signal to trigger if HI.1 is broken anytime over the next, for example, 5 bar period? I've tried...