wpg / Publications
Forum
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, Walter
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 ) ) { Print ( "File Exits" ) ; oF.Open ( sFileName, FILE_REWRITE ) ; } else { Print (
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
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; datetime New_Time[1]; bool IsNewBar=false; int