#include "filename"

#include <filename>

Reads an additional script from the given file name and then continues compiling the original script file. This way a strategy can consist of an arbitrary number of scripts.

Remarks:

Example

#include <default.c> // default trading functions
#include <windows.h> // include the Windows API
#include "Strategy\common.c"

See also:

define, headers

► latest version online