Forum

UpperCase, LowerCase

Does MT4 has a function can convert upper case to lower case and vice versa? It could be very handy. cheers

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) Also, the level value can hardly be seen on the

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 , but the time of each cycle is not exactly the time

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

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. Cheers