The AFL language contains many pre-defined words like: shapeUpArrow, stopTypeTrailing, colorRed, styleThick, inDaily and many more. These are examples of constants. As written in AFL language specification (http:\/\/www.amibroker.com\/guide\/a_language.html<\/a>): Constants are tokens representing fixed numeric or character values<\/em>.<\/p>
shape = 1 * shapeUpArrow + 0 * shapeDownArrow = shapeUpArrow<\/code><\/p>
shape = 0 * shapeUpArrow + 1 * shapeDownArrow = shapeDownArrow<\/code> <\/p>