try this
plotohlc(-o,-l,-h,-c,"Inverted",colorwhite,stylecandle);

or if indicator just add the - to the value, eg -macd()
plot( -macd(), "Inverted MACD", colorgreen, styleline );

-- 
Cheers
Graham Kav
AFL Writing Service
http://www.aflwriting.com




2009/1/17 foginthehills <andrewde...@hotmail.com>:
> Hi guys
>
> I want to know if there is an easy way to invert the Y-axis in
> Amibroker charts. I know you can have custom scales, but is there any
> way to make -ve become +ve and vice versa?
>
> Guppy talks about the biases we bring to trading and how we make
> different decisions when data is presented in "inverse". He has a
> number of exercises on this subject.
>
> I'd like to be able to define a set of indicators (such as moving
> averages) and then to see them against both a normal and an inverted Y-
> axis (so an up-trend becomes a down-trend, e.g.).
>
> Any ideas how can I do this?
>
> thanks as always! Fog

Reply via email to