Topic: CloudUp/CloudDown isn't showing up on chart

Hi,

I have tried using CloudUp & Down as a IndChartType.  in a few custom indis, but it doesn't show up on the main chart, indicator chart (the small one) is painting the clouds correctly. Any ideas what I'm doing wrong?

Re: CloudUp/CloudDown isn't showing up on chart

The small Indicator Chart on the main screen of SB plots CloudUp and CloudDown as lines only. It doesn't fill up the space between them.

Re: CloudUp/CloudDown isn't showing up on chart

I would be happy if it would plot only lines in the main chart also, but there's nothing on the chart except position openings and closings.

Re: CloudUp/CloudDown isn't showing up on chart

Can you attach the indicator. I'll check it.

Re: CloudUp/CloudDown isn't showing up on chart

Here it is, it is built on the swing high/low indi just to test an idea, hence the swing high/low logic descriptions. Thanks!

Re: CloudUp/CloudDown isn't showing up on chart

It took me 3 hours to figure out the problem. Finally I found a bug in the chart that doesn't plots cloud if one of the component is with index 0.

I changed your indicator slightly. Changed numbers of components and added ToString() function.

http://s3.postimage.org/1ih4wbah0/12_07_2011_13_40_34.jpg

I fixed the bug and upload the fix to GitHub.

Post's attachments

Box Trade.cs 9.37 kb, 11 downloads since 2011-07-12 

You don't have the permssions to download the attachments of this post.

Re: CloudUp/CloudDown isn't showing up on chart

Brilliant work, thank you!

Re: CloudUp/CloudDown isn't showing up on chart

Is this Box Trade indicator a new version of the modicifation of this Recent Swing High Low indicator? http://forexsb.com/forum/topic/1920/swi … condition/

Popov wrote:

It took me 3 hours to figure out the problem. Finally I found a bug in the chart that doesn't plots cloud if one of the component is with index 0.

I changed your indicator slightly. Changed numbers of components and added ToString() function.

http://s3.postimage.org/1ih4wbah0/12_07_2011_13_40_34.jpg

I fixed the bug and upload the fix to GitHub.

Re: CloudUp/CloudDown isn't showing up on chart

I didn't check the indicator. Only fixed drawing of the clouds.

Re: CloudUp/CloudDown isn't showing up on chart

zenoni wrote:

Is this Box Trade indicator a new version of the modicifation of this Recent Swing High Low indicator? http://forexsb.com/forum/topic/1920/swi … condition/

No, I'm testing ideas so I built this indi on the SwingHighLow code, cloud didn't show up, that's why I made this thread. I left descriptions as they were, as they don't confuse me or interfere with testing, probably that got you confused. It's not a finished indi, development is in process.

Re: CloudUp/CloudDown isn't showing up on chart

hello footon
did you have progress about the box indicator idea

regards

Re: CloudUp/CloudDown isn't showing up on chart

Well, I remember I had the cloud plot problem, which turned out to be a bug. About the box indi idea itself I don't recall nothing particular, my folders contain the same indi. I'm wondering myself now what exactly I was trying to do lol Probably some arhaic idea of support/resistance, which didn't prove its significance?