Megha Relan: put some times I received 0 value ,
On MT4: Unless the current chart is that specific symbol(s)/TF(s) referenced, you must handle 4066/4073 errors before accessing candle/indicator values.
Download history in MQL4 EA - MQL4 programming forum - Page 3 #26.4 (2019)
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
hello all,
Please Help me to solve this issue , I have attched screenshot for what I received from terimnal
my code
GetSymbolInRange[rw], GetSymbolOpenPrice[rw] - these array store symbol name and current Price
GetSymbolOpenPrice[rw] = iClose(GetSymbolInRange[rw],PERIOD_M1,0);
Print("Set Open Price For symbol :"+GetSymbolInRange[rw] +" = "+ GetSymbolOpenPrice[rw]+" ,"+iClose(GetSymbolInRange[rw],PERIOD_M1,0) );
put some times I received 0 value , see the attached screenshot