• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • User/Email: Password:
  • 4:45pm
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 4:45pm
Sister Sites
  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Print Thread

Similar Threads

Free flexible COT Index! 4 replies

How to free indicator resources? indicator called from EA 6 replies

Indicator free system 32 replies

COT as indicator? Dollar Index??? 3 replies

Free COT report 9 replies

  • Trading Systems
  • /
  • Reply to Thread
  • Subscribe
  • 78
Attachments: COT trading system with free indicator
Exit Attachments
Tags: COT trading system with free indicator
Cancel

COT trading system with free indicator

  • Last Post
  •  
  • 1 1011121314 Page 15
  • 1 121314 Page 15
  •  
  • Post #281
  • Quote
  • Feb 6, 2016 8:58am Feb 6, 2016 8:58am
  •  lenny2016
  • | Joined Feb 2016 | Status: Junior Member | 1 Post
i have downloaded the cot report ,but i dont know how to install it on metatrader to work.i have copied the indicator and the template onto the metatrader.
 
 
  • Post #282
  • Quote
  • Feb 15, 2016 6:56am Feb 15, 2016 6:56am
  •  jp4000
  • | Joined Feb 2016 | Status: Junior Member | 1 Post
I installed it - had problem that FileName was "COT_report" when loading the template, U have to change to "COT_report.ppt" to get data.
 
 
  • Post #283
  • Quote
  • May 7, 2016 6:51pm May 7, 2016 6:51pm
  •  GlobusFX
  • | Commercial Member | Joined Feb 2016 | 92 Posts
Hi guys,

In case if this question is still actuall here is my thread on FF with free COT indicators for MetaTrader 4 - http://www.forexfactory.com/showthread.php?p=8912268
Right now it's in Beta and you can use it to view commitment of traders for 30+ financial instruments (currency futures, yields etc). In nearset future I'll also add COT for commodities and aggregated form for all of them.

And BTW! As a small bonus it there are also a big list of US economic indicators (GDP, CPI, NFP and all other things). I'll be really happy if it will find it useful in your trading. Cheers!
www(.)darkmindfx(.)com - free COT and US economic indicators
 
 
  • Post #284
  • Quote
  • Jun 19, 2016 10:49am Jun 19, 2016 10:49am
  •  Nkululekofor
  • | Joined Nov 2015 | Status: Member | 20 Posts
There is no update inform on the www (.)darkmindfx(.).com regarding the COT report, therefore the indicator is useless.
 
 
  • Post #285
  • Quote
  • Nov 20, 2016 12:42am Nov 20, 2016 12:42am
  •  Maculia
  • | Joined Nov 2016 | Status: Junior Member | 1 Post
Quoting sym
Disliked
Hi All, Before starting let me make this very clear: 1 - I'm not here to teach anything to anybody 2 - this thread is NOT for scalper, day traders or fast money people 3 - this thread is for sharing tool and ideas in order to try to improve trading and knowledge 4 - If you agree, welcome. my name is Sym and I'm a trader and a coder. Time ago I felt something was missing on the web. I needed a tool for my trading decisions. For this reason I decided to code an indicator. And now this indi is going to be shared with you. It cost me a big amount of...
Ignored

Dear Sym
It seems the links are not working, and I couldn't manage to download the files. very thankful if you consider the problem and fix the errors.
Bests
 
 
  • Post #286
  • Quote
  • Mar 6, 2017 5:49am Mar 6, 2017 5:49am
  •  claudiob
  • | Joined Sep 2016 | Status: Member | 13 Posts
HI Sym,

The links are not working, please help.

Thanks

Cheers
 
 
  • Post #287
  • Quote
  • Mar 25, 2017 7:12pm Mar 25, 2017 7:12pm
  •  homersimpson
  • | Joined Jun 2010 | Status: Member | 41 Posts
Quoting claudiob
Disliked
HI Sym, The links are not working, please help. Thanks Cheers
Ignored
download from here https://www.forexfactory.com/showthr...57#post8172757

My question is: which director to save COT file?
 
 
  • Post #288
  • Quote
  • Apr 20, 2018 3:44pm Apr 20, 2018 3:44pm
  •  Jeff59FX
  • Joined Mar 2018 | Status: Member | 201 Posts
Hello Sym,
I Love COT Indi.!.. but I was wondering if there is an update to the COT Report or if I could find a way to update it myself?
Thank you
Jeff
Attached File(s)
File Type: zip COT_report 24-3-2015.zip   907 KB | 1,035 downloads
Happily Married to MY College Sweet Heart!
 
1
  • Post #289
  • Quote
  • Feb 11, 2019 7:16pm Feb 11, 2019 7:16pm
  •  GazFx
  • | Joined Aug 2018 | Status: Member | 114 Posts
This question may have been raised multiple times, so I am hopeful that someone can direct me to an appropriate thread. If anyone can give advice or suggestions I would be very grateful. The problem I am encountering is when trying to compile the indicators and scripts. I am getting errors:

'char' - unexpected token cotlib.mq4 459 8
'=' - name expected cotlib.mq4 462 11
')' - semicolon expected cotlib.mq4 462 33
'==' - unexpected token cotlib.mq4 463 14

These errors refer to this piece of code:

