Basically you set any scores you don't want to zero.

Here is an example that I use:

ScoreVal = IIf(HEMI > 1.00 AND RSIHi > RSILo , PScore , IIf(PScore > 0, PScore, 
0.00 )) ;

The IIF part is the key.

Reef Break




--- In [email protected], jim fenster <normanj...@...> wrote:
>
> I have a positionscore that is all positive. The system is only entering 
> longs. I would like the lower rank of positive numbers to be shorted. How do 
> I do this? I tried the seperatelongandshort but still only longs...
> 
> Thanks,
> 
> Jim
> 
>        
>       
>       
> 
> 
> 
> 
> 
> 
> 
> 
>       
> 
> 
>       
>       
> 
> 
>       __________________________________________________________________
> Get a sneak peak at messages with a handy reading pane with All new Yahoo! 
> Mail: http://ca.promos.yahoo.com/newmail/overview2/
>


Reply via email to