Codes

ExtObjects for MetaTrader 5

Dedicated functions to read and write object properties

Forum

Market product with DLL

Hello! How Can I publish product in market with DLL? Thanx

Incredible performance signal CyberBOT2

CyberBOT2 has an incredible performance. How it is possible

Get indicator timeframe by indicator_handle

Hi! Is it possible to get the time frame of indicator using only indicator_handle? int MAHandle= iMA ( _Symbol , PERIOD_M5 , 5 , 0 , MODE_EMA , PRICE_HIGH ); ENUM_TIMEFRAMES indicator_period = ??? (MAHandle); // result is PERIOD_M5 Thanx

String width and height in pixel

Hi, How can I get a string width and height in pixel with a specific font and size without creating and label object ? DLL usage is not problem for me, if it's needed. Thanx for help

Second-TimeFrame - New Update

Second-TimeFrame Indicator with second-timeframe in a separate window with separator line. Very useful for day traders to analyze the quick motion. Input parameters: TimeFrame - used time frame: S1 - one candle contains 1 second (max. 60 candle/sec); S2 - one candle contains 2 second (max. 30

importing classes

Is it possible to import classes from an ex5 file? If so, how? Thanx