Friends

Add friends via their profile or user search and you will be able to see if they are online

Yi Zhu
Registered at MQL5.community
Yi Zhu
Added topic UpperCase, LowerCase
Does MT4 has a function can convert upper case to lower case and vice versa? It could be very handy. cheers
Yi Zhu
Added topic New Build 199 MT Bug, Profile Problem
I find a possible bug in the new build 199, MT. When you open a Profile in MT, it will not close the previous Profile. So if you wish to switch between Profiles, actually, you will end up with open all the charts in those Profile on the screen
Yi Zhu
Added topic Drop-down lists in customer indicator for MA method, Apply to, etc.
This is the predefined MA indicator from terminal, it has a drop-down list for MA method , and a drop-down list for Apply to . I am just wondering how can I put these drop-down lists in customer indicator . Cheers
Yi Zhu
Added topic Interupt Timer
Does MT have an Interupt Timer, eg: in a customer indicator, I wish to do something exactly once every 5 minutes, NOT depends on the price tick. Or does anyone know how to realise this function? In script, it can be done by using Sleep() function
Yi Zhu
Added topic void SetLevelStyle( int draw_style, int line_width, color clr=CLR_NONE)
void SetLevelValue ( int level, double value) can draw 32 levels in an indicator, but they can only have the same style, since in SetLevelStyle, which level is not referenced. void SetLevelStyle( int draw_style, int line_width, color clr=CLR_NONE)