Page 1 of 1

Missing C++ API for FT2 ?

Posted: Wed Apr 05, 2017 11:05 am
by BigFisherman
Hi moderator, I'm using FT2 (ver 2.9.6) & I'm coding with C++. I've noticed that the API released for c++ wasn't updated to what was published in FT2 Indicator API help file. So now I'm not able to use some of the functions that was "supposed" to be there.
Here's a list of some supposedly available functions (as per what was documented for C++) but were actually not there:

1) OBJPROP_FILLINSIDE (missing in IndicatorInterfaceUnit.h)
2) OBJPROP_FILLCOLOR (missing in IndicatorInterfaceUnit.h)
3) enum TOptionType ( the lists are quite different from help file; IndicatorInterfaceUnit.h not updated ? )
4) enum TObjectType ( the lists are quite different from help file; IndicatorInterfaceUnit.h not updated ? )

Will really appreciate if there is some sort of updates to this since I have no intention of upgrading to FT3 right now. Thanks.
Ivan