API files for C++

API files:
IndicatorInterfaceUnit.h - API functions
TechnicalFunctions.h     - additional useful functions

Indicator examples:
Ishimoku.* - Example of an Ishimoku indicator

To create indicator for Microsoft Visual C++ 
1. Create an empty dll project
2. Add all files to the project
3. Open "Project properties -> Linker -> Input" and set in "Module definition file" Ishimoku.def
4. Build project