WeHu58
WeHu58
Friends

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

WeHu58
Added topic MT5 Refresh all open charts
Hi, i try a refresh for all my open charts, i.e. have 4 EUSUSD charts open: H4, H1, M30, M15. But after running the script  void OnStart () {    long id= ChartNext ( 0 );    while (id>= 0 )    {
WeHu58
Added topic Print output from multiple indicators to one shared file
Hi, I have different indicators that run on different MT5 instances with different _Symbols. These indicators provide printouts. Is there a way to output these printouts in ONE file shared by all MT5's? Do I have to regulate the access to the file
WeHu58
Added topic how to convert MarketInfo(_Symbol,MODE_TICKVALUE) to MT5 version?
I used  MarketInfo(_Symbol,MODE_TICKVALUE) in MT4, but can not found equivalent in MT5
WeHu58
Added topic Daily trendline at a fixed price between two candles
Hi Folks, i'm quite newbie to MQL and i try to draw a trendline in MQL4. The trendline should have a fix price, start at the time which i only have in a string (i.e. "06:05") and end at the time which i only have in a string (i.e. "10:45"). It should
WeHu58
Registered at MQL5.community