Friends

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

wpg
Added topic CustomIndicator Index value Mismatch in EA
The values in the indicator is different than the value shown in the EA. I have attached both the custom indicator and the EA In the EA the value is 0, whereas indicator shows 1 as the value. Any clues when this can happen ? Thanks, Best Regards
wpg
Added topic How to use CFileTxt
The following code always returns -1. #include <Files\FileTxt.mqh> CFileTxt oF ; string sFileName = "c:\tmp\FXReport.txt" ; void OnStart()   { //---     if ( oF.IsExist ( sFileName ) )     {
wpg
Added topic Scanning of Technical Signals
Is it possible to create a report on various FX pairs based on indicators without loading every chart manually ? The report can be in a file or the values of the indicator can be reflected as additional columns in Market Watch Table
wpg
Added topic Bug ? - Detecting New Bar
Problem in detecting New Bar ( Testing using Daily Data ). In the following code, the value of Old_Time is *always* has same the same value as New_Time.  Any idea why it is so ?  Thanks, Walter    static datetime Old_Time;
wpg
Registered at MQL5.community