Wanna include "include" file into indicator

 

Hello,


I have indicator which uses "include" command to include external library.

This library declares external functions which are in .dll file

Is it possible to declare dll functions from indicator itself avoiding "include" file ?

(there are many #define statements in "include" file)


Thanks,

Edward

 
including is the same as pasting the file into the indicator. You can just paste what you need, but why do you care?
Reason: