Forex Forum - EarnForex

Go Back   Forex Forum - EarnForex > MetaTrader > MetaTrader Indicators

MetaTrader Indicators Post and discuss the MetaTrader indicators here.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 19th April 2009, 08:52
Administrator
 
Join Date: Nov 2008
Posts: 497
Rep Power: 2
Enivid has disabled reputation
Default CCI Arrows

Discuss CCI Arrows MT4 indicator in this thread. You can ask any questions about this indicator here.
Reply With Quote
  #2 (permalink)  
Old 21st April 2009, 11:27
Junior Member
 
Join Date: Apr 2009
Posts: 3
Rep Power: 0
virtualcredit is on a distinguished road
Default

Very nice, thanks!

It seems that the code of this indicator is not complete or some parts was removed: IE "double dSellBuffer[]" is declared but never used...

Any suggestions?
Reply With Quote
  #3 (permalink)  
Old 21st April 2009, 13:47
Administrator
 
Join Date: Nov 2008
Posts: 497
Rep Power: 2
Enivid has disabled reputation
Default

Quote:
Originally Posted by virtualcredit View Post
Very nice, thanks!

It seems that the code of this indicator is not complete or some parts was removed: IE "double dSellBuffer[]" is declared but never used...

Any suggestions?
Initially it was used to mark the exit points on the chart, but I guess they were excessive for this indicator as the arrows themselves are enough for that.
Reply With Quote
  #4 (permalink)  
Old 21st April 2009, 19:29
Junior Member
 
Join Date: Apr 2009
Posts: 3
Rep Power: 0
virtualcredit is on a distinguished road
Default

Quote:
Originally Posted by Enivid View Post
Initially it was used to mark the exit points on the chart, but I guess they were excessive for this indicator as the arrows themselves are enough for that.
Thanks for the info!

Any Advisors based on this Indicator available?
Reply With Quote
  #5 (permalink)  
Old 21st April 2009, 20:06
Administrator
 
Join Date: Nov 2008
Posts: 497
Rep Power: 2
Enivid has disabled reputation
Default

Quote:
Originally Posted by virtualcredit View Post
Thanks for the info!

Any Advisors based on this Indicator available?
Not yet. So, feel free to write one
Reply With Quote
  #6 (permalink)  
Old 23rd April 2009, 06:04
Junior Member
 
Join Date: Apr 2009
Posts: 3
Rep Power: 0
virtualcredit is on a distinguished road
Default

Quote:
Originally Posted by Enivid View Post
Not yet. So, feel free to write one
I am sure that some kind of advisor exists - there is a lot of variables defined inside which are not used.
Reply With Quote
  #7 (permalink)  
Old 1st December 2009, 12:56
Administrator
 
Join Date: Nov 2008
Posts: 497
Rep Power: 2
Enivid has disabled reputation
Default

The CCI Arrows indicator was updated and is now available for MetaTrader 5.
Reply With Quote
  #8 (permalink)  
Old 19th December 2009, 13:47
Member
 
Join Date: Dec 2009
Posts: 31
Rep Power: 0
fxwalb is on a distinguished road
Default

Quote:
Originally Posted by Enivid View Post
The CCI Arrows indicator was updated and is now available for MetaTrader 5.
Seems that there is also a bug in MT5 regarding the arrow width.
If you use the indicator alone the width is correct, together with other indicators the width is always small and cannot changed.
Reply With Quote
  #9 (permalink)  
Old 19th December 2009, 22:44
Administrator
 
Join Date: Nov 2008
Posts: 497
Rep Power: 2
Enivid has disabled reputation
Default

Quote:
Originally Posted by fxwalb View Post
Seems that there is also a bug in MT5 regarding the arrow width.
If you use the indicator alone the width is correct, together with other indicators the width is always small and cannot changed.
That's sad but I guess that will be fixed in one of the next builds of MT5.
Reply With Quote
  #10 (permalink)  
Old 20th December 2009, 23:47
Member
 
Join Date: Dec 2009
Posts: 31
Rep Power: 0
fxwalb is on a distinguished road
Default

I tried to plot the current CCI value on the chart with this method
...
ObjectCreate(0, "myCCInow", OBJ_LABEL, 0, 0, 0);
ObjectSetString(0, "myCCInow", OBJPROP_TEXT,"CCI @ "+DoubleToString(myCCInow,1));
ObjectSetString(0, "myCCInow", OBJPROP_FONT, font_face);
ObjectSetInteger(0, "myCCInow", OBJPROP_FONTSIZE, font_size);
ObjectSetInteger(0, "myCCInow", OBJPROP_COLOR, White);
ObjectSetInteger(0, "myCCInow", OBJPROP_CORNER, corner);
ObjectSetInteger(0, "myCCInow", OBJPROP_XDISTANCE, 1+distance_x);
ObjectSetInteger(0, "myCCInow", OBJPROP_YDISTANCE, 1+distance_y);
..

unfortunatly it does not return a value which makes sense. Is there a bug in code?
Reply With Quote
Reply

Bookmarks

Tags
arrows, cci, cross, indicator, metatrader


Currently Active Users Viewing This Thread: 2 (1 members and 1 guests)
AderFx
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 On



All times are GMT. The time now is 23:40.


Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.1