#ifndef FRAMEWORK_TIME_MQH #define FRAMEWORK_TIME_MQH class c_time { public: static int get_seconds_from_time_frame ( ENUM_TIMEFRAMES time_frame ) { return PeriodSeconds(time_frame); } }; #endif