>> >> Can you elaborate Issue #36 is where?
... or simpy enter 36 into "search" box. Best regards, Tomasz Janeczko amibroker.com ----- Original Message ----- From: "marketmonk777" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Monday, October 23, 2006 5:36 AM Subject: [amibroker] Re: coloring candlesticks according to code? > Hi Joseph, > > Please go to: http://www.amibroker.com/feedback/index.php > > log in with the same username and password that allows you to download > new beta versions. > > Click on the link "All open" under Suggestions > Click on the Column Heading called Issue # > Click on it again to change sort order (or scroll to bottom of list) > > That should do the trick. > > Regards, > > Dave > > > --- In [email protected], "J. Biran" <[EMAIL PROTECTED]> wrote: >> >> >> Can you elaborate Issue #36 is where? >> >> >> >> Joseph Biran >> ____________________________________________ >> >> >> -----Original Message----- >> From: [email protected] [mailto:[EMAIL PROTECTED] On >> Behalf Of scourt2000 >> Sent: Sunday, October 22, 2006 5:41 AM >> To: [email protected] >> Subject: [amibroker] Re: coloring candlesticks according to code? >> >> >> Thomas, >> >> > Yes, it's easy, take a look: >> >> What's not easy is getting Marcin and Tomasz to realize that you >> still cannot independently outline the colored candles (e.g., in >> black) to make them stand out better from the background chart >> color. >> >> I refer you to (my) Issue #36 on the Amibroker website. Look at >> the side-by-side pic associated with that report. You can try >> flipping between: >> >> 1. Body outline and shadows >> 2. Body outline only >> 3. Shadows only >> 4. None, up candle solid >> 5. None, up candle hollow >> >> And nothing will allow you to outline user-specified candle colors >> while still maintaining the solid body colors you programmed in for >> each specific candle. >> >> But Tomasz is the boss. If he wants to believe that what I reported >> can be done in Amibroker, then, when I clearly show that you cannot, >> there's nothing else I can do but drop the issue and live with it. >> Tomasz is super busy with more important issues that some of these >> little things that make charts pleasing to the eye wind up getting >> thrown to the wayside. >> >> [I'll bet its a trivial amount of C++ code to fix this issue.] >> >> Steve >> >> P.S. Tomasz constructively criticised a poster in this forum for not >> being able to be more specific (in comparing Ensign charts with >> Amibroker)when he said that "Amibroker charts don't seem as 'crisp' >> as Ensign's". Well, what I'm talking about here is a specific >> example of how a detail like this makes your charts look >> more "crisp". Look at those side-by-side eSignal/Amibroker pics I >> posted with that Issue #36. The left one is "crisp". The right one >> blends too much with the background color I like to have on my >> charts. >> >> >> --- In [email protected], "Thomas Z." <tzg@> wrote: >> > >> > Yes, it's easy, take a look: >> > >> > >> > >> > Candlecolor = IIf(C>O,colorGreen,IIf(C<O,colorRed,colorLightBlue)); >> > >> > Plot(C,"C",Candlecolor,styleCandle); >> > >> > >> > >> > Thomas >> > >> > <http://www.tradingbasis.com/> www.tradingbasis.com >> > >> > >> > >> > _____ >> > >> > From: [email protected] [mailto:[EMAIL PROTECTED] >> On Behalf >> > Of sdp_51 >> > Sent: Sunday, October 22, 2006 4:45 AM >> > To: [email protected] >> > Subject: [amibroker] coloring candlesticks according to code? >> > >> > >> > >> > i want to color candlesticks according to some logic in my code, >> not >> > whether down or up, is this possible? >> > >> > i hope so >> > >> >> >> >> >> >> Please note that this group is for discussion between users only. >> >> To get support from AmiBroker please send an e-mail directly to >> SUPPORT {at} amibroker.com >> >> For other support material please check also: >> http://www.amibroker.com/support.html >> >> >> Yahoo! Groups Links >> > > > > > > Please note that this group is for discussion between users only. > > To get support from AmiBroker please send an e-mail directly to > SUPPORT {at} amibroker.com > > For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG: > http://www.amibroker.com/devlog/ > > For other support material please check also: > http://www.amibroker.com/support.html > > Yahoo! Groups Links > > > > > > Please note that this group is for discussion between users only. To get support from AmiBroker please send an e-mail directly to SUPPORT {at} amibroker.com For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG: http://www.amibroker.com/devlog/ For other support material please check also: http://www.amibroker.com/support.html Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/amibroker/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/amibroker/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
