|
Description |
This formula calculates a soybean crush. |
|
|
Formula |
BeanCrush(SERIES,crushFactor=2.2)=begin retval = NONUM dif = 0 if SM#.expire <= S#.expire then begin retval = crushFactor * SM# + 11 * BO# - S# end if SM#.expire > S#.expire then begin retval = crushFactor * SM# + 11 * BO# - S#1 end retval end |
|
The symbols in this formula vary from feed to feed.
|
Parameters |
SERIES The SERIES directive makes this formula available as a Formula Study. SERIES refers to the instrument in a chart. SERIES does not become a study parameter.
crushFactor A multiplier. |
|
|
Return Value |
A soybean crush value. |
|
|
Examples |
|
|
|
Comments |
NA |
©2008 Aspen Research Group, Ltd. All rights reserved. Terms of Use.