period=Param("period",10,2,100,1);
*

Filter*=Cross(*C*,DEMA(*C*,period));

AddColumn( (Ref(*C*,1)-*C*)*100/*C*,"First day" );

AddColumn( Ref(*C*,2)-*C**100/*C*, "Second day" );

AddColumn( Ref(*C*,3)-*C**100/*C*, "third day" );

AddColumn(period,"period",1.2);

On Wed, Apr 28, 2010 at 10:35 PM, Vishvesh <[email protected]>wrote:

>
>
> Hi Folks,
>
> Condition : When Security breaks X DEMA
> Output     : Every time when Security has broken X DEMA its performance on
> +1, +2, +3 days.
>
> Any help highly appreciated
>
>
> Regards
>
> 
>

Reply via email to