Forex



Go Back   Forex Trading > Downloads > Expert Advisors - Metatrader 4
Forex Forum Register More recent Blogs Calendar Advertising Others Help






Register
Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.

From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.

Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
  • Elite Section
    Get access to private discussions, specialized support, indicators and trading systems reported every week.
  • Advanced Elite Section
    For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
See more

Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 05-17-2006, 02:47 AM
Senior Member
 
Join Date: May 2006
Posts: 210
Morpheus is on a distinguished road
Help. DoubleCCI_Woodies EURUSD,M1: SetIndexBuffer function

I'm getting an error when I try to use DoubleCCIWoodies.mq4 if anyone is familiar with that. I also get the same thing when I try to run XO Alert.mq4

It says, " 2006.05.16 21:35:07 DoubleCCI_Woodies EURUSD,M1: SetIndexBuffer function must be called from custom indicator only"

Thanks.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #2 (permalink)  
Old 05-17-2006, 06:55 AM
Senior Member
 
Join Date: Mar 2006
Posts: 509
moneyline is on a distinguished road
Hi,

Look in "XO-method" post number 9. That might be the indicator you need.

moneyline
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #3 (permalink)  
Old 05-17-2006, 07:48 AM
Administrator
 
Join Date: Sep 2005
Posts: 20,058
Blog Entries: 241
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
Quote:
Originally Posted by Morpheus
I'm getting an error when I try to use DoubleCCIWoodies.mq4 if anyone is familiar with that. I also get the same thing when I try to run XO Alert.mq4

It says, " 2006.05.16 21:35:07 DoubleCCI_Woodies EURUSD,M1: SetIndexBuffer function must be called from custom indicator only"

Thanks.
This DoubleCCIWoodies.mq4 is using CCI indicator. May be in your case it uses custom CCI (attached).
In my case this DoubleCCIWoodies.mq4 is using standard CCI which you should have in your MetaTrader after the installation:

Code:
TrendCCI[i] = iCCI(NULL, 0, trendCCI, PRICE_TYPICAL, i);
EntryCCI[i] = iCCI(NULL, 0, entryCCI, PRICE_TYPICAL, i);
But it is probaby your case:

Code:
TrendCCI[i] = iCustom(NULL, "CCI", 0, trendCCI, PRICE_TYPICAL, i);
EntryCCI[i] = iCustom(NULL, "CCI", 0, entryCCI, PRICE_TYPICAL, i);
So, check inside the code which custom indicator your DoubleCCIWoodies.mq4 needs, or change your piece of code to this one:

Code:
TrendCCI[i] = iCCI(NULL, 0, trendCCI, PRICE_TYPICAL, i);
EntryCCI[i] = iCCI(NULL, 0, entryCCI, PRICE_TYPICAL, i);
Or use custom CCI (attached).
May be it will help.
Attached Files
File Type: mq4 CCI.mq4 (3.2 KB, 118 views)

Last edited by newdigital; 05-17-2006 at 07:51 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
Reply

Bookmarks

Tags
SetIndexBuffer function must be called from custom indicator only, setindexbuffer, Trendcci, DoubleCCI_Woodies, "SetIndexBuffer function must be called from custom indicator only"


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Time-zone trading in eurusd FrankC Metatrader 4 0 06-10-2007 02:12 AM
Eurusd H4 jdun Analytics 2 12-08-2005 05:41 AM


All times are GMT. The time now is 12:31 PM.



Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.