TradeMUX SDK Documentation
1.0
TradeMUX SDK Documentation
|
int TMXInfoInteger | ( | int | property_id | ) |
Returns the value of a corresponding property of a running program
property_id | Identifier of a property. Can be one of the following values: TMX_CODEPAGE Unsupported. or backard compatibility only. TMX_PROGRAM_TYPE Type of the program. Results may be: PROGRAM_SCRIPT, PROGRAM_EXPERT, PROGRAM_INDICATOR TMX_DLLS_ALLOWED permission to use DLL for the given executed program TMX_TRADE_ALLOWED permission to trade for the given executed program TMX_SIGNALS_ALLOWED permission to modify the Signals for the given executed program TMX_DEBUG flag, that indicates the debug mode TMX_PROFILER flag, that indicates the program operating in the code profiling mode TMX_TESTER flag, that indicates the tester process TMX_OPTIMIZATION flag, that indicates the optimization process TMX_VISUAL_MODE flag, that indicates the visual tester process TMX_FRAME_MODE flag, that indicates the Expert Advisor operating in gathering optimization result frames mode TMX_LICENSE_TYPE always returns LICENSE_FREE |