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

RE: VIDYA : Code required , See if you can crack this ???



PureBytes Links

Trading Reference Links

Don't know if this is what you are looking for. It is basically the same as
what you posted
escept for the bands it computes and plots.

> -----Original Message-----
> From: Ian McVicar [mailto:icm63@xxxxxxxxxxx]
> Sent: Friday, February 01, 2002 9:53 PM
> To: OmegaList
> Subject: VIDYA : Code required , See if you can crack this ???
>
>
> HI,
>
> Many moons ago I received for free the following.
>
> 1) Code for VIDYA moving average (That code is below - in text form).
> 2) Example VIDYA_YELLOW in EL form , HOWEVER this was
> password protected in EL.
> Note : Both the code below and the EL program are not from
> the same source.
>
> I prefer the VIDYA_YELLOW and I wish to see the code. But I
> have not been able
> to crack the VIDYA_YELLOW code.
>
> If anyone has the VIDYA_YELLOW code, can I have please have
> it, if not could
> you please have ago in trying to get the VIDYA code below to match the
> VIDYA_YELLOW password protected EL file.
>
> Of course then we can all enjoy.
>
> Rgds
>
> Ian McV
> ************************************************************
> {VIDYA}
> Inputs:Length1(40),Length2(50);
> value1=0;
> value2=0.2*(StdDev(close,Length1)/StdDev(close,Length2));
> value3=close-value1[1];
> value1=close+(value2*value1);
> value1=(value2*close)+((1-value2)*value1[1]);
>
> if value1>0.9275*close then begin
> 	plot1(value1,"vidya");
> end;

Attachment: Description: "VIDYA.ELS"