Jump to content

*Cot*Insight*com complete system here


Recommended Posts

Haven't tested but this is how I would do it:

 

1. decode CI_Build Data.ex4 from the scripts folder

2. Edit CI_Build Data.mq4 and modify the VerifyAccount function to look like this:

 

int verifyAccount() {
  return (1);
}

 

Edit: The indicators also appear to have the same function also so repeat the steps above on all the indicator files.

 

By making the changes above the value 1 is always returned no matter what account number is used which is what the indicator requires to pass authentication.

Edited by c0py
Link to comment
Share on other sites

Thank you for your help

but how are you changing this

 

}

li_20 = InternetCloseHandle(li_16);

if (li_20 == 0) return (0);

return (1);

}

 

int init() {

if (gi_360 == FALSE) {

if (verifyAccount() == 1) gi_360 = TRUE;

else return (1);

}

if (init_data() == 0) gi_176 = TRUE;

if (gi_176 == FALSE) load_data();

if (gi_176 == FALSE) count_data();

SetParam();

return (0);

 

Haven't tested but this is how I would do it:

 

1. decode CI_Build Data.ex4 from the scripts folder

2. Edit CI_Build Data.mq4 and modify the VerifyAccount function to look like this:

 

int verifyAccount() {
  return (1);[quote][quote][/quote][/quote]
}

 

Edit: The indicators also appear to have the same function also so repeat the steps above on all the indicator files.

 

By making the changes above the value 1 is always returned no matter what account number is used which is what the indicator requires to pass authentication.

Edited by toddanderson
Link to comment
Share on other sites

Hi guys,

 

These indicators are the same as shared in the following post:

 

http://indo-investasi.com/showthread.php/11752-COT-Report-(Indicators-and-Updator)?highlight=updator

 

They are for FREE and includes a COT updator so that you don't have to go to the CFTC web site and download the reports, it does it automatically for you, plus a couple of more COT indicators.

 

The ones shared here have some new additionals which are the CI_Net _Position_Histogram and the CI_Total_OpenInterest_Histogram.

 

Hope this helps. :)

Link to comment
Share on other sites

They are 100% identical?! So basically this guy just took free indicators, added some copy protection to them, and is reselling them? Unreal! Thanks for the link.

 

Hi guys,

 

These indicators are the same as shared in the following post:

 

http://indo-investasi.com/showthread.php/11752-COT-Report-(Indicators-and-Updator)?highlight=updator

 

They are for FREE and includes a COT updator so that you don't have to go to the CFTC web site and download the reports, it does it automatically for you, plus a couple of more COT indicators.

 

The ones shared here have some new additionals which are the CI_Net _Position_Histogram and the CI_Total_OpenInterest_Histogram.

 

Hope this helps. :)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...