PureBytes Links
Trading Reference Links
|
Hello Jim,
INPUT:WHAT(C);
IF TIME= Sess1FirstBarTime THEN PLOT1(WHAT,"LOOK")ELSE
IF TIME>=0930 AND TIME<=1010 THEN PLOT2(WHAT,"S.O.I.")ELSE
IF TIME>=1100 AND TIME<=1300 THEN PLOT3(WHAT,"NOON")ELSE
IF TIME>=1459 AND TIME<=1500 THEN PLOT4(WHAT,"LOOK")ELSE
IF TIME>=1558 AND TIME<=1601 THEN PLOT4(WHAT,"LOOK")ELSE
IF TIME>=1614 AND TIME<=Sess1EndTime THEN PLOT1(WHAT,"LOOK");
IF CheckAlert and
TIME>=1457 and time<=1459 Then Alert = TRUE
Wednesday, December 29, 2004, 11:53:23 AM, you wrote:
> A few years ago I read of a Condition indicator that I think either Bob
> Fulks or Mark Brown had developed. It is not complicated but involves using
> features that I don't normally use. It displays the status of Conditions on
> the data1 chart. It answers the question as to which condition is not met
> and eliminates the need to run a separate calculation of them. Anyone know
> of this?
> thanks,
> Jim
--
Best regards,
Mark mailto:qpwoeirutyalskdjfhgmznxbcv_markbrown_omegalist@xxxxxxxxxxxxx
|