Codes

Multi TimeFrame RSI for MetaTrader 4

Shows multi timeframe (M1, M5, M15, M30, H1 , H4, D1) RSI indicator in a separate window

Strategy Tester Equalizer for MetaTrader 4

The indicator allows to control the Strategy Tester speed

Forum

Delete a published product

Hi, How can I delete my published product from Market? As I can see, I can only create... Thanks

Bug in CheckBox.mqh

Hi, I've found a small bug in: \MQL4\Include\Controls\CheckBox.mqh ( MT4 Version 4.00 Build 765 ) Missing one const keyword in declarations of CCheckBox class. Original (current) version: bool Checked(void) { return(m_button.Pressed()); } Fixed: bool Checked(void) const { return(m_button.Pressed());