Pongsapak Thinsantisuk
Pongsapak Thinsantisuk
Business activity experience on MQL5.comSignals publishedAverage number of signal subscribersJobs completedAverage number of downloaded demo versions per productProducts publishedexperience: 6+ years Business activity experience on MQL5.comsignals: 0Signals publishedsubscribers: 0Average number of signal subscribersjobs: 0Jobs completeddemo versions: 0Average number of downloaded demo versions per productproducts: 0Products published
Experts0Indicators0Libraries0Utilities0
  • Information
  • 6+ 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

Pongsapak Thinsantisuk
Added topic mt5 bug when rounding
   Print ( "0.3/0.1 : " , 0.3 / 0.1 ); //3    Print ( "(int)(0.3/0.1) : " ,( int )( 0.3 / 0.1 )); //2    Print ( "(int)(3.0) : " ,( int )( 3.0 )); //3       Print ( "0.4/0.1 : " , 0.4 / 0.1 ); // 4
Pongsapak Thinsantisuk
Added topic PanelDialog in EA error after change Timeframe 2 times
//+------------------------------------------------------------------+
Pongsapak Thinsantisuk
Added topic How Can I Read Text From OBJ_EDIT MT4
int OnInit () { //--- indicator buffers mapping ObjectCreate ( "txtMaxTrades" , OBJ_EDIT , ChartWindowFind (), 0 , 0 ); ObjectSetText ( "txtMaxTrades" , "" + "0" , 13 , "System" , White); ObjectSet ( "txtMaxTrades" , OBJPROP_CORNER , 0 ); ObjectSet (
Pongsapak Thinsantisuk
Registered at MQL5.community