Cool chart, even if it doesn't have application :-) Did you post the final code that creates this? I must've missed it.
Thanks. -- Terry --- In [email protected], "MarketMonk777" <[EMAIL PROTECTED]> wrote: > > This is purely experimental and may turn out to be a waste of time. > Your idea has merit and will file it away should I ever go so far > as converting any of them to "buy" signals. > > Long_color = up; //"up" is your variable. > > Short_color = down; //daown is your variable too. > > dynamic_color = IIf(Long_color, colorGreen , IIf(Short_color, > colorRed , > > colorBlue)) ; > > > > Plot( MACD() , "MACD" , dynamic_color , ParamStyle ("Style" , > > styleNoLabel| styleThick ) ); ------------------------ Yahoo! Groups Sponsor --------------------~--> GFT Forex Trading Accounts As low as $250 with up to 400:1 Leverage. Free Demo. http://us.click.yahoo.com/lpv1TA/jlQNAA/U1CZAA/GHeqlB/TM --------------------------------------------------------------------~-> 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 <*> To visit your group on the web, go to: http://groups.yahoo.com/group/amibroker/ <*> 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/
