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

[amibroker] Re: Multi Row Colored Ribbons



PureBytes Links

Trading Reference Links

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 amibroker@xxxxxxxxxxxxxxx, "MarketMonk777" <dlittner@xxx> 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 ) );