[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [amibroker] Re: Clear background in StyleCloud?



PureBytes Links

Trading Reference Links

My formatting got trashed. Try this version.

 

-----Original Message-----



Tomasz,

How about having the cursor in front of Area and Cloud plots?

 

Sursod,

This still has the cursor hiding, but only behind colors other than white.

 

NOTE: styleCloud only uses H,L so O and C can be zer0 as shown.

NOTE: I used some pre-plot variables to simplify PlotOHLC line.

 

BBH = IIf(onBuy OR onShort,BBTop,Null); //Plot nothing when False

BBL = IIF(onBuy OR onShort,BBBot,Null); //Plot nothing when False

PlotOHLC(0, BBH, BBL, 0,
"",IIf(Onbuy,colorLavender,colorLightOrange),styleCloud);

 

Test and let me know.

--

Terry

 

-----Original Message-----

From: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx] On Behalf
Of sursod

Sent: Monday, January 22, 2007 15:49

To: amibroker@xxxxxxxxxxxxxxx

Subject: [amibroker] Re: Clear background in StyleCloud?

 

TJ:

I know you said it is not a bug the beta version hides the cursor 

behind colors, but this feature is making life very difficult for 

those who use AB charts graphically (full of color areas) - it is 

quite impossible and time consuming to "anchor" the cursor, and I 

can hardly see where it is.

 

Pleeeeeeze, is there a fix?

 

Terry:

How do you re-write my codes using your new discovery so instead of 

colorwhite I have no background color in order to see the cursor?

 

PlotOHLC

(BBBot,BBBot,BBTop,BBBot,"",                                     

IIf(Onbuy,colorLavender,IIf

(onShort,colorLightOrange,colorWhite)),styleCloud); 

 

Thanks,

Sursod


Content-Description: "AVG certification"
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.17.5/645 - Release Date: 1/22/2007 4:10 PM