// Возвращает строку без расширения и первых 6 символов (было "COT - FileName.csv" стало "FileName")
string str_trim(string fname)
{
int strlen=StringLen(fname)-1;
int char;
string str;
for(int i=strlen;i>0;i--){
char=StringGetChar(fname,i);
if(char=='.'){
for(int b=6;b<i;b++)//поменять на b=0 если не требуется удалять первые 6 символов
str=str+CharToStr(StringGetChar(fname,b));
return(str);
}
}
return(fname);
}
 
 
  • Post #290
  • Quote
  • Jul 16, 2019 5:42pm Jul 16, 2019 5:42pm
  •  SintheticInc
  • | Joined Jul 2019 | Status: Member | 2 Posts
Did the thread die? i cant get the indi to work, i suppose Sym ran out of time. Has someone given it follow up?
Love to have this.
 
 
  • Post #291
  • Quote
  • Oct 13, 2019 3:28pm Oct 13, 2019 3:28pm
  •  Jeff59FX
  • Joined Mar 2018 | Status: Member | 201 Posts
Quoting SintheticInc
Disliked
Did the thread die? i cant get the indi to work, i suppose Sym ran out of time. Has someone given it follow up? Love to have this.
Ignored
I do not know what happened to this thread....I did have the indicators running but it out dated itself ....

I have been testing this one here

Here is the cftc page to download the weekly data files:

https://www.cftc.gov/MarketReports/C...ssed/index.htm

Here are the files:

https://drive.google.com/file/d/1Q2Q...ew?usp=sharing
Happily Married to MY College Sweet Heart!
 
1
  • Post #292
  • Quote
  • May 3, 2020 11:58am May 3, 2020 11:58am
  •  BaxiDevOps
  • | Joined Apr 2020 | Status: Member | 21 Posts
Hi i am very interested on COT analizyng.. anyone are in this??
 
 
  • Post #293
  • Quote
  • May 11, 2020 11:06pm May 11, 2020 11:06pm
  •  deboard01
  • | Joined Aug 2019 | Status: Junior Member | 4 Posts
Hello,

This thread is very useful and it will be nice if more comments and contribution should continue.. Thanks.
 
 
  • Post #294
  • Quote
  • Aug 21, 2020 6:43pm Aug 21, 2020 6:43pm
  •  ntk
  • Joined Dec 2018 | Status: Member | 1,249 Posts
Quoting sym
Disliked
Hi All, Before starting let me make this very clear: 1 - I'm not here to teach anything to anybody 2 - this thread is NOT for scalper, day traders or fast money people 3 - this thread is for sharing tool and ideas in order to try to improve trading and knowledge 4 - If you agree, welcome. my name is Sym and I'm a trader and a coder. Time ago I felt something was missing on the web. I needed a tool for my trading decisions. For this reason I decided to code an indicator. And now this indi is going to be shared with you. It cost me a big amount of...
Ignored
Is COT access not free anymore, all the links in #1 guides to nowhere
 
 
  • Post #295
  • Quote
  • Aug 22, 2020 12:57am Aug 22, 2020 12:57am
  •  TheDon.Fx
  • | Joined Mar 2020 | Status: Junior Member | 3 Posts
How does one make use of this indicator? Having trouble finding the instructions.
 
 
  • Post #296
  • Quote
  • Oct 28, 2020 4:43pm Oct 28, 2020 4:43pm
  •  remonpilip
  • Joined Nov 2019 | Status: Member | 164 Posts
Damn.. waste of potential..
This thread was leading somewhere..
Kraven did well on the idea, imma definitely look into it.

90% of this thread r people complaining the indicator not working. Such a waste of potential really.

But I guess it's for the better. COT data makes you a lot of money, you don't wanna be giving free money and throw away your hardwork and helping numbheads printing money would you?

Such a waste of potential.
Let ur winners run & cut ur losses short.
 
 
  • Post #297
  • Quote
  • Sep 26, 2021 7:56am Sep 26, 2021 7:56am
  •  dmitry05
  • | Joined Dec 2012 | Status: Junior Member | 1 Post
sorry, what I did wrong?
Attached Image (click to enlarge)
Click to Enlarge

Name: 0a702657c0b799253340dd3f67f1b795.png
Size: 14 KB
 
 
  • Post #298
  • Quote
  • Last Post: Nov 14, 2022 11:53am Nov 14, 2022 11:53am
  •  Comeculo
  • | Joined Jul 2022 | Status: Member | 73 Posts
any update to the COT indi?
 
 
  • Trading Systems
  • /
  • COT trading system with free indicator
  • Reply to Thread
    • 1 1011121314 Page 15
    • 1 121314 Page 15
0 traders viewing now
Top of Page
  • Facebook
  • Twitter
About FF
  • Mission
  • Products
  • User Guide
  • Media Kit
  • Blog
  • Contact
FF Products
  • Forums
  • Trades
  • Calendar
  • News
  • Market
  • Brokers
  • Trade Explorer
FF Website
  • Homepage
  • Search
  • Members
  • Report a Bug
Follow FF
  • Facebook
  • Twitter

FF Sister Sites:

  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Forex Factory® is a brand of Fair Economy, Inc.

Terms of Service / ©2023