Examples: Meta COT Project - New Horizons for CFTC Report Analysis in MetaTrader 4 - page 4

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
czelenx wrote:
You Right!!! Can I use that EA for real acc.??
"EA" is an Expert Advisor -> the program for automated trading
"acc." means most probably account.
czelenx wants to know, if you can use this Expert Advisor for a real account and not only for a demo account. (in my opinion)
I followed the Readme file and watched the video, but when CSV files created it contains no data at all, size is zero for all of them !!
Hello Again :(
i downloaded the new uppdated cot file and used another broker MT4 platform but i face the same problem again and again
all files are empty
Heeeeeeelp
czelenx wants to know, if you can use this Expert Advisor for a real account and not only for a demo account. (in my opinion)
This program formed for an example, instead of for trade. Do not output this adviser on a real score!!! If you wish to create the good trading robot it is possible to discuss it in an individual order.
I followed the Readme file and watched the video, but when CSV files created it contains no data at all, size is zero for all of them !!
Hello Again :(
i downloaded the new uppdated cot file and used another broker MT4 platform but i face the same problem again and again
all files are empty
Heeeeeeelp
Most likely you have committed any error in installation. Try to instal indicators on the computer from Windows XP.
Excuse, but more exact advice I can not give.
Please take this as "bug-report" or positive critics - I only want to understand everything right ...
czelenx wrote:
You Right!!! Can I use that EA for real acc.??
"EA" is an Expert Advisor -> the program for automated trading
"acc." means most probably account.
czelenx wants to know, if you can use this Expert Advisor for a real account and not only for a demo account. (in my opinion)
yes, Can I use the metacot expert advisor for real account?? And How setup that expert advisor for reall account??
thanx's
Why are your (downloadable) programs not translated in english like in your article here? That makes it very hard to understand for me (I am from germany, so please forgive me my bad english and much worse russian skills)
Further I will make program translation.
I tried to follow your "video-steps": in your video you donwloaded the "Futures Only Reports", in your article you recommend to download the "Futures-and-Options Combined Reports".
The program works with both versions of reports. For an example in video operation with reports "Futures Only" is shown.
After I started your Build-Script I only got some cyrillic-chars followed by ": 1" -> So I copied the english texts from this article to the Build-Script. Now I found out that the script says "File not found: 1". So I tried and tried to find out, what not works. But (at the same time) I wondered, why my computer was so busy and why the date and time of the csv's was changing. After a while I found out, that the script had NO problems with the files - it was working. Why do you generate the message "File not found?"
I do not know. I hardly understand as the program works which I has written.
After running the concatenate script, I got these messages: "2009.12.14 11:29:56Meta COT Script Concatenate: invalid handle -1 in FileIsEnding" and "2009.12.14 11:29:56Meta COT Script Concatenate: invalid handle -1 in FileClose" - is that OK?
czelenx wrote:
yes, Can I use the metacot expert advisor for real account?? And How setup that expert advisor for reall account??
thanx's
Hi, I think I have detected a little error in the cotlib file, about the movement index: I realised the movement for operator didnt actually reflect de difference of today index minus shift days ago index.
I only know little basics of programming, but I had a lot at the cotlib file, and thik the problem is here:
Instead of substracting data index about i - data index (i+shift), so that the previous data is sustracted, the code is now sustracting (i-shift).
Apparently results are displayed correctly modifying this sign, anyway I apologize if I happen to be wrong about this, I am familiar to cot report "reading", but not able to really program.
Anyway, globally, thank you so much for this wonderful new tool, and the accurate explanations on how to use it.