Hi,

I failed to compile the code directly from notepad++ with gcc. I included default.c in the code but it didn't work.

The first error I encountered is as below
Code:
Process started >>>
In file included from d:/program/mingw/include/default.c:12:0,
                 from genIndicator.c:1:
d:/program/mingw/include/trading.h:38:2: error: unknown type name 'DATE'
  DATE time; // time stamp, GMT
  ^



How to fix it?