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

[RT] TS EL for Midas



PureBytes Links

Trading Reference Links

Off the list, I have received an implementation in TS EL of the
Midas method.  That RT reader is having some problems at the 
moment with email to yahoogroups.

Laura <laura_lue@xxxxxxxxxxx> writes:

> it would be great if you could post it.  Maybe it will help some
> other people.  I found the indicator on my disk, and I even don't
> know if I have coded it or someone else.

Input: YYYMMDD(1000801);
vars: mp(0);

value1=0;
value2=0;
if date >= YYYMMDD then begin

mp= (High + Low)/2;
value1 = value1[1] + (mp*v);
value2 = value2[1] + v;
value3 = value1/value2;
Plot1(value3,"_Midas S/R");

end;

To unsubscribe from this group, send an email to:
realtraders-unsubscribe@xxxxxxxxxxxxxxx

 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/