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: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of sursod Sent: Monday, January 22, 2007 15:49 To: [email protected] 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
