[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Free indicator. No strings. Tired of counting bars, this indicator does it for you.


  • To: "Omega-List" <omega-list@xxxxxxxxxx>
  • Subject: Free indicator. No strings. Tired of counting bars, this indicator does it for you.
  • From: "Brent" <brente@xxxxxxxxxxxx>
  • Date: Sun, 12 Jan 2003 11:04:08 -0800

PureBytes Links

Trading Reference Links

I'd like to make an option to count all weekdays, from a date, whether there
is a holiday or not, if anyone knows how to do that in TS or if it is
possible, please let us/me know.

Enjoy.

Brent

Input:  Strtdate(1021231);
Var: count(-1), Sbar(0);

if date = Strtdate then
        sbar = currentbar;
if sbar <> 0 then begin

count = count + 1;

Plot1(Count,"Countdaz");
end

Attachment:
COUNT.ELA
Description: Binary data
Input:  Strtdate(1021231);
Var: count(-1), Sbar(0);

if date = Strtdate then
        sbar = currentbar;
if sbar <> 0 then begin

count = count + 1;

Plot1(Count,"Countdaz");

Attachment: Description: "end"