Assistant for checking strategies on history data – indicator MetaTrader 4

Assistant for checking strategies on history data - indicator for MetaTrader 4
Builds 600 and up include the control functions, but only in indicators. That is still helpful. The “TPEHEP” (Trainer) was developed to help analyze the interesting strategies, and also to practice and gain experience in analyzing the signals on history data in the selected strategy. The maximum approximation to the market rules gives the opportunity … Read more

TimeInRange time checking function – library MetaTrader 4

TimeInRange time checking function - library for MetaTrader 4
Fast time range checking function. Doesn’t use slow string parsing. Function returns TRUE if time in range, FALSE otherwise. Usage: Drop .mq4 file to MQL4\Libraries\ folder. Add this line inside your EA: #include “..\libraries\time_in_range.mq4″There are three versions of the function:1. With separated hours and minutes input. Example: if(TimeInRange(TimeCurrent(),23,00,02,15)) { /* trade */ } // checks … Read more