Tee Yan Sheng
Tee Yan Sheng
  • Information
2 years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Friends

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

Tee Yan Sheng
Added topic Object Description character limit
Hi All, I am creating an economic calendar indicator that display the event name in the object description of the vertical line.    However if the character count exceed certain limit, the text will not be fully displayed for Object
Tee Yan Sheng
Added topic prev_calculated reset twice when MT4 restart
Hi all, I have the following simplified code: bool init_; int OnInit ()   {    init_ = true ;       //---    return ( INIT_SUCCEEDED );   }    int OnCalculate ( const int
Tee Yan Sheng
Added topic Fill Channel Color
Hi All,  I have successfully written the code to paint the zone in between of two moving average channels with 2 different colors. However, I am still unclear about how it actually works.  For example, if the array are arranged in the
Tee Yan Sheng
Added topic Passing array of user-defined-class as reference
Hi, I have a user-defined-class as follow: class setup   { protected: MY_ORDER_STATE xOrderState; public :    //Parametric Constructor
Tee Yan Sheng
Registered at MQL5.community