Forex
Google

Go Back   Forex Trading > Discussion Areas > Suggestions for Trading Systems
Forex Forum Register FAQ Members List Calendar Search Today's Posts Mark Forums Read


Register in Forex TSD!
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time).
Click here to register and get more information

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 11-27-2005, 03:22 PM
Val Val is offline
Junior Member
 
Join Date: Oct 2005
Posts: 10
Val is on a distinguished road
my best indicator

Hi,

My best indicator (see here) is having 2 bugs, can anybody please help me to fix it ?

One is that each time is loaded one of the color's width is defaulted to 3 and I have to manualy changing it to 1 all the time.

Second and more important is that when I zoom in the chart the indicator is losing the grafic sense and it's not readable anymore.
Thank you, Val.

Last edited by newdigital : 11-27-2005 at 03:47 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 11-27-2005, 03:42 PM
newdigital newdigital is online now
Administrator
 
Join Date: Sep 2005
Posts: 15,160
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 Val
Hi,

My best indicator (see attachment) is having 2 bugs, can anybody please help me to fix it ?

One is that each time is loaded one of the color's width is defaulted to 3 and I have to manualy changing it to 1 all the time.

Second and more important is that when I zoom in the chart the indicator is losing the grafic sense and it's not readable anymore.
Thank you, Val.
Val, we have a lot of Woodies here

It will help, may be.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 11-27-2005, 09:08 PM
Val Val is offline
Junior Member
 
Join Date: Oct 2005
Posts: 10
Val is on a distinguished road
there is no other like this !

Hi newdigital !

Before posting my request I did check all the CCIs available on this website and there is no other colored double CCI like this one. If any programmer can help to improve please do it.
Again, is defaulting a color to width 3 (I want all of them to 1 ) and is losing the grafic when zooming 2-3 time. Thank you very much. Val
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 11-27-2005, 09:59 PM
spahiu spahiu is offline
Member
 
Join Date: Nov 2005
Posts: 42
spahiu is on a distinguished road
Code:
int init()
  {
//---- indicators
   SetIndexStyle(0,DRAW_LINE,STYLE_SOLID,1);
   SetIndexBuffer(0,FastWoodieCCI);
   SetIndexStyle(1,DRAW_LINE,STYLE_SOLID,1);
   SetIndexBuffer(1,SlowWoodieCCI);
   SetIndexStyle(2,DRAW_HISTOGRAM,STYLE_SOLID,1);
   SetIndexBuffer(2,HistoWoodieCCI);
   SetIndexStyle(3,DRAW_HISTOGRAM,STYLE_SOLID,1);
   SetIndexBuffer(3,HistoRed);
   SetIndexStyle(4,DRAW_HISTOGRAM,STYLE_SOLID,1);
   SetIndexBuffer(4,HistoBlue);
   IndicatorShortName("ColouredWoodiesCCI("+A_period+","+B_period+")");
//----
   return(0);
  }
just open the MQl editor(Tools-> Metaquotes language Editor), and find and replace the code above in your indicator...
i could have posted the entire indicator, but might aswell learn to help yourself

this woodie CCi is the same as most couloured CCi out there... do your homework better
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 11-28-2005, 02:13 AM
Val Val is offline
Junior Member
 
Join Date: Oct 2005
Posts: 10
Val is on a distinguished road
got it

thank you. if you find a solution for the zoom in problem that will be great. Val
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


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

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



All times are GMT. The time now is 06:26 AM.