Forum

A regular expression match

Hello, I am looking for a function that acts like the preg_match in PHP that performs a regular expression match. For example, if I have a string in MQL4 that contains the following HTML code < td id= "pair_name_0" class= "first left bold noWrap" > Fibonacci < td id= "open_0" > 1.2532 </ td > <

Some Custom Indicator Functions in EA

Hello, I am trying to use the follow code in an EA. Any alternative code ? SetIndexStyle( 0 , DRAW_NONE ); SetIndexBuffer ( 0 , ExtMapBuffer0); SetIndexStyle( 1 , DRAW_NONE ); SetIndexBuffer ( 1 , ExtMapBuffer1); SetIndexStyle( 1 , DRAW_NONE ); SetIndexBuffer ( 2 , ExtMapBuffer2);