bka58 49 posts msg #108304 - Ignore bka58 |
10/6/2012 12:48:14 AM
The following partial filter is now correctly setting the variable uv4. When I try to add 1 or 1.0000 to uv3, the result is 1 instead of the factional value I was expecting.
Does anyone have any thoughts about what I am doing wrong? Thanks in advance.
symlist(DRN,EDC,TMF,UMDD,UPRO)
set{uv1,price 63 days ago - price}
set{uv2,uv1 / price} /*3 mo rtn*/
set{uv3,uv2 / 100}
set{uv4,1.0000 + uv3}
set{uv5,price * uv4}
set{uv6,price / uv5}
set{uv8,pow(uv6, .01587)}
add column uv1
add column uv2
add column uv3
add column uv4
add column uv5
add column uv6
add column uv8
|