This can be accomplished using the close() series. Also see the code examples for accessing the close of external symbols with the use of the sym() function. Here's a basic example.
PHP Code:
function main() {
return close() / close(sym("IBM"));
}
If you are new to EFS and need to begin learning the basics of how to code in EFS, please start with the following resources.
Comment